@import url('font/font.css');
@import url('inject.css');

/* === GENERIC ===================================================== */
html {
	padding:0;
	margin:0;
	height:100%;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:.9em;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: white;
}

body {
	padding:0;
	margin:0;
    color:#020202;
    background: #ffffff;
}

.hidden {
	display: none;
}

a {
	color: #82b52d;
	text-decoration:none;
}

p {
	margin: 0.1em 0;
    line-height: 1.5em;
    word-break: break-word;
}

div.subalinea_ili{
	margin-left: 2rem;
	font-size: 0.9em;
}

ul {
    margin: 0.1em 0;
    padding-left: 2rem;
}

ul.dash_il {
    list-style-type: '-    ';
}

/*ul.circle_il {
    list-style-type: circle;
}*/

ul.pointer_il {
    list-style-type: '⇒ ';
}

q {
	font-style:italic;
}

q::before {
	content:"«";
}
q::after {
	content:"»";
}

sup {
	line-height: 0;
}

table {
	border-collapse: collapse;
	margin:0.5em auto;
}

table th {
	background-color:#F9FBF2;
}

table td, table th {
	border: 1px solid #ACAF9D;
	padding:0.2em;
}

table .main_tbtr > th {
	text-align: left;
	font-weight: normal;
}

.word_tbtd {
	text-align: center !important;
}
.num_tbtd {
	text-align: right !important;
}

caption {
	font-weight: bold;
	color: #666;
	font-size: 0.9em;
}

figure {
    margin: 1em 0;
    text-align: center;
}

figcaption {
	font-weight: bold;
	color: #666;
	font-size: 0.9em;
	text-align: center;
}

table p {
	font-size:90%;
	word-break: normal;
}

article h2 {
	margin-top: 0;
	position: sticky;
    top: 7rem;
    background: #fff;
	z-index: 2;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom:.5rem;
}

article h2 span{
	display: block;
	max-width: 1260px;
	padding: 0 1rem;
	margin: 0 auto;
    box-sizing: border-box;
}

.preview article h2 {
	position: static;
}

h2 {
	font-size:1.7em;
	margin: 0.5em 0;
}

h3 {
	font-size:1.3em;
	margin:0.4em 0;
}

h4 {
	font-size:1.2em;
	margin:0.3em 0;
}

h5 {
	font-size:1.1em;
	margin:0.2em 0;
}

h6 {
	font-size:1em;
	margin:0.1em 0;
}

section {
	display: flex;
	flex-direction: column;
}

button {
	cursor:pointer;
	border: none;
	background-color: transparent;
	padding:0;
	font-size:1em;
}

button span {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}

button:hover {
	color: #39432B;
}

button[disabled="true"], button[disabled] {
	opacity: 0.2;
	cursor: default;
}

[hidden] {
	display: none !important;
}

.disabled {
	cursor: default;
	cursor: default;
    opacity: 0.2;
    pointer-events: none
}
/* === GENERIC ===================================================== */

/* === PLACEHOLDER ===================================================== */
.placeHolder.searchRoot,
.placeHolder.lpafRoot,
.placeHolder.actualiteRoot {
	display: flex;
    flex-direction: row;
}
.placeHolder.actualiteRoot {
	flex-direction: column;
}

.placeHolder .searchFacets,
.placeHolder .lpafMenu {
	padding: 1rem;
    margin-top: 1rem;
    height: 350px;
    position: sticky;
    top: 7.2rem;
    background: #e8ece2;
    border-radius: 0.5rem;
    flex: 0 0 315px;
    animation: animate 1s infinite alternate;
}

.placeHolder .lpafMenu {
	position: static;
	flex: 0 0 270px;
}

.placeHolder .searchResults,
.placeHolder .lpafContent {
	flex: 2 1 auto;
    padding: 1rem 1rem 1rem 2rem;
}

.placeHolder .searchRes,
.placeHolder .lpafBk,
.placeHolder .actuPH {
	background: #e8ece2;
	margin-bottom: 1em;
    padding-bottom: 1em;
	height: 60px;
	border-radius: 0.5rem;
	animation: animate 1s infinite alternate;
}

.placeHolder .actuPH {
	height: 135px;
	margin: 1rem;
}

.placeHolder .lpafBk {
	height: 250px;
}

@keyframes animate {
    from { opacity: 0.6; }
}
/* === PLACEHOLDER ===================================================== */

/* === CONTENT ===================================================== */
.root {
	counter-reset: para;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    display: flex;
    flex-direction: row-reverse;
	flex: 1 0 auto;
}

#content {
	margin: 0;
	width: 100%;
}

.home.search section.search > .searchResult,
.page #content .article_co,
.page #content .lexisPratique > .section_co{
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 1em 1em;
	width:100%;
    box-sizing: border-box;
}

nav#navigation {
    height: fit-content;
    position: sticky;
    top: 9rem;
    margin-left: 1rem;
    flex: 0 0 22rem;
    padding: 0 0 0.5rem 0;
    margin: 0 0 1rem 1rem;
    border-radius: .3rem;
    transition: 0.2s all;
}

/* .page_scrolled_yes nav#navigation  {
    top: 7rem;
} */

nav#navigation .title span {
    text-transform: uppercase;
    margin-left: 1rem;
    padding-top: 0.5rem;
    display: inline-block;
    border-top: 4px solid #82b52d;
}

nav#navigation a {
    color: #717171;
    font-size: 0.9rem;
    transition: 0.2s opacity;
    padding: 0.4rem 0;
}

nav#navigation a.selected {
    border-left: 4px solid #82b52d;
}

nav#navigation a:hover {
    color: #82b52d;
}

nav#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav#navigation li {
    display: flex;
    flex-direction: column;
}

nav#navigation a.loDepth_1 {
    padding-left: 2rem;
}

nav#navigation a.loDepth_2 {
    padding-left: 3rem;
}

nav#navigation a.loDepth_3 {
    padding-left: 4rem;
}

nav#navigation a.loDepth_4 {
    padding-left: 5rem;
}

nav#navigation a.loDepth_5 {
    padding-left: 6rem;
}

nav#navigation a.loDepth_1.selected {
    padding-left: calc(2rem - 4px);
}

nav#navigation a.loDepth_2.selected {
    padding-left: calc(3rem - 4px);
}

nav#navigation a.loDepth_3.selected {
    padding-left: calc(4rem - 4px);
}

nav#navigation a.loDepth_4.selected {
    padding-left: calc(5rem - 4px);
}

nav#navigation a.loDepth_5.selected {
    padding-left: calc(6rem - 4px);
}

header.contentinfo {
	background: transparent;
    display: block !important;
    height: auto;
    line-height: 1.5em;
    word-break: break-word;
    margin: 1rem 0;
	box-shadow: none;
	position: static;
}

.authors {
    margin: 1rem 0;
}

.author {
    background: #f9f9f9;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.3rem;
	border: 1px solid #DFDFDE;
}

.author p {
    margin: 0;
}

.abstract.abstract_actu {
    font-size: 110%;
}

.abstract.abstract_actu.hasPart {
	font-weight: bold;
}

.sources_ti, .news_ti {
    font-weight: bold;
    font-size: 1.1em;
}

.base_ti, .para_ti {
	font-weight: bold;
	line-height: 1.5em;
}

.para_ti {
	float: left;
	margin-right: 0.2rem;
}

.warn .base_ti , .practice .base_ti, .ex .base_ti, .emphasis .base_ti, .new .base_ti, .rem .base_ti, .form .base_ti {
    color: #717171;
}

.base.info {
    margin: .5rem 0;
}

.base.warn, .base.practice, .base.ex, .base.emphasis, .base.new, .base.rem, .base.form {
    border-left: 3px solid #717171;
    padding-left: 0.8rem;
    margin: 0.5rem 0 0.5rem 1rem;
	position: relative;
}
/*.emphasis::before, .ex::before, .new::before, .practice::before, .rem::before, .warn::before {
	font-family: "fontello";
	position: absolute;
	left: -1.8em;
	top: 0;
}*/

/* emphasis */
.base.emphasis{
	border-color: #ff931e;
}
/*.emphasis::before {
	content: '\E823';
	color:#ff931e;
}*/
.emphasis .base_ti{
	color:#ff931e;
}

/* ex */
.base.ex{
	border-color: #4384E6;
}
/*.ex::before {
	content: '\E824';
	color:#4384E6;
}*/
.ex .base_ti{
	color:#4384E6;
}

/* new */
.base.new{
	border-color: #7ac943;
}
/*.new::before {
	content: '\E825';
	color:#7ac943;
}*/
.new .base_ti{
	color:#7ac943;
}

/* practice */
.base.practice{
	border-color: #4e9a06;
}
/*.practice::before {
	content: '\E826';
	color:#4e9a06;
}*/
.practice .base_ti{
	color:#4e9a06;
}

/* rem */
.base.rem{
	border-color: #c17d11;
}
/*.rem::before {
	content: '\E827';
	color:#c17d11;
}*/
.rem .base_ti{
	color:#c17d11;
}

/* warn */
.base.warn{
	border-color: #c13411;
}
/*.warn::before {
	content: '\E828';
	color:#c13411;
}*/
.warn .base_ti{
	color:#c13411;
}


.article_co  > .news {
	padding: 1rem;
    margin: 1rem 0;
    border-left: 8px solid #7C8A31;
    background: #f7fafd;
}

.copyright {
	font-weight: normal;
    font-style: italic;
}

.copyright > p {
	margin: 0;
}

.cbkClosed {
    border: 1px solid #7C8A31;
    border-radius: 5px;
    margin: 1em 0;
    overflow: hidden;
}

.cbkClosed > .section_ti {
	margin-top: 0;
    margin-bottom: 0;
    background-color: #7C8A31;
    padding: 0.3rem 0.5em;
}

.cbkClosed > .section_ti > a {
	display: flex;
	align-items: center;
	color: #ffffff;
}

.cbkClosed > .section_ti > a span{
	flex: 2 1 auto;
}

.cbkClosed > .section_ti > a::after {
	font-family: "fontello";
	content:"\2BC6";
	font-weight: normal;
	color:#020202;
}
.cbkClosed > .section_ti > a[aria-expanded="true"]::after {
	content:"\2BC5";
}

.block_closed > .section_ti {
	background-color: #ffffff;
}

.cbkClosed.block_closed > .section_ti > a {
	display: block;
	color: #82b52d;
}

.cbkClosed > .section_co {
    margin: 1rem;
}

.cbkClosed > .collBlk_closed {
	visibility: hidden;
	height: 0;
	margin: 0;
}

h5.section_ti, .actualite h4.section_ti {
    color: #538135;
    font-size: 1.2em;
	margin:.5rem 0;
}
h5.section_ti::before/*, .actualite h4.section_ti::before*/ {
    content: "⯀";
    font-family: "fontello";
    margin-right: .5rem;
    font-size: 70%;
    color: #ff982f;
	display: inline-block;
    vertical-align: middle;
}

h6.section_ti{
	color: #767171;
	font-size: 1.1em;
	margin:.2rem 0;
}

h6.section_ti + .section_co > .section > .section_ti {
    color: #538135;
	font-size: 1.05em;
	margin: 0;
}
h6.section_ti + .section_co > .section > .section_ti::before{
	content:none;
}
h6.section_ti + .section_co > .section > .section_co > .section > .section_ti {
    color: #8B8D81;
	font-size: 1em;
}

h6.section_ti + .section_co > .para {
    margin-top: 0;
}
h6.section_ti + .section_co > .section > .section_co > .para > .base.info {
    margin-top: 0;
}
/* === CONTENT ===================================================== */

/* === TOC ====================================================== */
#toc ul {
    list-style: none;
}
#toc ul a{
	color:#020202;
	font-size: 1.05em;
}
#toc ul a:hover{
	text-decoration: underline;
}

#toc .cbkClosed {
    border: none;
}

#toc .cbkClosed > .section_ti {
    background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px auto;
	padding-left: 36px;
	line-height: 32px;
	border-bottom: 1px solid;
	font-weight: normal;
}
#toc .cbkClosed > .section_ti > a{
	color: #020202;
}
#toc .cbkClosed.entrepriseAgricole > .section_ti {
    background-image: url(img/entreprise_agri.svg);
}
#toc .cbkClosed.entrepriseAgricole > .section_ti > a{
	color: #486029;
}
#toc .cbkClosed.espaceRural > .section_ti {
    background-image: url(img/espace_rural.svg);
}
#toc .cbkClosed.espaceRural > .section_ti > a{
	color: #7B8B30;
}
#toc .cbkClosed.marcheAgricole > .section_ti {
    background-image: url(img/marche_agri.svg);
}
#toc .cbkClosed.marcheAgricole > .section_ti > a{
	color: #C9BC5F;
}

.blockToolbar {
    text-align: right;
}

.blockToolbar button{
	border: 1px solid;
    border-radius: .3em;
    padding: .3em .5em;
    margin: 0 .5em;
}

button.openBlocks::before{
	font-family: "fontello";
	content:"\E801";
	margin-right:.5em;
}

button.closeBlocks::before{
	font-family: "fontello";
	content:"\2212";
	margin-right:.5em;
}

/* === HOME ===================================================== */
.home section.search > .searchInput {
	height: 4rem;
    justify-content: center;
    align-items: center;
	position: fixed;
	left:0;
	right: 0;
    top: -0.1rem;
	display: flex;
    flex-direction: column;
	z-index: 12;
	pointer-events: none;
}

.search_type.home section.search > .searchInput {
	display: contents;
}

.home #search {
	pointer-events: all;
	max-width: 550px;
    width: 100%;
}

/* .page_scrolled_yes.home section.search {
	height: 5rem;
} */

.home section.section {
    align-items: center;
	padding: 1rem;
	box-sizing: border-box;
}

.home section.actualites {
	flex: auto;
}

.home.public #content > section.section > *,
.home.private .content > section.section > * {
	max-width: 1260px;
	width: 100%;
}

.home section.section > h2 {
    font-size: 2.2rem;
	margin: 0.5rem 0 0.2rem;
	color: #486029;
    text-align: center;
}

.home section.resources {
    background-color: #F4F4F4;
}

.home section.presentation {
    background-color: #F3F7FD;
	padding: 2rem 1rem;
}

.private section.presentation,
.public section.accroche {
	background: #9ebe96 center no-repeat url(img/background.png);
	background-size: cover;
    min-height: 500px;
}

.public section.resources > .section_co {
	flex-direction: row;
	display: flex;
}

.private section.presentation > .section_co {
	display: flex;
    flex-direction: row;
    align-items: baseline;
}

.public section.accroche h2 {
	text-transform: none;
    font-size: 3.5rem;
	font-weight: bold;
	margin-top: .5em;
	text-align: left;
}

.public section.accroche h2 span {
	display: flex;
	align-items: center;
}

.public section.accroche .subTitle_1 {
	color: #5a7a2f;
    font-weight: bold;
    font-size: 1.5rem;
}
.public section.accroche .subTitle_1 > span::after {
    content: " • ";
}
.public section.accroche .subTitle_1 > span:last-child::after {
    content: "";
}

.public section.accroche .subTitle_2 {
	color: #444;
	font-weight: bold;
    text-transform: uppercase;
	margin-top:1em;
	padding-right: 30rem;
}

.public section.presentation .section_co::before {
	content: " | ";
    background: url(img/lexis.svg) no-repeat left center, url(img/gie.svg) no-repeat right center;
    height: 30px;
    font-size: 1.2rem;
    background-size: auto 100%;
    display: inline-block;
    color: #5a7a2f;
    padding: 0 165px 0 140px;
    line-height: 30px;
	width: 1px;
}

.public section.partner .section_co {
	display: flex;
	padding-top: 2rem;
    padding-bottom: 2rem;
	justify-content: center;
	flex-wrap: wrap;
}

.public section.partner .section_co a,
.public section.partner .section_co > span {
	padding-right: 2rem;
}

.public section.partner .section_co a > span,
.public section.partner .section_co span > span {
    display: block;
    background-color: #fff;
    width: 8rem;
    height: 8rem;
}

.public section.partner .section_co span.noImg > span {
	text-transform: uppercase;
    color: #696969;
    text-align: center;
    line-height: 8rem;
    font-weight: bold;
    font-size: 1.2em;
}

.public section.partner .section_co img {
	position: relative;
    max-width: 8rem;
    top: 50%;
    transform: translateY(-50%);
}

.home .connection {
    text-align: center;
    margin: .5em;
}

.home .connection .buttons a {
	border:1px solid;
	border-radius: .3em;
	margin:.5em;
	color:#060606;
	padding: .5em 1em;
	display: inline-block;
}

.private section.presentation div.lettre,
.private section.presentation div.actualite,
.private section.presentation div.pratique,
.public section.resources div.actus,
.public section.resources div.preview {
    padding: 1rem 1rem 1rem;
	margin: 1rem;
}

.public section.resources div.actus,
.public section.resources div.preview {
	background: #fff;
}

.public section.resources div.actus a {
    color: #1eb0ec;
}

.public section.resources section.publicActu  {
	border-bottom: 1px solid #F2F4E9;
	padding: 1rem 0;
}

.public section.resources div.actus a.twitter  {
    padding: .5em;
    font-size: 1.1rem;
    border: 1px solid #1eb0ec;
    border-radius: 0.3em;
    float: right;
    margin-top: .5em;
}

.public section.resources div.actus a.twitter::before  {
	content: "\F099";
	font-family: "fontello";
	margin-right: 0.5rem;
}

.public section.resources div.actus h3.block_ti {
	font-size: 1.1rem;
	padding-bottom: 1rem;
}

.public section.resources div.actus .block_co {
	font-size: 0.95rem;
}

.public section.resources div.actus .abstract {
	color: #747474;
}

.public section.resources div.actus .source  {
	font-weight: bold;
    display: flex;
    align-items: baseline;
	padding-top: 0.3rem;
}

.public section.resources div.actus .source_ti {
	padding-right: 0.2rem;
}

.public section.resources div.actus .date  {
	color: #747474;
	padding-bottom: 0.3rem;
}

.home section.actualites .section_co {
	background: #fff;
	border-radius: .3em;
}

section.presentation .lettre,
.public section.resources .actus {
	flex: 0 0 30%;
    margin-right: 1rem;
}

section.presentation .actualite,
.public section.resources .preview {
	flex: auto;
}

section.resources .preview > * {
    border-bottom: 1px solid #F2F4E9;
    padding: 1em 1em 1.5rem;
}

section.resources .preview p.lastTitle {
	color: #8F8F8F;
}

section.resources .preview > *:last-child {
    border-bottom: none;
	padding-bottom: 0;
}

section.resources .preview .buttonBk{
	text-align: right;
	margin-top:1em;
	position: relative;
}

section.resources .preview button{
	border:1px solid;
	border-radius: .3em;
	padding: 0.5rem;
}

section.resources .buttonBk button:focus {
    color: #fff;
    outline: none;
    background-color: #5a7a2e;
}

section.resources .contentBk {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #CFD5E3;
	padding: 1em 0;
	text-align: left;
	top:0;
	text-align: center;
}

section.resources .contentBk > div {
    display: inline-block;
    vertical-align: top;
	width: 240px;
    padding-left: 1em;
    box-sizing: border-box;
	margin-bottom: 2em;
}

section.resources .contentBk > div > .title {
	border-right: 1px solid #d8d8d8;
    height: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1em;
    padding-top: 7rem;
    box-sizing: border-box;
}

section.resources .contentBk .actualites > .title {
	background: transparent url(img/actu.svg) no-repeat center top;
	background-size: 7rem;
}

section.resources .contentBk .coPratique > .title {
	background: transparent url(img/pratique.svg) no-repeat center top;
	background-size: 7rem;
}

section.resources .contentBk .coExpert > .title {
	background: transparent url(img/expert.svg) no-repeat center top;
	background-size: 7rem;
	border: none;
}

section.resources .contentBk .entrepriseAgricole > .title {
	background: transparent url(img/entreprise_agri.svg) no-repeat center top;
	background-size: 7rem;
}

section.resources .contentBk .espaceRural > .title {
	background: transparent url(img/espace_rural.svg) no-repeat center top;
	background-size: 7rem;
}

section.resources .contentBk .marcheAgricole > .title {
	background: transparent url(img/marche_agri.svg) no-repeat center top;
	background-size: 7rem;
	border: none;
}

.toc_entry_noLink, .map_entry_noLink {
    margin-top: .5em;
}

.home .actualite ul,
.home .lettre ul {
	list-style: none;
	padding: 0;
}

.home .actualite ul {
	padding: 0;
}

.home .lettre li > div {
	margin-top: 0rem;
}

.home .lettre li {
	padding-bottom: 0.2rem;
}

.home div.lettre > .title,
.home div.actualite > .title,
.private section.lp .pratique > .title,
.public section.resources .actus > .actus_ti,
.public div.preview .lp_ti,
.section.resources .res_ti {
    font-size: 1.8rem;
}

.home div.lettre > .title::before,
.home div.actualite > .title::before,
.private section.lp .pratique > .title::before,
.public section.resources .actus > .actus_ti::before,
.public section.resources .preview > .res > .res_ti::before,
.public section.resources .preview > .lp > .lp_ti::before {
	content:"";
	background-color:#7b8b30;
	height:8px;
	width:100px;
    margin-bottom: 0.5rem;
    display: block;
}
.public section.resources .actus > .actus_ti::before {
    background-color: #1eb0ec;
}

.lettre li.searchResult_li > .lnk > .content {
	flex-direction: column-reverse;
}

.lettre li.searchResult_li > .lnk > .content > div::after {
	content: "";
}

.home div.lettre li a > .content .authors,
.home.request_search.lettre li a > .content .authors {
	margin: 0;
	font-weight: bold;
	margin-top: 0.2rem;
	color: #5a7a2e;
}

.home div.lettre li a > .content .authors::before,
.home.request_search.lettre li a > .content .authors::before {
	content: "Par ";
}

.home div.lettre li.searchResult_li > .lnk > .title,
.home.request_search.lettre li a > .title,
.home div.lettre li.searchResult_li > .lnk > .content,
.home.request_search.lettre li a > .content {
    order: unset;
}

.home .actualite > div > a,
.home .lettre > div > a {
	border: 1px solid;
    font-size: 1.2rem;
    border-radius: .3em;
    padding: .3em .5em;
}

.home .actualite > div > a:hover,
.home .lettre > div > a:hover{
	color:#39432B;
}

.home div.actualite > div:last-child,
.home div.lettre > div:last-child {
	text-align: right;
	margin-top: 1rem;
}

section.res .section_co {
	display: flex;
    flex-flow:wrap;
}

.private section.lp .section_co {
	display: block;
    background: #fff;
	min-width: 25rem;
	border-radius: .3em;
	width:100%;
}

section.res .section_co > div{
	border-right: 1px solid #d8d8d8;
	padding: 0 2rem 2rem;
	flex: 1 1 auto;
}
section.res .section_co .coExpert {
	border: none;
}

section.res {
	background: #f2f4e9;
}

section.res .section_ti > span > span:last-child,
section.offers .section_ti > span > span:last-child,
section.team .section_ti > span > span:last-child,
section.partner .section_ti > span > span:last-child{
	font-weight: normal;
}

section.res .subTitle {
	text-align: center;
    margin: 1rem 0 2rem;
    font-size: 1.3rem;
}

section.res .section_co > div > .title {
	padding-left: 2em;
    line-height: 40px;
    font-size: 1.8rem;
    font-weight: normal;
}

section.res .section_co .actualites .title {
	background: transparent url(img/actu.svg) no-repeat left center;
	background-size: 40px;
}

section.res .section_co .coPratique .title {
	background: transparent url(img/pratique.svg) no-repeat left center;
	background-size: 40px;
}

section.res .section_co .coExpert .title {
	background: transparent url(img/expert.svg) no-repeat left center;
	background-size: 40px;
}

section.res .content {
	margin-top: 2rem;
}

section.res .linkRef, section.res .tocRef {
	margin-top: .5rem;
}

section.res a {
	color: #474747;
}
section.res a:hover {
    text-decoration: underline;
}

/* TARIFS */
section.offers {
    background-color: #f2f4e9;
}

.section.offers .section_co {
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 1em 0;
}

.section.offers .offer {
    border: 1px solid #82869D;
    border-radius: .3em;
    text-align: center;
    margin: 0 .5em;
	position: relative;
	display: flex;
    flex-direction: column;
	width:250px;
	height: 250px;
	font-size: 1.2em;
	background-color: #fff;
}

.section.offers .offer.second{
	height:300px;
    box-shadow: 2px 2px 6px #82869d;
}

.section.offers .offer .title {
    padding: 2.5em 1em 1em;
    color: #fff;
    flex: 0 0 110px;
    box-sizing: border-box;
}
.section.offers .offer.second .title{
	flex: 0 0 135px;
	padding-top: 2em;
}

.offer .sticker {
	font-size: .9em;
    position: absolute;
    right: .5em;
    background-color: #fff;
    border-radius: 1em;
    padding: 0.2em 0.5em;
    top: .5em;
    font-weight: bold;
}

.offer .main{
	font-weight: bold;
	font-size: 1.3em;
}

.section.offers .offer .content{
	flex:2 1 auto;
	padding:1em;
}

.offer .contentTitle{
	font-weight:bold;
}

.offer a{
	border-radius: .3em;
	padding:.5em 1em;
	color:#fff;
	margin-top:1em;
	font-size: 1.1em;
	display: inline-block;
}
.offer.second a{
	margin-top:2em;
}

span.tva {
    font-size: .7em;
}

.section.offers .offer.first .title,
.offer.first a{
	background-color: #7B8B30;
}
.offer.first .sticker {
	color: #7B8B30;
}
.section.offers .offer.second .title,
.offer.second a{
	background-color: #597A2F;
}
.offer.second .sticker {
	color: #597A2F;
}

.offer .forthcoming {
    font-style: italic;
    margin-top: 2em;
}

.docsGroup {
    margin-top: 1rem;
}

.docsGroup_ti {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;

}

.docsGroup .content  {
	margin: 0 !important;
}

/* === HOME ===================================================== */

/* === LE FIL ===================================================== */
.allNews_ti, .request_search.lettre h2.allNews_ti {
	text-align: right;
    font-size: 1.2rem;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 0.5rem;
	position: sticky;
    top: 7rem;
    background: #fff;
	z-index: 2;
	margin:0 0 0.5em;
	font-weight: bold;
	max-width: 100%;
	display: block;
}
h2.allNews_ti span{
	display: block;
	max-width: 1260px;
	padding: 0 1rem;
	margin: 0 auto;
    box-sizing: border-box;
}
/* === LE FIL ===================================================== */

/* === SEARCH ===================================================== */
/* TEMPLATE */
.searchResult {
	display: flex;
	flex-direction: row-reverse;
	padding: 0 1em;
}

.resultSheet {
	flex: 2 1 auto;
    padding: 1rem 1rem 1rem 2rem;
}
.resultSheet:empty {
    padding: 0;
}

.facets {
	flex: 0 0 315px;
}

/* BASIC */
label {
	display: block;
	cursor: pointer;
	margin: 0.5em 0;
	position: relative;
    padding-left: 1.4em;
}

label.empty {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}

input[type="text"], input[type="password"] {
    background-color: #fff;
    border-radius: .3em;
    border: 1px solid #CDCDCD;
    padding: .7em 2em .7em .7em;
    width: 100%;
	box-sizing: border-box;
}

label input[type="number"] {
	margin-left: 5px;
}

label input+span {
	min-width: 2rem;
	display: inline-block;
	padding-left: 0.4rem;
}

label input+span::before{
	font-family: "fontello";
	position: absolute;
    left: 0;
	color: #4e4e4e;
}

label input[type="checkbox"], label input[type="radio"] {
	position: absolute;
	left: -9999px;
}

label input[type="checkbox"]:checked+span {
	font-weight: bold;
}

label input[type="checkbox"]+span::before {
	content: "\2610";
	font-size: 1.6em;
	top: -2px;
}

label input[type="checkbox"]:checked+span::before {
	content: "\1F5F9";
	font-weight: normal;
	color: #5a7a2e;
}

label input[type="radio"]+span::before {
	content: "\1F785";
	top: 2px;
}

label input[type="radio"]:checked+span::before {
	content: "\25C9";
	font-weight: normal;
	color: #5a7a2e;
}

textarea {
	background-color: #fff;
    border-radius: .3em;
    border: 1px solid #CDCDCD;
    width: 100%;
    min-height: 4rem;
}

button {
	background-color: transparent;
	border: none;
	color: #5a7a2e;
	cursor: pointer;
	transition: 0.2s all;
	padding: 0.2em 0.5em;
	font-size: 1em;
}

select {
	cursor: pointer;
	width: 100%;
}

fieldset legend {
	font-weight: bold;
}

mark {
	background-color: #fff7cc;
    color: #2d2d2d;
}

.isVisible_false {
	display: none !important;
}

.home .schCmds {
	display: flex;
    justify-content: center;
    position: relative;
    border: 1px solid #5a7a2e;
    border-radius: 30px;
    height: 44px;
    white-space: nowrap;
}

.home .schCmds input {
	padding: 0 15px;
    font-size: 1.1em;
    flex: 2 1 auto;
    border: none;
	width: auto;
    border-radius: 30px 0 0 30px;
	order:1;
}

.home .schCmds input:focus {
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	outline: none;
}

label.searchInTitle {
    order: 2;
    background-color: #fff;
    margin: 0;
    padding: .5em .5em .5em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d8d8d8;
	flex: 0 1 auto;
}

label.searchInTitle input+span {
    white-space: pre-wrap;
}

label.searchInTitle input+span::before {
    top: 50%;
    transform: translateY(-50%);
    left: .5em;
}

label.searchInTitle input[type="checkbox"]:checked+span {
    font-weight: normal;
}

.home .schCmds button {
	background: #5a7a2e;
    width: 5rem;
    font-size: 1.4em;
    color: #fff;
    border-radius: 0 30px 30px 0;
	order:3;
}

.home .schCmds button::before {
	font-family: "fontello";
	content:"\1F50D";
}

.home .schCmds button span {
	display: none;
}

/* SUGGEST */
.suggestBk {
	position: absolute;
    border: 1px solid #5a7a2e;
    background-color: #fff;
    z-index: 10;
    left: 1.5rem;
    right: 4.9rem;
    top: 3.4rem;
    overflow: auto;
    box-sizing: border-box;
    padding: 0.5em 0 0 0.5em;
    box-shadow: 0 2px 2px #666;
    border-top: 0;
    white-space: normal;
    max-height: 500px;
}

.suggestEntry {
	padding: 0.3em 1em 0.3em 1em;
    font-size: 0.9em;
}

.suggestEntry_a {
	display: block;
	color: var(--main-edit-color, #333333) !important;
}

.suggestEntry_a:hover,
.suggestEntry_a:focus {
	background-color: #d2d2d2;
	cursor: pointer;
	text-decoration: none;
}


/* FACETS */
.facets {
	padding: 1rem;
    margin-top: 2.8rem;
    height: min-content;
    background: #e8ece2;
    border-radius: 0.5rem;
	display: none;
}

.cat {
	padding-bottom: 2rem;
}

.catHead {
	display: block;
    font-weight: 500;
	background-position:left center;
	background-size: auto 2.5em;
    background-repeat: no-repeat;
    padding-left: 3em;
    line-height: 3em;
}
.actualites .catHead {
	background-image: url(img/actu.svg);
}
.coPratique .catHead{
	background-image: url(img/pratique.svg);
}
.coExpert .catHead {
	background-image: url(img/expert.svg);
}

.catHead > span:first-child {
	font-size: 1.2rem;
    font-weight: bold;
}

.catBody {
    padding-left: .6em;
}

body.search .facets {
	display: block;
}

body.request_search .facets,
body.isTocRequest .facets {
	display: none !important;
}

body.cid.request_search .facets {
	display: block !important;
}

.facet {
	margin: 0;
	padding: 0 0.5em 0 0.5em;
}

.facet.date {
	border: none;
}

.date label {
	padding: 0;
}

.facet.date label input {
    width: auto;
    padding: .2em;
}

.facet .title {
	display: block;
    font-weight: 500;
    border-bottom: 2px solid;
    padding-bottom: 0.4rem;
}

.facet .header {
	position: relative;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.facet .header button {
	display: none;
}

.aggCount::before {
	content: "(";
}

.aggCount::after {
	content: ")";
}

.aggCount {
	margin: 0 0.5em;
	color: #999;
}

.errorFilter {
	color: #ec0a2f;
	font-style: italic;
}

/* UPDATE DATE */
.facet.date label {
	padding-left: 0;
}

.facet.date label span {
	display: inline-block;
	width: 30px;
}

.date button.resetDatePicker {
	background-color: #5a7a2e;
    border-radius: 50%;
    margin-left: 0.5rem;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    padding: 0;
}

.date button.resetDatePicker:before {
	content: "\2716";
    font-family: "fontello";
	color: #e8ece2;
}

.date button.resetDatePicker span {
	position: absolute;
	left:-9999px;
}

/* SORT */
#docorder>* {
	border-right: 1px solid #e4e5ec;
	padding: 0 0.5em 0 0;
	color: #898ea2;
}

#docorder a,
#docorder button {
	margin: 0 0.5em;
	padding: 0 1.8em 0 0;
	background: transparent url("img/sort.svg") no-repeat right 0.5em top -40px / 12px auto;
	font-weight: bold;
}

#docorder ._score {
	margin: 0 0.5em;
	padding: 0 0.5em 0 0;
	background: none;
	font-weight: bold;
}

#docorder ._score.selected.desc {
	color: #5a7a2e;
}

#docorder button:hover {
	color: #5a7a2e;
	opacity: 0.7;
}

#docorder a.selected.asc,
#docorder button.selected.asc {
	background-position: right 0.5em top -20px;
	color: #5a7a2e;
}

#docorder a.selected.desc,
#docorder button.selected.desc {
	background-position: right 0.5em top 0;
	color: #5a7a2e;
}

/* RESULTS */
.headerBk {
	float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1.5rem;
    position: sticky;
    top: 8.4rem;
    z-index: 11;
	color: #6b6f81;
}

.search_type .headerBk {
	display: none;
}

.resultsTools {
	text-align: right;
    position: sticky;
    top: 7rem;
    z-index: 10;
    padding: 1.5em 0 1rem;
    background: #fff;
}

.search_type .resultsTools {
	display: none;
}

.cid .resultsTools {
    display: block;
}

ul.searchResult_ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.highlight {
	margin: 0 0.5rem 1rem;
	font-style: italic;
	order: 4;
}

span.highlight::before,
span.highlight::after {
	content: "...";
}

li.searchResult_li .sourceHtml .contentInfos {
	display: flex;
    align-items: baseline;
}

li.searchResult_li > .lnk {
   vertical-align: top;
    width: 100%;
    border-radius: 3px;
}

.loadMore {
	visibility: hidden;
}

/* ACTUS */
li.searchResult_li {
	position: relative;
}

li.searchResult_li > .lnk,
.newsRef > * {
	color:#646464;
    display: flex;
	flex-direction: column;
	padding:1em;
	margin: 0 -1rem;
	box-sizing: border-box;
}

li.searchResult_li a:hover,
.newsRef > a:hover {
    background-color: #f5f5f5;
}

li.searchResult_li > .lnk > .infos {
	display: contents;
}

/* 1 - date */
li.searchResult_li > .lnk > .infos > .date,
.newsRef .date {
	order: 1;
}

/* 2 - topic */
li.searchResult_li > .lnk > .infos > .topic,
.newsRef .topic {
	order: 2;
    color: #5a7a2e;
    font-weight: bold;
}

/* 3 - activity area */
li.searchResult_li > .lnk > .content,
.newsRef .infosAreas {
	display: flex;
	order: 3;
	font-size: 0.9em;
    color: #ff982f;
    font-weight: bold;
    margin-top: 0;
}
li.searchResult_li > .lnk > .content > div::after,
.newsRef .infosAreas > div::after{
	content:"|";
	margin:0 .2em;
}
li.searchResult_li > .lnk > .content > div:last-child::after,
li.searchResult_li > .lnk > .content > div:empty::after,
.newsRef .infosAreas > div:last-child::after,
.newsRef .infosAreas > div:empty::after{
	content:none;
}

/* 4 - title */
li.searchResult_li > .lnk > .title,
.newsRef .title {
	order: 4;
	font-weight: bold;
    font-size: 1.2rem;
	color:#020202;
	margin-top:.5rem;
}

li.searchResult_li > .lnk > .title::before,
.newsRef .title::before{
	color: #ff982f;
	margin-right:.5em;
	font-family: "fontello";
	font-size: .8rem;
	display: inline-block;
    vertical-align: middle;
}

li.searchResult_li.veilleimpactante > .lnk > .title::before,
.newsRef.mainLegalMonitoring .title::before{
	content:"⬤";
}
li.searchResult_li.analyse > .lnk > .title::before,
.newsRef.analysis .title::before{
	content:"⯀";
}
li.searchResult_li.apercu > .lnk > .title::before,
.newsRef.overview .title::before{

	content:"▲";
}

/* 5 - source */
li.searchResult_li > .lnk > .infos > .source,
li.searchResult_li > .lnk > .infos > .sourceHtml,
.newsRef .source {
	order: 5;
	margin-bottom: 0.5rem;
	display: flex;
	color: #8f8f8f;
}

li.searchResult_li .source .label,
.source_ti {
	position: absolute;
	left:-9999px;
}

/* 6 - abstract */
li.searchResult_li > .lnk > .infos > .abstractHtml,
.newsRef .abstract {
	order: 6;
}

li.searchResult_li > .lnk > .infos > .abstractHtml > .contentInfos p {
	margin: 0;
	line-height: normal;
    word-break: unset;
	overflow: hidden;
    text-overflow: ellipsis;
	width: calc(100% - 2rem);
}

.request_search li.searchResult_li > .lnk > .infos > .abstractHtml > .contentInfos p {
	height: auto;
}

/* newsref*/
.newsRef > * {
	border-bottom: 1px solid #DDDDDD;
}
.newsRef:only-child > *, .newsRef:last-child > *{
	border-bottom: none;
}

.newsRef p {
	line-height: 1.3em;
    margin: 0.3rem 0;
}

/* CID */
.cid.home section.search > .searchInput {
	display: flex;
    position: sticky;
    top: 3.2rem;
    background: #fff;
    z-index: 11;
}

.cid .suggestBk {
	top: 3.1rem;
}

.cid .schCmds {
    max-width: 550px;
    margin: 0 auto;
}

.cid .facets {
	top: 4rem;
	margin-top: 2rem;
}

.cid main {
	flex-direction: column;
}

.cid li.searchResult_li::before {
	font-family: "fontello";
	content: "\2610";
	position: relative;
    font-size: 1rem;
    top: 4px;
	padding: 0 0.3rem 0 0;
	float: left;
}

.cid.request_search li.searchResult_li::before {
	content: "";
}

.cid li.searchResult_li.selected::before {
	font-family: "fontello";
	content: "\1F5F9";
}

.cid li.searchResult_li.selected {
	border-color: #7c8a31;
}

.cidTools {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: #f0eeef;
	z-index: 2;
	text-align: center;
	padding: 0 0.5em;
}

.cidTools button {
	padding: 0.5em;
	border-radius: 3px;
	margin: 0.5em;
	background-color: #7c8a31;
	color: #fff;
}

.cidTools button:hover {
	opacity: 0.7;
}

.cidTools button[disabled="true"] {
	cursor: default;
	opacity: 0.5;
}

.cidTools button[disabled="true"]:hover {
	color: var(#333333);
	background-color: #f4f5fa;
	opacity: 0.5;
}

.cidToolsInfos {
	height: 1.5em;
	font-style: italic;
}

.search_type .cidToolsInfos {
	display: none;
}

/* ENTRIES */
button.open_entries, button.close_entries {
    padding: 0.2em 0.5em;
    border-radius: 20px;
    border: 1px solid #e6e8ed;
	font-size: 0.9em;
}
button.open_entries {
    background-color: #f7f5f2;
	color: #020202;
}
button.close_entries {
    background-color: #5a7a2e;
    color: #fff;
	border-color: #5a7a2e;
}

button.open_entries span::before,
button.close_entries span::before{
	font-family:"fontello";
	content:"\2632";
	margin-right:0.5em;
	font-size: 0.9em;
}

.entries_head {
    float: right;
    font-style: italic;
}

ul.entries {
    padding-left: 0;
    list-style-type: none;
    border-left: 2px solid #5a7a2e;
    margin-left: 0.5em;
}
ul.entries li {
	position: relative;
	padding-left: 15px;
	margin-bottom:0.5em;
}

ul.entries a.entry:hover{
	background-color:#f7f5f2;
}

ul.entries a.entry span.entry{
	font-weight: bold;
}

/* === SEARCH ===================================================== */

/* === AUTEUR ===================================================== */
.auteur article h2 {
    position: absolute;
    left: -9999px;
}
.auteur .main {
	display: flex;
	background-color: #F4F4F4;
    border-radius: .3em;
    padding: 1rem;
    margin: 1rem 0;
}

.auteur .photo {
    width: 12rem;
    height: 12rem;
    overflow: hidden;
    position: relative;
    border-radius: .3em;
}

.auteur .photo img {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.auteur .infos {
	padding: 1rem;
}
.auteur .infos > .infos_ti {
    font-size: 2em;
}

.auteur .contact {
	margin-top: 1rem;
    padding-left: 1.5em;
    position: relative;
}
.auteur .contact::before{
	font-family: "fontello";
	content:"\2709";
	position: absolute;
    left: 0;
    top: 0.2em;
}

.auteur .infos > .jobTitle {
    color: #636363;
    font-size: 1.2em;
    margin-top: .2em;
    display: block;
}

.auteur .article_co > section.section {
    padding: 1rem 0;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 1rem;
}
.auteur .article_co > section.section:last-child {
    border-bottom: none;
}

.auteur .article_co > section.section > .section_ti {
	display: block !important;
	font-weight: bold;
    font-size: 1.5em;
    margin-bottom: .5em;
}

.auteur .article_co > section.section > .section_ti::before {
	content: none !important;
}

.auteur h3.section_ti {
    color: #636363;
}
/* === AUTEUR ===================================================== */

/* === LPAF ===================================================== */
.lexisPratique h2 {
	text-align: right;
    font-size: 1.2rem;
    border-bottom: 1px solid #D8D8D8;
    position: sticky;
    top: 7rem;
    background: #fff;
    margin: 0;
    padding-bottom: 0.5em;
}

.lexisPratique h2 span{
	display: block;
	max-width: 1260px;
	padding: 0 1rem;
	margin: 0 auto;
    box-sizing: border-box;
}

.page #content .lexisPratique > .section_co {
	display: flex;
	padding:0;
}

.lexisPratique nav {
	width: 300px;
    position: fixed;
	border-right: 1px solid #D8D8D8;
    top: 9.2rem;
    /*align-self: flex-start;*/
	bottom: 10px;
    overflow: auto;
	padding-left: 1rem;
    box-sizing: border-box;
}

.lexisPratique nav a{
	color:#4B4B4B;
}

.lexisPratique nav::-webkit-scrollbar {
	width: 0.7em;
    background: #f3f3f3;
    height: 1em;
}

.lexisPratique nav::-webkit-scrollbar-corner {
    background-color: transparent;
}

.lexisPratique nav::-webkit-scrollbar-thumb {
    border-radius: .2em;
    box-shadow: inset 0 0 .3em #7c8a31;
}

.lexisPratique nav > .branch {
	margin: .5em 0 3em;
}

.home .pratique > div.entrepriseAgricole,
.home .pratique > div.espaceRural,
.home .pratique > div.marcheAgricole {
	margin: 1em 0 1.5em;
}

.lexisPratique nav .branch .branch_ti,
.lexisPratique nav .ficheLpRef {
	padding: 0.15rem 0.5rem;
	display: flex;
}

.lexisPratique nav > .branch > .branch_ti,
.home .pratique > div > .title {
	font-size: 1.4em;
	margin-bottom: 0.5rem;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px auto;
	padding-left: 36px;
    line-height: 32px;
}

.lexisPratique nav > .branch.entrepriseAgricole > .branch_ti,
.home .pratique > div.entrepriseAgricole > .title {
    background-image: url(img/entreprise_agri.svg);
    color: #486029;
}
.lexisPratique nav > .branch.espaceRural > .branch_ti,
.home .pratique > div.espaceRural > .title {
    background-image: url(img/espace_rural.svg);
    color: #7B8B30;
}
.lexisPratique nav > .branch.marcheAgricole > .branch_ti,
.home .pratique > div.marcheAgricole > .title {
    background-image: url(img/marche_agri.svg);
    color: #C9BC5F;
}

.home .mapRef {
    margin: .5em 0 .5em .5em;
}

.lexisPratique nav a,
.home .pratique .mapRef a,
section.res a {
	font-size: 1.1rem;
}

.lexisPratique nav a:hover,
.home .pratique .mapRef a:hover {
	color: #82b52d;
}

.lexisPratique nav > .branch .branch .branch_ti a,
.home .pratique .mapRef a {
	color: #020202;
}

.lexisPratique nav > .branch .branch .branch_ti a {
	padding-left: 0.6rem;
}

.lexisPratique nav > .branch .branch .branch_ti a.toggle_branch {
	padding: 0;
}

.lexisPratique nav > .branch .branch .branch_ti a.toggle_branch::before {
	content: "";
    border: solid #4e4e4e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    border-radius: 0 0 1px 0;
    position: relative;
    top: -2px;
}

.lexisPratique nav > .branch .branch .branch_ti a.toggle_branch.mnuOpen::before {
    transform: rotate(45deg);
}

.lexisPratique nav > .branch .branch .branch_ti a.toggle_branch span {
	display: none;
}

.lexisPratique nav > .branch > .branch_co {
    padding-left: 1em;
}

.lexisPratique nav > .branch .branch .branch_co {
    padding-left: 1.25rem;
	padding-top: 0.2rem;
	display: none;
}

.lexisPratique nav > .branch .branch .branch_co.opened {
	display: block;
}

.lexisPratique iframe {
	border: none;
	flex: 2 1 auto;
	margin-left: 320px;
}

.ficheLp.inLpaf h2 {
	position: static;
    padding-top: 1rem;
	margin-bottom:0;
}

.ficheLp h2 {
	display: flex;
	justify-content: space-between;
}

.ficheLp h2 span {
	margin: 0;
}

a.pdfBtn {
    font-weight: normal;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    line-height: 40px;
	height:40px;
    background-color: #7c8a31;
    color: #fff;
}

a.pdfBtn::before {
	font-family: "fontello";
	content: "\e804";}

a.pdfBtn span {
    position: absolute;
    left: -9999px;
}

.lexisPratique .selected {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
	background: #eee;
	border-right: 3px solid #7C8A31;
}

.sources {
    margin-top: .5em;
}

.article_co > .section > .section_ti{
	display:flex;
	align-items: center;
}

/*.article_co > .section > .section_ti::before{
	content:"⬤";
	font-family: "fontello";
	font-size: .8rem;
	color:#486029;
	flex:0 0 auto;
	margin-right:.5em;
}*/

.section.essential > .section_ti::before, .section.cplt > .section_ti::before, .section.biblio > .section_ti::before {
    font-family: "fontello";
    color: #7C8A31;
    height: 32px;
    line-height: 32px;
    text-align: center;
	flex:0 0 auto;
	margin-right:.5em;
}

.section.essential > .section_ti::before{
	content:"\E829";
}
.section.cplt > .section_ti::before{
	content:"\E82B";
}
.section.biblio > .section_ti::before{
	content:"\E82A";
}

.sources_co{
	padding-left:1.8rem;
}
.sources_co p {
    display: list-item;
}

.news {
    background-color: #FFFAF2;
    padding: 1rem;
    border-radius: .3em;
    border: 1px solid #E9D1AB;
}
/* === LPAF ===================================================== */

/* === QUINZOMADAIRE (Lettre) ===================================================== */
.lettre .article h1 {
	margin-top: 5rem;
    border-bottom: 1px solid #020202;
    color: #82b52d;
    border-left: none;
    text-align: right;
    padding-left: 0;
    padding-bottom: 1rem;
    font-size: 1.2rem;
}

.edito_authors a {
	display: inline-block;
}

.edito_authors a .author {
	padding: 0 0 0 0.3rem;
    margin: 0;
	background: none;
}

body.lettre .edito {
	margin: 1rem 0;
    background: #eef5fb;
    padding: 1rem 1.5rem;
    border-radius: 0.3rem;
}

.lettre h2 {
	font-size: 1.7rem;
    font-weight: normal;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 1rem;
	display: flex;
    justify-content: space-between;
    max-width: 1260px;
    margin: auto;
}

.lettre h2 > span {
	flex: 1;
}

.lettre .div_co {
	margin-left: 3rem;
	margin-right: 3rem;
}

.ps {
	font-style: italic;
    margin-top: 3rem;
}
/* === QUINZOMADAIRE (Lettre) ===================================================== */

/* === START - SCIMAGEMGR ===================================================== */
.imageZoom {
	display: inline-block;
}
div.scImgZmOver {
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
a.scImgZmBtnCls {
	font-family: 'fontello' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	width: 30px;
	text-align: center;
	text-decoration: none;
}
a.scImgZmBtnCls:before {
	content: "\2716";
}
a.scImgZmBtnCls {
	display: block;
	top: 5px;
	right: 5px;
	font-size: 2em;
}
.isMobile_true a.scImgZmBtnCls {
	top: 10px;
}
.isMobile_true a.scImgZmBtnCls {
	position: absolute;
}
div.scImgZmCvs {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2001;
	width: 100%;
	height: 100%;
}
.imgLoading .scImgZmCvs::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("img/loader.svg");
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2001;
	width: 100%;
	height: 100%;
}
div.scImgZmFra {
	background-color: white;
	border-radius: 5px;
	padding: 5px;
}
div.scImgZmTlb {
	margin-top: 5px;
	text-align: right;
}
a.scImgZmBtnCls {
	position: fixed;
}
a.scImgZmBtnCls span {
	display: none;
}
.scImgZmCo {
	text-align: center;
}
.scImgZmCo div {
	z-index: 2002;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border: 0px;
}
.scImgZmCo a {
	text-decoration: none;
}
.scImgZmCo a img {
	border: 0px;
}
.scImgZmCo img {
	background-color: white;
}
.scImgZmMag {
	box-shadow: 0 0 5px 0 #000000;
	cursor: crosshair;
}
/* === STOP - SCIMGMGR ====================================================== */

/* === TOOLTIP ===================================================== */
.tooltip_fra:focus {
	outline: none;
}

.tooltip{
	background-color: white;
	border: 1px solid #d1d1d1;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	font-size: 80%;
	min-width:100px;
	border-radius: 0.3rem;
}

.tooltip_ti {
	padding: 10px 5px 0 5px;
}

.tooltip_x {
	position: absolute;
	right: 2px;
	top: 0;
	font-size: 110%;
}

.tooltip_co {
	padding: 0 5px;
}
/* === TOOLTIP ===================================================== */

/* === START - HIGHLIGHT =================================================== */
mark.schHitActive {
	background-color: #e6f2b1;
    color: #3b4218;
	box-shadow: 0 0 5px 0 #25291e;
	border-radius: 3px;
}

body.highlightInactive mark{
	background-color: inherit;
	color: inherit;
	box-shadow: none;
	border-radius: 0;
}

.highlightBar{
	position:fixed;
	background-color: #7c8a31;
	bottom:0;
	left: 0;
	right: 0;
	z-index:1;
	display: flex;
	align-items: center;
}

.highlightBar > div{
	max-width:1260px;
	margin: 0 auto;
	width:100%;
	padding:5px 1em;
	box-sizing:border-box;
	display: flex;
	align-items: center;
	color:#fff;
}

body.highlightInactive .highlightBar{
	display:none;
}

body.highlightActive #footer{
	padding-bottom: 25px;
}

body.highlightActive .backToTop {
	bottom: 25px;
}

.highlightBar button{
	background-color:transparent;
	color:#fff;
}

.highlightBar .query {
	order: 1;
}

.highlightBar .spacer {
	order: 2;
	flex: 2 1 auto;
}

.highlightBar .btnPrevious {
	order: 3;
	padding: 0;
	margin-right: 1em;
}

.highlightBar .btnPrevious::before{
	font-family:"fontello";
	content:"\1f898";
}

.highlightBar .btnNext {
	order: 5;
	padding: 0;
	margin-right: 1em;
}

.highlightBar .btnNext::before{
	font-family:"fontello";
	content:"\1f89a";
}

.highlightBar .hitCount {
	order: 4;
	margin-right: 1em;
}

.highlightBar .btnCose {
	order: 6;
	padding:0;
	margin-left: 1em;
}

.highlightBar .btnCose::before{
	font-family:"fontello";
	content:"\2716";
}

.highlightBar .btnPrevious span, .highlightBar .btnNext span, .highlightBar .btnCose span{
	position:absolute;
	left:-9999px;
}
/* === STOP - HIGHLIGHT =================================================== */

/* === START - SWITCH =================================================== */
label.switch {
	padding: 0;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

label.switch input[type="checkbox"]:checked+span::before,
label.switch input[type="checkbox"]+span::before {
	content: none;
}

span.switchLabel{
	font-weight: bold;
    font-size: 1.3em;
    color: #555555;
}

.switchRoot {
	width: 58px;
    height: 38px;
    display: inline-flex;
    padding: 12px;
    z-index: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    vertical-align: middle;
	cursor: pointer;
}

.switchBase {
	flex: 0 0 auto;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 50%;
	top: 0;
    left: 0;
    color: #fafafa;
    z-index: 1;
    position: absolute;
    transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	padding: 9px;
}

.switchOn .switchBase {
    transform: translateX(20px);
	color: #5a7a2e;
}

.switchTrack {
	width: 100%;
    height: 100%;
    opacity: 0.38;
    z-index: -1;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 7px;
    background-color: #000;
}

.switchOn .switchTrack {
	background-color: #5a7a2e
}

.switchBase > span {
	width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.switchThumb {
    width: 20px;
    height: 20px;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    border-radius: 50%;
    background-color: currentColor;
	min-width: auto;
    padding-left: 0;
}
/* === STOP - SWITCH =================================================== */

/* === START - MODAL =================================================== */
.modal,
.toast {
    position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0.6);
	z-index: 999;
}

.toast {
	top: auto;
    bottom: 5%;
	left: 2%;
	right: auto;
	background: transparent;
}

.modal .content,
.toast .content {
    background-color: #fff;
    padding: 1em;
	min-width: 30vw;
	border-radius: .5em;
	box-sizing: border-box;
}

.toast .content {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: fit-content;
    min-width: fit-content;
}

.toast .inner {
	display: flex;
	align-items: center;
}

.modal .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.modal .content.confirm,
.modal .content.alert {
	top: 15%;
    bottom: auto;
    left: 50%;
	right: auto;
	transform: translate(-50%);
	max-width:600px;
	width:100%;
    padding: 4em 2em 5em;
}

.modal .content .title {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.3em;
}

.modal button,
.toast button {
	cursor: pointer;
	border: none;
	background-color: transparent;
}

.toast button.close,
.modal button.close {
	color:#535758;
	height: 30px;
	width: 30px;
	position: relative;
    top: 2px;
}

.modal button.close {
	position: absolute;
	right: 0;
    top: 0;
	z-index: 999;
}

.modal button.close .icon,
.toast button.close .icon {
	fill: #535758;
}

.modal button.close span,
.toast button.close span {
	position: absolute;
	left: -9999px;
}

.inner .tools {
	display:flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0.25em;
	top: auto;
	bottom: 1em;
	right: 1em;
}

.toast .inner .tools {
	position: static;
}

.inner .tools button span {
	display: block;
}

.inner .tools button.valid {
	width:auto;
	height:auto;
	padding: 0.5em 1em;
	font-size: 1.1em;
	background-color:#434e52;
	color: #f1f1f1;
	border-radius: .2em;
	cursor: pointer;
}

.toast .inner .tools button.valid {
	color: #386eb1;
    background: transparent;
}

.inner .tools button.cancel {
	color:#434e52;
	padding: 0.5em 1em;
}
/* === STOP - MODAL =================================================== */

/* === Counter Paragraphe ================================================================================== */
.para {
	counter-increment: para;
	margin: 1em 0;
}

/* === Counter Paragraphe ================================================================================== */

/* === START - SIGNIN + 404  + SIGNUP=========================================================================== */
.signin #content,
.error404 #content,
.account #content {
	background: #9ebe96 center no-repeat url(img/background.png);
	background-size: cover;
	display: flex;
}
.signin #content > .article,
.error404 #content > .article,
.account #content > .article {
    background-color: #fff;
    flex: 0 0 50%;
	min-width: 800px;
	padding: 10em 10em 0;
    box-sizing: border-box;
}
.signin article h2,
.error404 article h2 {
    position: static;
	font-weight: normal;
    font-size: 1.8em;
}

fieldset.loginBox {
    border: none;
	padding: 0;
    margin: 0;
}
fieldset.loginBox > *{
	position: relative;
	margin-top: 2em;
}

label.auth,
label.comment,
.header span {
    padding-left: 0;
    font-weight: bold;
    font-size: 1.3em;
    color: #555555;
}

.member .infos {
    font-style: italic;
    color: #5a7a2e;
}

.try .question, .member .question {
    display: inline-block;
    font-weight: bold;
	font-size: 1.3em;
    color: #555555;
	margin: .5em 1em .5em 0;
}

.try label {
    display: inline-block;
}

.gieMemberYes .question, .gieWantMemberYes .question, .member .question {
    display: block;
	margin-bottom: 0;
}

.gieMemberYes label, .gieWantMemberYes label {
	display: inline-block;
    box-sizing: border-box;
    width: 33%;
}

#myPanel span.field {
    padding-left: 0;
    font-weight: bold;
    color: #555555;
}

span.chkLabel:empty {
    display: none;
}
span.chkLabel:not(.chkFail){
	font-family: "fontello";
	background-color: #7C8A31;
    position: absolute;
    right: .5em;
    top: 3em;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
span.chkLabel.chkFail {
    color: #C70C0C;
	display: block;
	margin-top: .5em;
}
span.chkLabel.chkFail::before {
    font-family: "fontello";
    content: "\E825";
    background-color: #C70C0C;
    color: #fff;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
    font-size: .9em;
    margin-right: .5em;
}

button#authBtn {
    background-color: #5a7a2e;
    color: #fff;
    padding: .5em;
    border-radius: .3em;
    font-weight: bold;
    font-size: 1.1em;
	float: right;
}

a#passwordLostBtn {
    position: absolute;
    right: 0;
	top: .5em;
}

.signup article h2, .account article h2 {
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 1rem;
}

.users ul {
	counter-reset: user;
}

.users ul > li {
	counter-increment: para;
}

.users ul > li > div:first-child::after {
	content: " " counter(para);
}

button#addUserBtn{
	display: flex;
	align-items:center;
}

button#addUserBtn::before {
    font-family: "fontello";
    content: "\e801";
    margin-right: .5em;
    background-color: #5a7a2e;
    color: #fff;
    border-radius: 50%;
	flex: 0 0 2rem;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.6em;
}

button#addUserBtn span {
    flex: 0 0 auto;
    font-weight: bold;
    font-size: 1.2em;
}

button.removeField {
    position: absolute;
    right: .2em;
    top: .2rem;
    color: #fff;
    font-size: 1.3em;
}

button.removeField::before {
    font-family: "fontello";
    content: "\2716";
}

button.removeField span {
    position: absolute;
	left:-9999px;
}

.users ul {
    list-style: none;
    padding-left: 0;
}

li.addUser {
    border-radius: .3em;
    border: 1px solid #7c8a31;
	padding-bottom: 1rem;
	position: relative;
}

li.addUser > * {
    padding-left: 1rem;
}

li.addUser > div:first-child {
    background-color: #7C8A31;
    color: #fff;
	padding: .5rem 1rem;
    font-size: 1.3em;
}

button.edit {
    float: right;
}
.edit > button {
    display: none;
}

#myPanel > * {
    margin: 1em 0;
}

#myPanel .password, #myPanel {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}
#myPanel .form {
    text-align: right;
}

.password button, .download > a {
    font-size: 1.2em;
    padding: 0;
	font-weight: bold;
	color:#7C8A31;
}
.password button.cancel {
    margin-left: .5em;
}
.remove {
    margin-top: .5em;
}
.remove button {
	font-size: 1.2em;
    padding: 0;
    color:#B31616;
}
/* === STOP - SIGNIN =========================================================================== */

/* === START - RESPONSIVE DESIGN =========================================================================== */
@media (max-width: 1200px) {
	.home section.search > .searchInput{
		position: static;
		z-index: 12;
	}
}
@media (max-width: 800px) {
	.public section.accroche h2{
		font-size: 2.5rem;
		margin-top: 0;
	}
	.public section.accroche .subTitle_1 {
		font-size: 1.2rem;
	}

	section.resources .contentBk > div > .title{
		border-right: none;
	}

	body {
		overflow-x: hidden;
	}

	body.search .facets, .home.private section.res, .lexisPratique nav {
		display: none;
		position: fixed;
		z-index: 999;
		left: 0;
		right: 0;
		top: 4rem;
		bottom: 0;
		height: auto;
		width:auto;
		overflow: auto;
		border-radius: 0;
	}
	.lexisPratique nav {
		background-color: #fff;
	}
	body.search.cid .facets {
		display: block;
		position: static;
	}
	body.search.responsiveMenuActive .facets,
	body.home.private.responsiveMenuActive section.res,
	body.responsiveMenuActive .lexisPratique nav{
		display: block;
	}

	.lexisPratique iframe{
		margin-left:0;
	}

	.resultSheet {
		padding: 1em 0;
	}

	.public section.accroche .subTitle_2{
		padding-right: 0;
	}
	.public section.resources > .section_co,
	.private section.presentation > .section_co{
		flex-direction: column;
	}

	.signin #content, .error404 #content, .account #content{
		background:none;
	}
	.signin #content,
	.error404 #content{
		background-image: none;
	}
	.signin #content > .article,
	.error404 #content > .article,
	.account #content > .article{
		flex:2 1 auto;
		min-width: auto;
	}
	.signin #content > .article,
	.error404 #content > .article{
		padding: 10em 5em 0;
	}
	.account #content > .article{
		padding:1em;
	}
	body.page.account #content > .article > .article_co {
		padding-top: 2em;
	}

	.home section.section  {
		width: 100%;
	}

	section.res .section_co > div{
		border-right: none;
	}

	.home section.resources, .home section.lp, .home section.actualites{
		padding:0;
	}

	.private section.presentation div.lettre,
	.private section.presentation div.actualite,
	.private section.presentation div.pratique,
	.public section.resources div.actus,
	.public section.resources div.preview {
		margin:0;
	}
	section.resources .preview > *{
		padding:1em 0 1.5rem;
	}

	.section.offers .section_co {
		flex-direction: column;
	}

	.section.offers .offer {
		width: auto;
		align-self: stretch;
		margin: .5em 0;
	}

	.offer .sticker {
		right: 50%;
		transform: translate(50%);
	}

	.public section.presentation .section_co::before {
		display: block;
		margin: 0.5em auto;
	}

	.public section.resources div.actus a.twitter, section.resources .preview button,
	.home .actualite > div > a, .home .lettre > div > a {
		float: none;
		display: block;
		margin-top: .5em;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}

	.private section.presentation{
		background:none;
		padding: 0;
	}

	.home section.search > .searchInput {
		background-color: #7c8a31;
		padding: 0 1em;
	}
}
@media (max-width: 500px) {
	.signin #content > .article,
	.error404 #content > .article{
		padding: 10em 1em 0;
	}

	label.searchInTitle input+span {
		font-size: .8em;
	}

}
/* === STOP - RESPONSIVE DESIGN ============================================================================ */
