﻿/*==================== Ecole Nationale Supérieure des Officiers de Sapeurs Pompiers - DDSC ===================*/

/* INCLUSIONS CSS ERMES */

@import url(../ermes-standard/style.css);
@import url(../ermes-standard/modeles.css);

/* INCLUSIONS CSS SYRACUSE */

@import url(../standard/portal/front/modeles.css);
@import url(../standard/portal/front/style.css);
@import url(../syracuse/syracuse.css);
@import url(polices.css);
@import url(ermes-font-addon.css);
@import url(syracuse-font.css);
@import url(editorial.css);
@import url(layout.css);


/* .dropdown-menu.LEVEL1,
.dropdown-menu.LEVEL2,
.dropdown-menu.LEVEL3 {
	display: block !important;
} */

.btn-account,
.btn-account:hover,
.btn-account i,
.btn-account:hover i,
.all-link-connexe .btn-default,
.all-link-connexe .btn-default:hover,
.link-connexe::before,
.link-connexe:hover::before,
#ermes_main_menu li.LEVEL1,
#ermes_main_menu li.LEVEL1:hover a,
#ermes_main_menu li.LEVEL1 > a,
#ermes_main_menu li.LEVEL1 a:hover,
#nav-rich-menu li a,
#nav-rich-menu li:hover a,
#nav-rich-menu a:hover,
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
#scenario-selection,
#scenario-selection:hover,
#submit-search:hover span,
#submit-search span,
#globalAdvancedSearchLink,
#globalAdvancedSearchLink:hover,
.navbar-brand h1,
.navbar-brand:hover h1,
.btn-default,
.btn-primary,
.btn-default:hover,
.btn-primary:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.facet-controls > a,
.facet-controls > button,
.facet-controls > a:hover,
.facet-controls > button:hover {
	transition: all 0.35s;
}

span.labelSelect {
    max-width: 100%;
}
@media (max-width: 767px)  {
	.frame-no-title .icon-resize-small.pull-right {
		float: none !important;
	}
	.frame-no-title .panel-heading  {
		text-align: right;
	}
}
.fa.fa-external-link:before {
    content: "\f35d";
    font-family: 'Font Awesome 5 Free';
}

/* ===  MODAL CONNEXION === */

.logon-form-modal .modal-dialog .modal-content .part-left {
    background-color: #fff;
    background-image: url(images/brand.png)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
	width: 70% !important;
}
.part-left[data-v-140a2a56] {
    border-radius: 0 !important;
}
.part-right[data-v-140a2a56] {
    min-width: auto !important;
    width: 40% !important;
}
.modal-title[data-v-140a2a56] {
    font-weight: normal !important;
    font-size: 30px !important;
    margin-top: 30px !important;
}
.logon-form-modal .modal-dialog h2 span::before {
    top: 30px;
    left: -30px;
    font-size: 35px;
}
.logon-form-modal .logon-information-text {
    display: none;
}
.logon-form-modal .selection_label {
    color: #02040F;
	font-size: 18px;
}
.logon-button[data-v-a56c28aa] {
    min-width: auto !important;
    border-radius: 50px !important;
    width: auto !important;
    font-weight: normal !important;
    text-transform: uppercase;
    line-height: 22px !important;
    font-size: 14px;
    margin-top: 20px;
}
.registration[data-v-a56c28aa] {
    padding: 45px 0 0 !important;
    font-weight: normal !important;
	font-size: 16px;
}
.registration[data-v-a56c28aa] a {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 22px;
    border-radius: 20px;
    font-size: 14px;
    position: relative;
    top: 12px;
    line-height: 26px;
}
.registration[data-v-a56c28aa] div:first-child {
	width: 50%;
	margin-right: 20px;
}



/* ===  MODAL COOKIES === */

.cookies-management .body-frame-absolute {
	z-index: 1200 !important;
}
.panel-cookies>.panel-heading {
    color: #fff !important;
    background-color: #413762 !important;
    border-color: #413762 !important;
}

.btn-cookies-primary {
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #413762 !important;
    border-color: #413762 !important;
}
.btn-cookies-primary.active,
.btn-cookies-primary.focus,
.btn-cookies-primary:active,
.btn-cookies-primary:focus,
.btn-cookies-primary:hover {
    color: #fff !important;
    background-color: #413762 !important;
    border-color: #413762 !important;
}

.cookies-accept.btn-cookies-primary {
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #0075bf !important;
    border-color: #0075bf !important;
}
.cookies-accept.btn-cookies-primary.active,
.cookies-accept.btn-cookies-primary.focus,
.cookies-accept.btn-cookies-primary:active,
.cookies-accept.btn-cookies-primary:focus,
.cookies-accept.btn-cookies-primary:hover {
    color: #fff !important;
    background-color: #0075bf !important;
    border-color: #0075bf !important;
}


.cookies-deny.btn-cookies-primary {
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #ff3939 !important;
    border-color: #ff3939 !important;
}
.cookies-deny.btn-cookies-primary.active,
.cookies-deny.btn-cookies-primary.focus,
.cookies-deny.btn-cookies-primary:active,
.cookies-deny.btn-cookies-primary:focus,
.cookies-deny.btn-cookies-primary:hover {
    color: #fff;
    background-color: #ff3939 !important;
    border-color: #ff3939 !important;
}
.cookies-management-manager .cookies-management-manager-buttons a[data-v-250fabda],
.cookies-management-manager .cookies-management-manager-buttons button[data-v-250fabda] {
    margin: .4em .2em;
    padding: .4em .8em;
    border-radius: .3em;
    width: 100%;
}
.cookies-manage {
    border: 1px solid #02040F;
}
.cookies-manage:hover {
    text-decoration: none;
}


#dropChangeSite,
.change-site-mobile {
    display: none;
}


html {
    font-family: sans-serif;
}
body {
	background: #fff;
}
header {
	background: #fff;
}
body, td, pre, p, li {
    font-size: 18px;
    color: #141460;
}
body, h1, h2, h3, h4, h5, h6, td, pre, p .panel-front > .x-panel-header span {
    font-family: 'Poppins-Regular';
}
.panel-front {
    background: transparent;
    padding: 15px;
	position: relative;
}
h1 {
    font-size: 48px;
    line-height: 68px;
    color: #141460;
    text-transform: none;
	font-family: 'Poppins-Bold';
}

.panel > .panel-heading h2,
.panel-title,
.panel-front > .x-panel-header {
    text-transform: none;
}
h2 {
	color: #141460;
    font-size: 32px;
    line-height: 40px;
	font-family: 'Poppins-Bold';
}
h3, h4, h5 {
	color: #141460;
    text-transform: none;
	font-family: 'Poppins-Bold';
}
h3 {
    font-size: 24px;
    line-height: 30px;
	margin-bottom: 20px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 20px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
}

a {
	color: #141460;
}


p + h3,
ul + h3 {
	margin-top: 30px
}
h3 + p,
h3 + ul {
	margin-top: 0
}


p + h4,
ul + h4 {
	margin-top: 20px
}
h4 + p,
h4 + ul {
	margin-top: 0
}

ul.list-disc > li::before {
    font-size: 3px;
	color: #141460;
}

.btn-default {
    background-color: #2274A5;
    border-color: #2274A5;
    color: #fff;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 16px;
	font-family: 'Poppins-SemiBold';
    border-radius: 3px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-color: #fff;
	border-color: #2274A5;
	color: #2274A5;
}
.btn-default.see_all,
.btn-default.see_all_results,
.btn-default.see_all_results_SelectFrame {
    float: right;
}

/* ______  MODELE 9  _______*/

.modele_9 .thumbnail {
    display: flex;
    border: none;
	padding: 0;
    background-color: transparent;
    border-radius: 8px;
}
.modele_9 .media>.pull-left {
    margin-right: 0;
    width: 60%;
}
.modele_9 .media>.pull-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 0 0 10px;
}
.modele_9 .thumbnail .caption {
    position: relative;
	padding: 30px;
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
}
@media (max-width: 767px) {
	.modele_9 .thumbnail {
		flex-direction: column;
	}
	.modele_9 .media>.pull-left {
		max-height: max-content;
		min-height: min-content;
		width: 100%;
	}
	.modele_9 .media>.pull-left img {
		border-radius: 10px 10px 0 0;
	}
	.modele_9 .thumbnail .caption {
		width: 100%;
	}
	.modele_9 .btn-default {
		position: inherit;
	}
}

/* ______  MODELE 11  _______*/

.modele_11 .thumbnail {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    border: none;
	padding: 0;
    background-color: transparent;
    border-radius: 8px;
}
.modele_11 .thumbnail a img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.modele_11 .thumbnail .caption {
	padding: 20px;
	background: #F5F9FB;
}

@media (min-width: 1024px) {
	[id*="layout-"]:has( .encart-alignement ) > .row,
	[id*="layout-"]:has( .encart-alignement ) [id*="zone-"],
	[id*="layout-"]:has( .encart-alignement ) [id*="zone-"] [id*="frame-"],
	[id*="layout-"]:has( .encart-alignement ) [id*="zone-"] [id*="frame-"] .frame,
	[id*="layout-"]:has( .encart-alignement ) [id*="zone-"] [id*="frame-"] .panel-front,
	[id*="layout-"]:has( .encart-alignement ) [id*="zone-"] [id*="frame-"] .panel-body,
	[id*="layout-"]:has( .encart-alignement ) [id*="zone-"] [id*="frame-"] .ermes-frame-html,
	[id*="layout-"]:has( .encart-alignement ) [id*="zone-"] [id*="frame-"] .rsItem,
	[id*="layout-"]:has( .encart-alignement ) .modele_11,
	[id*="layout-"]:has( .encart-alignement ) .modele_11 .row {
		display: flex;
	}
	[id*="layout-"]:has( .encart-alignement ) .modele_11 .caption {
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}


/* ______  PUCES _______*/


.bs-bullets button,
.bs-bullets button:focus,
.bs-bullets button:active,
.bs-bullets button:hover {
	padding: 0;
    border-color: #2274a5;
}
.bs-bullets .rsNavSelected button {
    background-color: #2274a5;
}

.encart-sans-puces .rsBullets {
	display: none;
}

/* ______  TABLEAU _______*/

.table {
    width: auto;
    margin-bottom: 0;
    border: 1px solid #285AFF;
    border-radius: 8px;
    border-collapse: inherit;
}
.table > tbody > tr >td,
.table > tbody > tr >th,
.table > tfoot > tr >td,
.table > tfoot > tr >th,
.table > thead > tr >td,
.table > thead > tr >th {
    border: none;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #F5F9FB;
}
.table-striped > tbody > tr > td:first-child {
    padding-right: 30px;
}
.table-striped > tbody > tr:first-child > td:first-child {
    border-radius: 8px 0 0;
}
.table-striped > tbody > tr:first-child > td:last-child {
    border-radius: 0 8px 0 0;
}
.table-striped > tbody > tr:last-child > td:first-child {
    border-radius: 0 0 0 8px;
}
.table-striped > tbody > tr:last-child > td:last-child {
    border-radius: 0 0 8px 0;
}



/* ______  FLECHES _______*/

.rsOverflow {
    overflow: visible;
}
.rsHidden {
    opacity: 1;
}
.rsDefaultInv.rsHor .rsArrowLeft {
    left: -50px;
}
.rsDefaultInv.rsHor .rsArrowRight {
    right: -45px;
}
.rsDefaultInv.rsHor .rs_skip .rsArrowIcn {
    background: #2274a5;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}
.rsDefaultInv .rsArrowIcn::before {
    position: relative;
    top: 9px;
}
.rsDefaultInv .rsArrowLeft .rsArrowIcn::before {
    content: url(images/arrow-left.png);
	left: -1px;
}
.rsDefaultInv .rsArrowRight .rsArrowIcn::before {
    content: url(images/arrow-right.png);
	left: 1px;
}



/*==================== HEADER MODERNE  ===================*/

.header-modern {
    background: url(images/header.png) no-repeat center 38px;
    padding-bottom: 50px;
	/* max-width: 1440px; */
	margin: auto;
}
@media (min-width: 1440px) {
	.header-modern {
		background-size: cover;
	}	
} 
.header-modern__body.container {
    max-width: 1440px;
}
:has( #admin-actions ).header-modern {
    background-position: center 67px;
}
@media (max-width: 1023px) {
	:has( #admin-actions ).header-modern {
		background-position: center 40px;
	}	
} 


.header-modern__top-nav .link-connexe a.btn-link.dropdown-toggle,
.header-modern__top-nav .link-connexe button.btn-link.dropdown-toggle {
    padding: 5px 0;
}
.header-modern__top-nav .link-connexe.connexe-accessib a.btn-link span::before {
    content: url(images/accessib.svg);
    position: relative;
    top: 3px;
    right: 10px;
}
.header-modern__top-nav .link-connexe a.btn-link,
.header-modern__top-nav .link-connexe button.btn-link {
    text-transform: none;
	padding: 5px 0;
	font-size: 16px;
}
.header-modern__top-nav .link-connexe a.btn-link.dropdown-toggle .caret,
.header-modern__top-nav .link-connexe button.btn-link.dropdown-toggle .caret {
    margin: 0 4px;
    border-width: 4px 4px 0;
    border-top-color: transparent;
}
.header-modern__top-nav .link-connexe a.btn-link.dropdown-toggle .caret::before,
.header-modern__top-nav .link-connexe button.btn-link.dropdown-toggle .caret::before {
    position: relative;
    content: url(images/connexe.svg);
    top: -11px;
}
.header-modern__brand .navbar-brand {
    height: 120px;
    width: 200px;
    background: url(images/brand.png) no-repeat;
    transition: all 0.35s;
    background-size: 100%;
    margin-top: 50px;
    margin-left: 40px;
    margin-bottom: 25px;
    border-radius: 10px;
    z-index: 200;
    position: relative;
}
.header-modern__brand .navbar-brand h1 {
    display: none;
}
.header-modern__top-nav {
    background-color: #141460;
}
.header-modern__main-nav {
    display: block;
    background: none;
    margin-top: 20px;
}
.header-modern__search #main_search_form {
    border: 2px solid #2274A5;
    border-radius: 3px;
    background: #2274A5;
}
.header-modern .btn-default,
.header-modern .btn-default:hover,
.header-modern .btn-default.active,
.header-modern .btn-default:active,
.header-modern .btn-default:focus,
.header-modern .open .dropdown-toggle.btn-default {
    background-color: #2274A5;
    border-color: #2274A5;
	color: #fff;
}
.header-modern__search #scenario-selection {
    font-size: 16px;
    text-transform: none;
    padding: 0 10px 0 20px;
    height: 40px;
    line-height: 38px;
}
.header-modern__search #scenario-selection .icon-arrow-bottom::before {
	content: url(images/scenario.svg);
}
#globalScenarioMobile {
    background-color: #2274a5;
}
#globalScenarioMobile > li > a {
    color: #fff;
	font-size: 16px;
}
#globalScenarioMobile > li > a:hover,
#globalScenarioMobile > li > a:focus {
    background-color: #fff;
    color: #2274a5;
}
#globalScenarioMobile .active,
#globalScenarioMobile .active:hover,
#globalScenarioMobile .active:focus {
    background-color: #fff;
	color: #2274a5;
}
.header-modern__search #submit-search {
    border-radius: 0 50px 50px 0;
    height: 40px;
    line-height: 38px;
}
.header-modern__search #textfield {
    height: 40px;
	color: #374649;
}
.header-modern__search #textfield:hover {
    border-color: transparent;
}
.header-modern__search .clean-text-field {
    color: #2274a5;
    height: 40px;
    line-height: 38px;
}
.header-modern__search .ui-autocomplete-input {
    height: 40px;
}
.header-modern__search .clean-text-field > span {
    font-size: 20px;
}
.header-modern__search #globalAdvancedSearchLink {
    margin: 8px 0 0;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    background: #2274a5;
    padding: 3px 10px;
    border-radius: 3px;
}
.header-modern__search #globalAdvancedSearchLink:hover,
.header-modern__search #globalAdvancedSearchLink:focus,
.header-modern__search #globalAdvancedSearchLink:active {
    color: #fff;
    text-decoration: underline;
}
.header-modern__search #globalAdvancedSearchLink:first-letter {
    text-transform: uppercase;
}
.header-modern__search #globalAdvancedSearchLink .icon-plus {
    display: none;
}
.header-modern__account .btn-account {
    padding: 0 16px;
    background-color: #2274a5;
    border-color: #2274a5;
    height: 40px;
    line-height: 38px;
    border-radius: 3px;
    text-transform: none;
}
.header-modern__account .btn-account:focus,
.header-modern__account .btn-account:hover {
    color: #2274a5;
    background-color: #fff;
    border-color: #2274a5;
}
.header-modern__account .btn-account i {
	display: none;
}
.header-modern__breadcrumb #ariane {
    color: #141460;
}
.header-modern__breadcrumb #ariane p {
    color: #141460;
}
.header-modern__breadcrumb #ariane a {
    color: #E67614;
    font-weight: bold;
    text-decoration: underline;
}
.header-modern__breadcrumb #ariane a:hover {
    text-decoration: none;
}
#ariane .actif {
    color: #141460;
    text-decoration: underline;
}
:has( .accueil-portal ) #ariane {
    display: none;
}

@media (min-width: 1024px) and (max-width: 1499px) {
	.header-modern__search {
		margin-left: 60px;
	}
}
@media (min-width: 1280px) and (max-width: 1439px) {
	.header-modern {
		background-size: auto 300px;
	}
} 


/*===================  CENTRAGE MENU =======================*/

.header-modern #menu-panel {
    position: relative;
    text-align: center;
    background: none;
    margin: 0 50px;
    border-radius: 10px;
}
.header-modern #nav {
    display: inline-block;
}
.header-modern #ermes_main_menu,
.header-modern #header-modern-main-nav-mobile,
.header-modern #nav-rich-menu {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
	padding: 2px 10px 10px;
}
.header-modern #ermes_main_menu li.LEVEL1 {
    background: none;
	display: inline-block;
}

/*===================  MENU =======================*/


@media (min-width: 540px) {
	.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1 br {
		display: none;
	}	
}
@media (max-width: 539px) {
	.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-risques > a {
		line-height: 30px;
		padding: 20px 0;
	}	
}
@media (min-width: 768px) {
	.header-modern #ermes_main_menu li.LEVEL1 br {
		display: none;
	}	
}



.header-modern #ermes_main_menu li.LEVEL1 > a:not(.btn) {
    color: #141460;
    background-color: transparent;
    cursor: pointer;
    line-height: 50px;
    font-size: 16px;
	font-family: 'Poppins-SemiBold';
    text-transform: none;
    padding: 0 16px;
	position: relative;
}
.header-modern #ermes_main_menu li.LEVEL1 > a:not(.btn):hover,
.header-modern #ermes_main_menu li.LEVEL1>a:not(.btn):focus {
    color: #141460;
    background-color: transparent;
    text-decoration: none;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-operations > a:not(.btn):hover {
    color: #D33016;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-crise > a:not(.btn):hover {
    color: #F3E202;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-sante > a:not(.btn):hover {
    color: #2D7934;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-gestion > a:not(.btn):hover {
    color: #2276B7;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-recherche > a:not(.btn):hover {
    color: #CC99FF;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-risques > a:not(.btn):hover {
    color: #EC9813;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-culture > a:not(.btn):hover {
    color: #D6BAC0;
}


.header-modern #ermes_main_menu li.LEVEL1.open > a:not(.btn) {
    color: #141460;
    background-color: transparent;
    text-decoration: none;
}
.header-modern #ermes_main_menu li.LEVEL1 > a:not(.btn)::after {
    transition: all 0.35s;
    height: 3px;
    width: calc(100% - 32px);
    bottom: 6px;
    left: 16px;
    position: absolute;
    content: "";
    background-color: #141460;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-operations > a::after {
    background-color: #D33016;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-crise > a::after {
    background-color: #F3E202;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-sante > a::after {
    background-color: #2D7934;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-gestion > a::after {
    background-color: #2276B7;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-recherche > a::after {
    background-color: #CC99FF;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-risques > a::after {
    background-color: #EC9813;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-culture > a::after {
    background-color: #D6BAC0;
}


/* _____  Menu Home _____*/

.header-modern #ermes_main_menu .menu-home span {
    display: none;
}
.header-modern #ermes_main_menu .menu-home i {
    display: block;
}
.header-modern #ermes_main_menu .menu-home  > a i::before {
    content: url(images/home.svg);
    position: relative;
    top: 13px;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-home > a::after {
    content: none;
}


/* _____  Menu Esop _____*/

.portal-main-menu {
    position: relative;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-ensop {
    position: absolute;
    left: -50px;
    top: -160px;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-ensop span {
	visibility: hidden;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-ensop::before {
    content: url(images/brand-ensop.png);
    position: absolute;
    left: -30px;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-ensop > a:not(.btn)::after {
    content: none;
}


/* _____  Menu Sticky _____*/


.header-modern #ermes_main_menu li.LEVEL1.menu-sticky {
    position: fixed;
    right: 0;
    width: 100px;
    z-index: 1000;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-memoires {
    top: 300px;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-gdogto {
    top: 350px;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-retex {
    top: 400px;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-newsletters {
    top: 465px;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-boutique {
    top: 515px;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-enasis {
    top: 565px;
}

:has( #admin-actions ) .header-modern #ermes_main_menu li.LEVEL1.menu-memoires {
    top: 330px;
}
:has( #admin-actions ) .header-modern #ermes_main_menu li.LEVEL1.menu-gdogto {
    top: 380px;
}
:has( #admin-actions ) .header-modern #ermes_main_menu li.LEVEL1.menu-retex {
    top: 430px;
}
:has( #admin-actions ) .header-modern #ermes_main_menu li.LEVEL1.menu-newsletters {
    top: 495px;
}
:has( #admin-actions ) .header-modern #ermes_main_menu li.LEVEL1.menu-boutique {
    top: 545px;
}
:has( #admin-actions ) .header-modern #ermes_main_menu li.LEVEL1.menu-enasis {
    top: 595px;
}


.header-modern #ermes_main_menu li.LEVEL1.menu-sticky > a:not(.btn) {
    background: #E67614;
    color: #fff;
    font-size: 14px;
    border-radius: 10px 0 0 10px;
    line-height: 40px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1607843137);
}
.header-modern #ermes_main_menu li.LEVEL1.menu-sticky > a:not(.btn):hover {
	background: #2274A5;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-sticky.menu-newsletters > a:not(.btn),
.header-modern #ermes_main_menu li.LEVEL1.menu-sticky.menu-boutique > a:not(.btn),
.header-modern #ermes_main_menu li.LEVEL1.menu-sticky.menu-enasis > a:not(.btn) {
    background: #2274a5;
	border: 2px solid #2274a5;
	line-height: 36px;
}
.header-modern #ermes_main_menu li.LEVEL1.menu-sticky.menu-newsletters > a:not(.btn):hover,
.header-modern #ermes_main_menu li.LEVEL1.menu-sticky.menu-boutique > a:not(.btn):hover,
.header-modern #ermes_main_menu li.LEVEL1.menu-sticky.menu-enasis > a:not(.btn):hover {
    background: #fff;
	color: #2274a5;
}

.header-modern #ermes_main_menu li.LEVEL1.menu-sticky > a:not(.btn)::after {
    content: none;
}


/* _____  Sous Menu _____*/

.header-modern #ermes_main_menu .dropdown-menu,
.header-modern #header-modern-main-nav-mobile .dropdown-menu {
    padding: 0;
    background-color: #999;
    border-color: #999;
    border-radius: 0;
}
.header-modern #ermes_main_menu .dropdown-menu > li > a,
.header-modern #header-modern-main-nav-mobile .dropdown-menu > li > a {
    color: #fff;
    background-color: transparent;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
	border-bottom: 1px solid #F2F7F6;
}
.header-modern #ermes_main_menu .dropdown-menu > li > a:last-child,
.header-modern #header-modern-main-nav-mobile .dropdown-menu > li > a:last-child {
	border: none;
}
.header-modern #ermes_main_menu .dropdown-menu>li>a:hover,
.header-modern #header-modern-main-nav-mobile .dropdown-menu>li>a:hover {
    color: #999;
    background-color: #fff;
    font-weight: normal;
    text-decoration: none;
}


@media (max-width: 991.98px) {
    .header-modern .header-modern__brand .navbar-brand {
        width: 230px;
        height: 130px;
        margin: 20px 0 20px;
    }
    .header-modern .header-modern__body .btn-default {
		background-color: #2274a5;
		border-color: #2274a5;
		color: #fff;
    }
    .header-modern .header-modern__search #globalAdvancedSearchLink {
        color: #fff;
    }
	.header-modern__search #scenario-selection {
		padding: 0 10px 0 10px;
	}
}


/* _____  Menu MOBILE _____*/


.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1 {
    margin-bottom: 0;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1>a:not(.btn) {
    color: #141460;
    background: #fff;
    position: relative;
    text-transform: none;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1>a:not(.btn)::after {
    transition: all 0.35s;
    height: 3px;
    width: calc(100% - 32px);
    bottom: 6px;
    left: 16px;
    position: absolute;
    content: "";
    background-color: #141460;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-operations>a:not(.btn)::after {
	background-color: #D33016;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-crise>a:not(.btn)::after {
	background-color: #F3E202;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-sante>a:not(.btn)::after {
	background-color: #2D7934;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-gestion>a:not(.btn)::after {
	background-color: #2276B7;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-recherche>a:not(.btn)::after {
	background-color: #CC99FF;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-risques>a:not(.btn)::after {
	background-color: #EC9813;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-culture>a:not(.btn)::after {
	background-color: #D6BAC0;
}


.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1:hover>a:not(.btn),
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li:not(.LEVEL1)>a:hover {
    color: #141460;
	background: #fff;
}

.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-operations:hover>a:not(.btn),
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.menu-operations:not(.LEVEL1)>a:hover {
    color: #D33016;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-crise:hover>a:not(.btn),
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.menu-crise:not(.LEVEL1)>a:hover {
    color: #F3E202;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-sante:hover>a:not(.btn),
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.menu-sante:not(.LEVEL1)>a:hover {
    color: #2D7934;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-gestion:hover>a:not(.btn),
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.menu-gestion:not(.LEVEL1)>a:hover {
    color: #2276B7;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-recherche:hover>a:not(.btn),
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.menu-recherche:not(.LEVEL1)>a:hover {
    color: #CC99FF;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-risques:hover>a:not(.btn),
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.menu-risques:not(.LEVEL1)>a:hover {
    color: #EC9813;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-culture:hover>a:not(.btn),
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.menu-culture:not(.LEVEL1)>a:hover {
    color: #D6BAC0;
}


.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-sticky>a:not(.btn) {
    background: #E67614;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    line-height: 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1607843137);
	margin-bottom: 20px;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-sticky>a:not(.btn):hover {
    background: #2274a5;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-memoires {
	margin-top: 20px;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-sticky>a:not(.btn)::after {
    content: none;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-newsletters>a:not(.btn),
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-boutique>a:not(.btn) {
    background: #2274a5;
	border:  2px solid #2274a5;
	line-height: 48px;
}
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-newsletters>a:not(.btn):hover ,
.header-modern__main-nav-mobile-dialog #header-modern-main-nav-mobile li.LEVEL1.menu-boutique>a:not(.btn):hover  {
    background: #fff;
	color: #2274a5;
}


/* ===== ENCARTS  ==== */

.encart-radius-image img {
    border-radius: 8px;
}
.encart-image img {
    width: 100%;
}
.encart-titre-centre .panel-heading {
    text-align: center;
}
.frame.strip-fond-couleur-jaune {
    background: #FFC800;
}
.frame[class*="strip-fond-couleur-"] .panel-heading h2 {

}

/* ===== ENCART HEADER ==== */

.encart-header .panel-front {
    padding: 0;
}
#portal .encart-header .panel-body {
    padding: 0;
}
.encart-header img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    object-position: center;
}


/* ========= ENCART EDITO ========= */


.encart-edito .modele_9 .media>.pull-left {
    padding-right: 80px;
}
.encart-edito .modele_9 .media>.pull-left img {
    border-radius: 6px;
}
.encart-edito .caption {
    width: 80%;
    padding: 40px 40px 40px 65px;
}
.encart-edito .btn-default {
    background: none;
    border: none;
    color: #2274A5;
    font-weight: bold;
    padding: 0;
}
@media (max-width: 767px) {
	.encart-edito .modele_9 .thumbnail .caption {
		padding: 30px 0 0;
	}
}

@media (max-width: 1279px) {
	.encart-edito .modele_9 .media>.pull-left {
		padding-right: 0;
	}
}


/* ===== ENCART NOUVEAUTES OWL ==== */

.render-velocityRenderMode_OWL-4N .owl-carousel .owl-item a.more_info span,
.render-velocityRenderMode_OWL-4N .owl_thumb_ct .type_doc {
	display: none !important;
}
.owl-carousel.owl-drag .owl-item {
    background: #F5F9FB;
    border-radius: 10px;
}
.render-velocityRenderMode_OWL-4N .owl_thumb_ct {
    height: 260px !important;
    border-radius: 10px 10px 0 0;
}
.render-velocityRenderMode_OWL-4N .owl-carousel .owl-item img {
    width: 100% !important;
    border-radius: 10px 10px 0 0;
}
.render-velocityRenderMode_OWL-4N .ct_wol_spec {
    margin: 0 !important;
    padding: 20px;
}
.render-velocityRenderMode_OWL-4N .owl-carousel .title_owl {
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.render-velocityRenderMode_OWL-4N .owl-carousel .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-top: 10px;
}
.render-velocityRenderMode_OWL-4N .owl-carousel .author {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    border: none !important;
}
.render-velocityRenderMode_OWL-4N .owl-nav .owl-prev {
    left: -40px !important;
}
.render-velocityRenderMode_OWL-4N .owl-nav .owl-next {
    right: -40px;
}
.render-velocityRenderMode_OWL-4N .owl-nav button {
    background: #2274a5 !important;
}
.render-velocityRenderMode_OWL-4N .owl-nav .owl-prev::before {
	content: url(images/arrow-left.svg) !important;
}
.render-velocityRenderMode_OWL-4N .owl-nav .owl-next::before {
    content: url(images/arrow-right.svg) !important;
}
.render-velocityRenderMode_OWL-4N .owl-dot {
    border: 2px solid #2274a5 !important;
}
.render-velocityRenderMode_OWL-4N .owl-dot.active {
    background: #2274a5 !important;
}
.encart-sans-puces .owl-dots {
    display: none;
}

.frame.strip-fond-couleur-jaune .owl-carousel.owl-drag .owl-item {
    background: #fff;
}

/* ===== ENCART CONTRIBUTION ==== */

.encart-contribution .rsItem {
	flex-direction: column;
}
#portal .encart-contribution .panel-body {
    border-radius: 5px;
    background: #f5f9fb;
    padding: 20px;
}
.encart-contribution h3 {
    display: flex;
    color: #D42124;
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
}
.encart-contribution h3::before {
    content: url(images/contrib.svg);
    margin-right: 10px;
}
.encart-contribution h4 {
    color: #D42124;
    margin-bottom: 10px;
}
.encart-contribution .btn-default {
	margin-top: 10px;
    background-color: #D42124;
    border-color: #D42124;
    width: fit-content;
}
.encart-contribution .btn-default:hover {
    background-color: #fff;
    border-color: #D42124;
	color: #D42124;
}

/* ===== ENCART INFOS ==== */

.encart-infos .rsItem {
	flex-direction: column;
	align-items: flex-start;
}
#portal .encart-infos .panel-body {
    border-radius: 5px;
	background: #f5f9fb;
	padding: 20px;
}
.encart-infos h3 {
    display: flex;
    color: #E67614;
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
}
.encart-infos h3::before {
    content: url(images/horaires.svg);
    margin-right: 10px;
}
.encart-infos h4 {
    color: #E67614;
    margin-bottom: 10px;
}
.encart-infos .btn-default {
    margin-top: 10px;
    background-color: #E67614;
    border-color: #E67614;
    width: fit-content;
}
.encart-infos .btn-default:hover {
    background-color: #fff;
    border-color: #E67614;
	color: #E67614;
}



/* ===== ENCART FOCUS ==== */

.encart-focus .caption {
    background: #fff;
}
.categorie {
	display: inline-block;
    background-color: #141460;
    color: #fff;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 50px;
	margin-bottom: 10px;
}

.categorie-operations {
    background-color: #D33016;
}
.categorie-crise {
    background-color: #F3E202;
	color: #141460;
}
.categorie-sante {
    background-color: #2D7934;
}
.categorie-gestion {
    background-color: #2276B7;
}
.categorie-recherche {
    background-color: #CC99FF;
	color: #141460;
}
.categorie-risques {
    background-color: #EC9813;
	color: #141460;
}
.categorie-culture {
    background-color: #D6BAC0;
	color: #141460;
}




/* ===== ENCART THEMATIQUE ==== */


#portal .encart-thematique .panel-body {
    border-radius: 8px;
    background: #F6F6F9;
    padding: 40px 30px;
    margin-top: 30px;
}
.encart-thematique h1 {
    line-height: normal;
    display: flex;
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.encart-thematique h1::before {
    margin-right: 40px;
    position: relative;
    top: 4px;
}

.encart-operations h1::before {
    content: url(images/titre-operations.svg);
}
.encart-crise h1::before {
    content: url(images/titre-crise.png);
}
.encart-sante h1::before {
    content: url(images/titre-sante.svg);
}
.encart-gestion h1::before {
    content: url(images/titre-gestion.svg);
}
.encart-recherche h1::before {
    content: url(images/titre-recherche.svg);
}
.encart-risques h1::before {
    content: url(images/titre-risques.svg);
}
.encart-culture h1::before {
    content: url(images/titre-culture.svg);
}



.liste-thema {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.liste-thema li {
    margin: 10px 5px;
}
@media (max-width: 1439px) {
	.liste-thema li {
		margin: 15px 5px;
	}	
} 
.liste-thema li a {
    background: #141460;
	border: 2px solid #141460;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
	transition: all 0.35s;
}
.liste-thema li a:hover {
    background: #fff;
    color: #141460;
	text-decoration: none;
	transition: all 0.35s;
}


.encart-operations .liste-thema li a {
    background: #D42124;
	border: 2px solid #D42124;
}
.encart-operations .liste-thema li a:hover {
    background: #fff;
    color: #D42124;
}
.encart-crise .liste-thema li a {
    background: #F3E202;
	border: 2px solid #F3E202;
	color: #141460;
}
.encart-crise .liste-thema li a:hover {
    background: #fff;
    color: #141460;
}
.encart-sante .liste-thema li a {
    background: #2D7934;
	border: 2px solid #2D7934;
}
.encart-sante .liste-thema li a:hover {
    background: #fff;
    color: #2D7934;
}
.encart-gestion .liste-thema li a {
    background: #2276B7;
	border: 2px solid #2276B7;
}
.encart-gestion .liste-thema li a:hover {
    background: #fff;
    color: #2276B7;
}
.encart-recherche .liste-thema li a {
    background: #CC99FF;
	border: 2px solid #CC99FF;
	color: #141460;
}
.encart-recherche .liste-thema li a:hover {
    background: #fff;
    color: #141460;
}
.encart-risques .liste-thema li a {
    background: #EC9813;
	border: 2px solid #EC9813;
	color: #141460;
}
.encart-risques .liste-thema li a:hover {
    background: #fff;
    color: #141460;
}
.encart-culture .liste-thema li a {
    background: #D6BAC0;
	border: 2px solid #D6BAC0;
	color: #141460;
}
.encart-culture .liste-thema li a:hover {
    background: #fff;
    color: #141460;
}



/* ===== ENCART LIENS ==== */

.liste-liens {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.liste-liens li {
    display: -webkit-box;
    display: flex;
    margin: 10px 0;
    float: left;
    width: 50%;
    padding: 0 10px;
}
@media (max-width: 767px) {
	.liste-liens li {
		width: 100%;
	}	
} 

.liste-liens li img {
    object-fit: cover;
    height: 80px;
    width: 90px;
    margin-right: 10px;
	border-radius: 4px;
}
.liste-liens li h3  {
    margin-bottom: 0;
}
.liste-liens li a  {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    background: #E3E3E3;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all 0.35s;
}
.liste-liens li a:hover {
    background: #c4c4d7;
	text-decoration: none;
	transition: all 0.35s;
}



@media (max-width: 1439px) {
    .panel-front:has(.rsNav) {
        margin-left: 20px;
        margin-right: 20px;
    }
	.panel-front:has(.owl-nav) {
        margin-left: 20px;
        margin-right: 20px;
    }
	.render-velocityRenderMode_OWL-1N .owl-nav .owl-next,
	.render-velocityRenderMode_OWL-2N .owl-nav .owl-next,
	.render-velocityRenderMode_OWL-3N .owl-nav .owl-next,
	.render-velocityRenderMode_OWL-4N .owl-nav .owl-next,
	.render-velocityRenderMode_OWL-5N .owl-nav .owl-next,
	.render-velocityRenderMode_OWL-6N .owl-nav .owl-next	{
		right: -40px !important;
	}
}



/* ============================ RECHERCHE ============================== */

#multi_selection .panel-selection,
#multi_selection_simple .panel-selection {
    background: #fff;
}
#options_resultat h2 {
	font-size: 32px;
	font-weight: normal;
}
h3.panel-title {
	display: block;
	font-size: 24px;
	font-weight: normal;
}
.badge {
    font-size: 18px;
    font-weight: 400;
    color: #374649;
	padding: 3px 0;
    text-align: right;
    background-color: transparent;
}

#options_resultat .facetList.nav-pills>li>.facet-content-container {
    font-weight: normal;
    font-size: 18px;
}
#facet_container input[type=checkbox] {
    margin-top: 2px;
}
#facet_container a {
    font-size: 18px;
}
.facetList .badge {
    color: #374649;
    font-size: 18px;
}
.jstree-container-ul {
    padding: 10px 0 0;
}
.jstree-proton .jstree-anchor {
    margin: 1px 0px 12px;
    padding-left: 25px;
    padding-right: 0;
    position: relative;
}
.jstree-proton .jstree-anchor span {
    display: inline-block;
    margin-right: 35px;
}
.jstree-proton .jstree-anchor strong {
    position: absolute;
    right: 0;
}
.preselect-facets .jstree-proton > .jstree-wholerow-ul .jstree-clicked,
#facet_container .jstree-proton > .jstree-wholerow-ul .jstree-clicked {
    background: #fff;
	color: #141460;
}
.jstree-proton {
    font-family: 'Poppins-Regular';
}
.jstree-proton .jstree-wholerow-hovered {
	background: transparent;
}
.preselect-facets .jstree-proton .jstree-hovered,
#facet_container .jstree-proton .jstree-hovered {
	background: #fff;
}
.preselect-facets .jstree-proton > .jstree-wholerow-ul .jstree-clicked,
#facet_container .jstree-proton > .jstree-wholerow-ul .jstree-clicked {
	background: #fff;
}
.jstree-proton .jstree-wholerow-hovered + .jstree-icon + .jstree-anchor {
	color: #141460;
}

.jstree-proton .jstree-wholerow-clicked {
	background: #fff;
}
.preselect-facets .jstree-proton .jstree-hovered .badge,
#facet_container .jstree-proton .jstree-hovered .badge {
	background: #fff;
}
.preselect-facets .jstree-proton > .jstree-wholerow-ul .jstree-clicked .badge,
#facet_container .jstree-proton > .jstree-wholerow-ul .jstree-clicked .badge {
	background: #fff;
}
.jstree-proton .jstree-icon,
.jstree-proton .jstree-node {
    background-image: url(images/check-reduce.png);
	background-size: auto;
}
.jstree-proton .jstree-closed>.jstree-ocl {
	background-position: 0;
}
.jstree-proton>.jstree-no-dots .jstree-closed>.jstree-ocl {
    background-image: url(images/check-expand.png);
	background-position: 0;
}
.jstree-proton>.jstree-no-dots .jstree-open>.jstree-ocl {
    background-position: 0;
}



.icon-resize-small::before {
    position: relative;
    content: url(images/panel-reduce.svg);
    top: -5px;
    right: -1px;
}
.icon-resize-full::before {
    position: relative;
    content: url(images/panel-expand.svg);
    top: -5px;
    right: -1px;
}
.facet-controls > a,
.facet-controls > a,
.facet-controls > button {
    color: #2274A5;
    font-size: 18px;
    text-transform: none;
    text-decoration: underline;
}
#resultats_recherche  {
	margin-top: 20px;
}
#resultats_recherche  .panel-heading {
    display: flex !important;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
}
.search-icon-container {
    position: relative;
    right: auto;
    top: auto;
}
.search-icon-container--icon .glyphicon-share-alt::before {
    content: url(images/search-capture.svg);
}
.icon-megaphone::before {
    content: url(images/search-diffusion.svg);
}
body .icon-history::before {
    content: url(images/search-history.svg);
}
.search-icon-container .icon-download::before {
    margin-top: 7px;
    content: url(images/search-export.svg);
}
.icon-bell::before {
    content: "\e804";
    font-size: 26px;
    color: #141460;
    top: -3px;
    position: relative;
    left: 3px;
}
#resultats_recherche .facetList.nav-pills>li>.facet-content-container {
    background-color: #F6F6F9;
	color: #141460;
}
#resultats_recherche .facetList.nav-pills>li>.facet-content-container:hover {
    background-color: #2274A5;
	color: #fff;
}
#criteres_recherche,
.navigation-page,
.intro,
.description_resultats_pendingActiveClients {
    padding: 0 15px 0 0;
}
#criteres_recherche p,
.description_resultats {
    color: #141460;
    font-size: 18px;
}
#criteres_recherche p {
    position: relative;
    top: 9px;
}
#criteres_recherche .btn-action {
    background-color: #2274A5;
    border-color: #2274A5;
    color: #fff;
    border-radius: 3px;
    padding: 8px 16px;
    font-size: 18px;
}
#resultats_recherche .facetList.nav-pills {
    margin-top: 20px;
}
#facet_container input[type=checkbox] {
    width: 18px;
}
.facet-search-term {
    font-size: 14px;
    height: 40px;
    border-radius: 3px;
    color: #141460;
    border-color: #141460;
}
.facet-search-icon::before {
    content: url(images/search-facet.svg);
    position: relative;
    top: 4px;
}
.searchContainer p {
    font-size: 18px;
}
.btn-group.pageSize-container button {
    color: #2274a5;
    font-size: 18px;
    position: relative;
    top: -2px;
}
.pagination button.page_link {
    border-bottom: 5px solid transparent;
    font-size: 18px;
}
.pagination button.btn-link-like {
    color: #141460;
}
.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 transparent;
    color: #E67614;
	font-size: 18px;
	font-weight: bold;
}
.icon-chevron-left:before,
.icon-chevron-right:before {
    font-size: 28px;
    position: relative;
    top: 2px;
}
.pagination>.disabled > a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #141460;
}
.pagination {
    position: relative;
    top: -3px;
}
.description_resultats {
    margin-top: 12px;
}
.additional-infos {
    color: #141460;
    font-size: 18px;
}
.description_resultats span span {
    color: #E67614;
    font-weight: bold;
}
.description_resultats span span.additional-infos {
    color: #E67614;
    font-size: 18px;
    font-weight: bold;
}
.criteres_tri .site-restriction.sort-order {
    margin-left: -5px;
}
.criteres_tri label.label-tri {
    color: #141460;
    font-size: 18px;
}
.sort-order button,
.displaymode-icon-container.desktop button {
    background-color: #fff;
    color: #2274A5;
    font-size: 18px;
}
.displaymode-icon-container.desktop button:hover,
.siteRestriction-icon-container.desktop button:hover,
.sort-order button:focus, .sort-order button:hover {
    color: #141460;
}
.sort-order button {
    padding-top: 3px;
}
.criteres_tri .icon-arrow-bottom:before {
    font-size: 30px;
    position: relative;
    top: -8px;
}
.select-all {
    background-color: #fff;
    width: 40px;
    height: 40px;
}
.criteres_tri .check_all {
    width: 20px;
	margin-top: 10px;
}
#resultats > ul > li {
    background-color: #F6F6F9;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 2px solid #141460;
}
#resultats .select {
    background-color: #f6f6f9;
    border-radius: 0 8px 8px 0;
}
#resultats .select input[type="checkbox"],
.ajouter_selection input[type="checkbox"] {
    margin-left: 10px;
    width: 20px;
}
.template-title {
    color: #141460;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 0;
}
.template-resume {
    color: #141460;
    font-size: 16px;
}
#resultats .notice_courte p {
    margin: 10px 0;
}
#resultats .notice_courte .notice_metadata {
    text-align: right;
}
.metadata-actions .btn-info,
.metadata-actions .btn-primary,
.metadata-actions .btn-basket,
.metadata-actions .btn-dark,
.metadata-actions .btn-warning {
    background-color: transparent;
    border-color: transparent;
    color: #2274a5;
}
.metadata-actions .btn-info:hover,
.metadata-actions .btn-primary:hover,
.metadata-actions .btn-basket:hover,
.metadata-actions .btn-dark:hover,
.metadata-actions .btn-warning:hover {
    background-color: #2274a5;
    border-color: #2274a5;
    color: #fff;
}
.edit-cmspage-details a {
    float: right;
}
.statut, .statut-disabled, .statut-primaryDoc {
    background-color: #141460;
    border-radius: 0 0 6px 6px;
    position: relative;
    right: -40px;
    margin-left: -40px;
}
.indicator {
    color: #fff;
}
.indicator .label-holding {
    font-weight: normal;
}
.statut .obtain-document-link {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    margin-right: 10px;
    margin-top: -3px;
}
.statut .obtain-document-link .icon-chevron-right {
	float: right;
	position: relative;
}
.statut .obtain-document-link .icon-chevron-right::before {
	position: absolute;
	top: -8px;
}
.vignette_document .icon-new {
    background-color: #FFC800;
    -moz-box-shadow: -3px -3px 0 #fff;
    -webkit-box-shadow: -3px -3px 0 #fff;
    box-shadow: -3px -3px 0 #fff;
    color: #fff;
}
.btn-dark {
    background-color: #2274a5;
    border-color: #2274a5;
    color: #fff;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.disabled,
.btn-dark[disabled] {
    background-color: #fff;
    border-color: #2274a5;
    color: #2274a5;
}
.btn-info {
    background-color: #2274a5;
    border-color: #2274a5;
    color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #fff;
    border-color: #2274a5;
    color: #2274a5;
}
.btn-action {
    background-color: #2274a5;
    border-color: #2274a5;
    color: #fff;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.btn-action.disabled,
.btn-action[disabled] {
    background-color: #fff;
    border-color: #2274a5;
    color: #2274a5;
}
/* Boutons Toggle */

.switch .slider {
    background-color: #D33016 !important;
}
.switch input:checked + .slider {
    background-color: #2274A5 !important;
}

/* ========================== RECHERCHE DETAIL ============================ */

#notice_longue {
    margin-top: 20px;;
}
.detail-icon-container #lien button > span.sr-only {
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    background: #2274a5;
    padding: 14px 20px;
    white-space: nowrap;
    position: relative;
    top: -7px;
    border-radius: 3px;
}
.icon-return:before  {
    content: none;
}
.detail-icon-container {
    color: #141460;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: -10px;
    margin-top: -20px;
}
.detail-icon-container .icon-chevron-left:before,
.detail-icon-container .icon-chevron-right:before {
    font-size: 28px;
    position: relative;
    top: -4px;
    color: #141460;
}
li.ajouter_selection {
    background-color: transparent;
    position: relative;
    top: -2px;
}
.panel.panel-holding {
    margin-right: 10px;
    background-color: #E3E3E3;
    border-radius: 10px;
}
#detail-holdings-abstract .indicator .label-holding {
    color: #374649;
    font-size: 16px;
}
#detail-holdings-abstract .holding.is-available,
#detail-holdings-abstract .indicator.available,
#detail-holdings-abstract .indicator.exposition {
    border-radius: 10px 0 0;
}

#detail-holdings-abstract .btn-info {
    background-color: #2274a5;
    border-color: #2274a5;
    color: #fff;
    border-radius: 50px;
    text-transform: none;
    font-size: 16px;
}
#detail-holdings-abstract .btn-info:hover {
    background-color: #fff;
    border-color: #2274a5;
    color: #2274a5;
    border-radius: 50px;
}
#notice_longue_description {
    padding-right: 30px;
}
#notice_longue .vignette_document img.ermes-thumb {
    max-width: 190px;
    min-width: 190px !important;
    border-radius: 10px;
}
#notice_longue_description > p {
    color: #141460;
    font-size: 16px;
    line-height: 24px;
}
/* #notice_longue .notice_avis {
    display: none;
}
#note-detail {
    display: none !important;
} */
.add-tag {
    display: none;
}
.btn-info.tarzan {
    background-color: #2274a5;
    border-color: #2274a5;
    color: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    text-decoration: none !important;
}
.btn-info.tarzan:hover {
    background-color: #fff;
    border-color: #2274a5;
    color: #2274a5;
    text-decoration: none;
}
.tab-content {
    background-color: #e3e3e3;
    color: #141460;
    border-radius: 0 10px 10px 10px;
}
.tab-content .dl-horizontal dt {
    font-weight: normal;
}
.nav-tabs > li {
    background-color: transparent;
    border-radius: 10px 10px 0 0;
    margin-right: 5px;
}
.nav-tabs > li > a {
    text-transform: none;
    background: #2274a5;
    color: #fff;
    text-transform: none;
    border-radius: 10px 10px 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    border-radius: 10px 10px 0 0;
    color: #141460;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    border-radius: 10px 10px 0 0;
    color: #141460;
}
h2.category_header {
    font-size: 32px;
    font-weight: normal;
    color: #141460;
    margin: 20px 0px 30px;
}
#notice_longue h3 {
    font-size: 24px;
}
#detail-holdings {
	margin-bottom: 30px;
}
#detail-holdings  h3.category_header {
    padding: 10px 20px;
    font-size: 18px;
    color: #141460;
    text-transform: none;
    border-radius: 10px 10px 0 0;
    background: #FFC800;
}
.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: #141460;
    font-weight: normal;
}
.holdings_container .holdings-subscription-section[data-v-d32efa4e] {
    background-color: #141460 !important;
    color: #fff;
}
.holdings-subscription-section > td {
    color: #fff;
}
.holdings-subscription-section > td span {
    padding: 0 10px;
}
.detail-holdings-class tr:nth-child(even) {
    background-color: #C4C4D7;
}
.detail-holdings-class tr:nth-child(odd) {
    background-color: #fff;
}




/*  TRYPTIQUE  */

.panel-search-container .royalSlider,
.encart-tryptique .royalSlider  {
	margin: 0 -10px;
}
.panel-search-container .template-resume,
.encart-tryptique .template-resume {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
	font-size: 16px;
}
.panel-search-container  .rsVisibleNearbyWrap,
.encart-tryptique .rsVisibleNearbyWrap  {
	min-height: 200px;
}
.panel-search-container .rsOverflow,
.encart-tryptique .rsOverflow  {
	height: 200px !important ;
}
#detail-notice-rebound .rsSlideContainer h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}
.panel-search-container .rsSlide .ermes-thumb,
.encart-tryptique .rsSlide .ermes-thumb {
    height: 180px;
}
.panel-search-container .well,
.encart-tryptique .well {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.panel-search-container .well-sm,
.encart-tryptique .well-sm {
    margin: 0 8px;
}
.panel-search-container p.template-info,
.encart-tryptique p.template-info {
    font-weight: normal;
    color: #141460;
    font-size: 16px;
}
.panel-search-container .rsDefaultInv .rsBullets,
.encart-tryptique .rsDefaultInv .rsBullets {
	padding-top: 30px;
}


/* ========================== COMPTE  ============================ */

.user-subscriptions-categories-content[data-v-3a581b6e] {
    background: #ddd;
}
.vue-js-switch .v-switch-core {
	background-color: #D33016 !important;
}
.vue-js-switch.toggled .v-switch-core {
	background-color: #2274A5 !important;
}

.user-account .menu #moduleDropdownMenu {
	height: auto;
}
.user-name {
    color: #2274a5;
}
.myaccount-profile .account-label {
    color: #141460;
}
.user-subscriptions-categories-content[data-v-3a581b6e] {
    background: #ddd;
}
#avis_lecteurs blockquote .rating > i,
#avis-pro blockquote .rating > i {
    color: #141460;
}
.user-account .form-control {
    height: 40px;
}
.alert-warning {
    color: #141460;
    background-color: #ffefe1;
    border-color: #ffefe1;
}
.user-account .component.activity, .user-account .component.preferences, .user-account .component.profile, .user-account .component.contributions, .user-account .component.digital-space, .user-account .component.events, .user-account .component.messages, .user-account .component.newsletters, .user-account .component.searches {
    background-color: #F6F6F9 !important;
}


/* ============ FOOTER ============*/ 

.master-header-modern .scroll-top-button {
    background: #fff;
    color: #374649;
    border-color: #374649;
}

footer {
    background: #141460;
}
footer {
    color: #fff;
}
footer h3,
footer h4,
footer p {
    color: #fff;
}
footer h3 {
    font-size: 32px;
}
footer p {
    line-height: 24px;
}
footer .container {
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 1440px;
}
footer a,
footer a:hover,
footer a:focus {
    color: #fff ;
}
footer [class^="icon-"],
footer [class*="icon-"] {
	color: #fff;
}
footer li {
    line-height: 30px;
    display: inline-block;
}
div.product-infos {
	display: none;
}

.footer-card-content {
    display: flex;
    flex-direction: row;
}
.footer-colinside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 33.33%;
}
.footer-col-1 ul {
    display: flex;
    flex-direction: column;
	margin-left: 20px;
}
.footer-col-2 h4 {
	margin-bottom: 10px;
}
.footer-col-2 p,
.footer-col-2 h4,
.footer-col-2 ul {
	margin-left: 20px;
}
.footer-brand {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}
.footer-brand a {
    display: inline-block;
    margin: 0 50px;
}
.footer-avis  {
	background: #fff;
}
.footer-avis {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}
.footer-avis h3,
.footer-avis p  {
	color: #141460;
}
.footer-avis .btn-default {
    background: none;
    border: none;
    color: #141460;
    font-size: 18px;
    padding: 0;
}

@media (max-width: 949px) {
	.footer-card-content {
		flex-direction: column;
	}
	.footer-brand {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}
	.footer-brand a {
		margin-bottom: 30px;
	}
	.footer-colinside {
		width: 100%;
		margin-bottom: 30px;
	}
}



/* ============ MOBILE ============*/ 

/* Apple iPhone 5 - 320 × 568 dp */
@media (min-width: 320px) and (max-width: 359px) {
	
}

/* Google Nexus 5 -360 × 640 dp */
@media (min-width: 360px) and (max-width: 374px) {
	
}

/* Apple iPhone 6 - 375 × 667 dp */
@media (min-width: 375px) and (max-width: 383px) {
	
}

/* Google Nexus 4 - 384 × 640 dp */
@media (min-width: 384px) and (max-width: 410px) {
	
}

/* Google Nexus 6 - 411 × 731 dp */
@media (min-width: 411px) and (max-width: 413px) {
	
}

/* Apple iPhone 6 Plus - 414 × 736 dp */
@media (min-width: 414px) and (max-width: 431px) {
	
}

/* Nokia Lumia 1520 - 432 × 768 dp */
@media (min-width: 432px) and (max-width: 479px) {
	
}


/* =============== TABLETTE ===============*/

/* Amazon Kindle Fire HD 7 -480 × 800 dp */
@media (min-width: 480px) and (max-width: 599px) {
	
}

/* Google Nexus 7 - 600 × 960 dp */
@media (min-width: 600px) and (max-width: 719px) {
	
}

/* Microsoft Surface Pro - 720 × 1280 dp */
@media (min-width: 720px) and (max-width: 767px) {
	
}

/* Apple iPad Air - 768 × 1024 dp */
@media (min-width: 768px) and (max-width: 799px) {
	
}

/* Samsung Galaxy Tab 10.1 - 800 × 1280 dp */
@media (min-width: 800px) and (max-width: 1023px) {
	
}

/* Apple iPad Pro 12.9 - 1024 × 1366 dp */
@media (min-width: 1024px) and (max-width: 1279px) {
	
}   


/* ================ LAPTOP ================*/ 
	
/* Google Chromebook Pixel - 1280 × 850 dp */
@media (min-width: 1280px) and (max-width: 1365px) {
	
} 

/* Apple MacBook Air 11.6 - 1366 × 768 dp */
@media (min-width: 1366px) and (max-width: 1439px) {
	
} 

/* Apple MacBook Air 13.3 - 1440 × 900 dp */
@media (min-width: 1440px) and (max-width: 1499px) {
	
} 

/*  Microsoft Surface Book - 1500 × 1000 dp */
@media (min-width: 1500px) and (max-width: 1679px) {
	
} 

/* Apple MacBook Pro 15.4 - 1680 × 1050 dp */
@media (min-width: 1680px) and (max-width: 1919px) {
	
}    

	
/* ================ DESKTOP ================*/ 

/* Apple iMac 21.5 -1920 × 1080 dp */
@media (min-width: 1920px) and (max-width: 2559px) {
	
} 

/* Apple iMac 27 -2560 × 1440 dp  */
@media (min-width: 2560px) {
	
}    

.chat-button{
	background: #2274a5 !important;
	color: #fff !important;
}

/* header {
	display: none;
}    
 */













