﻿/*==================== CEREMA - CR69 ===================*/


[class^="icon-"], [class*=" icon-"] {
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?qawvem');
    src: url('fonts/icomoon.eot?qawvem#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?qawvem') format('truetype'), url('fonts/icomoon.woff?qawvem') format('woff'), url('fonts/icomoon.svg?qawvem#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* open-sans-300 - latin */

@font-face {
    font-family: 'Open SansOpen SansOpen SansOpen SansOpen Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v16-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/open-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v16-latin-300.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v16-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-600 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v16-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v16-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-800 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v16-latin-800.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('fonts/open-sans-v16-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v16-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v16-latin-800.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v16-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v16-latin-800.svg#OpenSans') format('svg');
    /* Legacy iOS */
}
/*  JULIETTE  */
/*RÃ©sumÃ© (ContentDescription)*/


.btn-show-more:after {
    content: " \f078";
    font-family: 'Font Awesome 5 Free';
    color: #292574;
    font-weight: 600;
}

.btn-show-less:after {
    content: " \f077";
    font-family: 'Font Awesome 5 Free';
    color: #292574 ;
    font-weight: 600;
}

#resume-btn-show-more {
    color: #636363;
    margin: 12px 0 0 0;
	font-weight:800;
	cursor: pointer
}



.hide-content {
    overflow: hidden;
    max-height: 5em;
}

.show-content {
    height: auto;
}

.grid-show-more {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
    justify-content: start;
}

.grid-item-show-more {
    background: #fff;
    border: 1px solid #586BD3;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.grid-item-show-more a {
    color: #586BD3;
    text-decoration: none !important;
}

.grid-item-show-more:hover {
    background: #586BD3;
    cursor: pointer;
}

.grid-item-show-more:hover a {
    color: #fff !important;
}
.statut-primaryDoc.primary-doc-short-link {
    display: none;
}
button.btn.btn-sm.btn-action.add-tag {
    display: none;
}
button.btn.btn-default.btn-geomap-search {
    color: #004079 !important;
}
#notice_longue .vignette_document img.ermes-thumb {
    max-width: 200px;
}
/*************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
}

.btn-account,
.btn-account:hover,
.btn-account i,
.btn-account:hover i,
.all-link-connexe .btn-default,
.all-link-connexe .btn-default:hover,
.link-connexe::before,
.link-connexe:hover::before,
#ermes_main_menu li.LEVEL1,
#ermes_main_menu li.LEVEL1:hover a,
#ermes_main_menu li.LEVEL1 > a,
#ermes_main_menu li.LEVEL1 a:hover,
#nav-rich-menu li a,
#nav-rich-menu li:hover a,
#nav-rich-menu a:hover,
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
#scenario-selection,
#scenario-selection:hover,
#submit-search:hover span,
#submit-search span,
#globalAdvancedSearchLink,
#globalAdvancedSearchLink:hover,
.navbar-brand h1,
.navbar-brand:hover h1,
.btn-default,
.btn-default:hover,
.btn-primary,
.btn-primary:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.facet-controls > a,
.facet-controls > button,
.facet-controls > a:hover,
.facet-controls > button:hover {
	transition: all 0.35s;
}

/***************/

/* Metrics : 
1rem = 10px
1.5rem = 15px
102.4rem = 1024px
*/

html {
    scroll-behavior: smooth;
}

body {
    background: #E3EBF1;
    /*background: #E3EBF1 url('images/bg_portal.png') no-repeat top center;*/
    background-size: cover;
    color: #3b3b3b;
    font-family: 'Marianne-Regular';
    font-weight: 400;
}

body, h2, h3, h4, h5, h6, td, pre, .panel-front>.x-panel-header span {
    font-family: 'Marianne-Regular';
    font-weight: 400;
}

a {
    color: #3b3b3b;
}

b, strong {
	font-family: 'Marianne-Bold';
    font-weight: 700;
}

.panel-front, .panel-selection {
    background-color: #fff;
}

#nav_connexe.hidden-xs {
	display: block !important;
}
@media (max-width: 767px) {
	.header-banner-menu .button-my-account.btn-group {
		display: none;
	}
}

/***********Header***********/

header {
    background: #fff;
    /*background-size: contain;*/
}

p {
    color: #3b3b3b;
    font-family: 'Marianne-Regular';
    font-size: 14px;
	line-height: 2.3rem;
	
}

h1, h2, h3, h4, h5 {
    font-family: 'Marianne-Regular';
    font-weight: 700;
}

.container {
    max-width: 1200px;
}

/*****************Menu*****************/

#search-panel {
    background: transparent;
    position: relative;
}

#menu-panel .panel-body {
    margin: 0 auto;
    background: none;
    padding: 0;
   /*  z-index: 24; */
}

#menu-panel {
    border: none;
    background-color: #EFEFEF;
}

/*****************Logo*****************/

.navbar-header-before {
  
}

.navbar-brand {
    width: 133px;
    height: 112px;
    background: transparent url(images/LogoCerema_vertical.svg) no-repeat left center;
	background-size: contain;
	display: flex !important;
    align-items: center;

}

.navbar-brand span {
    font-size: 30px;
    color: #353b53;
    padding: 0 0 0 35%;
    text-transform: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 34px;
}
.navbar-brand span:before {
    content: '';
    position: relative;
    width: 1px;
    height: 90px;
    background: #e7e7e7;
    float: left;
    margin: 0 30px 0 0;
}
.navbar-brand > span:first-child:before {
    display: none;
}
#share_social {
    z-index: 9999
}
.page-accueil #share_social {
    display: none !important;
}

/*****************menu connexe*****************/

#nav_connexe {
    position: relative;
}

/*****************Search*****************/

#search-panel {
    background: #2f405a;
    padding: 0;
    position: relative;
    top: 152px;
	height: 112px;
}
.page-accueil #search-panel {
    top: 468px;
	z-index: 1;
}
@media (max-width: 767px) {
	#search-panel {
		top: 32px;
	}
	.page-accueil #search-panel {
		top: 472px;
	}
}
@media (min-width: 768px) and (max-width: 799px) {
	.page-accueil #search-panel {
		top: 468px;
	}	
}
@media (min-width: 800px) and (max-width: 1023px) {
	.page-accueil #search-panel {
		top: 468px;
	}	
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.page-accueil #search-panel {
		top: 468px;
	}
}

#search-panel .btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #004079;
    text-transform: none;
    font-family: 'Marianne-Regular';
}

#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: #f6f6f6;
    border-color: #f6f6f6;
    color: #757575;
}

#search-panel  #submit-search {
    background: #ef7757;
}

#submit-search .icon-search:before {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 2.6rem;
    color: #fff;
    position: relative;
    height: 100%;
}

.tt-hint {
    height: 100%;
    background: transparent !important;
}

#search-panel .panel-body .input-group.si-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#search-panel #group-btn-research {
    /* order: 1; */
    width: auto;
}

#search-panel .input-group-btn {
    /* order: 3; */
    width: auto;
}

.twitter-typeahead {
    position: relative;
    display: block;
    width: 100%;
    direction: ltr;
    /*order: 1;*/
/*     border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px; */
}
#textfield::placeholder {
	color: #353535;
    font-style: normal;
    font-size: 14px;
    font-family: 'Marianne-Regular';
	opacity: 1;
}
:placeholder-shown {
    color: #353535;
}
.tt-suggestion.tt-cursor {
    background: #999999;
}
#search-panel .panel-body ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
	color: #353535;
    font-style: normal;
    font-size: 14px;
    font-family: 'Marianne-Regular';
	opacity: 1;
}

#search-panel .panel-body ::-moz-placeholder {
    /* Firefox 19+ */
	color: #353535;
    font-style: normal;
    font-size: 14px;
    font-family: 'Marianne-Regular';
	opacity: 1;
}

#search-panel .panel-body :-ms-input-placeholder {
    /* IE 10+ */
	color: #353535;
    font-style: normal;
    font-size: 14px;
    font-family: 'Marianne-Regular';
	opacity: 1;;
}

#search-panel .panel-body :-moz-placeholder {
    /* Firefox 18- */
	color: #353535;
    font-style: normal;
    font-size: 14px;
    font-family: 'Marianne-Regular';
	opacity: 1;
}

#textfield, .clean-text-field {
    border-top: none !important;
    border-bottom: none !important;
    height: 60px;
    color: #757575;
}

.btn.clean-text-field {
    padding: 0;
}

#scenario-selection, #submit-search {
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
}

#search-panel #scenario-selection {
    height: 60px !important;
    font-size: 18px;
    line-height: 58px;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-right: 1px solid #d8d8df;
    padding-left: 20px;
	margin-right: 0;
}


#submit-search {
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
}

#globalAdvancedSearchLink {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.panel-front>.x-panel-header span, h2 {
    color: #292574;
    font-family: 'Marianne-ExtraBold';
    font-size: 40px;
	font-weight: normal;
	position: relative;
}
@media (max-width: 599px) {
	.panel-front>.x-panel-header span, h2 {
		font-size: 30px;
	}	
}
.panel>.panel-heading h2, .panel-title, .panel-front>.x-panel-header {
    text-transform: none;
}

h3 {
    color: #3b3b3b;
    font-size: 2.2rem;
    font-weight: normal;
}

.selection-description {
    background: none;
    border: none;
    color: #494949;
    font-weight: 400;
    padding: 5px 0;
}

/* Fil Ariane */

#ariane {
    color: #fff;
    display: none;
}

#ariane a {
    color: #fff;
}

#globalAdvancedSearchLink {
    color: #fff;
}

.site-btn, #langue-btn {
    display: none !important;
}

/***/

/* Menu connexe */

#nav_connexe {
	z-index: 3;
    position: relative;
    background: #f9f8f6;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 8px 0 9px 0;
}

.header-banner-menu {
    line-height: 100%;
    max-width: 1200px;
    text-align: right;
    float: none !important;
    margin: 0 auto;
    position: relative;
}
.all-link-connexe {
    position: static;
}
.link-connexe {
    margin: 0 5px 0 35px;
}
.all-link-connexe .btn-default {
    background-color: transparent;
    border: none;
    color: #333;
    padding: 0 10px;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
}
.all-link-connexe .btn-default:hover,
.all-link-connexe .btn-default:focus,
.all-link-connexe .btn-default:active,
.all-link-connexe .btn-default.active,
.all-link-connexe .open .dropdown-toggle.btn-default {
    background-color: #f6f6f6;
    border: none;
	color: #000091;
}
.all-link-connexe .connexe-ressources {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 5px;
}
.all-link-connexe .connexe-ressources a.btn-default {
	padding-left: 40px;
	pointer-events : none;
}
.all-link-connexe .connexe-ressources a.btn-default::before {
	content: url(images/connexe-ressources.png);
	position: absolute;
	top: 0;
	left: 0;
}
.all-link-connexe .connexe-gouv {
    position: absolute;
    left: -31px;
    top: 63px;
}

@media (max-width: 767px) {
	.all-link-connexe .depo {
		top:14px !important;
	}
	.all-link-connexe .connexe-gouv {
		left: 14px !important;
		top: 40px;
	}
}
@media(max-width: 1279px) {
	.all-link-connexe .connexe-gouv {
		left: 3px;
	}
}
.all-link-connexe .connexe-gouv a {
    width: 130px;
    height: 114px;
    background: transparent url(images/Republique-francaise-logo.svg) no-repeat center center;
}
.all-link-connexe .connexe-gouv a.btn-default:hover {
	background-color: transparent;
}
.all-link-connexe .connexe-gouv a span {
	display: none;
}
.all-link-connexe .connexe-web a.btn-default {
	padding-left: 30px;
}

.all-link-connexe .connexe-web a.btn-default::before {
	content: url(images/connexe-web.png);
	position: absolute;
	top: 5px;
	left: 0;
}
.all-link-connexe .connexe-contact a.btn-default {
	padding-left: 30px;
}
.all-link-connexe .connexe-contact a.btn-default::before {
	content: url(images/connexe-contact.png);
	position: absolute;
	top: 3px;
	left: 0;
}


@media (max-width: 767px) {
	.all-link-connexe .connexe-ressources,
	.all-link-connexe .connexe-web,
	.all-link-connexe .connexe-contact {
		display: none;
	}
}

.btn-default .caret, .btn-account .caret, .btn-basket .caret {
    border-top-color: #292574;
}
.btn-group>.btn+.dropdown-toggle {
    padding: 0;
}
.link-connexe .caret {
    border-top-color: transparent;
	position: relative;
}
.link-connexe .caret:before {
    content: '\a101';
    position: absolute;
    font-family: ermes-font-addon;
    top: -20px;
    left: -5px;
    color: #292574;
}

.link-connexe.connexe-pipe::before {
    content: "";
    position: absolute;
    left: -24px;
    height: 32px;
    top: 0;
    border-right: 1px solid #e5e5e5;
}
.link-connexe .dropdown-menu>li {
	position: relative;
}
.link-connexe .dropdown-menu  {
	padding: 0;
	border: none;
	-webkit-box-shadow: 0px 12px 16px 0px rgb(225 222 222);
	-moz-box-shadow: 0px 12px 16px 0px rgb(225 222 222);
	box-shadow: 0px 12px 16px 0px rgb(225 222 222);
}
.link-connexe .dropdown-menu>li>a {
    padding: 7px 20px;
}
.link-connexe .dropdown-menu>li>a:hover {
    background: #f6f6f6;
}
.link-connexe .dropdown-menu>li::after {
    height: 1px;
    bottom: 0;
    left: 20px;
    right: 20px;
    position: absolute;
    content: "";
    background-color: #e5e5e5;
    z-index: -1;
}
.link-connexe .dropdown-menu>li:last-child::after {
	display: none;
}

/* Page de contenu */

.page-accueil div#page>div.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* Encarts */

/* Encart 1 : fond bleu */

.theme_1 {
    position: relative;
}

#portal .theme_1.frame {
    margin: 0 !important;
}

.theme_1 .panel-front, .theme_1 .panel-selection {
    background: #289db7;
}

.theme_1 .panel-heading>h2 {
    display: none;
}

#portal .theme_1 .panel-body {
    padding-top: 0;
}

.theme_1 * {
    color: #fff
}

.theme_1 .contact_form h2 a {
    display: block;
    position: relative;
}

.theme_1 .contact_form h2 a:hover {
    color: #1e7689;
    text-decoration: none;
}

.theme_1 .contact_form h2 a::after {
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    font-size: 36px;
    content: "\f1d8";
    position: absolute;
    right: 0;
    top: 0;
}

/* Encart 2 : fond vert */

.theme_2 {
    position: relative;
}

.theme_2 .panel-front, .theme_2 .panel-selection {
    background: #5BB3A3;
}

.theme_2 .panel-heading {
    text-align: center;
    position: relative;
}

.theme_2 .panel-heading>h2 {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
}

.theme_2 .sagscroller {
    max-height: none;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.theme_2 .rss-list li {
    border-bottom: solid 1px #007151;
    padding: 20px 0;
}

.theme_2 .rss-list li:last-child {
    border: none;
}

.theme_2 .rss-thumbnail {
    background-color: #fff;
    box-shadow: none;
}

.theme_2 .sagscroller * {
    color: #fff;
}

/* Encart 3 : Titre fond orange */

.theme_3 {
    position: relative;
}

.theme_3 .panel-front, .theme_3 .panel-selection {
    background: #fff;
    padding: 0;
}

.theme_3 .panel-heading {
    position: relative;
}

.theme_3 .panel-heading>h2 {
    background: #EF7757;
    display: inline-block;
    color: #fff;
    padding: 10px;
}

/* Encart 4 : Titre fond vert */

.theme_4 {
    position: relative;
}

.theme_4 .panel-front, .theme_4 .panel-selection {
    background: #fff;
    padding: 0;
}

.theme_4 .panel-heading {
    position: relative;
}

.theme_4 .panel-heading>h2 {
    background: #15936f;
    display: inline-block;
    color: #fff;
    padding: 10px;
}

.theme_4 .btn-default {
    background-color: #15936f;
    border: 2px solid #15936f;
}

.theme_4 .btn-default:hover, .theme_4 .btn-default:focus, .theme_4 .btn-default:active, .theme_4 .btn-default.active, .theme_4 .open .dropdown-toggle.btn-default {
    border: 2px solid #15936f;
    color: #15936f;
}

/* Encart 5 : Titre fond bleu */

.theme_5 {
    position: relative;
}

.theme_5 .panel-front, .theme_5 .panel-selection {
    background: #fff;
    padding: 0;
}

.theme_5 .panel-heading {
    position: relative;
}

.theme_5 .panel-heading>h2 {
    background: #289db7;
    display: inline-block;
    color: #fff;
    padding: 10px;
}

.theme_5 .btn-default {
    background-color: #289db7;
    border: 2px solid #289db7;
}

.theme_5 .btn-default:hover, .theme_5 .btn-default:focus, .theme_5 .btn-default:active, .theme_5 .btn-default.active, .theme_5 .open .dropdown-toggle.btn-default {
    border: 2px solid #289db7;
    color: #289db7;
}

/* Encart 6 : Encart centré 1200px */

.theme_6 {
    position: relative;
}

.theme_6 .panel-front, .theme_6 .panel-selection {
    background: #fff;
    margin: 0 auto;
}

.theme_6 .panel-heading {
    position: relative;
}

/* Encart 7 : Encart sans titre / sans marges */

.theme_7 {
    position: relative;
}

.theme_7 .panel-front, .theme_7 .panel-selection {
    padding: 0;
    margin: 0;
}

.theme_7 .panel-heading {
    position: relative;
}

.theme_7 .panel-heading>h2 {
    display: none;
}

/* Encart 8 : Encart titre gris / liseré orange */

.theme_8 {
    position: relative;
}

.theme_8 .panel-front, .theme_8 .panel-selection {
    padding: 0;
    margin: 0;
}

.theme_8 .panel-heading {
    position: relative;
}

.theme_8 .panel-heading>h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #474747;
    margin-bottom: 2rem;
    margin-top: 40px;
}

.theme_8 .panel-heading>h2::after {
    margin: 1rem auto 1rem !important;
    content: " ";
    display: block;
    width: 60px;
    height: 5px;
    background-color: #EF7757;
}

.page-accueil .theme_8 .panel-front, .page-accueil .theme_8 .panel-selection {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.page-accueil .theme_8 .rsBullets {
    display: none;
}

.theme_8 .rsArrow.rsHidden {
    opacity: 1 !important;
}

.theme_8 .rsDefaultInv .rsArrowIcn {
    width: 45px;
    height: 45px;
    margin: 0;
    transform: translateY(-50%);
}

.theme_8 .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
    background: #EF7757 url(images/left_arrow.svg) no-repeat center center;
    background-size: 14px;
    border-radius: 50%;
    left: 10px;
}

.theme_8 .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: #EF7757 url(images/right_arrow.svg) no-repeat center center;
    background-size: 14px;
    border-radius: 50%;
    right: 10px;
    left: auto
}

/*.tab-content {
   padding: 30px 30px 40px 30px;
  line-height: 20px;
  margin-bottom: 40px;
}*/
.tab-content {
    padding: 30px;
}

/*****************Social*****************/

#main {
    position: relative;
    margin: 30px 0 0 0;
}

.page-navig #main {
    margin: 70px 0 0 0;
}


#share_social {
    position: fixed;
    left: auto;
    top: 50%;
    right: 0;
    padding: 12px;
    transform: translate(0, -50%);
    background: #fff;
}

div.social-network ul li a {
    margin: 0 0 6px 0;
    color: #fff;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

div.social-network ul li a:hover.twitter {
    background-color: #00C4FC;
}

div.social-network ul li a:hover.facebook {
    background-color: #3350ae;
}

div.social-network ul li a:hover.tumblr {
    background-color: #3d658b;
}

div.social-network ul li a:hover.pinterest {
    background-color: #df2828;
}
div.social-network ul li a.linkedin {
    background-color: #0076B3;
}
/*
div.social-network ul li a.twitter {
    background-color: #EF7757;
}

div.social-network ul li a.facebook {
    background-color: #EF7757;
}



div.social-network ul li a.tumblr {
    background-color: #EF7757;
}

div.social-network ul li a.pinterest {
    background-color: #EF7757;
}

#share_social ul li a:hover {
    color: #fff;
    background: #d66b00;
    text-decoration: none;
}
*/

div.social-network ul li a.gplus {
    display: none;
}

/**/

#options_resultat .btn-action {
    background-color: #EF7757;
    border: 2px solid #EF7757 !important;
    color: #fff;
}

#options_resultat .btn-action:hover, #options_resultat .btn-action:focus, #options_resultat .btn-action:active, #options_resultat .btn-action.active, #options_resultat .btn-action.disabled, #options_resultat .btn-action[disabled] {
    background-color: #fff !important;
    border: 2px solid #EF7757 !important;
    color: #EF7757 !important;
}

#criteres_recherche .btn-action {
    background-color: #EF7757;
    border-color: #EF7757;
}

#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, #criteres_recherche .btn-action[disabled] {
    background-color: #fff;
    border-color: #EF7757;
    color: #EF7757;
}

#facet_container>.panel-group {
    /*border-bottom: 1px solid #3b3b3b;*/
}

.facet-controls {
    margin: 20px 5px;
}

.panel-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.facet-controls>a, .facet-controls>button {
    color: #3b3b3b;
    font-size: 16px;
}

.facetList .badge {
    color: #EF7757;
}

.template-title {
    color: #405678;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 10px 0 5px;
}

.facetList.nav-pills>li>a {
    font-size: 16px;
    padding: 5px 10px;
}
p.template-info {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d2d2d;
}

.criteres_tri label.label-tri {
    color: #2d2d2d;
    padding: 4px 0;
}

.sort-order button {
    padding: 0 22px 0 13px;
}

.criteres_tri {
    background-color: #fff;
}

.displaymode-icon-container .active, .siteRestriction-icon-container .active, .pageSize-container .active, .sort-order .active {
    background-color: #F2F0F1;
}

#criteres_recherche p, .description_resultats, #description_resultats_pendingActiveClients, .taille_page {
    color: #EF7757;
    font-size: 16px;
}

#criteres_recherche p {
    font-weight: 700;
}

.btn-action {
    background-color: #EF7757;
    border-color: #EF7757;
    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: #EF7757;
    color: #EF7757;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #EF7757;
}

.btn-group.pageSize-container button {
    color: #EF7757;
}

.displaymode-icon-container .active, .siteRestriction-icon-container .active, .pageSize-container .active, .sort-order .active {
    background-color: #EF7757;
    color: #fff;
}

.displaymode-icon-container.desktop button, .siteRestriction-icon-container.desktop button, .sort-order button {
    /*background-color: #EF7757;*/
    color: #fff;
}

.displaymode-icon-container a.active:hover, .siteRestriction-icon-container a.active:hover, .pageSize-container a.active:hover, .sort-order a.active:hover {
    background-color: #EF7757;
    color: #fff;
}

.btn-group.pageSize-container.open .dropdown-menu>li>a {
    color: #3b3b3b;
}

.btn-group.pageSize-container.open .dropdown-menu>li>a.active {
    background: #EF7757;
}

h2.category_header {
    color: #EF7757;
}

#multi_selection_simple .bouton_detail, #multi_selection .bouton_detail {
    color: #EF7757;
}

#scenario-selection .caret {
    border-top-color: #3b3b3b;
}

#mobile-actions {
    background-color: #2C2C2C;
}

#mobile-actions .btn-account, #mobile-actions .btn-account:hover, #mobile-actions .btn-account:focus, #mobile-actions .btn-account:active, #mobile-actions .btn-account.active, #mobile-actions .open .dropdown-toggle.btn-account {
    color: #333;
}

.hamburger-mobile .icon-bar {
    background-color: #333;
}

.btn-default {
    background-color: #fff;
    border: 1px solid #1d2c54;
    color: #004079;
    font-size: 12px;
    font-family: 'Marianne-Bold';
    text-transform: none;
    padding: 15px 25px 16px 25px;
    border-radius: 4px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #e7e7e7;
    border: 1px solid #1d2c54;
    color: #000091;
}

.btn-info {
    background-color: #EF7757;
    border: 2px solid #EF7757;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 16px;
	text-decoration:none !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #fff;
    border: 2px solid #EF7757;
    color: #EF7757;
}

.btn-primary {
    border: 2px solid #B4ADAC;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 16px;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #fff;
    border: 2px solid #B4ADAC;
    color: #B4ADAC;
}

#globalScenarioMobile {
    background-color: #fff;
    margin: 6px 0 0 0;
    border-radius: 6px;
    -webkit-box-shadow: 8px 8px 8px 8px rgba(0,0,0,.1),
			0 8px 16px -16px rgba(0,0,0,.32);
    -moz-box-shadow: 8px 8px 8px 8px rgba(0,0,0,.1),
			0 8px 16px -16px rgba(0,0,0,.32);
	box-shadow: 8px 8px 8px 8px rgba(0,0,0,.1),
			0 8px 16px -16px rgba(0,0,0,.32);
}

#globalScenarioMobile>li>a {
    color: #3b3b3b;
}

#globalScenarioMobile .active, #globalScenarioMobile .active:hover, #globalScenarioMobile .active:focus {
    background-color: #f6f6f6;
    color: #3b3b3b;
}

#globalScenarioMobile>li>a:hover, #globalScenarioMobile>li>a:focus {
    background-color: #ccc;
    color: #3b3b3b;
}

.slider_container {
    background: rgb(41 37 116 / 80%);
    height: auto;
    width: 100%;
}
.carousel_1 h3,
.carousel_1 p,
.carousel_2 h3,
.carousel_2 p {
    color: #fff;
}

.carousel_3 .slider_container {
    background: rgb(41 37 116 / 80%);
}
.carousel_3 h3,
.carousel_3 p {
    color: #fff;
}


#facet_container .panel-heading {
    padding: 30px 0 5px 10px;
}

/* Main */

div#page>div.container {
    /*max-width: 1400px;
    width: 100%;*/
}

/* footer */

footer {
    background-color: #fff;
    color: #3b3b3b;
    font-size: 14px;
    height: auto;
    margin: 80px 0 0 0;
}

footer .container ul li {
    color: #3b3b3b;
}

footer a, footer a:hover, footer a:focus {
    color: #3b3b3b;
}

footer [class^="icon-"], footer [class*=" icon-"] {
    color: #3b3b3b;
}

.label-ermes {
    color: #3b3b3b;
}

footer div.footer-mobile [class^="icon-"], footer.footer-mobile [class*=" icon-"] {
    color: #3b3b3b;
}

.uas_cerema_lg a:hover {
    text-decoration: none;
    color: #EF7757;
}

.uas_cerema_lg, .logos-partners {
    padding: 20px 0 0 0
}

/* back to Top */

.haut_btn {
    top: auto;
    width: auto;
}

.haut_btn a {
    display: block;
    background: RGBA(153, 153, 153, 0.2);
    width: 45px;
    height: 43px;
    text-indent: 0;
    position: relative;
}

.haut_btn a span {
    display: none;
}

.haut_btn a:before {
    content: "\f106";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    color: #363737;
    font-size: 30px;
    text-align: center;
    display: block;
}

.bs-bullets button, .bs-bullets button:active, .bs-bullets button:focus, .bs-bullets button:hover {
    padding: 0;
}

/* Menu mobile */

#mobile-actions {
    background-color: #f9f8f6;
}

/* Langue mobile */

.lang-dropdown-mobile #dropChangeCulture {
    color: #fff;
}

#dropChangeCulture .caret {
    border-top: 4px solid #fff;
}

.dropdown-menu .active>a, .dropdown-menu .active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #EF7757;
}

#mobile-actions #dropSite {
    color: #333;
}

.change-site-mobile .caret {
    border-top-color: #333;
}

.social-network-mobile .dropdown-menu {
    border: none;
    background: #333;
}

div.social-network ul li a:hover {
    color: #fff;
    background: #d66b00;
}

#portal .frame {
    margin: 0 0 20px 0 !important;
}

.haut_btn {
    right: 20%;
    position: absolute;
    bottom: 5px;
    width: auto;
    position: fixed;
    right: 5px;
    z-index: 9999;
    top: auto;
}

.haut_btn a {
    display: block;
    background: transparent;
    background-color: #c1ccf1;
    width: 55px;
    height: 56px;
    text-indent: 0;
    position: relative;
    border-radius: 50px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.haut_btn a:before {
    content: "\f106";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 40px;
    text-align: center;
    display: block;
    line-height: 55px;
}

.haut_btn a span {
    display: none;
}

.page-accueil {
    background: #fff;
}

.btn-dark {
    background-color: #B4D6FA;
    border-color: #B4D6FA;
    color: #30353B;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.disabled, .btn-dark[disabled] {
    background-color: #B4D6FA;
    border-color: #B4D6FA;
    color: #30353B;
}

#resultats .select {
    background-color: #BEB6B4;
}

#facet_container a {
    color: #5f5b5b;
}

#facet_container a:hover {
    color: #464646;
}

#facet_container .icon-resize-small:before {
    content: "\f106";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}

#facet_container .icon-resize-full:before {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}

#resultats>ul>li {
    border-bottom: 8px solid #fff;
}

#resultats_recherche .panel-body {
    padding: 15px 15px 15px 0;
}

.dis_bt {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -.5vw;
}

.dis_bt div {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 14%;
    margin: .5vw;
    background: #005cad;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
}

.dis_bt>div a {
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 2rem 1rem;
    display: block;
    font-weight: 600;
}

.dis_bt>div a:hover {
    text-decoration: none;
}

.dis_bt div:hover {
    background: #004079
}

/* Encart decouvrir */

.decouvrir_bt {
    display: flex;
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -.5vw;
}

.dec_infos {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 23%;
    margin: .5vw;
    background: #808080;
    text-align: center;
    color: #fff;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    position: relative;
}

.dec_infos img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.dec_infos .thumb_dec::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: RGBA(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    display: block;
}

.dec_info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    height: 45%;
    align-items: stretch;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px 20px;
    text-align: left;
}

.dec_all_lnk {
    text-indent: -9999px;
    width: 100%;
    background: transparent;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.thumb_dec img, .dec_infos .thumb_dec::after {
    transition: all 0.5s ease;
}

.dec_all_lnk:hover~.thumb_dec img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.dec_all_lnk:hover~.thumb_dec::after {
    background: RGBA(0, 0, 0, 0.1);
}

.thumb_dec {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.dec_info span:nth-child(1) {
    font-size: 2.4rem;
    font-weight: 600;
    font-style: italic;
}

.dec_info span:nth-child(2) {
    font-size: 1.4rem;
}

.dec_info span:nth-child(3) {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* Encart domaines */

.domaine_bt {
    display: flex;
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -1%;
}

.dom_infos {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 25%;
    margin: 1%;
    background: #808080;
    text-align: center;
    color: #fff;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    position: relative;
}

.dom_infos img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.dom_infos .thumb_dom::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: RGBA(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    display: block;
}

.dom_info {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.dom_info span {
    font-size: 18px;
    font-weight: 700;
}

.dom_info span::after {
    margin: 1rem auto 1rem !important;
    content: " ";
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
}

.dom_all_lnk:hover~.dom_info span::after {
    width: 40px
}

.dom_all_lnk {
    text-indent: -9999px;
    width: 100%;
    background: transparent;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.thumb_dom img, .dom_infos .thumb_dom::after {
    transition: all 0.5s ease;
}

.dom_all_lnk:hover~.thumb_dom img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.dom_all_lnk:hover~.thumb_dom::after {
    background: RGBA(0, 0, 0, 0.1);
}

.thumb_dom {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

/* Footer */



.footer-bottom .footer_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom .uas_footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #e5e5e5;
    padding: 0.5rem 0rem 2rem 0rem;
    margin-top: 30px;
}

.footer-bottom ul.menu {
    margin: 1rem 0 0;
}
@media (max-width: 1023px) {
	.footer-bottom ul.menu {
		text-align: center;
	}	
}
.footer-bottom ul.menu>li {
    display: inline-block;
    font-size: 13px;
    margin: 0 5px;
}

.footer-bottom .site-name {
    color: #EF7757;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 0.25rem;
	display: none;
}

ul.menu--footer>li>span.navbar-text {
    padding: 0;
    margin: 0;
    float: none;
}

.footer-bottom ul.menu>li>a {
    color: #3b3b3b;
    display: inline;
    padding: 0;
}
.footer-bottom ul.menu>li>a:hover {
    border-bottom: 2px solid #666;
}
.footer-bottom ul.menu>li::after {
    content: '|';
    color: #e5e5e5;
    margin-left: 20px;
}

.footer-bottom ul.menu>li:last-child::after {
    display: none;
}

div.product-infos, div.product-infos a {
    display: none;
}

.footer-middle {
    text-align: left;
    background: #f5f5f5;
}

@media (min-width: 600px) and (max-width: 767px) {
	.footer-middle .footer-first {
		width: 50%;
		float: left;
	}
}



.footer-middle nav h2 {
	font-family: 'Marianne-Bold';
    position: relative;
    padding-bottom: 0.6rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-bottom: 11px;
	margin-top: 20px;
	color: #1e1e21;
}

.footer-middle nav ul.menu>li>a {
    padding: 0px 0 7px 0;
    font-size: 12px;
    color: #6a6a6a;
}

.footer-top ul.menu .button {
    font-size: 1.1rem;
    line-height: 3.6rem;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.region.focuslink .menu {
    width: 210px;
    margin-top: 20px;
}
@media (min-width: 1024px) {
	.region.focuslink .menu {
		float: right;
	}	
}

.footer-middle nav ul.menu>li>a.button-icon-2 {
    color: #fff;
    border: solid 2px transparent;
    background: #292574;
    padding: 1px 0 0 10px;
    font-size: 12px;
    position: relative;
    display: block;
    font-family: 'Marianne-Regular';
    text-transform: none;
    margin-top: 0;
    line-height: 25px;
    margin-bottom: 10px;
}
.footer-middle nav ul.menu>li>a.button-icon-2:hover {
	background: #fff;
	color: #292574;
    border-color: #292574;
}


footer .button {
    text-transform: uppercase;
    margin: 1.5rem 0;
    vertical-align: bottom;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

footer .nav>li>a:focus, footer .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.panel-front.panel-search-container .panel-heading {
    padding: 30px 20px;
}

#options_resultat .panel-heading>h2, .panel-front.panel-search-container .panel-heading>h2 {
    font-size: 2.4rem;
}

.facet-search-term {
    height: 40px;
}
.search-form .search-form-title{
	/*margin-top:-20px !important;*/
	padding:40px 0 0 0;
}
/*.royalSlider {
    
    height: inherit !important;
}*/
#resultats_recherche {
    padding-left: 10px;
}
a[title="Rechercher"] {
    text-align: left !important;
    white-space: normal !important;
    text-transform: none;
	font-family: 'Marianne-Regular' !important;
    line-height: 22px;
    font-size: 14px;
}
.fa-search:before {
    content: "\f002";
    color: #fff; !important;
}
#aside {
    padding-right: 10px;
}

.vignette_document .icon-new {
    display: none;
}

.criteres_tri .site-restriction {
    margin-left: 26px;
}

#resultats .notice_corps .actions .btn-dark {
    display: none;
}

#resultats .indicator .label-holding {
    display: none
}

#resultats .indicator {
    height: 32px;
}

#resultats .notice_corps .thumbnail-wrapper {
    margin: 0 25px 26px 0;
}

#notice_longue_description>p {
    font-size: 14px;
    line-height: 20px;
}

#resultats .notice_corps .thumbnail-wrapper img, #notice_longue .notice_corps .thumbnail-wrapper img {
    -webkit-box-shadow: 4px 4px 0px 0px rgba(206, 206, 206, 1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(206, 206, 206, 1);
    box-shadow: 4px 4px 0px 0px rgba(206, 206, 206, 1);
}

#resultats .notice_courte p {
    margin: 10px 0;
}
#notice_longue .notice_avis {
    
    display: none !important;
}

#resultats_detail h2 {
    color: #2b3d4e;
    font-size: 2.2rem;
    line-height: 3rem;
}
#notice_longue_description h1 {
    color: #2b3d4e;
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 2px 0;
    color: #292574;
    font-family: 'Marianne-ExtraBold';
    font-weight: normal;
    position: relative;
	text-transform:none;
}

#notice_longue_description .item-author {
    font-size: 13px;
}

#notice_longue_description .item-description {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
}
img.etalab {
    width: 45px;
    margin-top: 5px;
    margin-bottom: 2px;
    display: grid;
}
dt.diffusion {
    width: 250px;
}
dd.diffusion {
    margin-left: 0px;
    display: grid;
}
h2.category_header {
    color: #2b3d4e;
}

#notice_longue h3 {
    color: #494949;
}
.serie a.tarzan.linktype-link {
    color: white;
}

#notice_longue .well-sm {
    padding: 20px;
    border-radius: 0;
    border: none;
    margin: 0 8px;
}

#notice_longue .well-sm h3, #notice_longue .well-sm .template-info {
    display: none;
}

#notice_longue .rsVisibleNearbyWrap .rsArrow.rsHidden {
    opacity: 1 !important;
}

#notice_longue .rsDefaultInv .rsArrowIcn {
    width: 42px;
    height: 42px;
    margin: 0;
    transform: translateY(-50%);
}

#notice_longue .rsVisibleNearbyWrap .rsArrowLeft .rsArrowIcn {
    background: #EF7757 url(images/left_arrow.svg) no-repeat center center !important;
    background-size: 14px !important;
    border-radius: 50%;
    left: 2px;
}

#notice_longue .rsVisibleNearbyWrap .rsArrowRight .rsArrowIcn {
    background: #EF7757 url(images/right_arrow.svg) no-repeat center center !important;
    background-size: 14px !important;
    border-radius: 50%;
    right: 2px;
    left: auto;
}
a.export_link.btn-link-like[title="télécharger"] {
    background-color: #EF7757;
    border: 2px solid #EF7757;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 16px;
    vertical-align: middle;
}
a.export_link.btn-link-like[title="télécharger"]:hover {
  background-color: #f9f8f6;
  border-color: #EF7757;
  color:#EF7757;
  cursor:pointer;
}
a[title="consulter"] {
	text-decoration:none !important; 
}
a[title="télécharger"] {
	text-decoration:none !important; 
}

.btn-account .icon-user::before,
.btn-account .icon-lock::before  {
    font-weight: normal;
    font-family: 'cerema';
    content: "\e900";
	content: url(images/account.png);
    margin: 0;
	position: relative;
	top: 5px;
	left: -12px;
}
@media (max-width: 767px) {
	.btn-account .icon-user::before,
	.btn-account .icon-lock::before  {
		content: url(images/account-m.png);
	}
}
.btn-account:hover .icon-user:before,
.btn-account:focus .icon-user:before,
.btn-account:hover .icon-lock:before,
.btn-account:focus .icon-lock:before {
	content: url(images/account-o.png);
}
.footer-top  {
    background: #f5f5fe;
	border-bottom: 2px solid #000091;
}
.footer-top .container {
    padding: 42px 0;
    margin: 0 auto;
}
@media (max-width: 799px){
	.footer-top .container {
		padding: 42px 20px;
	}	
}
/* @media (min-width: 600px) and (max-width: 799px) {
	.footer-top .container {
		padding: 42px 20px;
	}	
} */

.footer-top h2 {
    color: #161616;
	font-size: 22px;
	font-family: 'Marianne-Bold';
}

.sharefooter {
    float: right;
    margin-right: 20px;
    margin-top: -24px;
}
@media (max-width: 599px) {
	.footer-top .container {
		padding: 25px 0;
		text-align: center;
	}
	.sharefooter {
		float: none;
		margin-top: 15px;
	}
	.footer-top h2 {
		font-size: 19px;
	}
}

.sharefooter li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 50px;
    font-size: 14px;
}
.sharefooter li:first-child {
    margin: 0;
}
.sharefooter li a span {
	font-size: 1px;
	color: #004659;
}

.sharefooter li a span:before {
	font-size: 24px;
	color: #292574;
}






.footer-top ul.menu .button::before {
    font-size: 1.5rem;
}

.footer-middle ul.menu .button-icon-2::before {
    /* content: '\e901'; */
    display: inline;
    font-family: 'cerema' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 2.4rem;
    position: relative;
    vertical-align: middle;
    margin-right: 0.8rem;
    bottom: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-ico-1::before {
	content: url(images/footer-picto-1.png);
}
.footer-ico-2::before {
	content: url(images/footer-picto-2.png);
}
.footer-ico-3::before {
	content: url(images/footer-picto-3.png);
}

.footer-middle nav ul.menu>li>a.footer-ico-1:hover::before {
	content: url(images/footer-picto-1-o.png);
}
.footer-middle nav ul.menu>li>a.footer-ico-2:hover::before {
	content: url(images/footer-picto-2-o.png);
}
.footer-middle nav ul.menu>li>a.footer-ico-3:hover::before {
	content: url(images/footer-picto-3-o.png);
}

.twinKeyTypeDoc span.selected {
    display: none;
}

#detail-holdings h3 {
    color: #fff;
}

#detail-holdings .btn-account, #detail-holdings .btn-account:hover, #detail-holdings .btn-account:active {
    font-size: 1.6rem;
    font-weight: 500;
    max-width: none;
    border: none;
    color: #fff;
}

.domaine_bt.productions .dom_infos {
    width: 23%;
    margin: 1%;
}

.domaine_bt.productions .dom_info span {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
}

.domaine_bt.productions .dom_all_lnk:hover~.thumb_dom::after {
    background: RGBA(145, 180, 60, 0.7);
}

.domaine_bt.productions .dom_info span::after {
    margin: 10px auto 0!important;
    content: "+ ";
    display: block;
    width: 100%;
    height: 36px;
    background-color: transparent;
    font-size: 36px;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    padding: 0;
    line-height: 34px;
    font-weight: 300;
    border: 1px solid #fff;
}

.domaine_bt.productions .dom_all_lnk:hover~.dom_info span::after {
    width: 36px;
    display: block;
    opacity: 1;
}

.domaine_bt.productions .dom_info {
    transform: translate(-50%, calc(-50% + 22px));
}

/******************Responsive devices*******************/

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .theme_6 .panel-front, .theme_6 .panel-selection {
        padding: 0;
        max-width: 1200px;
    }
	
}

@media (max-width: 1021px) {
	 .link-connexe {
        margin: 0 -3px;
    }
}
@media (max-width: 889px) {
	.navbar>.container .navbar-brand {
    left: 106px !important; 
}
.all-link-connexe .btn-default{
		font-size:9px !important;
	}
}
@media (min-width: 860px) and (max-width: 991px) {
	.navbar>.container .navbar-brand {
    left: 85px !important; 
}
.all-link-connexe .btn-default{
		font-size:9px !important;
	}
	
}
@media (min-width: 942px) and(max-width: 991px) {
	.navbar>.container .navbar-brand {
    left: 48px !important; 
	top:13px !important;
}
	 .dec_info {
        height: 100%;
        align-content: space-around;
    }
	.all-link-connexe .btn-default{
		font-size:11px !important;
	}
	
    .dis_bt div {
        width: 33%;
    }
    .dom_infos {
        width: 48%;
    }.all-link-connexe .connexe-contact a.btn-default {
		padding-left:23px;
	}
    .all-link-connexe .contact a, .all-link-connexe .depo a {
        padding: 4px 10px;
    }
    .all-link-connexe .contact {
        top: 64px;
        right: 0;
    }
    .all-link-connexe .depo {
    top: 1px;
    right: 6px;
}
    .page-accueil #search-panel::after {
        width: 90%;
    }
}
.footer_logos img.rf_logo {
	width: 90px
}
.footer-bottom img.logo {
	width: 220px;
}
@media (max-width: 599px) {
	#footer .footer_logos img {
		height: auto;
	}
	#footer .footer_logos .uas_rf_lg img {
		width: 50px;
	}
	#footer .footer_logos .uas_cerema_lg img {
		width: 140px;
	}
/* 	#footer .footer_logos .uas_cerema_lg {
		text-align: center;
	} */
	#footer .footer_logos .logos-partners img {
		width: 100px;
	}	
}


@media screen and (min-width: 992px) {
    .footer_logos img.rf_logo {
        width: 120px;
    }
    .footer-bottom .site-name {
        font-size: 4.6rem;
		display: none;
    }
	.footer-middle>.container {
		padding-top: 20px;
		padding-bottom: 40px;
	}
    .footer-wrapper .footer-top ul.menu .button {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .statut, .statut-disabled, .statut-primaryDoc {
        background-color: #F2F0F1;
    }
    .container>.navbar-header, .container>.navbar-collapse {
        width: 100%;
        margin: 0 !important;
        /*height: 100% ! important;*/
    }
    #menu-panel .navbar-collapse {
        box-shadow: none;
        transition: all 0.2s ease;
        border: none;
    }
    #globalAdvancedSearchLink {
        color: #fff;
        text-transform: uppercase;
    }
    /*******************/
    #ermes_main_menu {
        width: 100%;
        background: transparent;
        padding: 0;
        float: none;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
    }
    #ermes_main_menu li.LEVEL1 {
        width: auto;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
    }
	#ermes_main_menu li.LEVEL1>a {
		padding: 22px 12px;
		color: #3b3b3b;
		font-family: 'Marianne-Bold';
		text-transform: none;
		height: 100%;
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 100%;
		background: none;
		border-bottom: none;
		transition: all 0.1s ease;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
	}
    #ermes_main_menu li.LEVEL1>a:hover, #ermes_main_menu li:hover>a {
        background: #f6f6f6;
    }
    #ermes_main_menu .dropdown-menu {
        background: #fff;
        border: none;
        padding: 0;
        margin-top: 0;
		-webkit-box-shadow: 2px 4px 6px 0px rgb(213 213 213);
		-moz-box-shadow: 2px 4px 6px 0px rgb(213 213 213);
		box-shadow: 2px 4px 6px 0px rgb(213 213 213);
	}
	#ermes_main_menu .dropdown-menu>li {
		position: relative;
    }
	#ermes_main_menu .dropdown-menu>li::after{
		height: 1px;
		bottom: 0;
		left: 20px;
		right: 20px;
		position: absolute;
		content: "";
		background-color: #e5e5e5;
		z-index: -1;
    }
	#ermes_main_menu .dropdown-menu>li:last-child::after{
		display: none;
    }
    #ermes_main_menu .dropdown-menu>li>a {
        color: rgba(59, 59, 59, .6);
        font-size: 13px;
        text-align: left;
        text-transform: none;
        font-weight: 600;
        padding: 10px 20px;
        white-space: nowrap;
    }
    #ermes_main_menu .dropdown-menu>li>a:hover, 
	#ermes_main_menu .dropdown-menu>li:hover>a {
        background: #f6f6f6;
    }
    #ermes_main_menu li.LEVEL1 .caret,
	#ermes_main_menu li.LEVEL1 a:hover .caret {
        border-bottom-color: transparent;
        border-top-color: transparent;
		position: relative;
    }

	#ermes_main_menu li.LEVEL1 .caret:before {
		content: '\a101';
		position: absolute;
		font-family: ermes-font-addon;
		top: -12px;
		left: -5px;
		color: #b2b2b2;
	}
/* 	#ermes_main_menu li.LEVEL1 a:hover .caret:before {
		color: #fff;
	} */
	
    /* Rich menu */
    #nav-rich-menu {
        width: 100%;
        background: transparent;
        padding: 0;
        float: none;
        margin: 0 auto;
        display: inline-block;
        text-align: right;
		z-index: 1;
    }
    #nav-rich-menu li {
        width: auto;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
    }
    #nav-rich-menu li>a {
        padding: 22px 25px 22px 13px;
        color: #3b3b3b;
		font-family: 'Marianne-Bold';
        text-transform: none;
        height: 100%;
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 100%;
        background: #fff;
        border-bottom: none;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        cursor: pointer;
		position: relative;
    }
    #nav-rich-menu li>a:hover, #nav-rich-menu li:hover>a {
        background: #f6f6f6;
    }
	#nav-rich-menu li>a::before {
		content: '\a101';
		position: absolute;
		font-family: ermes-font-addon;
		top: 24px;
		right: 9px;
		color: #b2b2b2;
	}
    /********************/

    #nav-rich-menu .illustration {
        margin: 0 10px 10px 0;
    }
    .rich-item>.clearfix {
        display: none
    }
    .domaine_bt.productions .dom_infos img {
        height: 220px !important;
    }
    /* end Rich menu */
    header {
        border-top: none;
		margin-bottom: 60px;
    }
    .navbar>.container .navbar-brand {
        margin-left: 0;
        display: block;
        float: left;
        margin: 0;
        position: absolute;
        top: 20px;
        left: 170px;
    }
    #search-panel .panel-body {
        width: 70%;
        float: none;
        margin: 10px 0 10px 123px;
        z-index: 99;
    }
    .button-my-account {
        position: relative;
        float: right;
    }
	.btn-account {
		background-color: #292574;
		color: #fff;
		border-radius: 0;
		font-size: 14px;
		text-transform: none;
		padding: 0 18px 0 26px;
		line-height: 32px;
	}
    .btn-account:hover, .btn-account:focus, .btn-account:active, .btn-account.active, .open .dropdown-toggle.btn-account {
        color: #292574;
        background: #fff;
    }
}
@media (min-width: 1024px) {
    #globalAdvancedSearchLink {
        position: absolute;
        right: -32%;
        top: 28px;
        width: 30%;
    }	
}
#nav-rich-menu li .dropdown {
	background: #fff;
	border: none;
	padding: 0;
	margin-top: 0;
	-webkit-box-shadow: 2px 4px 6px 0px rgb(213 213 213);
	-moz-box-shadow: 2px 4px 6px 0px rgb(213 213 213);
	box-shadow: 2px 4px 6px 0px rgb(213 213 213);
}

@media (min-width: 768px) {
	#nav-rich-menu li .dropdown {
		width: 350px !important;
	}
	#nav-rich-menu li.menu-thematiques:hover .dropdown {
		left: 630px !important;
	}
	#nav-rich-menu li.menu-territoires:hover .dropdown {
		left: 770px !important;
	}
	#nav-rich-menu li.menu-produits:hover .dropdown {
		left: 850px !important;
	}
	#nav-rich-menu li.menu-veilles:hover .dropdown {
		left: 850px !important;
	}
	#nav-rich-menu li.menu-apropos:hover .dropdown {
		left: 850px !important;
	}
}
@media (min-width: 768px) and (max-width: 799px) {
	#nav-rich-menu li.menu-thematiques:hover .dropdown {
		left: 180px !important;
	}
	#nav-rich-menu li.menu-territoires:hover .dropdown {
		left: 320px !important;
	}
	#nav-rich-menu li.menu-produits:hover .dropdown,
	#nav-rich-menu li.menu-veilles:hover .dropdown,
	#nav-rich-menu li.menu-apropos:hover .dropdown {
		left: 410px !important;
	}
}
@media (min-width: 800px) and (max-width: 1023px) {
	#nav-rich-menu li.menu-thematiques:hover .dropdown {
		left: 180px !important;
	}
	#nav-rich-menu li.menu-territoires:hover .dropdown {
		left: 320px !important;
	}
	#nav-rich-menu li.menu-produits:hover .dropdown,
	#nav-rich-menu li.menu-veilles:hover .dropdown,
	#nav-rich-menu li.menu-apropos:hover .dropdown {
		left: 420px !important;
	}
	.navbar>.container .navbar-brand {
    left: 170px !important;
   
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	#nav-rich-menu li.menu-thematiques:hover .dropdown {
		left: 400px !important;
	}
	#nav-rich-menu li.menu-territoires:hover .dropdown {
		left: 540px !important;
	}
	#nav-rich-menu li.menu-produits:hover .dropdown,
	#nav-rich-menu li.menu-veilles:hover .dropdown,
	#nav-rich-menu li.menu-apropos:hover .dropdown {
		left: 640px !important;
	}	
}    

	
/* ================ DESKTOP ================*/ 

/* Apple iMac 21.5 -1920 × 1080 dp */
@media (min-width: 1920px) and (max-width: 2559px) {
	
} 


#nav-rich-menu li .dropdown_container a {
	color: #e5e5e5;
	font-size: 1.4rem;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0px;
	padding: 5px 10px;
	background: #fff;
	display: block;
}
#nav-rich-menu li .dropdown_container a:hover {
	text-decoration: none;
}
#nav-rich-menu li .dropdown_container a:hover {
	background: #f6f6f6;
}
#nav-rich-menu li .title_menu p {
	color: #3b3b3b;
}
#nav-rich-menu li .dropdown_container a:hover .title_menu p,
#nav-rich-menu li .dropdown_container a:hover .title_menu h4 {
	color: #3b3b3b;
}
#nav-rich-menu li .dropdown .dropdown_container {
    padding: 0;
    width: 100%;
}
#nav-rich-menu li .dropdown .dropdown_container::after {
    height: 1px;
    bottom: 0;
    left: 20px;
    right: 20px;
    position: absolute;
    content: "";
    background: #e5e5e5;
}
#nav-rich-menu li .dropdown .dropdown_container:hover::after {
    background: #f6f6f6;
}
#nav-rich-menu li .dropdown .dropdown_container:last-child::after {
    background: none;
}
#nav-rich-menu .illustration {
    display: none;
}
#nav-rich-menu .title_menu h4 {
	color: #3b3b3b;
	font-size: 14px;
	margin: 0;
	padding: 6px;
	background: transparent;
	font-weight: 400;
	text-transform: none;
}
#nav-rich-menu li .title_menu p {
    display: none !important;
}
@media (max-width: 767px) {
	.navbar>.container .navbar-brand {
    left: 23px !important;
}
	#nav-rich-menu li .dropdown_container a {
		padding: 5px 0;
	}
	#nav-rich-menu .title_menu h4 {
		padding: 6px 0;
	}
	#nav-rich-menu li .dropdown .dropdown_container::after {
		left: 0;
		right: 0;
	}
}
@media (min-width: 768px) and (max-width: 799px) {
	#search-panel .panel-body {
		margin-left: 30px;
	}
	#globalAdvancedSearchLink {
		width: 35%;
		right: -36%;
	}
}

@media (min-width: 992px) and (max-width: 1164px) {
	.navbar>.container .navbar-brand {
		
		
		left:150px;
		
	}
	.all-link-connexe .connexe-gouv {
		left:7px !important;
	}
}
@media (min-width:1165px)and (max-width: 1199px) {
	.navbar>.container .navbar-brand {
		
		
		left:78px !important;
		
	}
	
#search-panel .panel-body {
	margin:30px 0 10px 123px;
}
}
@media (max-width: 1279px) {
	.navbar>.container .navbar-brand {
		
		
		left:173px;
		
	}
	.all-link-connexe .btn-default{
		font-size:12px ;
	}
	
	.all-link-connexe .connexe-gouv  {
		left:-27px;
	}
	.navbar-brand span {
		font-size: 20px !important;
		color: #353b53 !important;
		padding: 0 0 0 70px;
	}
		
#search-panel .panel-body {
	margin: 10px 0 10px 123px;
}
	
}

@media (max-width: 767px) {
	  #search-panel .panel-body {
        width: 100%;
        margin: 10px 0 10px 0;
    }
		
}

/* Apple iPad Air - 768 × 1024 dp */

@media (min-width: 768px) and (max-width: 799px) {
	.navbar>.container .navbar-brand {
		left: 108px;
		height: 91px;
	}
	.navbar-brand span {
    font-size: 16px !important;
    color: #353b53 !important;
    padding: 0px 0 0 60px;
}
	.all-link-connexe .connexe-gouv  {
    left:15px !important;
}
	.all-link-connexe .connexe-gouv a {
    width: 98px;
    height: 106px;
}
#search-panel .panel-body {
	margin:10px 0 10px 123px !important;
}	
}
@media (max-width: 1023px){
	.all-link-connexe .btn-default{
		font-size:11px;
	}
	
/* } */
}
/* Samsung Galaxy Tab 10.1 - 800 × 1280 dp */


@media (min-width: 800px) and (max-width: 1023px) {
    .navbar-brand span {
        padding: 0 0 0 60px;
    }
}
@media (min-width: 800px) and (max-width: 1023px) {
    .navbar>.container .navbar-brand {
        left: 120px !important;
    }
}


@media (min-width: 800px) and (max-width: 1023px) {
	.link-connexe.connexe-pipe::before{
		left: -4px !important;
	}
	link-connexe {
    margin: 0 6px !important;
	}
	.all-link-connexe .connexe-gouv {
		left:10px !important;
	}
	#search-panel .panel-body {
    margin: 10px 0 10px 123px;
}
}

/* Apple iPad Pro 12.9 - 1024 × 1366 dp */
/*
@media (min-width: 1024px) and (max-width: 1279px) {
	.navbar>.container .navbar-brand {

		left: 150px;

}
}
 */
@media (min-width: 1212px)  {
	.navbar>.container .navbar-brand {

		left: 170px;

}
}
/*
@media (min-width: 1080px) and (max-width: 1211px)  {
	.navbar>.container .navbar-brand {

		left: 80px;

}
}*/

@media (max-width: 767px) {
    #menu-panel {
        top: 42px;
    }
	.navbar-container.container.container-header {
	    display: flex;
		align-items: center;
	}
	.navbar-brand span:before {
		margin: 0 20px 0 0;
	}
	.navbar-brand > span:first-child:before {
    display: none !important;
}
	.navbar-brand span {
		font-size: 20px;
		padding: 0px 0 0 96px;
	}
	
    .navbar>.container .navbar-brand {
        position: relative;
        float: left;
        margin: 10px 4px 10px 6px;
            height: 70px;
        background-position: left center;
        left: auto;
		top: auto
    }
    .navbar-header-before {
        width: 90px;
        height: 72px;
        position: relative;
        top: auto;
        left: auto;
        margin: 10px 4px;
        float: left;
    }
	.all-link-connexe .connexe-gouv a {
        width: 90px;
        height: 72px;
	}
    .navbar-header-before::after {
        display: none;
    }
    #menu-panel .navbar-collapse {
        box-shadow: none;
        transition: all 0.2s ease;
        border: none;
    }
    #nav-rich-menu {
        background-color: #fff;
        padding: 1px 20px 20px 20px;
		-webkit-box-shadow: 0px 12px 16px 0px rgb(225 222 222);
		-moz-box-shadow: 0px 12px 16px 0px rgb(225 222 222);
		box-shadow: 0px 12px 16px 0px rgb(225 222 222);
    }
	#nav-rich-menu li {
		margin-top: 15px;
		border-bottom: 1px solid #e5e5e5;
	}
    #nav-rich-menu li:last-child {
        border: none;
    }
	#nav-rich-menu>li>a {
		padding: 10px 0 5px 0;
		color: #3b3b3b;
		text-transform: uppercase;
		font-weight: 700;
	}
    #nav-rich-menu .dropdown_container a,
	#nav-rich-menu .dropdown_container h4 {
        color: #3b3b3b;
    }
    #nav-rich-menu .dropdown_container {
        margin-top: 0;
        padding: 0;
    }
    #nav-rich-menu>li:hover, #nav-rich-menu>li:focus {
        background-color: transparent;
    }
    #nav-rich-menu .title_menu h4 {
        font-size: 14px;
    }
    .page-accueil #search-panel::before {
        height: 220px;
    }
    .uas_cerema_lg, .logos-partners {
        padding: 0;
    }
    #search-panel .panel-body {
        padding: 11px;
    }
    .domaine_bt.productions .dom_infos {
        width: 48%;
    }
    .domaine_bt.productions .dom_info span {
        font-size: 1.8rem;
    }
}
@media (max-width: 799px) {
    footer .container {
        padding: 20px;
    } 
}
/*
@media (min-width: 768px) and (max-width: 1279px) {
	.navbar-brand h1 {
		padding: 0px 0 0 80px;
	}	
}*/
@media (max-width: 600px) {
    .page-accueil #search-panel::before {
        height: 132px;
    }
    .decouvrir_bt {
        margin: 0;
    }
    .dec_infos {
        width: 48%;
        margin: 1%;
    }
		.navbar-brand span {
    
    white-space: normal;
}
}

@media (max-width: 500px) {
    .dom_infos {
        width: 50%;
    }
    .dec_info {
        height: 60%;
    }
}

@media (max-width: 414px) {
    .navbar-header-before {
        width: 72px;
        height: 70px;
    }
	.all-link-connexe .connexe-gouv a {
        width: 72px;
        height: 70px;
	}
    .navbar>.container .navbar-brand {
        height: 64px;
        width: 194px;
    }
    .uas_cerema_lg img {
        height: 48px;
    }
    .dec_info {
        align-content: center;
    }
    .dec_infos {
        width: 100%;
    }
	.navbar-brand span {
    font-size: 16px;
    padding: 0px 0 0 84px;
    white-space: normal;
}
}
/*
@media (max-width: 1200px) and (min-width: 768px) {
    #mobile-actions .navbar-toggle {
        margin: 0 0 0 30px;
    }
}
*/

@media (max-width: 767px) {
    .navbar-brand span {
        padding: 0 0 0 50px;
    }
}
@media (max-width: 383px) {
    .navbar-brand span {
        padding: 0 0 0 45px;
    }
}
@media (max-width: 374px) {
    .navbar-brand span {
        padding: 0 0 0 40px;
    }
}

/* ===========  NEW ============  */


.page-strip [id*="zone-"][class*="col-md-"] {
    padding: 0;
}
.page-strip [id*="zone-"] {
    padding: 0;
}
.page-strip div#page > div.container {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.page-strip [id*="layout-"] .row,
.page-strip [id*="zone-"] .panel-front {
    max-width: 1200px;
    margin: 0 auto;
	float: revert;
	padding: 0;
}
@media (max-width: 1279px) {
	.page-strip [id*="layout-"] .row,
	.page-strip [id*="zone-"] .panel-front {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* Encart Margin=encart-margin */
.frame.encart-margin,
.frame.encart-margin-bas,
.frame.encart-margin-haut {
	padding: 1px 0;
}
@media (min-width: 1024px)  {
	
	/* Strip Padding=strip-padding */
	.frame.strip-padding {
		padding: 70px 10px;
	}
	.frame.strip-padding-haut {
		padding: 70px 10px 1px 10px;
	}
	.frame.strip-padding-bas {
		padding: 1px 10px 70px 10px;
	}

	/* Encart Margin=encart-margin *//* !! Certains encarts formulaires n'ont pas la classe doublée > mettre espace avant panel-front */

	.page-strip [id*="zone-"] .encart-margin .panel-front {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	.page-strip [id*="zone-"] .encart-margin-haut .panel-front {
		margin-top: 35px !important;
	}
	.page-strip [id*="zone-"] .encart-margin-bas .panel-front {
		margin-bottom: 35px !important;
	}

	/* Encart Padding=encart-padding */
	.page-strip [id*="zone-"] .encart-padding.panel-front {
		padding: 40px 0;
	}
	.page-strip [id*="zone-"] .encart-padding-haut.panel-front {
		padding: 40px 0 0;
	}
	.page-strip [id*="zone-"] .encart-padding-bas.panel-front {
		padding: 0 0 40px;
	}
	.page-strip [id*="zone-"] .encart-padding-sans.panel-front {
		padding: 0;
	}
	/* Encart Padding Body=encart-padding-body */
	.page-strip #portal .encart-padding-body .panel-body {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	/* Encart Padding Body Haut=encart-padding-body-haut */
	.page-strip #portal .encart-padding-body-haut .panel-body {
		/*padding-top: 30px;*/
	}
	/* Encart Padding Body Bas=encart-padding-body-bas */
	.page-strip #portal .encart-padding-body-bas .panel-body {
		padding-bottom: 30px;
	}
	/* Encart Padding Body Sans=encart-padding-body-sans */
	.page-strip #portal .encart-padding-body-sans .panel-body {
		padding-top: 0;
	}
}

@media (max-width: 1023px) {
	/* Strip Padding=strip-padding */
	.frame.strip-padding {
		padding: 20px 10px;
	}
	.frame.strip-padding-haut {
		padding: 20px 10px 1px 10px;
	}
	.frame.strip-padding-bas {
		padding: 1px 10px 20px 10px;
	}

	/* Encart Margin=encart-margin *//* !! Certains encarts formulaires n'ont pas la classe doublée > mettre espace avant panel-front */

	.page-strip [id*="zone-"] .encart-margin .panel-front {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.page-strip [id*="zone-"] .encart-margin-haut .panel-front {
		margin-top: 10px !important;
	}
	.page-strip [id*="zone-"] .encart-margin-bas .panel-front {
		margin-bottom: 10px !important;
	}

	/* Encart Padding=encart-padding */
	.page-strip [id*="zone-"] .encart-padding.panel-front {
		padding: 10px 0;
	}
	.page-strip [id*="zone-"] .encart-padding-haut.panel-front {
		padding: 10px 0 0;
	}
	.page-strip [id*="zone-"] .encart-padding-bas.panel-front {
		padding: 0 0 10px;
	}
	.page-strip [id*="zone-"] .encart-padding-sans.panel-front {
		padding: 0;
	}
	/* Encart Padding Body=encart-padding-body */
	.page-strip #portal .encart-padding-body .panel-body {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/* Encart Padding Body Haut=encart-padding-body-haut */
	.page-strip #portal .encart-padding-body-haut .panel-body {
		padding-top: 10px;
	}
	/* Encart Padding Body Bas=encart-padding-body-bas */
	.page-strip #portal .encart-padding-body-bas .panel-body {
		padding-bottom: 10px;
	}
	/* Encart Padding Body Sans=encart-padding-body-sans */
	.page-strip #portal .encart-padding-body-sans .panel-body {
		padding-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#ermes_main_menu li.LEVEL1>a {
		padding: 22px 1px;
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	#menu-panel {
			position: relative;
			border: none;
			background: none;
			top: -100px;
		}
		#ermes_main_menu{
			width: 100%;
			text-align: right;
			position: relative;
			
		}
		.navbar {
			z-index: 2;
			min-height: 10px;
			max-height: 10px;
			/* background: yellow; */
		}
		.container-header {
			max-height: 10px;
			/* background: red; */
		}
}
@media (min-width: 1006px) and (max-width:1022px) {
	#menu-panel {
		top: -90px;
	}
	navbar>.container .navbar-brand {
    left: 107px !important;
   
}
}
@media (min-width: 768px) {
	#menu-panel {
		top: -90px;
	}
	
}

@media (min-width: 1024px) and (max-width: 1279px) {
	#menu-panel {
		top: -90px;
	}
}

@media (min-width: 768px) {
	@-moz-document url-prefix() { 
		#menu-panel {
			top: -70px;
		}
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	@-moz-document url-prefix() { 
		#menu-panel {
		top: -90px ;
		}
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	@-moz-document url-prefix() { 
		#menu-panel {
		top: -90px;
		}
	}
}


/* ==========  ENCART HEADER  ============= */


.page-accueil #portal .frame.encart-header {
    position: relative;
    top: -114px;
    width: 100%;
    margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.page-accueil #portal .frame.encart-header {
		top: -110px;
	}
}
@media (max-width: 767px) {
	.page-accueil #portal .frame.encart-header {
		top: -140px;
	}	
}

@-moz-document url-prefix() { 
	.page-accueil #portal .frame.encart-header {
		top: -112px;
	}
}
@media (max-width: 767px) {
	@-moz-document url-prefix() { 
		.page-accueil #portal .frame.encart-header {
			top: -140px;
		}
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	@-moz-document url-prefix() { 
		.page-accueil #portal .frame.encart-header {
			top: -150px;
		}
	}
}




.encart-header .rsHidden {
    opacity: 1;
    visibility: visible;
}
.encart-header .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: url(images/header-arrow-next.png) no-repeat;
}
.encart-header .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
	background: url(images/header-arrow-before.png) no-repeat;
}
.encart-header .rsDefaultInv .rsArrowIcn {
    width: 22px;
    height: 42px;
}
.encart-header .rsDefaultInv .rsBullets {
    display: none;
}
.encart-header .panel-front {
	background: none;
}
.encart-header,
.encart-header .panel-front,
#portal .encart-header .panel-body {
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.encart-header .rsOverflow {
		height: 470px !important;
	}
	.encart-header .rsItem {
		height: 470px;
	}
}
@media (min-width: 768px) {
	.encart-header .rsOverflow {
		height: 320px !important;
	}
	.encart-header .rsItem {
		height: 320px;
	}
}
.encart-header .rsItem {
	padding: 0 40px;
}
@media (min-width: 800px) and (max-width: 1023px) {
	.encart-header .rsItem {
		padding: 0 60px;
	}	
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.encart-header .rsItem {
		padding: 0 80px;
	}	
} 
@media (min-width: 1280px) and (max-width: 1365px) {
	.encart-header .rsItem {
		padding: 0 95px;
	}	
} 
@media (min-width: 1366px) {
	.encart-header .rsItem {
		padding: 0 125px;
	}
}
.header-texte {
	padding-top: 20px;
}
.header-content {
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.header-content {
		display: table;
	}
	.header-texte {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		padding-top: 0;
	}
	.header-visuel {
		vertical-align: middle;
		display: table-cell;
		width: 50%;
		text-align: right;
	}
	.header-content-2 .header-visuel img {
		max-width: none;
		min-height: 320px;
		max-height: 320px;
	}
}
.header-content .btn-default {
    border: none;
    color: #dc7a62;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px 16px 25px;
    margin-top: 40px;
    border-radius: 0;
}
@media (max-width: 767px) {
	.header-content .btn-default {
		position: absolute;
		bottom: 10px;
	}	
}
.header-content .btn-default:hover {
	background: #fff;
    color: #000091;
}
.header-content .btn-default::after {
    content: url(images/btn-arrow.png);
    position: relative;
    top: 4px;
    margin-left: 15px;
}
.header-content .btn-default:hover::after {
    content: url(images/btn-arrow-o.png);
}
.header-content p + .btn-default {
    margin-top: 20px;
}
.header-content-1 h2 {
    font-family: 'Marianne-Light';
    font-size: 18px;
    color: #161616;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.header-content-1 h3 {
	font-family: 'Marianne-ExtraBold';
	font-size: 28px;
	color: #161616;
}
.header-content-2 h2 {
    font-family: 'Marianne-Bold';
    font-size: 30px;
    margin-bottom: 0;
    line-height: 38px;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.header-content-2 h2 {
		font-size: 19px;
		line-height: 30px;
	}
	.header-content-1 p {
		font-size: 14px;
	}
}
.header-content-2 h2 span {
    padding: 0 15px 5px 15px;
    display: inline-block;
}
.header-content-2 h2 span.texte-fond-blanc {
	background: #fff;
}
.header-content-2 h2 span.texte-fond-bleu {
    background: #292574;
    color: #fff;
}




.frame.encart-g-gris {
    background-color: #dde3eb;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2VlZjNmNiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2NiZDJlMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2VlZjNmNiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2NiZDJlMCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=),
        -webkit-gradient(radial, center center, 0, center center, 469,color-stop(0.008, rgb(238, 243, 246)),color-stop(1, rgb(203, 210, 224)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, ellipse farthest-corner,rgb(238, 243, 246) 0.8%,rgb(203, 210, 224) 100%);
    /* IE10+ */
    background-image: radial-gradient(ellipse farthest-corner at center center,rgb(238, 243, 246) 0.8%,rgb(203, 210, 224) 100%);
    background-image: -ms-radial-gradient(center center, ellipse farthest-corner,rgb(238, 243, 246) 0.8%,rgb(203, 210, 224) 100%);
}
.frame.encart-g-mer {
    background-color: #6b83c1;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzdjOTVjZSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzU5NzBiNCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzdjOTVjZSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzU5NzBiNCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=),
        -webkit-gradient(radial, center center, 0, center center, 469,color-stop(0.008, rgb(124, 149, 206)),color-stop(1, rgb(89, 112, 180)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, ellipse farthest-corner,rgb(124, 149, 206) 0.8%,rgb(89, 112, 180) 100%);
    /* IE10+ */
    background-image: radial-gradient(ellipse farthest-corner at center center,rgb(124, 149, 206) 0.8%,rgb(89, 112, 180) 100%);
    background-image: -ms-radial-gradient(center center, ellipse farthest-corner,rgb(124, 149, 206) 0.8%,rgb(89, 112, 180) 100%);
}
.frame.encart-g-orange {
    background-color: #f58b5a;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZhOWU1YyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2VmNzg1OCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZhOWU1YyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2VmNzg1OCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=),
        -webkit-gradient(radial, center center, 0, center center, 469,color-stop(0.008, rgb(250, 158, 92)),color-stop(1, rgb(239, 120, 88)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, ellipse farthest-corner,rgb(250, 158, 92) 0.8%,rgb(239, 120, 88) 100%);
    /* IE10+ */
    background-image: radial-gradient(ellipse farthest-corner at center center,rgb(250, 158, 92) 0.8%,rgb(239, 120, 88) 100%);
    background-image: -ms-radial-gradient(center center, ellipse farthest-corner,rgb(250, 158, 92) 0.8%,rgb(239, 120, 88) 100%);
}
.frame.encart-g-infra {
    background-color: #a5be55;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2I0ZDE1MSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzk1YWI1OSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2I0ZDE1MSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzk1YWI1OSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=),
        -webkit-gradient(radial, center center, 0, center center, 469,color-stop(0.008, rgb(180, 209, 81)),color-stop(1, rgb(149, 171, 89)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, ellipse farthest-corner,rgb(180, 209, 81) 0.8%,rgb(149, 171, 89) 100%);
    /* IE10+ */
    background-image: radial-gradient(ellipse farthest-corner at center center,rgb(180, 209, 81) 0.8%,rgb(149, 171, 89) 100%);
    background-image: -ms-radial-gradient(center center, ellipse farthest-corner,rgb(180, 209, 81) 0.8%,rgb(149, 171, 89) 100%);
}
.frame.encart-g-environnement {
    background-color: #53a362;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzYyYjU2MyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzQzOTA2MCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzYyYjU2MyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzQzOTA2MCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=),
        -webkit-gradient(radial, center center, 0, center center, 469,color-stop(0.008, rgb(98, 181, 99)),color-stop(1, rgb(67, 144, 96)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, ellipse farthest-corner,rgb(98, 181, 99) 0.8%,rgb(67, 144, 96) 100%);
    /* IE10+ */
    background-image: radial-gradient(ellipse farthest-corner at center center,rgb(98, 181, 99) 0.8%,rgb(67, 144, 96) 100%);
    background-image: -ms-radial-gradient(center center, ellipse farthest-corner,rgb(98, 181, 99) 0.8%,rgb(67, 144, 96) 100%);
}
.frame.encart-g-ingenierie {
    background-color: #a19ac5;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2JmYjlkZSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzgyN2FhYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjcwLjcxMDY3ODExODY1NDc2JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2JmYjlkZSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzgyN2FhYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=),
        -webkit-gradient(radial, center center, 0, center center, 469,color-stop(0.008, rgb(191, 185, 222)),color-stop(1, rgb(130, 122, 171)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, ellipse farthest-corner,rgb(191, 185, 222) 0.8%,rgb(130, 122, 171) 100%);
    /* IE10+ */
    background-image: radial-gradient(ellipse farthest-corner at center center,rgb(191, 185, 222) 0.8%,rgb(130, 122, 171) 100%);
    background-image: -ms-radial-gradient(center center, ellipse farthest-corner,rgb(191, 185, 222) 0.8%,rgb(130, 122, 171) 100%);
}



.royalSlider {
    z-index: 0;
}




[class*="encart-"] .panel-heading h2::before {
    font-size: 18px;
    font-family: 'Marianne-Regular';
    position: absolute;
    top: -25px;
    left: 3px;
}
@media (max-width: 599px) {
	[class*="encart-"] .panel-heading h2::before {
		font-size: 12px;
	}	
}

.encart-veilles .panel-heading h2::before {
    content: 'A portée de clic';
}
.encart-innovation .panel-heading h2::before {
    content: 'Innovation & recherche';
}
.encart-ecologie .panel-heading h2::before {
    content: 'A vos côtés pour relever les enjeux de la transition écologique';
}
.encart-thematiques .panel-heading h2::before {
    content: 'A bookmarker et consommer sans modération';
}
@-moz-document url-prefix() { 
	.page-strip [id*="zone-"] .encart-parutions .panel-front {
		margin-top: 36px;
	}
}

@media (max-width: 1023px) {
	.encart-ecologie .panel-front {
		margin-top: 50px;
	}
	.page-strip [id*="zone-"] .encart-ecologie .encart-padding-haut.panel-front {
		padding-top: 50px;
	}
	.page-strip [id*="zone-"] .encart-thematiques .encart-padding-haut.panel-front {
		padding-top: 50px;
	}
	.page-strip [id*="zone-"] .encart-thematiques .panel-heading {
		padding-left: 10px;
	}
}
@media (min-width: 1024px) {
	#portal .encart-parutions .panel-body,
	#portal .encart-carte .panel-body {
		padding-left: 50px;
		padding-right: 50px;
	}
	#portal .encart-parutions h2 {
		margin-top: 3px;
	}
	.page-strip [id*="zone-"] .encart-ecologie .encart-padding-haut.panel-front {
		padding-top: 80px;
	}
}

[class*="-tuile"] li img {
	border-radius: 8px;
}
[class*="-tuile"] li {
    float: left;
    padding: 5px;
    position: relative;
}
.encart-1-tuiles li {
    width: 100%;
}
.encart-2-tuiles li {
    width: 50%;
}
.encart-3-tuiles li {
    width: 33.33%;
}
.encart-4-tuiles li {
    width: 25%;
}
[class*="-tuiles"] li img {
	width: 100%;
}

@media (max-width: 719px) {
	.encart-2-tuiles li,
	.encart-3-tuiles li,
	.encart-4-tuiles li {
		width: 100%;
	}	
}


.tuiliste {
	position: relative;
	overflow: hidden;
}
.tuiliste li {
    float: left;
    padding: 5px;
    position: relative;
}
#portal .tuiliste div {
    position: absolute;
    top: 0;
    padding: 5%;
    height: 100%;
    width: 100%;
}
#portal .tuiliste li a > img {
	border-radius: 8px;
}
.tuiliste h3 {
    font-family: 'Marianne-ExtraBold';
    font-size: 34px;
    margin: 0;
}
@media (max-width: 599px) {
	.tuiliste h3 {
		font-size: 24px;
	}	
}
.tuiliste p {
	font-family: 'Marianne-Thin';
	font-size: 24px;
	margin: 0;
}
#portal .tuiliste h3,
#portal .tuiliste p {
	color: #fff;
}
#portal .tuiliste span {
	position: absolute;
	bottom: 30px;
}
.tuiliste a:hover span {
	background: #e7e7e7;
}
#portal .tuiliste div img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: auto;
    height: 12%;
    transition: all 0.35s;
}
#portal .tuiliste a:hover div img {
	right: 20px;
	transition: all 0.35s;
}

.encart-tuile-typo-small .tuiliste h3 {
    font-size: 24px;
}
.encart-tuile-typo-small .tuiliste p {
    font-size: 16px;
}

.encart-veilles .tuiliste h3 {
    font-size: 30px;
	margin-top: 30px;
}
.encart-innovation .tuiliste h3 {
    font-size: 30px;
}
.encart-veilles .tuiliste p,
.encart-innovation .tuiliste p {
    font-size: 16px;
	text-transform: uppercase;
}
.encart-veilles .tuiliste div img,
.encart-innovation .tuiliste div img {
	display: none;
}

.encart-publications .btn-default span span,
.encart-travaux .btn-default span span {
    visibility: hidden;
	display: none;
}
.encart-publications .btn-default span::after {
    content: "Voir les publications";
}
.encart-travaux .btn-default span::after {
    content: "Voir les travaux";
}
@media (max-width: 1023px) {
	.encart-veilles .tuiliste h3 {
		margin-top: 0;
		font-size: 22px;
	}	
}
@media (max-width: 1023px) {
	.encart-innovation .tuiliste h3 {
		font-size: 22px;
	}
	#portal .encart-veilles .tuiliste .btn-default,
	#portal .encart-innovation .tuiliste .btn-default {
		bottom: 20px;
		padding: 12px 22px 13px 22px;
	}
}
@media (min-width: 1024px) {
	.page-strip #portal .encart-publications .panel-body {
		padding-top: 40px;
	}	
	.page-strip #portal .encart-veilles .panel-front {
		padding-top: 15px;
	}
	.page-strip [id*="zone-"] .encart-travaux .panel-front {
		padding: 30px 0 0;
	}
	.page-strip [id*="zone-"] .encart-innovation .panel-front {
		padding: 15px 0 0;
	}
} 
@media (min-width: 1024px) and (max-width: 1279px) {
/* 	.page-strip #portal .encart-publications .panel-body {
		padding-top: 40px;
	}	
	.page-strip #portal .encart-veilles .panel-front {
		padding-top: 15px;
	}
	.page-strip [id*="zone-"] .encart-travaux .panel-front {
		padding: 30px 0 0;
	} */
	.page-strip [id*="zone-"] .encart-innovation .panel-front {
		padding: 15px 20px 0;
	}
	.page-strip [id*="zone-"] .encart-thematiques .panel-front {
		padding: 15px 20px 0;
	}
}
/*================== Modification Affichage notice suite à un effet de bord graphique en 2025.1 (code fourni par le client dans le ticket  t25-10928) */
/*.notice_corps media {
padding-top: 5rem !important;
}
.media-body {
padding-right: 5rem !important;
}
#notice_longue .vignette_document img.ermes-thumb {
  max-width: 250px !important;
}
class .content-preview {
line-height: 2.5rem !important;
padding-top: 2rem !important;
padding-bottom: 1rem !important;
}
.nav.nav-tabs {
  margin-top: 40px !important;
}
.tab-content {
  padding: 30px 30px 40px 30px;
  line-height: 20px;
  margin-bottom: 40px;
}
.dl-horizontal dt {
    width: 200px;
}
*/


/* ======= OWL ======= */

.render-velocityRenderMode_OWL-CG97G-4 .owl-carousel .owl-item {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(225,222,222);
    -moz-box-shadow: 0px 0px 16px 0px rgba(225,222,222);
    box-shadow: 0px 0px 16px 0px rgb(225 222 222);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.render-velocityRenderMode_OWL-CG97G-4 .owl_thumb_ct
{
	height:300px !important;
}
.render-velocityRenderMode_OWL-CG97G-4 .ct_wol_spec .type_doc {
	display: none;
}
.render-velocityRenderMode_OWL-CG97G-4 .ct_wol_spec {
    padding: 0 10px;
}
.render-velocityRenderMode_OWL-CG97G-4 .ct_wol_spec .author {
	display: none;
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-carousel .owl-item a.more_info span {
	display: none !important;
}
.render-velocityRenderMode_OWL-CG97G-4 .ct_wol_spec .title_owl {
    font-size: 14px !important;
    color: #1f1f1f;
    font-family: 'Marianne-Bold';
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	text-align: left;
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-nav {
	position: relative;
	height: 51px;
	top: 15px;
    background: url(images/arrow-disable.png) no-repeat right top;
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-nav .owl-prev {
    top: 69% !important;
    left: auto !important;
	right: 60px !important;
	/* z-index: 1; */
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-nav .owl-next {
    top: 69% !important;
    right: 0 !important;
	/* z-index: 2; */
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-nav button {
    width: 52px !important;
    height: 50px !important;
	border: 1px solid #1d2c54 !important;
    background: #fff !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-nav .owl-prev::before,
.render-velocityRenderMode_OWL-CG97G-4 .owl-nav .owl-next::before {
    color: #004079 !important;
    line-height: 48px !important;
    background: #fff;
    border-radius: 4px;
	transition: all 0.35s;
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-nav .owl-prev:hover::before,
.render-velocityRenderMode_OWL-CG97G-4 .owl-nav .owl-next:hover::before {
    color: #000091 !important;
    background: #e7e7e7;
	transition: all 0.35s;
}
.render-velocityRenderMode_OWL-CG97G-4 .see_all_results {
    float: right;
    position: relative;
    right: 132px;
    top: -66px;
	z-index: 1;
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-carousel .owl-item {
    transition: 0.5s ease;
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-carousel .owl-item:hover {
    transform: scale(1.02);
    transition: 0.5s ease;
}
.render-velocityRenderMode_OWL-CG97G-4  .owl-carousel {
	margin-left: -12px;
}
.render-velocityRenderMode_OWL-CG97G-4  .owl-carousel .owl-stage-outer {
	width: 100vw;
	padding-left: 12px;
}
.render-velocityRenderMode_OWL-CG97G-4 .owl-carousel .owl-item img {
    -webkit-box-shadow: 4px 4px 0px 0px rgba(206, 206, 206, 1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(206, 206, 206, 1);
    box-shadow: 4px 4px 0px 0px rgba(206, 206, 206, 1);
}
@media (max-width: 599px) {
	.render-velocityRenderMode_OWL-CG97G-4 .ct_wol_spec {
		padding: 0 10px 20px;
	}
	.render-velocityRenderMode_OWL-CG97G-4 .ct_wol_spec .title_owl {
		text-align: center;
	}
}
@media (min-width: 600px) {
	.render-velocityRenderMode_OWL-CG97G-4 .owl-carousel .owl-item img {
		width: 90% !important;
	}
	.render-velocityRenderMode_OWL-CG97G-4 .owl-carousel .owl-item {
		padding-bottom: 40px;
	}
}



/* ======= ENCART VEILLE & THEMATIQUES  ======= */


.encart-navig .rsDefaultInv .rsBullets {
    z-index: 2;
    display: none;
}
.encart-navig .rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
    background: url(images/arrow-next.png) no-repeat;
	transition: all 0.35s;
}
.encart-navig .rsDefaultInv.rsHor .rsArrowRight:hover .rsArrowIcn {
    background: url(images/arrow-next-o.png) no-repeat;
	transition: all 0.35s;
}
.encart-navig .rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
	background: url(images/arrow-before.png) no-repeat;
	transition: all 0.35s;
}
.encart-navig .rsDefaultInv.rsHor .rsArrowLeft:hover .rsArrowIcn {
	background: url(images/arrow-before-o.png) no-repeat;
	transition: all 0.35s;
}
.encart-navig .rsDefaultInv.rsHor .rsArrow {
    width: 52px;
}
.encart-navig .rsDefaultInv .rsArrowIcn {
    width: 52px;
    height: 50px;
    background: none;
}
.encart-navig .rsDefaultInv.rsHor .rsArrowLeft {
	left: -10px;
}
.encart-navig .rsDefaultInv.rsHor .rsArrowRight {
	right: 10px;
}
.encart-navig .see_all {
	float: right;
	margin-top: 10px;
}


.encart-navigbase .rsHidden {
	opacity: 1;
	visibility: visible;
}
.encart-navigbase .rsDefaultInv.rsHor .rsArrow {
	height: auto;
	bottom: 0;
	top: auto !important;
}
.encart-navigbase .rsDefaultInv.rsHor .rsArrowLeft {
	left: auto;
	right: 70px;
}
.encart-navigbase .rsDefaultInv.rsHor .rsArrowRight {
	right: -20px;
}
.encart-navigbase .rsDefaultInv .rsArrowIcn {
	top: 100%;
	margin-top: -50px;
	margin-left: -50px;
}
.encart-navigbase .rsDefaultInv .rsArrowLeft .rsArrowIcn {
	margin-left: -20px;
}
.encart-navigbase .see_all {
	/*margin-top: -22px;*/
	margin-right: 124px;
}

@media (max-width: 359px) {
	.encart-navigbase .see_all {
		padding: 15px 14px 16px 14px;
	}
}

@media (max-width: 1023px) {
	.encart-navigbase .see_all {
		margin-top: 2px;
	}	
}



/* ======= ENCART VEILLE FULL SCREEN DROITE - RECUP ENCART MASQUE  ======= */



.encart-navigbase-3 .rsOverflow {
    width: 100vw !important;
}
.encart-navigbase-3 li {
    width: 23.45%;
}
.encart-navigbase-3 .see_all {
	float: none;
	position: relative;
}

@media (min-width: 1280px) {
	.encart-navigbase-3 .rsDefaultInv.rsHor .rsArrow {
		bottom: 12px;
	}
	.encart-navigbase-3 .rsDefaultInv.rsHor .rsArrowLeft {
		left: 1078px;
	}
	.encart-navigbase .rsDefaultInv.rsHor .rsArrowRight {
		left: 1166px;
	}
	.encart-navigbase-3 .see_all {
		float: none;
		position: relative;
		left: 902px;
	}
}




/* ======= FLEX ======= */


.cards {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.cards__item {
	display: -webkit-box;
	display: flex;
	padding: 1rem;
}
@media (min-width: 40rem) {
	.cards__item {
		 width: 50%;
	}
}
@media (min-width: 56rem) {
	.cards__item {
	width: 25%;
	}
}

.card {
	width: 100%;
	background-color: white;
	border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(225,222,222);
    -moz-box-shadow: 0px 0px 16px 0px rgba(225,222,222);
    box-shadow: 0px 0px 16px 0px rgb(225 222 222);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	overflow: auto !important;
}
.card__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background:transparent !important;
/* 	-webkit-filter: contrast(70%);
	filter: contrast(70%); */
	overflow: hidden;
	position: relative;
	-webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
	transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
	transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
	transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91),
	-webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
	height: 176px;
}
.path_svg_carr2
{
    fill: #1d2c54;
}
.rsArrowIcn > a { 
position: relative;
}
.path_svg_carr2:hover
{
    fill: #1d2c54;
}
.path_svg_carr:hover{
	fill:white;
}
.path_svg_carr{
	fill:white;
}
#next_carr {
		
		background: url('images/arrow-left-solid.svg') no-repeat center center
	}
/* .card:hover .card__image {
	-webkit-filter: contrast(100%);
	filter: contrast(100%);
} */
.card__image img {
	width: 100%;
}
.card__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 7px 20px 20px 20px;
	height: 268px;
    position: relative;
    background: white;
    text-overflow: ellipsis;
    height: 268px;
    justify-content: space-between;
    -webkit-line-clamp: 0;
}

.card__title {
    font-size: 20px;
    margin: 10px 0;
    color: #292574;
    font-family: 'Marianne-Bold';
}
.card__text {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 1.5;
}
.card p {
	color: #272727;
}
.btn--block {
	margin-top: 20px;
}

.card:hover .btn-default  {
    background-color: #f6f6f6;
}
/* ======Carousel Sites thématiques === */

	.carte_carr {
		width: 280px;
		height: 463px;
		background-color: white;
		border-radius: 0.25rem;
		box-shadow: 0px 0px 16px 0px rgb(225 222 222);
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		overflow: auto !important;
	}

	#wrapper_carr {
		margin: 0 0 20px 0;
		position: relative;
	}

	#carousel_carr {
		scroll-behavior: smooth;
		scrollbar-width: none;
		overflow: auto;
		margin-left:1.5%;
	}

	#carousel_carr::-webkit-scrollbar {
		height: 0;
	}

	#prev_carr {
		top: 100%;
		left: 0;
	}
	#slideSource {
		opacity: 1;
		transition: opacity 1s; 
	}

	#slideSource.fade {
		opacity: 0;
	}
	#prev_carr,
	#next_carr {
		border-radius: 4px;
		/* color: #1d2c54; */
		background: white;
		border: 1px solid #1d2c54;
		padding: 8p;
		float: right;
		margin: 0 8px 0 0;
		width: 50px;
		height: 50px;
	}

	.rsArrowIcn .all {
		float: right !important;
		margin-right: 5% !important;
	}

	#next_carr {
		margin: 0px;
		position: relative;
	}

	.icon_arrow {
		color: #004079;
	}

	#content_carr {
    margin-top: 1%;
    margin-bottom: auto;
    display: flex;
    grid-gap: 16px;
    /* margin: 0; */
    box-sizing: border-box;
    flex-direction: row;
    padding-bottom: 2%;
    background: white;
    margin-left: 1%;
				}


	.carte__text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
		line-clamp: 2; 
		-webkit-box-orient: vertical;
	}

/* ======Fin Carousel Sites thématiques === */

/* ======= CARTE ======= */

.encart-carte h3 {
    color: #fff;
    text-align: center;
    margin: 15px 0;
    font-family: 'Marianne-Bold';
}
.encart-carte .btn-default {
    border: 1px solid #fff;
}
.encart-carte .btn-default:hover{
    background-color: #ef7757;
    border: 1px solid #ef7757;
    color: #fff;
}

.metropole {
    width: 75%;
    padding-left: 20px;
    float: left;
}
.outremer {
    padding-top: 200px;
    width: 25%;
    float: right;
}
path {
    transition: .6s fill;
    fill: #ef7757;
}
path:hover {
    fill: #ef7757;
}

@media (max-width: 479px) {
	.outremer {
		padding-top: 100px;
	}
	.encart-carte .btn-default {
		padding: 10px 10px 11px 10px;
	}
}




.carte_map {
    overflow: hidden;
    background-color: #fff;
	background-image: linear-gradient(120deg, #524e8e 12.50%, #292574 12.50%, #292574 50%, #524e8e 50%, #524e8e 62.50%, #292574 62.50%, #292574 100%);
	background-size: 4.00px 6.93px;
}





@media (min-width: 768px) and (max-width: 1279px) {
	#search-panel {
		top: 146px;
    }
}

#SearchPortal,
#notice_longue {
	margin-top: 70px;
}


/* FIREFOX */

@-moz-document url-prefix() { 
	#SearchPortal,
	#notice_longue {
		margin-top: 70px;
	}
}


/*****/
.img-wrapper {
  max-width: 100%;
  height: 65vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}/*
img {
  max-width: 100%;
  max-height: 100%;
}*/
@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
  .img-wrapper {
    height: 21vw;
  }
}
.carousel-inner {
  padding: 1em;
}
.card {
  margin: 0 0.5em;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  font-size: 0.9em;
}

.carousel-control-prev,
.carousel-control-next {
  width: 6vh;
  height: 6vh;
  background-color: #e1e1e1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.8;
}



.mobile-navigation {
    background: #ef7757 ;
}
.mobile-navigation > .btn-group,
.mobile-navigation .btn {
    background: #ef7757;
}
.mobile-navigation .btn.precedent,
.mobile-navigation .btn.suivant {
    background: #ef7757;
}

/* =========  AJOUT CEREMA =========== */



.panel-front.panel-search-container .panel-heading {
  padding: 30px 20px 0px 20px;
}

#options_resultat .panel-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.facetList.nav-pills > li > a {
  font-size: 14px;
}

.facetList .badge {
  color: #ef7757;
  font-weight:400;
}

#facet_container .icon-resize-small,
#facet_container .icon-resize-full {
  font-size: 18px;
}


#options_resultat .form-control {
border-radius: 4px 4px 0 0;
border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
border-bottom: 2px solid #6a6a6a;
background: #f0f0f0;
}

.facet-controls > a,
.facet-controls > button {
  color: #ef7757;
  font-size: 14px;
  text-transform: none;
}

.facet-controls {
  margin: 15px 10px 5px;
}


#criteres_recherche p {
  text-transform: lowercase;
  font-weight: 700;
}
#criteres_recherche p, .description_resultats, #description_resultats_pendingActiveClients, .taille_page {
  color: #ef7757;
  font-size: 14px;
}

#criteres_recherche .btn-action {
  background-color: #ef7757;
  border-color: #ef7757;
  border-radius: 40px;
  padding: 3px 10px 5px 15px;
}


#resultats > ul > li {
  border-bottom: 15px solid #fff;
  border-left: 15px solid #fff;
}

#resultats > ul > li {
  background-color: #f9f8f6;
  padding: 0;
}

.statut, .statut-disabled, .statut-primaryDoc {
  background-color: #f9f8f6;
}

#resultats .select {
  background-color: #f0f0f0;
}

#resultats .notice_courte .notice_corps h3 {
  cursor: pointer;
  line-height: 2.2rem;
}

.template-title {
  color: #292574;
}

.select-all {
  background-color: #f0f0f0;
}

 .sort-order button {
  background-color: transparent;
  color: #1e1e1e;
  font-weight: bold;
} 
.sort-order button:hover {
  color: #1e1e1e;
}

.sort-order button {
  padding: 8px 25px 2px 2px;
}

span.labelSelect.sort {
  max-width: 270px;
}

.btn-group.pageSize-container button {
  color:#ef7757;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-bottom: none;
  color: #fff;
  background-color: #000091;
  border-radius: 50%;
  line-height: 18px;
  border: none;
  height: 30px;
  width: 30px;
}

pagination button.page_link {
  color: #1e1e1e;
}

pagination button.page_link {
  border-bottom: none;
  margin: 0 4px;
  font-size: 16px;
}


#criteres_recherche + .navigation .pagination-container  {
  display: none;
}

.nav-tabs > li > a {
    font-size: 14px;
	text-transform: none;
}
#notice_longue_description .dl-horizontal:not(:first-child) {
    margin-top: 0;
}
.dr-viewer-wrapper {
    height: 1200px;
}

#detail-primary-abstract h2.category_header {
    font-size: 16px;
}
#detail-notice .col-lg-3 {
    padding-left: 30px;
}
@media (min-width: 1280px) {
	#resultats_detail img.ermes-thumb-size-MEDIUM {
		min-width: 226px!important;
	}	
} 
#notice_longue_description .item-description {
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0 60px 0;
}


.tab-content {
  background-color: #f9f8f6;
  color: #4b494a;
  font-size: 14px;
  padding: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #f9f8f6;
  border-color: #f9f8f6;
}

.well {
background-color : #f9f8f6;
}

.bs-bullets .rsNavSelected button {
  background-color: #000091;
}
.bs-bullets button, .bs-bullets button:active, .bs-bullets button:focus, .bs-bullets button:hover {
  border-color: #000091;
}
.rsDefaultInv .rsBullets {
  padding-top: 15px;
  padding-bottom: 25px;
}

#notice_longue h3 {
  font-size: 16px;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}

#notice_longue_description .item-author {
  font-size: 14px;
}

#notice_longue_description > p {
  line-height: 22px;
}

.dl-horizontal dd {
  padding-bottom: 1.8rem;
}


.detail-icon-container a > span, .detail-icon-container button > span {
  color: #ef7757;
  font-size: 35px;
}


h2.category_header {
  color: #2b3d4e;
  padding-top: 2em;
}

.view-online h2.category_header {
  padding-top: 0;
  
}
#notice_longue:not(:has(.detail-notice-addons)) .detail-notice-biblio {
    padding-right: 5rem;
}	

 #notice_longue .metadata-actions {
        position: absolute;
        right: 0;
        top: 0em;
    }
	
	#notice_longue .vignette_document img.ermes-thumb {
max-width: 200px;
	}

#notice_longue_description .content-preview{
	line-height: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
	#detail-notice .detail-notice-addons {
padding-left: 2rem;
padding-right: 1rem;
}

.nav.nav-tabs {
    margin-top: 40px;
}
#detail-notice {
    padding-top: 0rem;
}
 
@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 240px;
    }
}
@media (min-width: 768px) {
    .dl-horizontal dt {
		overflow: visible;
	}
}

li.wizard-nav-item:before {display:none}
/*JLE t26-06065 Masquer l'accès "Tous mes documents" lors du dépot en Contribution*/
a.btn.cataloging-form-header-button.btn-default.btn-sm {
    display: none;
}
/*FIN t26-06065*/

.genius-chat {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 4px 10px rgb(2 39 105 / 52%);
    width: fit-content;
    background: #fff;
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: 99999999999999999999999999999999999;
}
