﻿/* CSS Document */

/* By Karim */

@import url(../standard/portal/front/modeles.css);
@import url(../standard/portal/front/style.css);
@import url(../syracuse/syracuse.css);
/****************Fonts*****************/

@font-face {
    font-family: "ermes-font-update";
    src: url("fonts/ermes-font-update.eot?45163147");
    src: url("fonts/ermes-font-update.eot?45163147#iefix") format("embedded-opentype"), url("fonts/ermes-font-update.woff2?45163147") format("woff2"), url("fonts/ermes-font-update.woff?45163147") format("woff"), url("fonts/ermes-font-update.ttf?45163147") format("truetype"), url("fonts/ermes-font-update.svg?45163147#ermes-font-update") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ermes-font-addon";
    src: url("fonts/ermes-font-addon.eot?67985118");
    src: url("fonts/ermes-font-addon.eot?67985118#iefix") format("embedded-opentype"), url("fonts/ermes-font-addon.woff2?67985118") format("woff2"), url("fonts/ermes-font-addon.woff?67985118") format("woff"), url("fonts/ermes-font-addon.ttf?67985118") format("truetype"), url("fonts/ermes-font-addon.svg?67985118#ermes-font-addon") 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;
}

@font-face {
    font-family: 'olympic_sansbold';
    src: url('fonts/olympicsans-bold-webfont.woff2') format('woff2'), url('fonts/olympicsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'olympic_sansbold_italic';
    src: url('fonts/olympicsans-bolditalic-webfont.woff2') format('woff2'), url('fonts/olympicsans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'olympic_sansmedium';
    src: url('fonts/olympicsans-medium-webfont.woff2') format('woff2'), url('fonts/olympicsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'olympic_sansmedium_italic';
    src: url('fonts/olympicsans-mediumitalic-webfont.woff2') format('woff2'), url('fonts/olympicsans-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'olympic_sansregular';
    src: url('fonts/olympicsans-regular-webfont.woff2') format('woff2'), url('fonts/olympicsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'olympic_sansregular_italic';
    src: url('fonts/olympicsans-regularitalic-webfont.woff2') format('woff2'), url('fonts/olympicsans-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    /* font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  */
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
.icon-arrow-top:before {
  content: "\e900";
}
.icon-arrow-bottom:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
*/

/*************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;
    box-shadow: none !important;
}

/***************/

/*html  > body {background: #fff;}*/

body {
    background: transparent;
    color: #969696;
    font-family: 'olympic_sansregular';
}

body, h2, h3, h4, h5, h6, td, pre, .panel-front>.x-panel-header span {
    font-weight: normal;
    font-family: 'olympic_sansregular';
}

p {
    color: #969696;
    font-size: 15px;
}

h3 {
    font-size: 20px;
    /*line-height: 25px;*/
    color: #000;
    text-transform: uppercase;
}

a {
    color: #878a8d
}

/***********Header***********/

header, header .container {
    background: transparent;
}

header {
    background: #0081c7 !important;
}

/*****************Menu*****************/

#search-panel {
    background: transparent;
}



#menu-panel {
    border: none;
}

/*****************Logo*****************/

.navbar.navbar-inverse {
    background: #fff;
	    border-bottom: 1px solid #000;
}

.navbar-brand {
    width: 470px;
    height: 140px;
    background: #fff url("images/logo_ciol.svg") no-repeat center center;
    float: left;
}

.navbar-brand:hover, .navbar-brand:focus {
    background-color: #fff !important;
}

.navbar-brand h1 {
    display: none;
}

.navbar-brand-before {
    background: #fff url("images/logo_before-en.png") no-repeat left center;
    display: block;
    width: 170px;
    height: 140px;
    float: left;
    margin: 0 54px 0 0;
	background-size:100%;
}

.navbar-brand-after {
    /*background: #fff url('images/triangle.svg') no-repeat left center;*/
    display: block;
    width: 104px;
    height: 140px;
    float: left;
    clip-path: polygon(0% 0%, 100% 50%, 0 100%);
    background: #0081c7;
}

/******** EN ********/
/*
.navbar-brand:lang(en) {
    background: #0081c7 url("images/logo_ciol.svg") no-repeat center center;
}

.navbar-brand-before:lang(en) {
    background: #0081c7 url("images/logo_before.svg") no-repeat left center;
}
*/
/* hide social */

#share_social {
    display: none;
}

/*****************Ariane*****************/

#ariane {
    font-size: 14px;
    color: #878a8d;
    padding: 0 8px;
    display: inline-block;
    display: none;
}

#ariane .actif {
    font-weight: bold;
    color: #0081c7;
}

#ariane span.texte { padding : 0}

#ariane a {
    color: #878a8d;
}
header  #globalAdvancedSearchLink .icon-plus:before {
    
    margin: 0;
}
/*****************Search*****************/

.container-header {
    background: transparent;
}

#search-panel>.container {
    background: transparent;
}

#search-panel {
    background: #fff;
    padding: 0;
    margin: 0 0 40px 0;
}

#globalScenarioMobile {
    background: #fff;
    color: #878a8d;
    border: 1px solid #878a8d;
    border-top: none;
    padding: 0;
}

#globalScenarioMobile>li>a {
    color: #878a8d;
}

#globalScenarioMobile .active, #globalScenarioMobile .active:hover, #globalScenarioMobile .active:focus {
    color: #fff;
    background: #9ea3a7;
}

#globalScenarioMobile>li>a:hover, #globalScenarioMobile>li>a:focus {
    color: #fff;
    background: #9ea3a7;
}

#globalAdvancedSearchLink {
    color: #878a8d;
    font-size: 14px;
    padding: 0 6px;
    float: left !important;
    position: absolute;
}

#globalAdvancedSearchLink:hover {
    text-decoration: underline;
}

.tt-suggestion.tt-cursor {
    background: #878a8d;
}

#textfield, .clean-text-field {
    color: #878a8d;
    background: #fff;
    border: 1px solid #878a8d !important;
    height: 40px;
    border-left: none !important;
}

.clean-text-field {
    padding: 0;
}

#scenario-selection, #submit-search, .tt-hint {
    height: 40px;
    line-height: 39px;
}

.twitter-typeahead {}

.clean-text-field {
    color: #878a8d;
    background: #fff;
    border: 1px solid #878a8d;
    line-height: 100%;
}

.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 {}

.twitter-typeahead, #search-panel .input-group {
    height: 40px;
}

#scenario-selection {}

#submit-search {
    width: auto;
}

/* #submit-search .icon-search:after { */
    /* content: "search"; */
    /* position: relative; */
    /* font-size: 18px; */
    /* text-transform: uppercase; */
    /* vertical-align: top; */
    /* display: inline-block; */
    /* margin: 0; */
    /* padding: 0; */
/* } */

.tt-hint, #textfield, .clean-text-field {}

#scenario-selection, #submit-search {}

.connectBox {
    background: #878a8d;
}

#identite_utilisateur {
    color: #9ea3a7;
    font-size: 16px;
    font-style: normal;
    background: transparent;
    position: absolute;
    left: 0;
    top: 7px;
    padding: 2px 10px;
}

#nav_connexe {
    position: relative;
    background: transparent;
    padding: 0;
    min-height: auto;
    z-index: 99;
    height: 0;
}

#admin-actions, #mobile-actions {
    box-shadow: none;
}

#langue-btn {
    bottom: 96px;
    right: 14px;
    background: #fff;
    border: 1px solid #878a8d;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    top: auto;
}

#langue-btn>a {
    color: #878a8d;
    padding: 8px 6px;
}

#langue-btn a.active {
    color: #1381c5;
    cursor: pointer;
}

#langue-btn ul.pipe-separators li::after {
    color: #fff;
}

#langue-btn .dropdown-menu {
    right: 0;
    left: auto;
    border: 1px solid #878a8d;
}

.dropdown-menu .active>a, .dropdown-menu .active>a:hover, .dropdown-menu>.active>a:focus {
    background: #878A8D;
}

.site-btn {
    position: absolute;
    right: 0;
    top: 0;
    top: 162px;
}

.site-btn a.active {
    color: #0081c7;
}

.site-btn a, .site-btn a:hover, .site-btn a:focus {
    color: #878a8d;
    font-size: 12px;
}

.site-btn .caret {
    border-top: 4px solid #0081c7;
}

.site-btn ul.pipe-separators li::after {
    color: #0081c7;
}

/*****************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;
}

/*********Default***********/

.btn-default {
    background-color: #878a8d;
    border-color: #878a8d;
    color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #878a8d;
    border-color: #878a8d;
    color: #fff;
}

#search-panel .btn-default {
    background-color: #fff;
    border-color: #878a8d;
    color: #0081c7;
}

#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: #878a8d;
    color: #0081c7;
}

#submit-search {
    background-color: #0081c7 !important;
    color: #fff !important;
}

/*********************/

.btn-primary {
    background-color: #0081c7;
    border-color: #0081c7;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #0094e5;
    border-color: #0094e5;
    color: #fff;
}

.btn-info {
    background-color: #0081c7;
    border-color: #0081c7;
    color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #0094e5;
    border-color: #0094e5;
    color: #fff;
}

.btn-validation {
    background-color: #0081c7;
    border-color: #0081c7;
    color: #fff;
}

.btn-validation:hover, .btn-validation:focus, .btn-validation:active, .btn-validation.active, .open .dropdown-toggle.btn-validation {
    background-color: #0094e5;
    border-color: #0094e5;
    color: #fff;
}

.btn-basket {
    background-color: #0081c7;
    border-color: #0081c7;
    color: #fff;
}

.btn-basket:hover, .btn-basket:focus, .btn-basket:active, .btn-basket.active, .btn-basket.disabled, .btn-basket[disabled] {
    background-color: #0094e5;
    border-color: #0094e5;
    color: #fff;
}

.memoriser .dropdown-toggle {
    border-top: 1px solid #0094e5;
}

.btn-action {
    background-color: #0081c7;
    border-color: #0081c7;
    color: #fff;
}

.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active, .btn-action.disabled, .btn-action[disabled] {
    background-color: #0094e5;
    border-color: #0094e5;
    color: #fff;
}

.btn-dark {
    background-color: #0081c7;
    border-color: #0081c7;
    color: #fff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.disabled, .btn-dark[disabled] {
    background-color: #0094e5;
    border-color: #0094e5;
    color: #fff;
}

/*****************Content*****************/

.panel-front, .panel-selection {
    background: #f2f3f3;
    padding: 20px;
    position: relative;
}

.panel>.panel-heading h2, .panel-title, .panel-front>.x-panel-header {}

.panel-front>h2, .panel-heading>h2 {
    color: #0080c7;
    font-weight: normal;
    font-size: 21px;
}

.panel-front>.x-panel-header span, h2 {
    color: #0080c7;
    font-size: 21px;
}

/***********/

.slider_container {
    padding: 1.2em 1em;
    background: rgba(0, 129, 199, 0.6);
    height: 70%;
    width: 94%;
    z-index: 5;
}

/***********/

.layout_fluid100 div#page>div.container {
    background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 0;
    float: left;
}

#portal .frame {
    margin: 0 0 20px 0 !important;
}

#portal {
    /*margin: -64px 0 0 0;*/
}

/*******Pages themes***********/

/*********Th�me 1**********/

.theme_1 {
    position: relative;
}

#portal .theme_1.frame {
    margin: -64px 0 70px 0 !important;
}

.theme_1 .panel-front, .theme_1 .panel-selection {
    background: #fff;
    padding: 0;
    margin: 0;
}

.theme_1 .panel-heading>h2 {
    display: none;
}

#portal .theme_1 .panel-body {
    padding-top: 0;
}

.theme_1 .slider_container {
    background: transparent;
    bottom: 15px;
    left: auto;
    width: 100%;
    padding: 0;
    top: 66%;
    height: auto;
}

.theme_1 .slider_sub_container {
    width: 100%;
}

.theme_1 .slider_container .container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    float: none;
    padding: 0;
}

.theme_1 h3 {
    color: #fff;
    font-size: 70px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 70px;
}

.theme_1 h3 a {
    color: #fff;
    font-size: 85px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 102px;
}

.theme_1 .carrousel-5 {
    /*margin: -66px 0 0 0;*/
    /*float: left;*/
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.theme_1 .rsDefaultInv .rsBullets {
    display: none;
}

/*********Th�me 2**********/

.theme_2 {
    position: relative;
}

.theme_2 .panel-front, .theme_2 .panel-selection {
    background: #0080c7;
}

.theme_2 .panel-heading>h2 {
    color: #0080c7;
}

.theme_2 p, .theme_2 h1, .theme_2 h2, .theme_2 h3, .theme_2 h4, .theme_2 h5, .theme_2 li, .theme_2 li a, .theme_2 span {
    color: #fff;
}

.theme_2 .selection-description {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    color: #0080c7;
}

.theme_2 .bs-bullets .rsNavSelected button {
    background: #fff;
    border-color: #fff;
}

.theme_2 .bs-bullets button, .theme_2 .bs-bullets button:focus, .theme_2 .bs-bullets button:active, .theme_2 .bs-bullets button:hover {
    border-color: #fff;
}

.theme_2 a {
    color: #fff;
    /*font-weight: bold;
	text-decoration: underline*/
}

.theme_2 .icon-resize-small:before {
    color: #fff;
}

.theme_2 .btn-default {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    background: #0080C7;
    border: none;
}

.theme_2 .btn-default:hover, .theme_2 .btn-default:focus {
    text-decoration: none
}

.theme_2 .btn-default:after {
    content: "\e903";
    font-family: 'icomoon';
    position: relative;
    font-size: 13px;
    padding: 0px 16px;
}

/*********Th�me 3**********/

.theme_3 {
    position: relative;
}

.theme_3 .panel-front, .theme_3 .panel-selection {
    background: #fff;
    padding: 20px 0;
}

.theme_3 .panel-heading>h2 {
    color: #0080c7;
}

/*********Th�me 4**********/

.theme_4 {
    position: relative;
    background: #efefef;
}

/* theme 22 */

.theme_22 {
    position: relative;
    background: #fff;
}

.theme_22 .rsOverflow {
    overflow: visible;
}

.theme_22 .rsDefaultInv.rsHor .rsArrowLeft {
    left: -80px;
    top: 0;
}

.theme_22 .rsDefaultInv.rsHor .rsArrowRight {
    right: -80px;
    left: auto;
}

.theme_22 .trending_docs .caption:after {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 128, 199, 1)));
    background-image: -webkit-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -moz-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -ms-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-image: -o-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#0080C7');
    height: 18px;
    max-height: 100%;
    position: absolute;
    right: 2px;
    width: 100%;
    bottom: 0;
    display: block;
    content: "";
}

/*********Th�me 5**********/

/******Newsletter******/

.theme_5 {
    position: relative;
}

.theme_5 .panel-front, .theme_5 .panel-selection {
    min-height: 140px;
    overflow: hidden;
}

/*********Th�me 6**********/

.theme_6 {
    position: relative;
}

.theme_6 .panel-front, .theme_6 .panel-selection {}

.theme_6 .panel-heading>h2 {}

.numbers h3 a, .numbers h3 {
    font-size: 70px;
    line-height: 85px;
    color: #0081c7;
}

.numbers h3 a:hover {
    text-decoration: none;
}

.numbers span {
    color: #333f47;
    font-size: 20px;
    /*line-height: 42px;*/
    text-transform: uppercase;
    line-height: 100%;
}

/*********Th�me 7**********/

.theme_7 {
    position: relative;
}

.theme_7 .panel-front, .theme_7 .panel-selection {
    background: #0080c7;
}

.theme_7 .panel-heading>h2 {
    display: none;
}

.theme_7 p, .theme_7 h1, .theme_7 h2, .theme_7 h3, .theme_7 h4, .theme_7 h5, .theme_7 li, .theme_7 li a, .theme_7 span {
    color: #fff;
}

.theme_7 .selection-description {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    color: #0080c7;
}

.theme_7 .bs-bullets .rsNavSelected button {
    background: #fff;
    border-color: #fff;
}

.theme_7 .bs-bullets button, .theme_7 .bs-bullets button:focus, .theme_7 .bs-bullets button:active, .theme_7 .bs-bullets button:hover {
    border-color: #fff;
}

.theme_7 .more_info a {
    color: #fff;
    margin: 20px 0 0 0;
    display: inline-block;
}

.theme_7 h3, .theme_7 h2 {
    font-size: 34px;
}

.theme_7 h2 {
    color: #fff;
}

#portal .theme_7 .panel-body {
    padding: 0;
}

/*********Th�me 8**********/

.theme_8 {
    position: relative;
}

.theme_8 .panel-front, .theme_8 .panel-selection {
    background: transparent;
    padding: 0;
}

#portal .theme_8 .panel-body {
    padding: 0;
}

.theme_8 .panel-heading>h2 {
    display: none;
}

.theme_8 .thumbnail {
    border: none;
}

.theme_8 .thumbnail .caption {
    padding: 9px 0;
    color: #333;
    border-top: 1px solid #0081c7;
}

/*********Th�me 10**********/

.theme_10 {
    position: relative;
}

#portal .theme_10.frame {
    margin: 0 0 70px 0 !important;
}

.theme_10 .panel-front, .theme_10 .panel-selection {
    background: #0080c7;
    padding: 0;
}

.theme_10 .panel-heading>h2 {
    display: none;
}

.theme_10 p, .theme_10 h1, .theme_10 h2, .theme_10 h3, .theme_10 h4, .theme_10 h5, .theme_10 li, .theme_10 li a, .theme_10 span {
    color: #fff;
}

.theme_10 .selection-description {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    color: #0080c7;
}

.theme_10 .bs-bullets .rsNavSelected button {
    background: #fff;
    border-color: #fff;
}

.theme_10 .bs-bullets button, .theme_10 .bs-bullets button:focus, .theme_10 .bs-bullets button:active, .theme_10 .bs-bullets button:hover {
    border-color: #fff;
}

.theme_10 .more_info a {
    color: #fff;
    margin: 30px 0 0 0;
    display: inline-block;
}

.theme_10 h3, .theme_10 h2 {
    font-size: 34px;
}

.theme_10 h2 {
    color: #fff;
}

#portal .theme_10 .panel-body {
    padding: 0;
}

.theme_10 .slider_container {
    padding: 20px;
    background: transparent;
    height: auto;
    width: 100%;
}

.theme_10 .slider_container h2 {
    text-transform: uppercase;
}

.carousel_3 .slider_content {
    vertical-align: bottom;
}

.carousel_3 h2 {
    text-transform: uppercase;
}

/*********Th�me 11**********/

.theme_11 {
    position: relative;
}

.theme_11 .panel-front, .theme_11 .panel-selection {
    background: #fff;
    padding: 0;
}

.theme_zoom .thumbnail .caption {
    padding: 9px 0;
    color: #333;
    border-top: 1px solid #0081c7;
}

.theme_zoom .thumbnail {
    border: none;
    position: relative;
}

.theme_zoom .media>.pull-left {
    margin-right: 16px;
}

.theme_zoom .thumbnail .more_info {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.theme_zoom .col-md-12, .theme_zoom .col-sm-12 {
    padding: 0;
}

.theme_zoom .col-md-6 {
    /*width: 49%;*/
    margin: 0 2% 0 0;
}

.theme_zoom .col-md-6:nth-child(2n+2) {
    margin-right: 0;
}

.theme_zoom .col-md-6:nth-child(-n+2) {}

.theme_zoom .col-md-12.mrg_bottom {
    float: left;
    margin: 0 0 20px 0;
}

.theme_zoom .thumbnail h3 {
    font-size: 15px;
    line-height: 18px;
}

.theme_zoom .thumbnail .caption a {
    color: #0080c7;
}

.see_more a {
    font-size: 15px;
    color: #0080c7;
    text-transform: uppercase;
    line-height: 18px;
}

.see_more a:hover {
    text-decoration: none;
}

.see_more a:after {
    content: "\e903";
    font-family: "icomoon";
    position: relative;
    font-size: 13px;
    padding: 0px 16px;
}

/*********Th�me 12**********/

.theme_12 {
    position: relative;
}

.theme_12 .panel-front, .theme_11 .panel-selection {
    background: #0080c7;
    padding: 0;
}

.theme_12 .panel-heading>h2 {
    display: none;
}

#portal .theme_12.frame {}

.theme_12 .page_title h2 {
    color: #fff;
    font-size: 35px;
    line-height: 42px;
    padding: 42px 22px 28px 22px;
}

/*********Th�me 13**********/

.theme_13 {
    position: relative;
}

.theme_13 .panel-front, .theme_13 .panel-selection {
    background: #fff;
}

/*********Th�me 14**********/

.theme_14 {
    position: relative;
    background: #0080c7;
}

.theme_14 .panel-front, .theme_14 .panel-selection {}

.theme_14 .rsOverflow {
    overflow: visible;
}

.theme_14 .rsDefaultInv.rsHor .rsArrowLeft {
    left: -80px;
    top: 0;
}

.theme_14 .rsDefaultInv.rsHor .rsArrowRight {
    right: -80px;
    left: auto;
}

.theme_14 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after, .theme_14 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    color: #fff;
}

.theme_14 p, .theme_14 h1, .theme_14 h2, .theme_14 h3, .theme_14 h4, .theme_14 h5, .theme_14 li, .theme_14 li a, .theme_14 span {
    color: #fff;
}

.theme_14 .selection-description {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    color: #0080c7;
}

.theme_14 .bs-bullets .rsNavSelected button {
    background: #fff;
    border-color: #fff;
}

.theme_14 .bs-bullets button, .theme_14 .bs-bullets button:focus, .theme_14 .bs-bullets button:active, .theme_14 .bs-bullets button:hover {
    border-color: #fff;
}

.theme_14 a {
    color: #fff;
    /*font-weight: bold;
	text-decoration: underline*/
}

.theme_14 .trending_docs .caption:after {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 128, 199, 1)));
    background-image: -webkit-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    background-image: -moz-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    background-image: -ms-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    background-image: -o-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#0080C7');
    height: 18px;
    max-height: 100%;
    position: absolute;
    right: 2px;
    width: 100%;
    bottom: 0;
    display: block;
    content: "";
}

/** Thème 4**/

.theme_15 {
    position: relative;
    background: #1381c5;
}

.theme_15 .panel-heading>h2 {
    color: #fff;
    display: none;
}

#portal .theme_15.frame {
    margin-top: -20px!important;
}

.theme_15 p, .theme_15 h1, .theme_15 h2, .theme_15 h3, .theme_15 h4, .theme_15 h5, .theme_15 li, .theme_15 li a, .theme_15 span {
    color: #fff;
}

/************/

.Ermes-Survey .survey {
    background-color: transparent;
    margin-bottom: 0px;
    padding: 0;
}

.Ermes-Survey .title-question {
    color: #0080c7;
    font-weight: normal;
    font-size: 20px;
    padding-top: 0;
    text-transform: uppercase;
    margin: -20px 0 0 0;
    display: inline-block;
    padding: 0 0 10px 0;
    border: none;
}

.Ermes-Survey li {
    padding: 10px 0;
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    color: #888b8d;
}

.survey .btn-default {
    background-color: #f2f3f3;
    border-color: #f2f3f3;
    color: #0080c7;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    float: left;
}

/************/

.more_info a {
    font-size: 15px;
    color: #0080c7;
    text-transform: uppercase;
    line-height: 18px;
}

.more_info a:hover, .more_info a:focus {
    text-decoration: none;
}

.more_info a:after {
    content: "\e903";
    font-family: "icomoon";
    position: relative;
    font-size: 13px;
    padding: 0px 16px;
}

.date_plan {
    color: #333f48;
    font-size: 20px;
}

.date_plan span {
    display: block;
}

.plan_visit p {
    color: #969696;
}

.doc_content .thumbnail {
    border: none;
    border-radius: 0;
}

.theme_6 .doc_content .thumbnail {
    background: #f3f4f4;
    margin: 0;
}

.glyphicon-ok:before {
    content: "\e903";
    font-family: "icomoon";
    position: relative;
    font-size: 13px;
    padding: 0px 0 0 10px;
}

/************/

.subscribe input {
    height: 32px;
    border: 1px solid #fff;
    color: #969696;
    padding: 8px;
    float: left;
}

.subscribe button[type="submit"] {
    background: #fff;
    border: none;
    height: 32px;
    float: left;
}

.subscribe form {
    margin: 5px 0;
}

/************/

.social_media {
    position: absolute;
    right: 0;
    top: 0;
}

.social_media span {
    display: none;
}

.social_media li {
    height: 70px;
    background: #a5a7a9;
    display: block;
    width: 68px;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
}

.social_media li .icon-facebook {
    background: #878a8d;
}

.social_media li a {
    height: 100%;
    display: block;
    width: 100%;
    background: #a5a8a9;
    vertical-align: middle;
    color: #fff;
}

.social_media li a:hover {
    text-decoration: none;
    color: #0081c7;
}

.icon-twitter:before {
    font-size: 18px;
}

.icon-facebook:before {
    font-size: 18px;
}

/************/

.most_visited li {
    font-size: 20px;
    color: #969696;
    text-transform: uppercase;
    width: 48%;
    float: left;
    border-top: 1px solid #0081c7;
    padding: 10px 0 24px;
    margin: 0 4% 0 0;
}

.most_visited li a {
    color: #969696;
}

.most_visited li:nth-child(even) {
    margin: 0;
}

/************/

.collections li {
    font-size: 20px;
    color: #969696;
    text-transform: uppercase;
    width: 100%;
    float: left;
    border-top: 1px solid #0081c7;
    padding: 10px 0 24px;
}

.collections li a {
    color: #969696;
}

/************/

.rs-newdocuments .pagination {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin: -26px 0 20px 0;
    display: block;
}

.rs-newdocuments .rsOverflow, .rs-newdocuments .rsSlide {
    overflow: visible;
}

.rs-newdocuments .rsDefaultInv .rsArrow {
    background: #0081c7;
    opacity: 1;
    visibility: visible;
}

.rs-newdocuments .rsDefaultInv.rsHor .rsArrowLeft {
    left: -70px;
}

.rs-newdocuments .rsDefaultInv.rsHor .rsArrowRight {
    left: -70px;
    top: -29px;
}

.rs-newdocuments .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after, .rs-newdocuments .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    font-size: 16px;
    color: #fff;
}

.rs-newdocuments .rsDefaultInv .rsArrowIcn {
    height: 40px;
}

.rs-newdocuments .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    content: "\e900";
}

.rs-newdocuments .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    content: "\e901";
}

.doc_content ul {
    float: left;
    width: 100%;
    display: inline-block;
}

.doc_content ul li {
    margin: 0 0 0 3%;
    width: 22.75%;
    float: left;
    padding: 0;
}

.doc_content ul li:first-child {
    margin: 0;
}

.rsOverflow {
    /*height: 100% !important*/
}

.new_docs .thumbnail {
    background: transparent;
    border: none;
    /*height: 272px;*/
    float: left;
    width: 100%;
    padding: 0;
    /*border: 1px dashed #fff;*/
}

.new_docs li:first-child .thumbnail {
    padding: 0;
}

.new_docs .more_info a {
    font-size: 15px;
    color: #fff;
    float: left;
    display: inline-block;
}

.new_docs h3 {
    font-size: 15px;
    line-height: 17px;
}

.new_docs .thumbnail .caption {
    padding: 9px 0;
    float: left;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.new_docs .thumbnail .caption:after {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 128, 199, 1)));
    background-image: -webkit-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    background-image: -moz-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    background-image: -ms-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    background-image: -o-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0), rgba(0, 128, 199, 1));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#0080C7');
    height: 40px;
    max-height: 100%;
    position: absolute;
    right: 2px;
    width: 100%;
    bottom: 0;
    display: block;
    content: "";
}

.new_docs .thumbnail>img {
    background: #fff;
    margin: 0 !important;
    height: auto !important;
}

.theme_2 .rs-newdocuments {
    padding: 24px 0 0 0;
}

.rs-newdocuments .thumbnail-wrapper {
    float: left;
    display: block;
    width: 100%;
    background: #333f48;
    overflow: hidden;
}

.rs-newdocuments .thumbnail-wrapper img {
    height: 100%;
    object-fit: cover;
}

.new_docs .more_info {
    float: left;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.back_top a {
    color: #86898B;
    display: inline-block;
}

.back_top a:after {
    content: "\e900";
    font-family: "icomoon";
    margin: 0 0 0 8px;
}

footer .back_top a:after {
    color: #1381C5;
}

.rs-newdocuments .rsDefaultInv .rsBullets {
    display: none;
}

.trending_docs .thumbnail-wrapper {
    float: left;
    display: block;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

/**********************************/

.rsDefaultInv .rsArrow {
    height: 100%;
    width: 85px;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: transparent;
    left: auto;
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background: transparent;
    right: auto;
}

.rsDefaultInv .rsArrowIcn {
    background: transparent;
    width: 100%;
    height: 56px;
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    content: "\e903";
    font-family: "icomoon";
    font-size: 44px;
    color: #0081c7;
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
    content: "\e902";
    font-family: "icomoon";
    font-size: 44px;
    color: #0081c7;
}

/* up 2705 */

.slick-prev:before {
    content: "\e902" !important;
    font-family: "icomoon" !important;
    font-size: 44px !important;
    color: #0080C7 !important;
    opacity: 1 !important;
}

.slick-next:before {
    content: "\e903" !important;
    font-family: "icomoon" !important;
    font-size: 44px !important;
    color: #0080C7 !important;
    opacity: 1 !important;
}

.slick-prev {
    left: -58px !important;
}

.slick-next {
    right: -58px !important;
}

.slick-dots li button:before {
    display: none !important;
}

.slick-dots li.slick-active button {
    background: #999999 !important;
}

.slick-dots li button {
    background: transparent !important;
    border-radius: 50% !important;
    border: 2px solid #999999!important;
}

.slick-dots li button {
    width: 18px !important;
    height: 18px !important;
}

.classic .slick-slide .description h3 {
    margin: 10px 0;
    line-height: 1.4 !important;
    font-size: 16px !important;
}

.slider:before {
    display: none !important
}

/* spec */

.theme_2 .slick-prev, .theme_2 .slick-next {
    width: 24px !important;
    height: 24px !important;
    background: #0080C7 !important;
}

.theme_2 .slick-next {
    /*left: -68px !important;
    top: 0 !important;*/
    left: auto !important;
    top: -30px !important;
    right: 0 !important;
}

.theme_2 .slick-prev {
    /*right: auto !important;
    left: -68px !important;
    top: 28px !important;*/
    left: auto !important;
    top: -30px !important;
    right: 30px !important;
}

.theme_2 .slick-prev:before {
    content: "\e902" !important;
    font-family: "icomoon" !important;
    font-size: 16px !important;
    color: #fff !important;
    opacity: 1 !important;
}

.theme_2 .slick-next:before {
    content: "\e903" !important;
    font-family: "icomoon" !important;
    font-size: 16px !important;
    color: #fff !important;
    opacity: 1 !important;
}

.theme_14 .slick-prev, .theme_14 .slick-next {
    display: block;
    width: 47px !important;
    height: 47px !important;
}

.theme_14 .slick-prev:before {
    content: "\e902" !important;
    font-family: "icomoon" !important;
    font-size: 44px !important;
    color: #fff !important;
    opacity: 1 !important;
}

.theme_14 .slick-next:before {
    content: "\e903" !important;
    font-family: "icomoon" !important;
    font-size: 44px !important;
    color: #fff !important;
    opacity: 1 !important;
}

.theme_14 .slick-prev {
    left: -58px !important;
}

.theme_14 .slick-next {
    right: -58px !important;
}

.theme_14 .slick-dots li.slick-active button {
    background: #fff !important;
}

.theme_14 .slick-dots li button {
    border: 2px solid #fff!important;
}

/**************/

.rsDefaultInv .rsArrow {
    height: 100%;
    width: 60px;
    z-index: 20;
}

.theme_6 .rsDefaultInv .rsArrow {
    /*background: #E8E9E9;*/
    background: rgba(232, 233, 233, 0.9);
}

.theme_6 .rsDefaultInv .rsArrow {
    width: 90px;
}

.theme_6 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after, .theme_6 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
    font-size: 32px;
    color: #fff;
}

.theme_6 .rsDefaultInv.rsHor .rsArrowLeft {
    left: 4px;
    right: auto;
}

.theme_6 .rsDefaultInv.rsHor .rsArrowRight {
    right: 4px;
    left: auto;
}

/***************/

/**************/

.thumbnail {
    padding: 0;
}

.html_list li {
    float: left;
    margin: 0 0 16px 0;
}

.html_list li:last-child {
    margin: 0;
}

.html_list a {
    font-size: 20px;
    font-weight: normal;
}

.html_list a:hover {
    text-decoration: none;
    color: #0081c7;
}

.html_list a:before {
    content: "\e903";
    font-family: "icomoon";
    font-size: 44px;
    font-size: 16px;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

/***************/

h2.category_header {
    color: #0080c7;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block
}

/***************/

.theme_4 .rsOverflow {
    overflow: visible;
}

.theme_4 .rsDefaultInv.rsHor .rsArrowLeft {
    left: -80px;
    top: 0;
}

.theme_4 .rsDefaultInv.rsHor .rsArrowRight {
    right: -80px;
    left: auto;
}

/*****************Search Result*****************/

.badge, .facetList .badge {
    color: #0080c7;
}

#resultats .select {
    background-color: #f3f3f3;
}

#resultats>ul>li {
    background-color: #f3f4f4;
    border-bottom: none;
    float: left;
    width: 100%;
    clear: both;
}

#resultats>ul>li.on {
    background-color: transparent;
}

#criteres_recherche p, #description_resultats, .taille_page {
    color: #888b8d;
    font-size: 15px;
    text-transform: uppercase;
}

.pagination>li>a, .pagination>li>span {
    font-size: 15px;
}

.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 #0081c7;
    color: #0081c7;
}

.btn-group.pageSize-container button {
    color: #0081c7;
    margin: 0;
    background: #fff;
}

.btn-group.pageSize-container.open .dropdown-menu>li>a {
    color: #0081c7;
}

.displaymode-icon-container .active, .siteRestriction-icon-container .active, .pageSize-container .active, .sort-order .active {
    background-color: #0081c7;
    color: #fff;
}

/* 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: #0081c7;
    color: #fff;
}

.trending_docs .thumbnail img {
    width: 100% !important;
    height: 100% !important;
	/* à reporter sur prod */
   object-fit: cover;
}

.trending_docs ul li>div {
    padding: 0;
    width: 100%;
}

.trending_docs ul li .thumbnail {
    padding: 0;
    float: left;
    background: none;
    width: 100%;
    margin: 0 0 12px 0;
}

.trending_docs ul li .caption {
    padding: 9px 0;
    float: left;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.trending_docs ul li:first-child .thumbnail, .trending_docs ul li:first-child .caption {
    /*padding: 0*/
}

.trending_docs .caption:after {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(239, 239, 239, 1)));
    background-image: -webkit-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(239, 239, 239, 1));
    background-image: -moz-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(239, 239, 239, 1));
    background-image: -ms-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(239, 239, 239, 1));
    background-image: -o-linear-gradient( bottom, rgba(255, 255, 255, 0), rgba(239, 239, 239, 1));
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0), rgba(239, 239, 239, 1));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#EFEFEF');
    height: 20px;
    max-height: 100%;
    position: absolute;
    right: 2px;
    width: 100%;
    bottom: 0;
    display: block;
    content: "";
}

/*****************Search detail*****************/

.panel-search-container {
    background: #f3f4f4;
}

#notice_longue>.panel>.panel-body {
    padding: 0;
}

#notice_longue .panel-search-container {
    background: #fff;
}

.panel.panel-holding {
    background-color: #f3f4f4;
    /*display:none;*/
}

#document_actions {
    
	/* a reporter en prod *>
	    /*PMD padding: 8px 16px;*/
    border-radius: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #f3f4f4;
    border-color: #f3f4f4;
}

.tab-content {
    background-color: #f3f4f4;
}

#multi_selection_simple .bouton_detail, #multi_selection .bouton_detail {
    color: #0081c7;
}

/****************/

#btn_up {
    position: fixed;
    bottom: 30px;
    right: 325px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    background: #0081c7;
    display: block;
    width: 50px;
    height: 46px;
    text-align: center;
}

#btn_up:after {
    content: "\e900";
    font-family: "icomoon";
    margin: 0;
    font-size: 30px;
    display: block;
    position: relative;
    color: #fff;
}

#btn_up img {
    display: none;
}

/****************/

.countVoted, .LastDateVoted {
    display: none;
}

.links_ds a {
    color: #0080c7;
}

/****************/

.panel-front.panel-search-container .panel-heading {
    padding: 20px;
}

#options_resultat .panel-heading>h2 {
    font-size: 15px;
    line-height: 18px;
}

#facet_container .panel-heading {
    padding: 2px 2px 2px 9px;
}

#facet_container .panel-title {
    font-size: 15px;
}

.facetList.nav-pills>li>a {
    padding: 0;
    font-size: 15px;
    line-height: 18px;
}

#facet_container>.panel-group {
    margin-bottom: 32px;
}

.searchContainer .panel-layout {
    margin-bottom: 0px;
}

#criteres_recherche, .navigation-page, .intro {
    padding: 0 15px 0 20px;
}

#criteres_recherche p {
    font-size: 20px;
    text-transform: uppercase;
    color: #0080c7;
    padding: 0;
}

#facet_container .icon-resize-small, #facet_container .icon-resize-full {
    font-size: 20px;
}

.template-title {
    color: #333f48;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

p.template-info, .searchContainer p {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    color: #888b8d;
    padding: 10px 0;
}

.criteres_tri label.label-tri {
    color: #888b8d;
    margin: 5px;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    line-height: 18px;
    text-transform: uppercase;
}

.notice_corps .media-body {
    border-top: 1px solid #0080c7;
    padding: 12px 0 0 0;
}

.vignette_document {
    margin: 0 30px 4px 0;
    display: block;
}

#detail-notice .vignette_document {
    width: 100%;
}

.vignette_document .icon-new {
    background-color: #0080c7;
    -moz-box-shadow: none;
    -webkit-box-shadow: -none;
    box-shadow: none;
    font-size: 20px;
}

.displaymode-icon-container.desktop button, .siteRestriction-icon-container.desktop button, .sort-order button {
    background-color: #fff;
    color: #888b8d;
    font-size: 15px;
}

.displaymode-icon-container.desktop button:hover, .siteRestriction-icon-container.desktop button:hover, .sort-order button:hover, .sort-order button:focus {
    background-color: #fff;
    color: #888b8d;
    font-size: 15px;
}

.notice_corps .btn-dark, .notice_corps .btn-action {
    background-color: transparent;
    border-color: transparent;
    color: #0080c7;
    font-size: 15px;
    text-transform: uppercase;
}

.notice_corps .btn-dark:hover, .notice_corps .btn-dark:focus, .notice_corps .btn-dark:active, .notice_corps .btn-dark.active, .notice_corps .btn-dark.disabled, .btn-dark[disabled] {
    background-color: transparent;
    border-color: transparent;
    color: #0080c7;
}

.notice_corps .btn-dark .icon-info, .notice_corps .btn-action .icon-plus {
    display: none;
}

.notice .actions {
    padding-left: 22%;
}

.indicator .label-holding, .statut .obtain-document-link {
    font-weight: normal;
    text-transform: uppercase;
    color: #333f48;
    font-size: 15px;
    padding: 4px 0;
}

.statut .obtain-document-link:before {
    content: "|";
    position: relative;
    float: left;
    height: 100%;
    width: 32px;
}

.obtain-document-link .icon-chevron-right {
    display: none;
}

.indicator .label-holding {
    color: #0081c7;
}

#resultats .indicator {
    float: left;
    width: 100%;
    justify-content: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#resultats .available.indicator .label-holding, #resultats .available.indicator .obtain-document-link {
    float: left;
}

#criteres_recherche .btn-action:hover, #criteres_recherche .btn-action:focus, #criteres_recherche .btn-action:active, #criteres_recherche .btn-action.active, #criteres_recherche .btn-action.disabled, .btn-action[disabled] {
    /*background-color: transparent;
    border-color: transparent;
    color: #0080c7;
    opacity: 1;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 18px;*/
}

.panel-search-container-specific>.panel-heading {
    background: #0080c7;
}

.panel-search-container-specific .panel-heading>h2, .panel-search-container-specific .panel-heading>h2 a {
    color: #fff;
    font-size: 35px;
    line-height: 42px;
    text-transform: none;
}

.search-icon-container>a {
    color: #fff;
}

#resultats_detail .vignette_container {
    margin: 0 22px 0 0;
    float: left;
    /*width: 230px;*/
    width: 120px;
}

#resultats_detail .notice_corps .media-body {
    border-top: 1px solid #0080c7;
    padding: 12px 4px 0 0;
}

/***********/

#resultats_recherche .icon-chevron-left:before {
    content: "\e902";
    font-family: "icomoon";
    font-size: 14px;
    color: #0081c7;
}

#resultats_recherche .icon-chevron-right:before {
    content: "\e903";
    font-family: "icomoon";
    font-size: 14px;
    color: #0081c7;
    vertical-align: middle;
}

.icon-chevron-left:before {
    content: "\e902";
    font-family: "icomoon";
}

.icon-chevron-right:before {
    content: "\e903";
    font-family: "icomoon";
}

.detail-icon-container {
    color: #0081c7;
    font-size: 15px;
    font-weight: normal;
    margin: 8px 0 12px 0;
}

.detail-icon-container a>span {
    color: #0080c7;
    font-size: 22px;
}

.more-actions {
    font-size: 25px;
    right: 54px;
    margin-top: 0;
}

#detail-notice .icon-info:before {
    content: "\e84f";
    display: none;
}

#resultats_recherche {}

.icon-arrow-bottom:before {
    content: "\e901";
    font-family: "icomoon";
}

.icon-return:before {
    content: "\e902";
    font-family: "icomoon";
}

#lien .icon-return:before {
    font-size: 28px;
}

#notice_longue_description p.template-info, #notice_longue_description .searchContainer p {
    padding: 3px 0;
}

#notice_longue_description>p {
    color: #5f5b5b;
    font-size: 15px;
    line-height: 18px;
    padding: 3px 0;
}

.pageSize-container .icon-arrow-bottom {
    font-size: 14px;
    top: auto;
    right: auto;
    position: relative;
    padding: 0 0 0 4px;
}

.btn-group.pageSize-container.open ul.dropdown-menu {
    width: 50px;
}

.holdings-displaymode a {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
}

.nav-tabs>li>a {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    padding: 9px 18px;
}

dt {
    font-weight: normal;
}

h3.category_header {
    background-color: #fff;
    color: #0f81c5;
    padding: 15px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #0f81c5;
}

#notice_longue h3 {
    font-size: 15px;
}

#notice_longue .rsSlideContainer h3 {
    margin: 15px 0 0 0;
}

.detail-holdings-class [class|="detail-holds"] thead th, .detail-subscriptions thead th, .detail-holdings-class [class|="detail-holds"] thead td, .detail-subscriptions thead td {
    background-color: #fff;
    color: #888b8d;
    font-weight: normal;
    border-bottom: 1px solid #888b8d;
    padding: 10px 4px;
    font-size: 15px;
}

.detail-holdings-class [class|="detail-holds"] table td, .detail-subscriptions table td, .detail-holdings-class [class|="detail-holds"] table th, .detail-subscriptions table th {
    padding: 10px 4px;
    /*background: #fff;*/
}

#resultats_detail h2 {
    margin: 2px 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
    color: #333f48;
}

/***********/

#multi_selection .panel {
    padding: 10px;
    border: 6px solid #fff;
    background: #fff;
}

/***********/

.mobile-navigation, .mobile-navigation .btn.precedent, .mobile-navigation .btn.suivant {
    background-color: #0080c7;
}

.mobile-navigation>.btn-group, .mobile-navigation .btn {
    background-color: #878a8d;
}

/**************/

.navigation {
    width: 100%;
    float: left;
}

.search-icon-container>a, .search-icon-container>button {
    color: #fff;
}

.search-icon-container .search-icon-container--icon:hover {
    color: #fff;
}

.search-icon-container .search-icon-container--icon {
    color: #fff;
    background: transparent;
}

.search-icon-container .search-icon-container--icon:hover {
    color: #fff;
}

.zoom_title h2 {
    font-size: 42px;
    margin: -42px 0 16px 0;
    text-transform: uppercase;
}

.zoom_title_2 h2 {
    font-size: 42px;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}

.zoom_title_2 h2:after {
    content: "\e903";
    font-family: "icomoon";
    position: relative;
    font-size: 32px;
    padding: 0px 9px 0 17px;
    line-height: 100%;
}

.zoom_title_2 h3 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 42px;
    color: #0080c7;
    line-height: 100%;
    margin: 0;
}

/*****************Footer*****************/

footer {
    background: #fff;
    color: #878a8d;
    font-size: 16px;
    clear: both;
}

footer .container .col-md-12 {
    float: left;
    width: 100%;
}

footer .container {
    margin: 0px auto;
    padding: 40px 0;
    border-top: 1px solid #bbbdbf;
    /*margin-top: 40px*/
}

.no-border {
    border: none !important;
}

footer a, footer a:hover, footer a:focus, footer [class^="icon-"], footer [class*=" icon-"] {
    color: #878a8d;
}

footer .container ul li, .label-ermes {
    color: #878a8d;
}

footer div.footer-mobile [class^="icon-"], footer.footer-mobile [class*=" icon-"] {
    color: #878a8d;
}

#mobile-actions .caret {
    border-top: 4px solid #000;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

footer h3 {
    color: #86898B;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 1px 0;
}

footer p {
    font-size: 15px;
    color: #888b8d;
    font-family: arial;
    line-height: 21px;
    margin: 0 0 14px 0;
    display: inline-block;
    width: 100%;
}

footer a:hover {
    color: #0081c7;
}

footer .social_media {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    height: 30px;
}

footer .icon-twitter span, footer .icon-facebook span {
    display: none;
}

footer .social_media li a {
    height: auto;
    display: inline-block;
    width: auto;
    background: transparent;
    vertical-align: middle;
    color: #878a8d;
}

footer .social_media li .icon-facebook {
    background: transparent;
}

footer .social_media li {
    height: 30px;
    background: transparent;
    display: inline-block !important;
    width: 30px;
    text-align: left;
    vertical-align: middle;
    line-height: 100%;
}

footer .subscribe form p {
    margin: 25px 0 6px 0;
}

/***********/

footer area {
    display: inline-block;
    width: 100%;
    float: left;
}

footer .subscribe input {
    height: 32px;
    border: none;
    color: #969696;
    padding: 8px;
    float: left;
    width: 80%;
    background: #f3f3f3;
}

footer .subscribe button[type="submit"] {
    background: #f3f3f3;
    border: none;
    height: 32px;
    float: left;
    width: 20%;
    /*text-indent: -9999px*/
}

footer .subscribe button[type="submit"]:after {
    content: "\e903";
    font-family: "icomoon";
    color: #0081c7;
}

footer .col-sm-12 {
    float: left;
    padding: 0 4% 0 0;
}

footer .col-sm-12:last-child {
    padding: 0;
}

footer .share_ft h3 {
    float: left;
    display: inline-block;
    margin: 0 14px 0 0;
}

/****************/

.subscribe input {
    height: 32px;
    border: none;
    color: #969696;
    padding: 8px;
    float: left;
    width: 80%;
    background: #fff;
}

.subscribe button[type="submit"] {
    background: #fff;
    border: none;
    height: 32px;
    float: left;
    width: 20%;
    /*text-indent: -9999px*/
    font-size: 13px;
}

.subscribe button[type="submit"]:after {
    content: "\e903";
    font-family: "icomoon";
}

.thumbnail {
    border-radius: 0;
}

.bl_txt {
    color: #0080c7;
}

.gry_txt {
    color: #888b8d;
}

h3.bl_txt {
    color: #0080c7;
}

h3.gry_txt {
    color: #888b8d;
}

.cr_altr {
    font-size: 20px;
    color: #888b8d !important;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 22px;
}

.zoom_title_2.container {
    padding: 0 0 26px 0;
}

/* Ajout CER : format affichage acquisition */

.item-acquisition {
    font-weight: bold !important;
}

/* Update 24012018*/

.myaccount-loans .vignette_document img.ermes-thumb, #resultats_recherche .vignette_document img.ermes-thumb, #documents_memorises .vignette_document img.ermes-thumb, .reservation-results .vignette_document img.ermes-thumb, .loan-results .vignette_document img.ermes-thumb, .provision-results .vignette_document img.ermes-thumb, .webframe-ermes-lastcomments .vignette_document img.ermes-thumb, .webframe-ermes-lastviewedresources-item .vignette_document img.ermes-thumb {
    width: 120px;
}

#google_translate_element {
    position: absolute;
    left: 0;
    top: 33px;
    z-index: 9999999999;
}

#resultats .vignette_document .thumbnail-wrapper {
    width: 120px;
}

#resultats .vignette_document .thumbnail-wrapper img {
    width: 100%;
}

/* Espagne */

.navbar-header-after {
    /*background: transparent url(images/COS.png) no-repeat center center;
	float: left;
	width: 150px;
	height: 140px;
	background-size: contain;
	margin-left: 30px;*/
}

.img_48 {
    width: 48px;
    float: left;
    margin: 0 22px 22px 0;
}

.wlc_msg a {
    font-size: 20px;
}

.latest_app label {
    display: none;
}

.latest_app input, .latest_app textarea {
    width: 100%;
    border-radius: 0;
}

.latest_app input:focus, .latest_app textarea:focus {
    border: 1px solid rgba(255, 255, 255, 1);
    outline-color: transparent;
    outline-width: 0;
    transition: all 0.3s;
}

.latest_app input::placeholder, .latest_app textarea::placeholder {}

.latest_app textarea::placeholder {}

.latest_app .formgroup {
    padding: 10px;
    float: left;
}

.latest_app .formgroup.input {}

.required-field-indicator {
    display: none;
}

input {
    border-radius: 0;
}

.latest_app .col-md-12 {
    float: left;
}

.latest_app .form-control {
    border: 1px solid #939193;
    font-size: 15px;
    color: #969696;
    border-radius: 0;
}

.latest_app .form-group {
    margin-bottom: 0;
    height: 38px;
    padding: 6px 12px;
    font-size: 15px;
    color: #969696;
    background-color: #fff;
    background-image: none;
    border: 1px solid #939193;
}

.latest_app .btn-default {
    margin: 10px 6px;
    font-size: 18px;
    text-transform: uppercase;
    color: #0081c7;
    background: #fff;
}

.wlc_msg {
    margin: 0 0 32px 0;
    display: inline-block;
}

.wlc_msg a:hover {
    color: #969696;
    text-decoration: none;
}

#dropChangeCulture .caret {
    border-width: 0;
    border: none;
    height: auto;
    width: auto;
}

#dropChangeCulture .caret:before {
    content: "\e901";
    font-family: "icomoon";
    font-size: 16px;
    color: #1381c5;
}

/* search widget */

.search_widget p {
    display: none;
}

.search_widget input[type=search] {
    width: 80%;
    float: left;
    line-height: 40px;
    height: 40Px;
    padding: 0 8px;
    border: 1px solid #b3aeae;
    border-radius: 0;
}

.search_widget button {
    width: 20%;
    float: left;
    height: 40px;
    line-height: 40px;
    border: none;
    color: #fff;
    text-indent: -9999px;
    background: #0081C7 url(images/search.svg) no-repeat center center;
    background-size: 26px;
}

.search_widget input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
}

.search_widget input[type=checkbox] {
    margin: 4px 6px 0 0;
    line-height: normal;
}

.search_widget .col-md-12 {
    padding: 0;
}

.iframe-container {
    overflow: hidden;
    /*padding-top: 56.25%;
  position: relative;*/
}

.iframe-container iframe {
    /*border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;*/
    max-height: 128px;
}

/* 4x3 Aspect Ratio */

.iframe-container-4x3 {
    /*padding-top: 75%;*/
}

.left_logo img {
    max-width: 302px !important;
    float: left;
}

.right_logo img {
    max-width: 128px !important;
    float: right;
}

.theme_8 .panel-heading .resize {
    display: none !important
}

.theme_40 {
    position: relative;
}

.theme_40.panel-front, .theme_40 .panel-selection {
    background: #efefef;
    padding: 20px;
}

#portal .theme_40 .panel-body {
    padding: 0;
}

.theme_40 .panel-heading>h2 {
    display: none;
}

.iframe-container html {
    background: transparent;
}

.iframe-container body {
    background: red !important;
}

#scenario-selection {
   /*display: none;*/
}

.tt-hint {
    border-left: 1px solid #878a8d!important;
}

.render-velocityRenderMode_SLIDE .classic .slick-slide .counter {
    display: none ! important
}
#document_actions .accessToPrimaryDoc {
    word-break: normal;
}
.velocityRenderMode_SLIDEFULL .description h3 {
    
    text-transform: none !important;
    color: #878a8d !important;
}
.velocityRenderMode_SLIDEFULL  p {
    color: #878a8d !important;
    
}
.velocityRenderMode_SLIDEFULL  p.doctype {
    color: #969696 !important;
    
}
.render-velocityRenderMode_SLIDEFULL  .see_all_results {display: none!important}
.alerts {text-align: center}
.alerts .sdi-service-subscription  {
    width: 70%;
    margin: 0 auto;
}
.alerts  .sdi-service-subscription .btn {
   
    width: 100%;
    border: 1px solid #0081c7;
}

.alerts  .sdi-service-subscription .btn:before  {
    content: "\f0f3";
    position: relative;
    font-family: "Font Awesome 5 free";
	margin: 0 4px 0 0;
	color: #0080C7
}
.alerts .sdi-service-subscription .btn-primary span:after {
   display: none
}
.most_popular {
   display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -1%;
    justify-content: space-between;
}
.most_popular > a {
   width: 31%;
    margin: 1%;
	    background: #fff;
    border: 1px solid #ddd;
}
.most_popular > a > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.most_popular .mp_content{
    padding: 16px;
	    width: 66%;
}
.most_popular .mp_thumb{
    
    width: 33%;
    height: 100%;
}
.most_popular .mp_thumb img {
    height: 100% !important;
    object-fit: cover;
}

.most_popular .mp_content h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* Bug checkbox fil ariane */
header #search-panel #main_search_form  div.checkbox {
    height: 0;
    
    min-height: 0;
}
#langue-btn {
    /*bottom: 64px;*/
}

/* JD - T22-07917 : Homogénéisation des carrousels de suggestions et des sélections */
#notice_longue #detail-notice-selections .rsOverflow{
	padding: 0 50px;
}

#notice_longue .rsDefaultInv .rsArrow {
	padding-bottom: 80px;
}


/******************Responsive devices*******************/

/* Full HD � width: 1920px */

@media (min-width: 1920px) {}

/* Kindle landscape � width: 1024px */

/* iPad landscape � width: 1024px */

@media (max-width: 1100px) {
    .theme_4 .rsDefaultInv.rsHor .rsArrowLeft, .theme_14 .rsDefaultInv.rsHor .rsArrowLeft {
        left: 0;
    }
    .theme_4 .rsDefaultInv.rsHor .rsArrowRight, .theme_14 .rsDefaultInv.rsHor .rsArrowRight {
        right: 0;
    }
}

@media (min-width: 1100px) {
    .layout_fluid100 #layout-3>.row {
        width: 1100px;
        margin: 0 auto;
    }
    .theme_4 .panel-front, .theme_4 .panel-selection, .theme_6 .panel-front, .theme_6 .panel-selection, .theme_14.panel-front, .theme_14 .panel-selection, .theme_19 .panel-front, .theme_19 .panel-selection, .theme_15 .panel-selection, .theme_15 .panel-front, .theme_22 .panel-front, .theme_22 .panel-selection {
        border: none;
        width: 1100px;
        margin: 0 auto;
        background: transparent;
        padding: 32px 0;
    }
    .theme_9.panel-front, .theme_9 .panel-selection, .theme_9 >.panel-front {
        /*background: #F2F3F3;*/
        background: #efefef;
        padding: 20px;
        border: none;
        width: 1100px;
        margin: 0 auto;
    }
    .theme_20.panel-front, .theme_20 .panel-selection {
        /*background: #F2F3F3;*/
        background: #efefef;
        padding: 20px;
        border: none;
        margin: 0 auto;
    }
    .theme_13.panel-front, .theme_13 .panel-selection {
        background: #fff;
        padding: 32px 0;
        border: none;
        width: 1100px;
        margin: 0 auto;
    }
    .theme_12.panel-front .page_title, .theme_12 .panel-selection .page_title {
        padding: 20px;
        border: none;
        width: 1100px;
        margin: 0 auto;
    }
}

@media (min-width: 1025px) {}

@media (min-width: 1024px) {
    .theme_zoom .col-md-6 {
        width: 49%;
    }
}

@media (max-width: 1024px) {
    .theme_1 h3 {
        font-size: 59px;
        line-height: 70px;
    }
    .theme_11 .panel-front, .theme_11 .panel-selection {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .panel-front, .panel-selection {
        padding: 10px 16px;
    }
    #portal .frame {
        margin: 0 0 10px 0 !important;
    }
    #portal .panel-body {
        padding-top: 8px;
    }
    #portal .theme_1.frame {
        margin: 0 0 10px 0 !important;
    }
    .navbar-brand {
        width: 50%;
    }
    #langue-btn {
        bottom: 28px;
    }
}

@media (max-width: 800px) {
    .carousel_3 .slider_container {
        width: 45%;
        padding: 20px;
        float: left;
        position: relative;
    }
    .carousel_3 .slider_thumb {
        width: 55%;
        float: left;
    }
}

@media (min-width: 769px) {
    .theme_6 .doc_content .thumbnail {
        height: 262px;
    }
    /************Layouts*************/
    #layout-3 #zone-4, #layout-2 #zone-3 {
        padding: 0 20px 0 4px;
    }
    #layout-3 #zone-5 {}
}

/* iPad portrait  width: 768px */

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: 0;
        padding: 0;
    }
    #search-panel>.container {
        padding: 76px 4px;
        background: transparent;
        border-bottom: 1px solid #aaa5a5;
    }
    #search-panel .panel-body {
        width: 64%;
        padding: 0;
    }
	#menu-panel .panel-body {
    margin: 0 auto;
    background: none;
    padding: 0;
    z-index: 9;
    position: absolute;
    right: 0;
    width: 100%;
    top: -128px;
}
    .container-header {
       /* margin: 15px auto 15px;*/
    }
    #portal .theme_12.frame {
        margin: -64px 0 70px 0 !important;
    }
    .container>.navbar-header, .container>.navbar-collapse {
        /*width: 100%;*/
        transition: all 0.2s ease 0s;
    }
    header {
        border-top: none;
    }
    #menu-panel {
        border-top: none;
        background: #fff;
        position: relative;
        margin: 0 auto;
        max-width: 1100px;
    }
    .statut, .statut-disabled, .statut-primaryDoc {
        background-color: #f3f3f3;
        padding: 0 0 0 20%;
    }
    .btn-account {
        background: #878a8d;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        padding: 0 14px;
        line-height: 40px;
        border: none;
    }
    .btn-account:hover, .btn-account:focus, .btn-account:active, .btn-account.active, .open .dropdown-toggle.btn-account {
        color: #fff;
        border: none;
    }
    .button-my-account {
        position: absolute;
        right: 100px;
        top: 216px;
    }
    .btn-account i {
        line-height: 36px;
        float: left;
    }
    .register_user_link, .register_user_link:hover {
        color: #fff;
    }
    .connectBox {
        padding-bottom: 6px;
        padding-top: 6px;
        z-index: 11;
    }
    .rs-newdocuments .thumbnail-wrapper {
        height: 242px;
    }
    .rs-newdocuments .royalSlider {
        min-height: 380px;
        height: 380px;
    }
    .rs-newdocuments .rsDefaultInv .rsArrow {
        height: 26px;
        width: 26px;
    }
    .trending_docs .thumbnail-wrapper {
        height: 333px;
        background: #fff;
    }
    .rs-trendingdocuments .royalSlider {
        min-height: 430px;
        height: 430px;
    }
    .royalSlider.selectionsNoticeResults {
        min-height: 430px;
        height: 430px;
    }
    .royalSlider.selectionsNoticeResults .thumbnail-wrapper {
        height: 333px;
        float: left;
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .royalSlider.selectionsNoticeResults .well>a {
        height: 333px;
        float: left;
        display: block;
        width: 100%;
    }
    .royalSlider.selectionsNoticeResults img.ermes-thumb {
        width: 100%;
        height: 100%;
    }
    #detail-notice-rebound {
        padding: 0;
        /*background: #efefef;*/
    }
    #detail-notice-rebound .well {
        padding: 11px 10px 10px 10px;
        margin-bottom: 18px;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    h2.category_header {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    #notice_longue .suggestion_container>h3 {
        padding: 0 0 0 18px;
    }
	#notice_longue #detail-notice-rebound .suggestion_container .rsContainer {
		width: calc(100% - 100px);
		margin: 0 50px;
	}
    /*******************/
    #aside {
        float: left;
        left: 0;
        width: 25%;
        padding: 0;
    }
    #resultats_recherche {
        width: 73%;
        left: 0;
        float: right;
        padding: 0;
    }
    /*******************/
    #ermes_main_menu {
        width: auto;
        padding: 0;
        display: block;
        float: right;
        display: none;
    }
    #ermes_main_menu li.LEVEL1 {
        width: auto;
        background: #fff;
        border: none;
        margin: 0;
        float: none;
        text-align: left;
        display: block;
    }
    #ermes_main_menu li.LEVEL1>a {
        padding: 12px 18px;
        color: #878a8d;
        font-weight: normal;
        text-transform: uppercase;
        height: 100%;
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 100%;
        text-align: left;
        border: 1px solid #8e8787;
        border-bottom: none;
    }
    #ermes_main_menu li.LEVEL1>a:hover, #ermes_main_menu li:hover>a, #ermes_main_menu li.LEVEL1>a:focus, #ermes_main_menu li:focus>a {
        background: #0081c7;
        color: #fff;
    }
    #ermes_main_menu .dropdown-menu {
        background: #0081c7;
        border: none;
        padding: 0;
        border-radius: 0;
        margin-top: 0px;
        left: auto;
        right: 100%;
        width: 100%;
        top: 0;
    }
    #ermes_main_menu .dropdown-menu>li>a {
        color: #fff;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        padding: 6px 14px;
        white-space: normal;
    }
    #ermes_main_menu .dropdown-menu>li>a:hover, #ermes_main_menu .dropdown-menu>li:hover>a, #ermes_main_menu .dropdown-menu>li>a:focus, #ermes_main_menu .dropdown-menu>li:focus>a {
        background: #038ed9 !important;
        color: #fff;
    }
    #ermes_main_menu li.LEVEL1 .caret, #ermes_main_menu li.LEVEL1 a:hover .caret {
        border-bottom-color: #878a8d;
        border-top-color: #878a8d;
    }
    #ermes_main_menu li.LEVEL1>a:hover .caret, #ermes_main_menu li:hover>a .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }
    #ermes_main_menu li.LEVEL1:first-child {
        border-left: none;
    }
    #ermes_main_menu li.LEVEL1:nth-child(2) {
        border-left: none;
    }
    #ermes_main_menu li.LEVEL1:last-child {
        border-bottom: 1px solid #8e8787;
    }
    #ermes_main_menu .dropdown-submenu>a:after {
        float: left;
        border-width: 5px 5px 5px 0;
        border-right-color: #fff;
        border-left-color: transparent;
        margin-top: 5px;
        margin-left: -10px;
        margin-right: 0;
    }
    /*************Rich Menu***************/
    #nav-rich-menu {
        width: 100%;
        background: transparent;
        padding: 0;
        display: table;
        z-index: 24;
    }
    #nav-rich-menu li {
        width: auto;
        background: #fff;
        border: 1px solid #878a8d;
        margin: 0;
        border-left: 0;
        float: none;
        display: table-cell;
    }
    #nav-rich-menu li>a {
        padding: 12px;
        color: #878a8d;
        font-weight: normal;
        text-transform: none;
        height: 100%;
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 100%;
        text-align: left;
    }
    #nav-rich-menu li>a:hover, #nav-rich-menu li:hover>a {
        background: #038ed9;
        color: #fff;
    }
    #nav-rich-menu li:first-child {
        border-left: 1px solid #878a8d;
    }
    /********************/
    #nav-rich-menu li .dropdown {
        background: #038ed9;
    }
    #nav-rich-menu li .dropdown .dropdown_container {
        color: #fff;
        font-size: 18px;
        text-align: left;
    }
    #nav-rich-menu li .dropdown_container a {
        background: #038ed9;
    }
    #nav-rich-menu li .dropdown_container a:hover {
        background: #038ed9;
    }
    #nav-rich-menu .title_menu h4 {
        color: #fff;
        font-size: 18px;
        margin: 0;
        padding: 6px;
        font-weight: normal;
        text-transform: none;
    }
    .title_menu {}
    .title_menu p {
        color: #fff;
    }
    #nav-rich-menu li .dropdown_container a:hover .title_menu p, #nav-rich-menu li .dropdown_container a:hover .title_menu h4 {
        color: #fff;
        background: none;
    }
    #nav-rich-menu .illustration {}
    #nav-rich-menu .illustration img {}
    .rich-item>.clearfix {
        display: none;
    }
    .numbers {
        float: none;
        width: 72%;
        padding: 0;
        margin: 0 auto;
        /*text-align: center*/
    }
    /******************/
    #notice_longue .metadata-actions {
        position: absolute;
        right: -42px;
        top: 0;
    }
    #document_actions {
        /*margin: 52px 42px 0 0;*/
    }
    .statut-primaryDoc .view-document.btn {
        padding: 0 140px 0 0;
    }
}

@media (max-width: 768px) {
    #admin-actions, #mobile-actions {
        background: #fff;
        box-shadow: none;
    }
    #google_translate_element {
        display: none;
    }
   
    #search-panel {
        margin: 0;
        padding: 20px 0;
    }
    footer h3 {
        margin: 12px 0 4px 0;
    }
    .theme_1 h3 {
        line-height: 100%;
        padding: 20px;
        font-size: 28px;
    }
    .theme_11 h3 {
        line-height: 100%;
        padding: 20px;
        font-size: 28px;
    }
    .numbers {
        text-align: center;
    }
    .theme_zoom .col-md-6 {
        width: 100%;
        margin: 0 0 10px 0;
        float: left;
    }
    .theme_zoom .thumbnail {
        padding: 10px;
        margin: 0;
    }
    .theme_zoom .col-md-12.mrg_bottom {
        margin: 0;
    }
    .theme_zoom .thumbnail .caption {
        padding: 12px 0;
        border-top: none;
        width: 100%;
        float: left;
    }
    .theme_zoom .thumbnail .more_info {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    footer .container {
        margin: 0px auto;
        padding: 6px 22px;
    }
    #resultats_recherche .icon-chevron-right:before, #resultats_recherche .icon-chevron-left:before {
        color: #fff;
    }
    #resultats .notice_corps {
        width: 100%;
    }
    .statut, .statut-disabled, .statut-primaryDoc {
        padding: 0;
    }
    .notice .actions {
        padding-left: 0;
    }
    .notice_corps .media-body {
        border-top: 2px solid #0080c7;
    }
    .notice_corps .vignette_document {
        margin: 6px 30px 4px 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .button-my-account {
        right: 4px;
    }
}

@media (max-width: 767px) {
    #menu-panel {
        top: 45px;
    }
    #portal .theme_1.frame {
        margin: 0 0 10px 0 !important;
    }
    .zoom_title h2 {
        font-size: 32px;
        margin: 0;
    }
    .navbar.navbar-inverse {
        background: #fff;
    }
    .navbar-brand-after {
        display: none;
    }
    /*************/
    #scenario-selection .caret {
        border-top-color: #0081c7;
    }
    #btn_up {
        display: none;
        bottom: 20px;
        right: 20px;
        width: 32px;
        height: 23px;
    }
    #btn_up:after {
        font-size: 15px;
    }
    /***************/
    .theme_2 .rs-newdocuments {
        padding: 0;
    }
    .doc_content ul li {
        padding: 0;
    }
    .new_docs .thumbnail, .trending_docs ul li .thumbnail {
        /*height: 112px;*/
        height: auto;
        margin: 0;
    }
    .rs-newdocuments .thumbnail-wrapper img, .trending_docs .thumbnail img {
        height: 112px !important;
        text-align: center;
        float: none;
    }
    .rs-newdocuments .thumbnail-wrapper, .trending_docs .thumbnail-wrapper {
        text-align: center;
    }
    .rs-newdocuments .rsOverflow, .rs-newdocuments .rsSlide {
        overflow: hidden;
    }
    .rs-newdocuments .rsDefaultInv .rsArrow {
        background: transparent;
    }
    .new_docs .more_info a {
        font-size: 14px;
    }
    .rs-newdocuments .royalSlider, .rs-trendingdocuments .royalSlider {
        min-height: 220px;
        height: 220px;
    }
    .rs-newdocuments .rsDefaultInv.rsHor .rsArrowLeft, .rs-trendingdocuments .rsDefaultInv.rsHor .rsArrowLeft {
        right: 31px;
        left: auto;
        bottom: 0;
        height: 30px;
        top: auto;
        width: 36px;
    }
    .rs-newdocuments .rsDefaultInv.rsHor .rsArrowRight, .rs-trendingdocuments .rsDefaultInv.rsHor .rsArrowRight {
        right: 0;
        left: auto;
        bottom: 0;
        height: 30px;
        top: auto;
        width: 36px;
    }
    .rs-newdocuments .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after, .rs-newdocuments .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
        font-size: 20px;
    }
    .rs-trendingdocuments .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after, .rs-trendingdocuments .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after {
        font-size: 20px;
    }
    .new_docs .thumbnail .caption:after, .trending_docs .caption:after {
        display: none;
    }
    /***************/
    .theme_12 .page_title h2 {
        font-size: 25px;
        line-height: 100%;
        padding: 10px;
        text-align: center;
    }
    #portal .theme_12 .panel-body {
        padding-top: 0;
    }
    #portal .theme_10.frame {
        margin: 0 0 20px 0 !important;
    }
    /***************/
	.most_popular > a {
    width: 48%;
    
}
}

/* iPhone 6 Plump landscape � width: 736px */

@media (max-width: 736px) {
    .doc_content .caption h3 {
        font-size: 12px;
        line-height: 16px;
    }
}

/* iPhone 6 landscape � width: 667px */

@media (max-width: 667px) {
    .numbers h3 a, .numbers h3 {
        font-size: 52px;
        line-height: 72px;
        color: #0081c7;
    }
}

/* Kindle portrait � width: 600px */

/* Android (Nexus 4) landscape � width: 600px */

@media (max-width: 600px) {
    .theme_6 .rsDefaultInv .rsArrow {
        width: 40px;
        background: transparent;
    }
    .most_visited li {
        font-size: 14px;
        width: 100%;
        padding: 10px;
        margin: 0;
    }
    .theme_6 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after, .theme_6 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
        color: #0081c7;
    }
    .panel-front, .panel-selection {
        padding: 14px;
    }
    .new_docs .more_info a {
        font-size: 12px;
    }
    .panel-front>h2, .panel-heading>h2 {
        font-size: 18px;
    }
    .theme_10 h3, .theme_10 h2 {
        font-size: 26px;
    }
    .cr_altr {
        font-size: 14px;
        line-height: 100%;
        right: 16px;
        bottom: 22px;
    }
    #resultats_detail .notice_corps .media-body {
        width: 100%;
        float: left;
    }
    .navbar-brand-before {
        margin: 0 22px 0 0;
    }
    #submit-search .icon-search:after {
        display: none;
    }
}

/* iPhone 5 Retina regardless of IOS version */

/* iPhone 5 landscape � width: 568px */

@media (max-width: 568px) {
	
	.most_popular > a {
    width: 100%;
	
    margin: 1% 0;
}
	.most_popular {
    
    margin: 0;
    
    width: 100%;
}
}

/*iPhone 3+4 landscape � width: 480px*/

@media (max-width: 480px) {
    .navbar-header {
        text-align: center;
    }
    .navbar-brand {
        padding: 10px 5px;
        width: 48%;
		margin-top:16px;
		margin-left:10px;
        display: inline-block;
        float: left;
        height: 40px;
    }
    .navbar-brand-before {
        display: inline-block;
        width: 160px;
        height: 46px;
        float: left;
        margin: 15px auto;
    }
    .numbers h3 a, .numbers h3 {
        font-size: 36px;
        line-height: 56px;
    }
    .numbers span {
        font-size: 16px;
    }
    .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:after, .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:after {
        font-size: 30px
    }
}



.user-demands-wrapper .user-demands-frame .user-demand .user-demand-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background: #428bca!important;
    border-radius: 50%;
    margin: 10px;
}

.user-demand-open .user-demand.answered .user-demand-icon {
    background: #428bca!important;
}

/* ajout suite test charte proto */
/* chercher : 'à reporter sur prod' */

/* masquer le bouton tout voir */
.see_all_results_SelectFrame
{
	display:none;
}

.primarydoc {
padding: 4px 0;

  font-weight: normal;
text-transform: uppercase;
color: #333f48;
font-size: 15px;

}

a.see_all_results_SelectFrame {
    display: none !important;
}
/*button.search-send-results.btn-link-like.search-icon-container--icon {
    display: none !important;
}*/

		

.site-btn { 
display:none;
}

a.view-document.btn.btn-xs.hidden-xs.pull-right {
padding: 4px 0;

  font-weight: normal;
text-transform: uppercase;
color: #333f48;
font-size: 15px;
	
}

.icon-share {display:none;}

/*On masque le hamburger en mobile 2022-07-18 */
#scenario-selection span.icon-list{
	display:none;
}
/*LJ 20221102 : T22-07705 */
.search-send-results-bottom .btn-default {
	color: #969696;
}


.user-demand .btn-primary.proceed {
	background-color: #0081c7 !important;
	border-color: #0081c7;
	color: #fff;
}

.panel-cookies>.panel-heading {
	font-family: 'olympic_sansregular' !important;
    color: #fff !important;
    background-color: #0080c7 !important;
    border-color: #0080c7  !important;
}

.btn-cookies-primary {
	font-family: 'olympic_sansregular' !important;
    font-weight: normal !important;
    color: #fff;
    background-color: #0080c7  !important;
    border-color: #0080c7  !important;
}

.btn-cookies-primary :hover{
	font-family: 'olympic_sansregular' !important;
    font-weight: normal !important;
    color: #fff;
    background-color: #46b8da  !important;
    border-color: #46b8da !important;
}

.btn-cookies-default {
	font-family: 'olympic_sansregular' !important;
    font-weight: normal !important;
}

.cookies-management-manager .switch-field-component input:checked+.switch-field-component-slider {
	font-family: 'olympic_sansregular' !important;
    background-color: #0081c7 !important;
}

#search-panel #scenario-selection {
    display: none;
   
}

/* Bug checkbox fil ariane */
header #search-panel #main_search_form  div.checkbox {
    height: 0;
    
    min-height: 0;
}

.entete_widget {
    display: flex;
    align-items: center;
}
.search_widget .left_logo {
    font-size: 32px;
    font-weight: 100;
    color: #0080c7;
}

html[lang="fr-FR"] .navbar-brand-before {
    background: #fff url("images/logo_before-fr.png") no-repeat left center;
	background-size: 100%;
}


/* TIMELINE */
.theme_14 [class^=tl-icon-], 
.theme_14[class*=" tl-icon-"],
.theme_14 .tl-timeaxis-tick span {
	color:#0080c7 !important;
}

.tl-text-content {
	display:none;
}

.theme_14 .tl-menubar-button:hover {
	background-color:transparent;
}

.tl-slide-content .tl-headline  {
	font-size:24px !important;
}

.tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
	max-width:70%;
}


.tl-slidenav-next .tl-slidenav-icon:before  {
    color: #0080c7;
    font-family: "icomoon";
	 content: "\e903"!important;
	  
}

.tl-slidenav-previous .tl-slidenav-icon:before {
    color: #0080c7;
    font-family: "icomoon";
	 content: "\e902"!important;
	
}



/* ==== ENCART PARUTIONS SLICK ===  */

.encart-parutions.render-velocityRenderMode_SLIDE .classic .slick-slide {
    margin: 0 14px !important;
}

.encart-parutions .panel-front {
    padding-left: 30px;
}















