/* <style> /**/

/* ***************************************
	RESET CSS
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background-color: white;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
img {
	border-width:0;
	border-color:transparent;
}
/* keep focus styles for a11y
:focus {
	outline: 0 none;
}*/
ol, ul {
	list-style: none;
}
em, i {
	font-style:italic;
}
ins {
	text-decoration:none;
}
strike, del {
	text-decoration:line-through;
}
strong, b {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* <style> /**/

/* Clearfix */
.clearfix:after,
.elgg-grid:after,
.elgg-layout:after,
.elgg-inner:after,
.elgg-page-header:after,
.elgg-page-footer:after,
.elgg-head:after,
.elgg-foot:after,
.elgg-col:after,
.elgg-col-alt:after,
.elgg-image-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/* Fluid width container that does not wrap floats */
.elgg-body,
.elgg-col-last {
	display: block;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
}

.elgg-body:after,
.elgg-col-last:after {
	display: block;
	visibility: hidden;
	height: 0 !important;
	line-height: 0;
	overflow: hidden;
	
	/* Stretch to fill up available space */
	font-size: xx-large;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

/* ***************************************
 * MENUS
 *
 * To add separators to a menu:
 * .elgg-menu-$menu > li:after {content: '|'; background: ...;}
 *************************************** */
/* Enabled nesting of dropdown/flyout menus */
.elgg-menu > li { position: relative; }

.elgg-menu > li:last-child::after {
	display: none;
}

/* Maximize click target */
.elgg-menu > li > a { display: block }

/* Horizontal menus w/ separator support */
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	vertical-align: middle;
}

/* Allow inline image blocks in horizontal menus */
.elgg-menu-hz .elgg-body:after { content: '.'; }

/* Inline block */
.elgg-gallery > li,
.elgg-button,
.elgg-icon,
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	/* Google says do this, but why? */
	position: relative;

	display: inline-block;
}

/* ***************************************
	Grid
*************************************** */

/*<style>/**/

.elgg-col {
	float: left;
}
.elgg-col-alt {
	float: right;
}
.elgg-col-1of1 {
	float: none;
}
.elgg-col-1of2 {
	width: 50%;
}
.elgg-col-1of3 {
	width: 33.33%;
}
.elgg-col-2of3 {
	width: 66.66%;
}
.elgg-col-1of4 {
	width: 25%;
}
.elgg-col-3of4 {
	width: 75%;
}
.elgg-col-1of5 {
	width: 20%;
}
.elgg-col-2of5 {
	width: 40%;
}
.elgg-col-3of5 {
	width: 60%;
}
.elgg-col-4of5 {
	width: 80%;
}
.elgg-col-1of6 {
	width: 16.66%;
}
.elgg-col-5of6 {
	width: 83.33%;
}
/* <style> /**/

/* ***************************************
	Typography
*************************************** */
body {
	color: #333;
	font-size: 90%;
	line-height: 1.4em;
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
}

a {
	color: #014a96;
}

a:hover,
a.selected { 	color: #555;
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

pre, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 12px;

	background:#EBF5FF;
	color: #000;
	overflow:auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */

	white-space: pre-wrap;
	word-wrap: break-word; /* IE 5.5-7 */

}

pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}

code {
	padding:2px 3px;
}

.elgg-monospace {
	font-family: Monaco, "Courier New", Courier, monospace;
}

blockquote {
	line-height: 1.3em;
	padding: 10px 15px;
	margin: 0 0 15px 0;
	background: #E2F2FE;
	border: 1px solid #A1CBEA;
	border-radius: 3px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #444;

	text-rendering: optimizelegibility;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; line-height: 1.1em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

.elgg-heading-site, .elgg-heading-site:hover {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #FFF;
	text-shadow: 1px 1px 3px #333;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	text-decoration: none;
}
.elgg-heading-main {
	display: inline-block;
	padding-top: 15px;
	margin-right: 10px;
}
.elgg-heading-basic {
	color: #0054A7;
	font-size: 1.2em;
	font-weight: bold;
}

.elgg-subtext {
	color: #666;
	font-size: 85%;
	line-height: 1.4em;
	font-style: italic;
}

.elgg-text-help {
	display: block;
	font-size: 85%;
	font-style: italic;
}

.elgg-quiet {
	color: #666;
}

.elgg-loud {
	color: #0054A7;
}

/* ***************************************
	USER INPUT DISPLAY RESET
*************************************** */
.elgg-output {
	margin-top: 10px;
}

.elgg-output dt { font-weight: bold }
.elgg-output dd { margin: 0 0 1em 1em }

.elgg-output ul, .elgg-output ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
.elgg-output ul {
	list-style-type: disc;
}
.elgg-output ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: .4em;
}
.elgg-output table {
	border: 1px solid #DCDCDC;
	max-width: 100%;
}
.elgg-output table td {
	border: 1px solid #DCDCDC;
	padding: 3px 5px;
}
.elgg-output img {
	max-width: 100%;
	height: auto;
}
/* <style> /**/

/* ***************************************
	Form Elements
*************************************** */
fieldset > div {
	margin-bottom: 15px;
}
fieldset > div:last-child {
	margin-bottom: 0;
}
.elgg-form-alt > fieldset > .elgg-foot {
	border-top: 1px solid #DCDCDC;
	padding: 10px 0;
}
label {
	font-weight: bold;
	color: #333;
	font-size: 110%;
}
label.elgg-state-disabled {
	opacity: 0.6;
}
input, textarea {
	border: 1px solid #DCDCDC;
	color: #666;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 7px 6px;
	width: 100%;
	border-radius: 3px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border: solid 1px #C2C2C2;
	background: #F0F0F0;
	/* We remove outlines from specific input types so we can leave the browser
	   defaults (like glows) for everything else */
	outline: 0 none;
}
.elgg-longtext-control {
	float: right;
	margin-left: 14px;
	font-size: 80%;
	cursor: pointer;
}
.elgg-input-access {
	margin: 5px 0 0 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 3px 0 0;
	padding: 0;
	border: none;
	width: auto;
}
.elgg-input-checkboxes.elgg-horizontal li,
.elgg-input-radios.elgg-horizontal li {
	display: inline;
	padding-right: 10px;
}
select {
	max-width: 100%;
	padding: 4px; 
}
.elgg-form-account {
	margin-bottom: 15px;
}
.elgg-form-login, .elgg-form-account {
	max-width: 475px;
	margin: 0 auto;
}

/* ***************************************
	FRIENDS PICKER
*************************************** */
.friends-picker-main-wrapper {
	margin-bottom: 15px;
}
.friends-picker-container h3 {
	font-size: 4em !important;
	text-align: left;
	margin: 10px 0 20px !important;
	color: #999 !important;
	background: none !important;
	padding:0 !important;
}
.friends-picker .friends-picker-container .panel ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
.friends-picker-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 720px;
}
.friends-picker {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 720px;
	height: auto;
	background-color: #DEDEDE;
	border-radius: 3px;
}
.friendspicker-savebuttons {
	background: #FFF;
	border-radius: 3px;
	margin:0 10px 10px;
}
.friends-picker .friends-picker-container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.friends-picker .friends-picker-container .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 730px;
	margin: 0;
	padding: 0;
}
.friends-picker .friends-picker-container .panel .wrapper {
	margin: 0;
	padding: 4px 10px 10px 10px;
	min-height: 230px;
}
.friends-picker-navigation {
	margin: 10px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #DCDCDC;
}
.friends-picker-navigation ul {
	list-style: none;
	padding-left: 0;
}
.friends-picker-navigation ul li {
	float: left;
	margin: 0;
	background: #FFF;
}
.friends-picker-navigation a {
	font-weight: bold;
	text-align: center;
	background: #FFF;
	color: #999;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 20px;
	border-radius: 3px;
}
.tabHasContent {
	background: #FFF;
	color: #333 !important;
}
.friends-picker-navigation li a:hover {
	background: #333;
	color: #FFF !important;
}
.friends-picker-navigation li a.current {
	background: #5097CF;
	color: #FFF !important;
}
.friends-picker-navigation-l, .friends-picker-navigation-r {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friends-picker-navigation-l a, .friends-picker-navigation-r a {
	display: block;
	height: 40px;
	width: 40px;
}
.friends-picker-navigation-l {
	right: 48px;
	z-index: 1;
}
.friends-picker-navigation-r {
	right: 0;
	z-index: 1;
}
.friends-picker-navigation-l {
	background: url("https://rse.anr.fr/_graphics/friendspicker.png") no-repeat left top;
}
.friends-picker-navigation-r {
	background: url("https://rse.anr.fr/_graphics/friendspicker.png") no-repeat -60px top;
}
.friends-picker-navigation-l:hover {
	background: url("https://rse.anr.fr/_graphics/friendspicker.png") no-repeat left -44px;
}
.friends-picker-navigation-r:hover {
	background: url("https://rse.anr.fr/_graphics/friendspicker.png") no-repeat -60px -44px;
}
.friendspicker-savebuttons .elgg-button-submit,
.friendspicker-savebuttons .elgg-button-cancel {
	margin: 5px 20px 5px 5px;
}
#friendspicker-members-table {
	margin: 10px 0 0;
	padding: 10px 10px 0;
}

/* ***************************************
	AUTOCOMPLETE
*************************************** */
.ui-autocomplete {
	position: absolute;
	cursor: default;
	z-index: 10000;
}
.elgg-autocomplete-item .elgg-body {
	max-width: 600px;
}
.ui-autocomplete {
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	overflow: hidden;
	border-radius: 3px;
}
.ui-autocomplete .ui-menu-item {
	padding: 0px 4px;
	border-radius: 3px;
}
.ui-autocomplete .ui-menu-item:hover {
	background-color: #EEE;
}
.ui-autocomplete a:hover {
	text-decoration: none;
	color: #5097CF;
}
.ui-autocomplete a.ui-state-hover {
	background-color: #EEE;
	display: block;
}

/* ***************************************
	USER PICKER
*************************************** */
.elgg-user-picker-list li:first-child {
	border-top: 1px dotted #ccc;
	margin-top: 5px;
}
.elgg-user-picker-list > li {
	border-bottom: 1px dotted #ccc;
}
.elgg-user-picker.elgg-state-disabled > input,
.elgg-user-picker.elgg-state-disabled > label {
	display: none;
}
.elgg-user-picker-remove {
	cursor: pointer;
}

/* ***************************************
	DATE PICKER
**************************************** */
.ui-datepicker {
	display: none;

	margin-top: 3px;
	background-color: #FFF;
	border: 1px solid #0054A7;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.ui-datepicker-inline {
	box-shadow: none;
}

.ui-datepicker-header {
	position: relative;
	background: #5097CF;
	color: #FFF;
	padding: 2px 0;
	border-bottom: 1px solid #0054A7;
}
.ui-datepicker-header a {
	color: #FFF;
}
.ui-datepicker-prev, .ui-datepicker-next {
	position: absolute;
	top: 3px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 1px 7px;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	text-decoration: none;
}
.ui-datepicker-prev {
	left: 3px;
}
.ui-datepicker-next {
	right: 3px;
}
.ui-datepicker-title {
	line-height: 1.8em;
	margin: 0 30px;
	text-align: center;
	font-weight: bold;
}
.ui-datepicker-calendar {
	margin: 4px;
}
.ui-datepicker th {
	color: #0054A7;
	border: none;
	font-weight: bold;
	padding: 5px 6px;
	text-align: center;
}
.ui-datepicker td {
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 2px;
	line-height: 1.2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #DCDCDC;
	color: #5097CF;;
	background: #FAFAFA;
}
.ui-datepicker-calendar .ui-state-hover {
	border: 1px solid #AAA;
	color: #0054A7;
	background: #EEE;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active.ui-state-hover {
	font-weight: bold;
	border: 1px solid #0054A7;
	color: #0054A7;
	background: #E4ECF5;
}

/* <style> */
.elgg-input-fa {
	font-family:  "Lucida Grande", Arial, Tahoma, Verdana, sans-serif, "FontAwesome";
}
/* <style> /**/

/* **************************
	BUTTONS
************************** */
.elgg-button {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #FFF;
	width: auto;
	padding: 3px 5px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}
.elgg-button:hover,
.elgg-button:focus {
	text-decoration: none;
}
.elgg-button-submit {	
	background: #5db1bc;
}
.elgg-button-submit:hover,
.elgg-button-submit:focus {
	background: #88c7d0;
}
.elgg-button-submit.elgg-state-disabled {
	background: #DEDEDE;
	cursor: default;
}
.elgg-button-cancel {
	background: #FAA51A;
}
.elgg-button-cancel:hover,
.elgg-button-cancel:focus {
	background: #E38F07;
}
.elgg-button-action {
	border: 1px solid rgb(94, 177, 187);
    color: rgb(94, 177, 187);
}
.elgg-button-action:hover,
.elgg-button-action:focus {
	background: #E5E2E2;
	color: rgb(94, 177, 187);
}
.elgg-button-delete {
	background: #FF3300;
}
.elgg-button-delete:hover,
.elgg-button-delete:focus {
	background: #D63006;
}
.elgg-button-dropdown {
	background: none;
	text-decoration: none;
	display: block;
	position: relative;
	margin-left: 0;
	color: #FFF;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.elgg-button-dropdown:hover,
.elgg-button-dropdown:focus,
.elgg-button-dropdown.elgg-state-active {
	color: #FFF;
	background: #60B8F7;
	text-decoration: none;
}
.elgg-button-special {
	background: #42C5B8;
}
.elgg-button-special:hover,
.elgg-button-special:focus {
	background: #5ED9CD;
}
.elgg-button-blue {
	background: #014a96;
}
.elgg-button-blue:hover,
.elgg-button-blue:focus {
	background: #022f5d;
}
/* Use .elgg-size-small or .elgg-size-large for additional sizes */
.elgg-button.elgg-size-small {
	font-size: 12px;
	padding: 4px 8px;
}
.elgg-button.elgg-size-large {
	font-size: 20px;
	padding: 14px 20px;
	margin: 15px 0;
	border-radius: 5px;
}
/* <style> */

/* ***************************************
	ICONS
*************************************** */
.fa {
	color: #CCC;
}
.fa.elgg-icon {
	font-size: 16px;
}

:focus > .fa,
.fa:hover,
.fa-hover {
	color: rgb(94, 177, 187);
}

h1 > .fa,
h2 > .fa,
h3 > .fa,
h4 > .fa,
h5 > .fa,
h6 > .fa {
	font-size: 1em;
}

.elgg-icon {
	min-width: 16px;
	min-height: 16px;
	margin: 0 2px;
}

.elgg-avatar > .elgg-icon-hover-menu {
	display: none;
	position: absolute;
	right: -6px;
	bottom: -2px;
	margin: 0;
	cursor: pointer;
}

.elgg-ajax-loader {
	background: white url(https://rse.anr.fr/_graphics/ajax_loader_bw.gif) no-repeat center center;
	min-height: 31px;
	min-width: 31px;
}

/* ***************************************
	AVATAR ICONS
*************************************** */
.elgg-avatar {
	position: relative;
	display: inline-block;
}
.elgg-avatar > a > img {
	display: block;
}
.elgg-avatar-tiny > a > img {
	width: 25px;
	height: 25px;
	
	/* remove the border-radius if you don't want rounded avatars in supported browsers */
	border-radius: 3px;
	
	background-clip:  border;
	background-size: 25px;
}
.elgg-avatar-small > a > img {
	width: 40px;
	height: 40px;
	
	/* remove the border-radius if you don't want rounded avatars in supported browsers */
	border-radius: 5px;
	
	background-clip:  border;
	background-size: 40px;
}
.elgg-avatar-medium > a > img {
	width: 100px;
	height: 100px;
}
.elgg-avatar-large {
	width: 100%;
}
.elgg-avatar-large > a > img {
	width: 100%;
	height: auto;
}
.elgg-state-banned {
	opacity: 0.5;
}/* <style> /**/

/* ***************************************
	PAGINATION
*************************************** */
.elgg-pagination {
	margin: 20px 0 10px;
	display: block;
	text-align: center;
}
.elgg-pagination li {
	display: inline;
	text-align: center;
	margin-left: -1px;
}
.elgg-pagination li:first-child a,
.elgg-pagination li:first-child span {
	border-radius: 3px 0 0 3px;
}
.elgg-pagination li:last-child a,
.elgg-pagination li:last-child span {
	border-radius: 0 3px 3px 0;
}
.elgg-pagination li:first-child a:before,
.elgg-pagination li:first-child span:before {
	content: "\ab";
	margin-right: 6px;
}
.elgg-pagination li:last-child a:after,
.elgg-pagination li:last-child span:after {
	content: "\bb";
	margin-left: 6px;
}
.elgg-pagination a,
.elgg-pagination span {
	display: inline-block;
	padding: 6px 15px;
	color: #444;
	border: 1px solid #DCDCDC;
}
.elgg-pagination a:hover {
	color: #999;
	text-decoration: none;
}
.elgg-pagination .elgg-state-disabled span {
	color: #CCC;
}
.elgg-pagination .elgg-state-selected span {
	color: #999;
}

/* ***************************************
	TABS
*************************************** */
.elgg-tabs {
	margin-bottom: 5px;
	border-bottom: 1px solid #DCDCDC;
	display: table;
	width: 100%;
}
.elgg-tabs li {
	float: left;
	border: 1px solid #DCDCDC;
	border-bottom: 0;
	background: #eee;
	margin: 0 0 0 5px;
	border-radius: 3px 3px 0 0;
}
.elgg-tabs a {
	text-decoration: none;
	display: block;
	padding: 4px 15px 6px;
	text-align: center;
	height: auto;
	color: #666;
}
.elgg-tabs a:hover {
	background: #DEDEDE;
	color: #444;
}
.elgg-tabs .elgg-state-selected {
	border-color: #DCDCDC;
	background: #FFF;
}
.elgg-tabs .elgg-state-selected a {
	position: relative;
	top: 1px;
	background: #FFF;
}

/* ***************************************
	BREADCRUMBS
*************************************** */
.elgg-breadcrumbs {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0 10px 1px 0;
	color: #BABABA;
}
.elgg-breadcrumbs > li {
	display: inline-block;
}
.elgg-breadcrumbs > li:after {
	content: "\003E";
	padding: 0 4px;
	font-weight: normal;
}
.elgg-breadcrumbs > li > a {
	display: inline-block;
	color: #999;
}
.elgg-breadcrumbs > li > a:hover {
	color: #0054a7;
	text-decoration: underline;
}
.elgg-main .elgg-breadcrumbs {
	position: relative;
	top: -1px;
	left: 0;
}

/* ***************************************
	TOPBAR MENU
*************************************** */
.elgg-menu-topbar {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	float: left;
}

.elgg-menu-topbar > li {
	float: left;
	height: 33px;
}

.elgg-menu-topbar > li > a {
	padding-top: 5px;
	color: #EEE;
	margin: 0 15px;
}

.elgg-menu-topbar > li > a:hover {
	color: #60B8F7;
	text-decoration: none;
}

.elgg-menu-topbar-alt {
	float: right;
}

.elgg-menu-topbar .elgg-icon {
	vertical-align: middle;
	margin-top: -1px;
}

.elgg-menu-topbar > li > a.elgg-topbar-logo {
	margin-top: 0;
	padding-left: 5px;
	width: 38px;
	height: 20px;
}

.elgg-menu-topbar > li > a.elgg-topbar-avatar {
	width: 18px;
	height: 18px;
	padding-top: 7px;
}

/* ***************************************
	SITE MENU
*************************************** */
.elgg-menu-site {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	float: right;
	left: 0;
	top: 0;
	position: relative;
	z-index: 999;
}
.elgg-menu-site > li {
	float: left;
	text-transform: uppercase;
	border-left: 1px solid white;
	font-size: 14px;
	
}
.elgg-menu-site > li > a {
	color: #FFF;
	padding: 0px 5px 25px 5px;
	margin-top: -5px;
	background-image: url('https://rse.anr.fr//mod/override_theme/img/triangle-blanc.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
.elgg-menu-site > li > a:hover {
	text-decoration: none;
}
.elgg-menu-site > .elgg-state-selected > a,
.elgg-menu-site > li:hover > a {
	text-shadow: 1px 0px 0px white;
	background-image: url('https://rse.anr.fr//mod/override_theme/img/triangle-bleu.png');
	color: #FFF;
}
.elgg-menu-site > li:hover{
	
}
.elgg-menu-site > li > ul {
	position: absolute;
	display: none;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	text-align: left;
	top: 44px;
	margin-left: 0;
	width: 180px;

	border-radius: 0 0 3px 3px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.elgg-menu-site > li:hover > ul {
	display: block;
}
.elgg-menu-site-more li {
	width: 180px;
	text-transform: none;
}
.elgg-menu-site-more > li > a {
	padding: 10px 20px;
	background-color: #FFF;
	color: #444;
}
.elgg-menu-site-more > li:last-child > a,
.elgg-menu-site-more > li:last-child > a:hover {
	border-radius: 3px;
}
.elgg-menu-site-more > li.elgg-state-selected > a,
.elgg-menu-site-more > li > a:hover {
	background-image: none !important;
	background-color: #F0F0F0;
	color: #444;
	font-weight: bold;
	text-shadow: none;
}
.elgg-more {
	width: 182px;
}
.elgg-more > a:after {
	content: "\bb";
	margin-left: 6px;
}
/* ***************************************
	TITLE
*************************************** */
.elgg-menu-title {
	float: right;
	margin-top: -1px;
}
.elgg-menu-title > li {
	display: inline-block;
	margin-left: 4px;
}

/* ***************************************
	FILTER MENU
*************************************** */
.elgg-menu-filter {
	margin-bottom: 5px;
	border-bottom: 1px solid #DCDCDC;
	display: table;
	width: 100%;
}
.elgg-menu-filter > li {
	float: left;
	border: 1px solid #DCDCDC;
	border-bottom: 0;
	background: #eee;
	margin: 0 0 0 5px;
	border-radius: 3px 3px 0 0;
}
.elgg-menu-filter > li.elgg-state-selected a:hover {
	background: #FFFFFF;
}
.elgg-menu-filter > li > a {
	text-decoration: none;
	display: block;
	padding: 4px 15px 6px;
	text-align: center;
	height: auto;
	color: #666;
}
.elgg-menu-filter > li > a:hover {
	background: #DEDEDE;
	color: #444;
}
.elgg-menu-filter > .elgg-state-selected {
	border-color: #DCDCDC;
	background: #FFF;
}
.elgg-menu-filter > .elgg-state-selected > a {
	position: relative;
	top: 1px;
	background: #FFF;
}

/* ***************************************
	PAGE MENU
*************************************** */
.elgg-menu-page {
	margin-bottom: 15px;
}
.elgg-menu-page a {
	color: #444;
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 0;
}
.elgg-menu-page a:hover {
	color: #999;
}
.elgg-menu-page li.elgg-state-selected > a {
	color: #999;
	text-decoration: underline;
}
.elgg-menu-page .elgg-child-menu {
	display: none;
	margin-left: 15px;
}
.elgg-menu-page .elgg-state-selected > .elgg-child-menu {
	display: block;
}
.elgg-menu-page .elgg-menu-closed:before, .elgg-menu-opened:before {
	display: inline-block;
	padding-right: 4px;
}
.elgg-menu-page .elgg-menu-closed:before {
	content: "\25B8";
}
.elgg-menu-page .elgg-menu-opened:before {
	content: "\25BE";
}

/* ***************************************
	HOVER MENU
*************************************** */
.elgg-menu-hover {
	display: none;
	position: absolute;
	z-index: 10000;
	overflow: hidden;
	min-width: 180px;
	max-width: 250px;
	border: 1px solid #DEDEDE;
	background-color: #FFF;

	border-radius: 0 3px 3px 3px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.elgg-menu-hover > li {
	border-bottom: 1px solid #ddd;
}
.elgg-menu-hover > li:last-child {
	border-bottom: none;
}
.elgg-menu-hover .elgg-heading-basic {
	display: block;
}
.elgg-menu-hover > li a {
	padding: 6px 18px;
}
.elgg-menu-hover a:hover {
	background-color: #F0F0F0;
	text-decoration: none;
}
.elgg-menu-hover-admin a {
	color: #FF0000;
}
.elgg-menu-hover-admin a:hover {
	color: #FFF;
	background-color: #FF0000;
}

/* ***************************************
	SITE FOOTER
*************************************** */
.elgg-menu-footer > li,
.elgg-menu-footer > li > a {
	display: inline-block;
	color: white;
}

.elgg-menu-footer > li:after {
	content: "\007C";
	padding: 0 6px;
}

.elgg-menu-footer-default {
	float: right;
	margin-right: 20px;
}

.elgg-menu-footer-alt {
	float: left;
}

.elgg-menu-footer-meta {
	float: left;
	margin-left: 20px;
}

/* ***************************************
	GENERAL MENU
*************************************** */
.elgg-menu-general > li,
.elgg-menu-general > li > a {
	display: inline-block;
	color: #999;
}

.elgg-menu-general > li:after {
	content: "\007C";
	padding: 0 6px;
}

/* ***************************************
	ENTITY AND ANNOTATION
*************************************** */
.elgg-menu-entity, .elgg-menu-annotation {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #AAA;
	line-height: 16px;
	height: auto;
}
.elgg-menu-entity > li, .elgg-menu-annotation > li {
	margin-left: 15px;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	color: #AAA;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	display: block;
}
.elgg-menu-entity > li > span, .elgg-menu-annotation > li > span {
	vertical-align: baseline;
}

/* ***************************************
	OWNER BLOCK
*************************************** */
.elgg-menu-owner-block li a {
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 0;
	color: #444;
}
.elgg-menu-owner-block li a:hover {
	color: #999;
}
.elgg-menu-owner-block li.elgg-state-selected > a {
	color: #999;
	text-decoration: underline;
}

/* ***************************************
	LONGTEXT
*************************************** */
.elgg-menu-longtext {
	float: right;
}

/* ***************************************
	RIVER
*************************************** */
.elgg-menu-river {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #AAA;
	line-height: 16px;
	height: 16px;
}
.elgg-menu-river > li {
	display: inline-block;
	margin-left: 5px;
}
.elgg-menu-river > li > a {
	color: #AAA;
	height: 16px;
}
.elgg-menu-river > li > a {
	display: block;
}
.elgg-menu-river > li > span {
	vertical-align: baseline;
}

/* ***************************************
	SIDEBAR EXTRAS (rss, bookmark, etc)
*************************************** */
.elgg-menu-extras {
	margin-bottom: 15px;
}
.elgg-menu-extras li {
	padding-right: 5px;
}

/* ***************************************
	WIDGET MENU
*************************************** */
.elgg-menu-widget > li {
	position: absolute;
	top: 8px;
	display: inline-block;
	width: 18px;
	height: 18px;
}
.elgg-menu-widget > .elgg-menu-item-collapse {
	left: 10px;
}
.elgg-menu-widget > .elgg-menu-item-delete {
	right: 10px;
}
.elgg-menu-widget > .elgg-menu-item-settings {
	right: 32px;
}
/* <style> /**/

/* ***************************************
	Modules
*************************************** */
.elgg-module {
	overflow: hidden;
	margin-bottom: 20px;
}

/* Aside */
.elgg-module-aside .elgg-head {
	border-bottom: 1px solid #DCDCDC;

	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Info */
.elgg-module-info > .elgg-head {
	background-color: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	box-shadow: inset 0 0 1px #FFFFFF;
}
.elgg-module-info > .elgg-head * {
	color: #444;
}

/* Popup */
.elgg-module-popup {
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	z-index: 9999;
	margin-bottom: 0;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.elgg-module-popup > .elgg-head {
	margin-bottom: 5px;
}
.elgg-module-popup > .elgg-head * {
	color: #0054A7;
}

/* Dropdown */
.elgg-module-dropdown {
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	border-radius: 0 0 3px 3px;
	display:none;
	width: 240px;
	padding: 20px;
	margin-right: 0;
	z-index: 100;
	position: absolute;
	right: 0;
	top: 100%;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}

/* Featured */
.elgg-module-featured {
	border: 1px solid #DCDCDC;
	border-radius: 3px;
}
.elgg-module-featured > .elgg-head {
	background-color: #F0F0F0;
	padding: 10px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
	box-shadow: inset 0 0 1px #FFFFFF;
}
.elgg-module-featured > .elgg-head * {
	color: #666;
}
.elgg-module-featured > .elgg-body {
	padding: 10px;
}

/* ***************************************
	Widgets
*************************************** */
.elgg-widgets {
	min-height: 30px;
}
.elgg-widget-add-control {
	text-align: right;
	margin: 0 5px 15px;
}
.elgg-widget-add-control .elgg-button {
	display: inline;
}
.elgg-widgets-add-panel {
	padding: 10px;
	margin: 0 5px 15px;
	background: #DEDEDE;
	border: 2px solid #ccc;
}
.elgg-widgets-add-panel li {
	float: left;
	margin: 2px 10px;
	width: 200px;
	padding: 4px;
	background-color: #CCC;
	border: 2px solid #B0B0B0;
	font-weight: bold;
}
.elgg-widgets-add-panel li a {
	display: block;
}
.elgg-widgets-add-panel .elgg-state-available {
	color: #333;
	cursor: pointer;
}
.elgg-widgets-add-panel .elgg-state-available:hover {
	background-color: #BCBCBC;
}
.elgg-widgets-add-panel .elgg-state-unavailable {
	color: #888;
}

.elgg-module-widget {
	border: 1px solid #DCDCDC;
	margin: 0 10px 15px;
	position: relative;
}
.elgg-module-widget:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.elgg-module-widget > .elgg-head {
	background-color: #F0F0F0;
	padding: 10px 0;
	height: auto;
	overflow: hidden;
	box-shadow: inset 0 0 1px #FFFFFF;
}
.elgg-module-widget > .elgg-head h3 {
	float: left;
	padding: 0 45px 0 30px;
	color: #666;
}
.elgg-module-widget.elgg-state-draggable .elgg-widget-handle {
	cursor: move;
}
a.elgg-widget-collapse-button {
	color: #C5C5C5;
}
a.elgg-widget-collapse-button:hover,
a.elgg-widget-collapsed:hover {
	color: #9D9D9D;
	text-decoration: none;
}
a.elgg-widget-collapse-button:before {
	content: "\25BC";
}
a.elgg-widget-collapsed:before {
	content: "\25BA";
}
.elgg-module-widget > .elgg-body {
	background-color: #FFF;
	width: 100%;
	overflow: auto;
	border-top: 1px solid #DCDCDC;
}
.elgg-widget-edit {
	display: none;
	width: auto;
	padding: 10px;
	border-bottom: 1px solid #DCDCDC;
	background-color: #F9F9F9;
}
.elgg-widget-content {
	padding: 10px;
}
.elgg-widget-placeholder {
	border: 1px dashed #DEDEDE;
	margin-bottom: 15px;
}
/* <style> /**/

/* ***************************************
	Image Block
*************************************** */
.elgg-image-block {
	padding: 10px 0;
}
.elgg-image-block .elgg-image {
	float: left;
	margin-right: 8px;
}
.elgg-image-block .elgg-image-alt {
	float: right;
	margin-left: 8px;
}

/* ***************************************
	List
*************************************** */
.elgg-list {
	margin: 5px 0;
	clear: both;
}
.elgg-list > li {
	border-bottom: 1px solid #DCDCDC;
}
.elgg-item h3 a {
	padding-bottom: 4px;
}
.elgg-item > .elgg-subtext {
	margin-bottom: 4px;
}
.elgg-item .elgg-content {
	margin: 10px 0;
}
.elgg-content {
	clear: both;
}

/* ***************************************
	Gallery
*************************************** */
.elgg-gallery {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
.elgg-gallery td {
	padding: 5px;
}
.elgg-gallery-fluid > li {
	float: left;
}
.elgg-gallery-users > li {
	margin: 0 2px;
}

/* ***************************************
	Tables
*************************************** */
.elgg-table {
	width: 100%;
	border-top: 1px solid #DCDCDC;
}
.elgg-table td, .elgg-table th {
	padding: 4px 8px;
	border: 1px solid #DCDCDC;
}
.elgg-table th {
	background-color: #DDD;
}
.elgg-table tr:nth-child(odd), .elgg-table tr.odd {
	background-color: #FFF;
}
.elgg-table tr:nth-child(even), .elgg-table tr.even {
	background-color: #F0F0F0;
}
.elgg-table-alt {
	width: 100%;
	border-top: 1px solid #DCDCDC;
}
.elgg-table-alt th {
	background-color: #EEE;
	font-weight: bold;
}
.elgg-table-alt td, .elgg-table-alt th {
	padding: 6px 0;
	border-bottom: 1px solid #DCDCDC;
}
.elgg-table-alt td:first-child {
	width: 200px;
}
.elgg-table-alt tr:hover {
	background: #E4E4E4;
}

/* ***************************************
	Owner Block
*************************************** */
.elgg-owner-block {
	margin-bottom: 20px;
}

/* ***************************************
	Messages
*************************************** */
.elgg-message {
	color: #FFF;
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	opacity: 0.9;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
.elgg-state-success {
	background-color: #090;
}
.elgg-state-error {
	background-color: #F00;
}
.elgg-state-notice {
	background-color: #5097CF;
}
.elgg-message a {
	color: inherit;
	text-decoration: underline;
}
.elgg-box-error {
	margin-top: 10px;
	padding: 20px;
	color: #B94A48;
	background-color: #F8E8E8;
	border: 1px solid #E5B7B5;
	border-radius: 5px;
}
.elgg-box {
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
}
.elgg-box.elgg-state-error {
	color: #B94A48;
	background-color: #F8E8E8;
	border: 1px solid #E5B7B5;
}
.elgg-box.elgg-state-notice {
	color: #3B8BC9;
	background-color: #E7F1F9;
	border: 1px solid #B1D1E9;
}
.elgg-box.elgg-state-success {
	color: #397F2E;
	background-color: #EAF8E8;
	border: 1px solid #AADEA2;
}
.elgg-box.elgg-state-warning {
	color: #6B420F;
	background-color: #FCF8E4;
	border: 1px solid #EDDC7D;
}

/* ***************************************
	River
*************************************** */
.elgg-river-layout .elgg-list-river {
	border-top: 1px solid #DCDCDC;
}
.elgg-list-river > li {
	border-bottom: 1px solid #DCDCDC;
}
.elgg-river-item .elgg-pict {
	margin-right: 20px;
}
.elgg-river-timestamp {
	color: #666;
	font-size: 85%;
	font-style: italic;
	line-height: 1.2em;
}

.elgg-river-attachments,
.elgg-river-message,
.elgg-river-content {
	border-left: 1px solid #DCDCDC;
	margin: 8px 0 5px 0;
	padding-left: 8px;
}
.elgg-river-attachments .elgg-avatar,
.elgg-river-attachments .elgg-icon {
	float: left;
}
.elgg-river-attachments .elgg-icon-arrow-right {
	margin: 3px 8px 0;
}
.elgg-river-layout .elgg-input-dropdown {
	float: right;
	margin: 10px 0;
}

.elgg-river-comments {
	position: relative;
	margin: 20px 0 0 0;
	border-top: 1px solid #DCDCDC;
}
.elgg-river-comments > li {
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 1px 1px;
	padding: 4px 10px;
}
.elgg-river-comments li .elgg-output {
	padding-right: 5px;
}
.elgg-river-comments .elgg-media {
	padding: 0;
}
.elgg-river-more {
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 1px 1px;	
	padding: 5px 10px;
	font-size: 85%;
}

.elgg-river-item form {
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 1px 1px;
	padding: 6px;
	height: auto;
}
.elgg-river-item input[type=text] {
	width: 78%;
}
.elgg-river-item input[type=submit] {
	margin: 0 0 0 10px;
}

/* **************************************
	Comments (from elgg_view_comments)
************************************** */
.elgg-comments {
	margin-top: 25px;
}
.elgg-comments .elgg-list {
	position: relative;
    border-top: 1px solid #DCDCDC;
}
.elgg-comments .elgg-list > li {
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 0 1px 1px 1px;
	padding: 4px 10px;
}
.elgg-comments > form {
	margin-top: 15px;
}

/* Comment highlighting that automatically fades away */
.elgg-comments .elgg-state-highlight {
	-webkit-animation: comment-highlight 5s; /* Chrome, Safari, Opera */
	animation: comment-highlight 5s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes comment-highlight {
	from {background: #dff2ff;}
	to {background: white;}
}
/* Standard syntax */
@keyframes comment-highlight {
	from {background: #dff2ff;}
	to {background: white;}
}

/* **************************************
	Comments triangle
************************************** */
.elgg-comments .elgg-list:after,
.elgg-comments .elgg-list:before,
.elgg-river-comments:after,
.elgg-river-comments:before {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.elgg-comments .elgg-list:after,
.elgg-river-comments:after {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}
.elgg-comments .elgg-list:before,
.elgg-river-comments:before {
	border-color: rgba(220, 220, 220, 0);
	border-bottom-color: #DCDCDC;
	border-width: 9px;
	margin-left: -9px;
}

/* ***************************************
	Image-related
*************************************** */
.elgg-photo {
	border: 1px solid #DCDCDC;
	padding: 3px;
	background-color: #FFF;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	max-width: 100%;
	height: auto;
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags {
	font-size: 85%;
}
.elgg-tags > li {
	float:left;
	margin-right: 5px;
}
.elgg-tags li.elgg-tag:after {
	content: ",";
}
.elgg-tags li.elgg-tag:last-child:after {
	content: "";
}
/* <style> /**/

/* ***************************************
	PAGE LAYOUT
*************************************** */
/***** DEFAULT LAYOUT ******/
.elgg-page-default {
	min-width: 800px;
}
.elgg-page-default .elgg-page-header > .elgg-inner {
	max-width: 1200px;
	margin: 0 auto;
	min-height: 65px;
}
.elgg-page-default .elgg-page-navbar > .elgg-inner {
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}
.elgg-page-default .elgg-page-body > .elgg-inner {
	max-width: 1200px;
	margin: 0 auto;
	background-color: white;
	box-shadow: 10px 0 20px 0px rgba(123, 123, 123, 0.25),-10px 0 20px 0px rgba(123, 123, 123, 0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.elgg-page-default .elgg-page-footer > .elgg-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 19px 0;
	box-shadow: 10px 0 20px 0px rgba(123, 123, 123, 0.25),-10px 0 20px 0px rgba(123, 123, 123, 0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/***** TOPBAR ******/
.elgg-page-topbar {
	background: #014a96;
	padding: 0 20px;
	position: relative;
	height: 32px;
	z-index: 9000;
}

/***** PAGE MESSAGES ******/
.elgg-system-messages {
	position: fixed;
	top: 32px;
	right: 20px;
	max-width: 500px;
	z-index: 2000;
}
.elgg-system-messages li {
	margin-top: 10px;
}
.elgg-system-messages li p {
	margin: 0;
}

/***** PAGE HEADER ******/
.elgg-page-header {
	padding: 33px 20px 27px;
	position: relative;
	background-image: url("https://rse.anr.fr//mod/override_theme/img/banniere_bleu_triangle2.jpg");
	background-position:center;
        background-repeat: no-repeat;
}
.elgg-page-header > .elgg-inner {
	position: relative;
}
/***** PAGE NAVBAR ******/
.elgg-page-navbar {
	padding: 0 20px;
	position: relative;
	margin-top: -40px;
}
.elgg-page-navbar > .elgg-inner {
	position: relative;
}

/***** PAGE BODY LAYOUT ******/
.elgg-layout {
	min-height: 360px;
	margin-right: 30px;
	margin-left: 30px;
}
.elgg-layout-widgets > .elgg-widgets {
	float: right;
}
.elgg-sidebar {
	position: relative;
	padding: 32px 0 20px 30px;
	float: right;
	width: 21.212121%;
	margin: 0;
	border-left: 1px solid #EBEBEB;
}
.elgg-sidebar-alt {
	position: relative;
	padding: 32px 30px 20px 0;
	float: left;
	width: 16.161616%;
	margin: 0 30px 0 0;
	border-right: 1px solid #EBEBEB;
}
.elgg-main {
	position: relative;
	min-height: 360px;
	padding: 20px 0 10px 0;
}
.elgg-main > .elgg-head {
	padding-bottom: 5px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
}
.elgg-layout-one-sidebar .elgg-main {
	float: left;
	width: 72.525252%;
}
.elgg-layout-two-sidebar .elgg-main {
	float: left;
	width: 50.101010%;
}

/***** PAGE FOOTER ******/
.elgg-page-footer {
	color: #999;
	position: relative;
	background-color: rgb(94, 177, 187);
}

.elgg-page-footer a:hover {
	text-shadow: 1px 0px 0px white;
}
/* <style> /**/

/* ***************************************
	MISC
*************************************** */
#login-dropdown {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#login-dropdown a {
	padding: 14px 18px;
}

/* ***************************************
	AVATAR UPLOADING & CROPPING
*************************************** */

#current-user-avatar {
	border-right: 1px solid #EBEBEB;
}
#avatar-croppingtool {
	border-top: 1px solid #DCDCDC;
}
#user-avatar-cropper {
	float: left;
}
#user-avatar-preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

/* ***************************************
	FRIENDS COLLECTIONS
*************************************** */

#friends_collections_accordian li {
	color: #666;
}
#friends_collections_accordian li h2 {
	border-radius: 3px;
	background: none repeat scroll 0 0 #F0F0F0;
	color: #444;
	cursor: pointer;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 10px;
}
#friends_collections_accordian li h2:hover {
	background-color: #E5E5E5;
}
#friends_collections_accordian .friends_collections_controls {
	float: right;
	font-size: 70%;
}
#friends_collections_accordian .friends-picker-main-wrapper {
	background: none repeat scroll 0 0 #FFF;
	display: none;
	padding: 0;
}
/* ***************************************
	FIXED POSITION AJAX INDICATOR
*************************************** */

.elgg-spinner {
    /* general spinner styles */
    background: #fff;
    padding: 10px;
    border: 1px solid #CCC;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    /* negative half the width for proper centering */
    margin-left: -25.5px;

    position: fixed;
    top: 0;
    z-index: 10000;

    /* transitioned values */
    left: -10000px;
    opacity: 0;

    /* fade out over 300ms, then jump offscreen */
    -webkit-transition: opacity 300ms ease-in-out, left 0s linear 300ms;
    transition: opacity 300ms ease-in-out, left 0s linear 300ms;
}

.elgg-spinner-active .elgg-spinner {
    left: 50%;
    opacity: 1;

    /* set values immediately */
    -webkit-transition: opacity 0s, left 0s;
    transition: opacity 0s, left 0s;
}
/* <style> /**/

.clearfloat { 
	clear: both;
}

.hidden,
.elgg-page .hidden {
	display: none;
}

.centered {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.float {
	float: left;
}

.float-alt {
	float: right;
}

.link {
	cursor: pointer;
}

.elgg-discover .elgg-discoverable {
	display: none;
}

.elgg-discover:hover .elgg-discoverable {
	display: block;
}

.elgg-transition:hover,
.elgg-transition:focus,
:focus > .elgg-transition {
	opacity: .7;
}

/* ***************************************
	BORDERS AND SEPARATORS
*************************************** */
.elgg-border-plain {
	border: 1px solid #eeeeee;
}
.elgg-border-transition {
	border: 1px solid #eeeeee;
}
.elgg-divide-top {
	border-top: 1px solid #CCCCCC;
}
.elgg-divide-bottom {
	border-bottom: 1px solid #CCCCCC;
}
.elgg-divide-left {
	border-left: 1px solid #CCCCCC;
}
.elgg-divide-right {
	border-right: 1px solid #CCCCCC;
}

/* ***************************************
	Spacing (from OOCSS)
*************************************** */
/* Padding */
.pan{padding:0}
.prn, .phn{padding-right:0}
.pln, .phn{padding-left:0}
.ptn, .pvn{padding-top:0}
.pbn, .pvn{padding-bottom:0}

.pas{padding:5px}
.prs, .phs{padding-right:5px}
.pls, .phs{padding-left:5px}
.pts, .pvs{padding-top:5px}
.pbs, .pvs{padding-bottom:5px}

.pam{padding:10px}
.prm, .phm{padding-right:10px}
.plm, .phm{padding-left:10px}
.ptm, .pvm{padding-top:10px}
.pbm, .pvm{padding-bottom:10px}

.pal{padding:20px}
.prl, .phl{padding-right:20px}
.pll, .phl{padding-left:20px}
.ptl, .pvl{padding-top:20px}
.pbl, .pvl{padding-bottom:20px}

/* Margin */
.man{margin:0}
.mrn, .mhn{margin-right:0}
.mln, .mhn{margin-left:0}
.mtn, .mvn{margin-top:0}
.mbn, .mvn{margin-bottom:0}

.mas{margin:5px}
.mrs, .mhs{margin-right:5px}
.mls, .mhs{margin-left:5px}
.mts, .mvs{margin-top:5px}
.mbs, .mvs{margin-bottom:5px}

.mam{margin:10px}
.mrm, .mhm{margin-right:10px}
.mlm, .mhm{margin-left:10px}
.mtm, .mvm{margin-top:10px}
.mbm, .mvm{margin-bottom:10px}

.mal{margin:20px}
.mrl, .mhl{margin-right:20px}
.mll, .mhl{margin-left:20px}
.mtl, .mvl{margin-top:20px}
.mbl, .mvl{margin-bottom:20px}/* <style> /**/
/* ***************************************
	Profile
*************************************** */
.profile {
	float: left;
	margin-bottom: 15px;
}
.profile .elgg-inner {
	border: 1px solid #DCDCDC;
	border-radius: 3px;
}
#profile-details {
	padding: 15px;
}

/*** ownerblock ***/
#profile-owner-block {
	width: 200px;
	float: left;
	border-right: 1px solid #DCDCDC;
	padding: 15px;
}
#profile-owner-block .large {
	margin-bottom: 10px;
}
#profile-owner-block a.elgg-button-action {
	margin-bottom: 4px;
	display: table;
}
.profile-admin-menu {
	display: none;
}
.profile-admin-menu-wrapper a {
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 16px;
}
.profile-admin-menu-wrapper:before {
	content: "\00BB";
	float: left;
	padding-top: 1px;
}
.profile-admin-menu-wrapper li a {
	color: #FF0000;
	margin-bottom: 0;
}
.profile-admin-menu-wrapper a:hover {
	color: #000;
}
/*** profile details ***/
#profile-details .wire-status {
	margin-top: 10px;
}
#profile-details .odd {
	border-bottom: 1px solid #DCDCDC;
	margin: 0;
	padding: 5px 0;
}
#profile-details .even {
	border-bottom: 1px solid #DCDCDC;
	margin: 0;
	padding: 5px 0;
}
.profile-aboutme-title {
	margin: 0;
	padding: 5px 4px 2px 0;
}
.profile-aboutme-contents {
	padding: 0;
}
.profile-banned-user {
	margin: 10px 0;
	padding: 20px;
	color: #B94A48;
	background-color: #F8E8E8;
	border: 1px solid #E5B7B5;
	border-radius: 5px;
}
.profile-banned-user h4 {
	color: #B94A48;
}.elgg-icon-bookmark {
	background: transparent url(https://rse.anr.fr/mod/bookmarks/graphics/bookmark.gif);
}/* CKEditor */

.cke {
	clear: right;
}

.cke_bottom .cke_wordcount {
	float: left;
}

.cke_bottom .cke_path {
	float: right;
}

#dashboard-info {
	border: 2px solid #dedede;
	margin-bottom: 15px;
}

@media (max-width : 820px){
	.elgg-widgets {
			width: 100% !important;
		}
}
/*<style>*/
/*** Elgg Developer Tools ***/
#developers-iframe {
	width: 100%;
	height: 600px;
	border: none;
}
#developer-settings-form label {
	margin-right: 5px;
}
.elgg-page .jstree-default.jstree-focused {
	background-color: transparent;
}
.developers-log {
	background-color: #EBF5FF;
	border: 1px solid #999;
	color: #666;
	padding: 20px;
}
.developers-gear {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	cursor: pointer;
	padding: 5px 8px;
}
.developers-gear-popup {
	text-align: right;
}
.developers-gear-popup > section {
	display: inline-block;
	width: 16em;
	padding: 0 20px 20px 0;
	text-align: left;
	vertical-align: top;
}
.developers-gear-popup > section.developers-form {
	width: 20em;
}
.developers-gear-popup h2 {
	margin-bottom: 10px;
}
.developers-gear-popup .elgg-child-menu {
	margin-left: 20px;
	margin-bottom: 10px;
}
.developers-gear-popup .elgg-menu-parent,
.developers-gear-popup .elgg-menu-parent:hover {
	color: #000;
	text-decoration: none;
	cursor: default;
}
.developers-gear-popup .elgg-text-help {
	display: none;
}
.developers-gear-popup label {
	font-weight: inherit;
	font-size: inherit;
}
.developers-gear-popup fieldset > div {
	margin-bottom: 10px;
}
.developers-gear-popup #developer-settings-form  label .elgg-icon-info,
.developers-gear-popup #developer-settings-form  label .elgg-text-help {
	margin-left: 10px;
	vertical-align: text-top;
	cursor: pointer;
}
.developers-gear-popup #developer-settings-form .elgg-foot {
	margin-top: 15px;
	margin-bottom: 0;
}.embed-wrapper {
	width: 730px;
	min-height: 400px;
}
.embed-wrapper h2 {
	color: #333333;
	margin-bottom: 10px;
}
.embed-wrapper .elgg-item {
	cursor: pointer;
}

/* ***************************************
	EMBED TABBED PAGE NAVIGATION
*************************************** */
.embed-wrapper .elgg-tabs a:hover {
	color: #666;
}

.embed-wrapper p {
	color: #333;
}
.embed-item {
	padding-left: 5px;
	padding-right: 5px;
}
.embed-item:hover {
	background-color: #eee;
}
.file-photo {
	text-align: center;
	margin: 15px 0;
}
.file-gallery-item {
	text-align: center;
	width: 165px;
}
.groups-profile > .elgg-image {
	margin-right: 20px;
}
.groups-stats {
	margin-top: 10px;
}
.groups-stats p {
	margin-bottom: 2px;
}
.groups-profile-fields div:first-child {
	padding-top: 0;
}

.groups-profile-fields .odd,
.groups-profile-fields .even {
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 0;
	margin-bottom: 0;
}

.groups-profile-fields .elgg-output {
	margin: 0;
}

#groups-tools > li {
	width: 48%;
	min-height: 200px;
	margin-bottom: 40px;
}

#groups-tools > li:nth-child(odd) {
	margin-right: 4%;
}

.groups-widget-viewall {
	float: right;
	font-size: 85%;
}

.groups-latest-reply {
	float: right;
}

.elgg-menu-groups-my-status li a {
	color: #444;
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 0;
}
.elgg-menu-groups-my-status li a:hover {
	color: #999;
}
.elgg-menu-groups-my-status li.elgg-state-selected > a {
	color: #999;
}

/* ***************************************
	Likes
*************************************** */
.elgg-likes-popup {
	width: 345px;
}

.elgg-menu .elgg-menu-item-likes-count {
	margin-left: 3px;
}

.messageboard-input {
	height: 100px;
}

.messages-container {
	min-height: 200px;
}
.message.unread a {
	color: #D40005;
}
.messages-buttonbank {
	text-align: right;
}
.messages-buttonbank input {
	margin-left: 10px;
}

/*** message metadata ***/
.messages-owner {
	float: left;
	width: 20%;
	margin-right: 2%;
}
.messages-subject {
	float: left;
	width: 55%;
	margin-right: 2%;
}
.messages-timestamp {
	float: left;
	width: 14%;
	margin-right: 2%;
}
.messages-delete {
	float: left;
	width: 5%;
}
/*** topbar icon ***/
.messages-new {
	color: #FFF;
	background-color: #FF0000;
	border-radius: 10px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
	position: absolute;
	text-align: center;
	line-height: 14px;
	top: 4px;
	left: 26px;
	min-width: 16px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
}

#notificationstable td.namefield {
	width:250px;
	text-align: left;
	vertical-align: middle;
}
#notificationstable td.namefield p {
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;
	padding:5px 0 5px 0;
}
#notificationstable td.namefield p.namefieldlink {
	margin:5px 0 0 0;
}
#notificationstable td.namefield a img {
	float:left;
	width:25px;
	height:25px;
	margin:5px 10px 5px 5px;
}
#notificationstable td.emailtogglefield,
#notificationstable td.smstogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.spacercolumn {
	width:30px;
}
#notificationstable td {
	border-bottom: 1px solid #DCDCDC;
	padding: 6px 0;
}
#notificationstable td.emailtogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.emailtogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
}
#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
}
#notificationstable td.emailtogglefield a.emailtoggleOff {
	background: url(https://rse.anr.fr/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(https://rse.anr.fr/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(https://rse.anr.fr/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(https://rse.anr.fr/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right -37px;
}
.notification_friends,
.notification_personal,
.notifications_per_user {
	margin-bottom: 25px;
}




.pages-nav a {
	color: #444;
}
.pages-nav.treeview ul {
	background-color: transparent;
}
.pages-nav.treeview a.selected {
	color: #999;
	background: none;
}
.pages-nav.treeview .hover {
	color: #999;
}
/* Reported Content */
.elgg-icon-report-this {
	background: url(https://rse.anr.fr/mod/reportedcontent/graphics/icon_reportthis.gif) no-repeat left top;
}

/**********************************
Search plugin
***********************************/
.elgg-search-header {
	display: block;
	position: relative;
	margin-top : 22px;
	width: 300px;
	float: right;
	background-image: url("https://rse.anr.fr//mod/override_theme/img/search.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 28px;
}
.elgg-search input[type=text] {
	width: 100%;
	height: 23px;
	border: none;
	border-radius: 0px;
	font-size: 11px;
}
.elgg-search input[type=submit] {
	display: none;
}
.search-list li {
	padding: 5px 0 0;
}
.search-heading-category {
	margin-top: 20px;
	color: #666;
}

.search-highlight {
	background-color: #BBDAF7;
}
.search-highlight-color1 {
	background-color: #BBDAF7;
}
.search-highlight-color2 {
	background-color: #A0FFFF;
}
.search-highlight-color3 {
	background-color: #FDFFC3;
}
.search-highlight-color4 {
	background-color: #CCC;
}
.search-highlight-color5 {
	background-color: #08A7E7;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(https://rse.anr.fr/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(https://rse.anr.fr/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right -37px;
}
.site-notifications-buttonbank {
	text-align: right;
}
.site-notifications-buttonbank input {
	margin-left: 10px;
}.elgg-tagcloud {
	text-align: justify;
	margin-bottom: 5px;
}

.login_with_twitter {
	padding: 10px 0 0 0;
}

.twitter-secret {
	width: 400px;
}/* ZAudio */
.zaudio {
	margin: 10px 0;
}
/* <style> /**/

/* ***************************************
	HOMEPAGE
*****************************************/

.homepage-bottom{
	padding: 9px 20px 15px 20px;
}
.homepage-right{
	max-width: 540px;
	float: right;
}
.homepage-right-content{
	border: 1px solid rgb(94, 177, 187);
}
.activite-homepage{
	overflow-y: scroll;
	font-size: 12px;
	padding : 0px 13px 13px 13px;
	max-height: 482px;
}
.homepage-left{
	float: left;
	width: 600px;
}
.agenda-homepage{
	float: left;
	width: 290px;
}
.agenda-homepage-content{
	border: 1px solid rgb(94, 177, 187);
	height: 165px;
}
.mouvement-homepage{
	float: right;
	width: 290px;
}
.mouvement-homepage-content{
	height: 165px;
	border: 1px solid rgb(94, 177, 187);
}
.chiffrescles-homepage{
	margin-top: 20px;
	border: 1px solid rgb(94, 177, 187);
}
.reunions-homepage{
	float: left;
}
.conges-homepage{
	float: left;
}
.sociaux-homepage{
	float: left;
	margin-top:20px;
	width: 290px;
	margin-right: 20px;
}
.chiffrescles-homepage{
	width: 288px;
	height: 196px;
	max-width: 288px;
}
.linkedin-homepage{
	float: left;
	display: block;
	margin-left: 10px;
	max-width: 30%;
}
.anrsite-homepage{
	float: right;
	display: block;
	margin-right: 10px;
	max-width: 30%;
}
.twitter-homepage{
	margin-top: 15px;
	float: right;
	width: 290px;
}
.twitter-homepage-content{
	border: 1px solid rgb(94, 177, 187);
	min-height: 312px;
	height: 312px;
}
.twitter-homepage-content iframe{
    min-height: 312px !important;
}
.title-homepage{
	border-bottom: 1px solid rgb(94, 177, 187);
	color: rgb(136, 207, 213);
	text-align: center;
	display: block;
	padding: 11px;
	font-weight: bold;
	font-size: 15px;
}
.logo-homepage{
	display: block;
	margin: 0 auto;
	max-width: 30%;
}
.logo-click{
	cursor: pointer;
}

.blocbt-homepage{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	float: left;
	margin-top: 20px;
}

@media (max-width: 638px) {
    .blocbt-homepage{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400px) {
    .blocbt-homepage{
        grid-template-columns: repeat(1, 1fr);
    }
}

.blocbt-homepage a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #014a96;
}

.blocbt-homepage a img {
    width: 100%;
    margin-bottom: 20px;
    object-fit: contain;
    max-height: 60px;
}

.blocbt-homepage a p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
}

.agenda-event{
	min-height: 60px;
	border-bottom: 1px solid rgb(218,218,218);
	overflow: hidden;
}
.list-events{
	overflow-y: scroll;
	height: 122px;
}
.event-date{
	margin-top: 8px;
	display: block;
	margin-left: 10px;
	color: rgb(136,205,212);
}
.event-date-month-and-day{
	font-weight: bold;
	color: white;
	background-color: rgb(86,86,86);
	padding: 2px 3px;
	font-size: 11px;
	margin-right: 2px;
}
.event-date-year{
	font-weight: bold;
	color: white;
	background-color: rgb(136,205,212);
	padding: 2px 5px;
	font-size: 11px;
}
.event-title{
	display: block;
	margin-left: 10px;
	color: #014a96;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 2px;
}
.no-event{
	text-align: center;
	margin-top: 48px;
	font-size: 15px;
	color: #014a96;
	font-weight: bold;
}
.list-events a{
	color: initial;
	text-decoration: initial;
}
.list-mouvements{
	height: 122px;
}
.no-mouvement{
	text-align: center;
	margin-top: 48px;
	font-size: 15px;
	color: #014a96;
	font-weight: bold;
}
.mouvement{
	height: 122px;
}
.bloc-img img{
    display: inline-block;
    vertical-align: middle; 
    max-width: 100%;
    max-height: 100%;
}
.bloc-img{
    height: 100px;
    text-align: center;
    width: 100px;
    max-width: 40%;
    float: left;
    margin: 10px;
}
.bloc-img:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.mouvement p{
	color: rgb(86,86,86);
	font-size: 11px;
	line-height: 12px;
	float: left;
	width: 52%;
	height: 60px;
	margin-top: 18px;
	overflow-y: hidden;
}
.transparent{
	background-image: url('https://rse.anr.fr//mod/mouvement/img/semi-trans-bas.png');
	background-position: top;
	background-repeat: repeat-x;
	width: 52%;
	height: 60px;
	margin-top: -75px;
	float: left;
	margin-left: 120px;
}
.suite-logo{
	margin-top: 82px;
	position: absolute;
	margin-left: 150px;
	display: block;
}
.noimg .bloc-img{
	display: none !important;
}
.noimg p{
	width: 80% !important;
	margin-left: 10% !important;
	margin-right: 10% !important;
}
.noimg .transparent{
	width: 80% !important;
	margin-left: 10% !important;
	margin-right: 10% !important;
}
/**Responsive*/

@media (max-width: 1200px) {
	.homepage-right{
		max-width: 1140px;
		width: 100%;
		float: none;
	}
	.homepage-left{
	 	margin: 20px auto 0px;
	 	float: none;
	}
}
@media (max-width: 645px) {
	.homepage-left{
	 	width: 100%;
	}
	.chiffrescles-homepage{
		width: 100%;
		margin: 20px auto;
		display: block;
		height: auto;

	}
	.agenda-homepage{
		float: none;
		margin: 0 auto;
	}
	.mouvement-homepage{
		float: none;
		margin: 20px auto 0px;
	}
	.twitter-homepage{
		float: none;
		margin: 20px auto 0px;
		width: 90%;
	}
	.twitter-homepage-content, .twitter-homepage-content iframe{
		height: 250px !important;
	}
	.blocbt-homepage{
		float: none;
		margin: 20px auto 0px;
	}
}
@media (max-width: 330px) {
	.agenda-homepage{
		width: 100%;
	}
	.mouvement-homepage{
		width: 100%;
	}

	.blocbt-homepage, .sociaux-homepage{
		width: 100%
	}
	.bloc-img{
		max-width: 30%;
	}
	.transparent{
		margin-left: 37%;
	}
	.linkedin-homepage, .anrsite-homepage{
		margin: 0;
	}
}
@media (max-width: 290px) {
	.transparent{
		margin-left: 38%;
	}
}
@media (max-width: 257px) {
	.transparent{
		margin-left: 40%;
	}
}
@media (max-width: 250px) {
	.twitter-homepage{
		width: 100%;
	}
}

/* ***************************************
	MISC
*****************************************/
#dashboard-info {
	border: 1px solid #DCDCDC;
	margin: 0 10px 15px;
}
.elgg-sidebar input[type=text],
.elgg-sidebar input[type=password] {
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
}
.elgg-module .elgg-list-river {
	border-top: none;
}
.elgg-module > .elgg-body > .elgg-list, /* margin for group modules */
.elgg-module .elgg-widget-content > .elgg-list { /* margin for profile and dashboard widgets */
    margin-top: 0;
}
/* ***************************************
	TOPBAR MENU DROPDOWN
*****************************************/
.elgg-topbar-dropdown {
	padding-bottom: 8px; /* forces button to reach bottom of topbar */
}
.elgg-menu-topbar > li > .elgg-topbar-dropdown:hover {
	color: #EEE;
	cursor: default;
}
.elgg-menu-topbar-alt ul {
	position: absolute;
	display: none;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	text-align: left;
	top: 33px;
	margin-left: -100px;
	width: 180px;

	border-radius: 0 0 3px 3px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.elgg-menu-topbar-alt li ul > li > a {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #FFF;
	color: #444;
}
.elgg-menu-topbar-alt li ul > li > a:hover {
	background-color: #F0F0F0;
	color: #444;
}
.elgg-menu-topbar-alt > li:hover > ul {
	display: block;
}
.elgg-menu-item-account > a:after {
	content: "\bb";
	margin-left: 6px;
}
/* ***************************************
	RESPONSIVE
*****************************************/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.elgg-button-nav {
	display: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #FFF;
	float: left;
	padding: 14px 18px;
}
.elgg-button-nav:hover {
	color: #FFF;
	text-decoration: none;
	background-color: rgb(135,199,207);
}
/* .icon-bar elements had to be removed in 1.12.6 because they did not show up in Firefox/Android.
 * The .icon-bar CSS is deprecated and will be removed in 2.0
 */
.elgg-button-nav .icon-bar {
	background-color: #F5F5F5;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 22px;
}
.elgg-button-nav .icon-bar + .icon-bar {
	margin-top: 3px;
}
.elgg-button-nav > img {
	display: block;
}
@media (max-width: 1030px) {
	.elgg-menu-topbar-default > li:first-child a {
		margin-left: 0;
	}
	.elgg-menu-topbar-alt > li > a.elgg-topbar-dropdown {
		margin-right: 0;
	}
}
@media (max-width: 820px) {
	.elgg-page-default {
		min-width: 0;
	}
	.elgg-page-body {
		padding: 0;
	}
	.elgg-main {
        padding: 12px 20px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }
    .elgg-layout-one-sidebar .elgg-main,
	.elgg-layout-two-sidebar .elgg-main {
        width: 100%;
    }
    .elgg-layout {
    	margin-left: 0px;
		margin-right: 0px;
    }
	.elgg-sidebar {
		border-left: none;
		border-top: 1px solid #DCDCDC;
		border-bottom: 1px solid #DCDCDC;
		background-color: #FAFAFA;
		width: 100%;
		float: left;
		padding: 27px 20px 20px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.elgg-sidebar-alt {
		display: none;
	}
	.elgg-page-default .elgg-page-footer > .elgg-inner {
		border-top: none;
	}
	.elgg-menu-footer {
		float: none;
		text-align: center;
	}
	.elgg-menu-page,
	.elgg-sidebar .elgg-menu-owner-block,
	.elgg-menu-groups-my-status {
		border-bottom: 1px solid #DCDCDC;
	}
	.elgg-menu-page a,
	.elgg-sidebar .elgg-menu-owner-block li a,
	.elgg-menu-groups-my-status li a {
		border-color: #DCDCDC;
		border-style: solid;
		border-width: 1px 1px 0 1px;
		margin: 0;
		padding: 10px;		
		background-color: #FFFFFF;
	}
	.elgg-menu-page a:hover,
	.elgg-sidebar .elgg-menu-owner-block li a:hover,
	.elgg-menu-groups-my-status li a:hover,
	.elgg-menu-page li.elgg-state-selected > a,
	.elgg-sidebar .elgg-menu-owner-block li.elgg-state-selected > a,
	.elgg-menu-groups-my-status li.elgg-state-selected > a {
		color: #444;
		background-color: #F0F0F0;
		text-decoration: none;
	}
	.elgg-river-item input[type=text] {
		width: 100%;
	}
	.elgg-river-item input[type=submit] {
		margin: 5px 0 0 0;
	}
	/***** CUSTOM INDEX ******/
	.elgg-col-1of2 {
		float: none;
		width: 100%;
	}
	.prl {
		padding-right: 0;
	}
	/***** WIDGETS ******/
	.elgg-col-1of3,
	.elgg-col-2of3,
	#elgg-widget-col-1,
	#elgg-widget-col-2,
	#elgg-widget-col-3 {
		float: none;
		min-height: 0 !important;
		width: 100%;
	}
	.elgg-module-widget {
		margin: 0 0 15px;
	}
	.custom-index-col1 > .elgg-inner,
	.custom-index-col2 > .elgg-inner {
		padding: 0;
	}
	#dashboard-info {
		margin: 0 0 15px;
	}
}
@media (min-width: 1219px) {
	.elgg-nav-collapse {
		display: block !important;
	}
}
@media (max-width: 1040px) {
	.elgg-page-header{
		padding: 33px 20px 27px;
	}
	.elgg-page-header > .elgg-inner h1 {
		padding-top: 10px;
	}
	.elgg-heading-site, .elgg-heading-site:hover {
		font-size: 1.6em;
	}
	.elgg-page-navbar{
		margin-top: 0px;
		background-color:rgb(92,177,188);
	}
	.elgg-button-nav {
		cursor: pointer;
		display: block;
	}
	.elgg-nav-collapse {
		clear: both;
		display: none;
		width: 100%;
	}
	#login-dropdown a {
		padding: 10px 18px;
	}
	.elgg-menu-site {
		float: none;
	}
	.elgg-search-header {
		margin-top:-15px;
		width: 200px;
	}
	.elgg-menu-site > li > ul {
		position: static;
		display: block;
		left: 0;
		margin-left: 0;
		border: none;
		box-shadow: none;
		background: none;
	}
	.elgg-more,
	.elgg-menu-site-more li,
	.elgg-menu-site > li > ul {
		width: auto;
	}
	.elgg-menu-site ul li {
		float: none;
		margin: 0;
	}
	.elgg-more > a {
		border-bottom: 1px solid #294E6B;
	}
	.elgg-menu-site > li {
		border-top: 1px solid rgba(238, 238, 238, 0.41);
		clear: both;
		border-left: none;
		float: none;
		margin: 0;
	}
	.elgg-menu-site > li:first-child {
		border-top: none;
	}
	.elgg-menu-site > li > a {
		padding: 10px 18px;
		background-image: none;
	}
	.elgg-menu-site > .elgg-state-selected > a,
	.elgg-menu-site > li:hover > a {
		background-image: none;
	}
	.elgg-menu-site-more > li > a {
		color: #FFF;
		background: none;
		padding: 10px 18px 10px 30px;
	}
	.elgg-menu-site-more > li:last-child > a,
	.elgg-menu-site-more > li:last-child > a:hover {
		border-radius: 0;
	}
	.elgg-menu-site-more > li.elgg-state-selected > a,
	.elgg-menu-site-more > li > a:hover {
		background-color: rgb(135,199,207);
		color: #FFF;
	}
}
@media (max-width: 380px) {
	.logoANR{
		width: 250px;
	}
	.elgg-search-header{
		width: 50%;
	}
}
@media (max-width: 284px) {
	.logoANR{
		width: 140px;
	}
}
@media (max-width: 600px) {
	.groups-profile-fields {
		float: left;
		padding-left: 0;
	}
	#profile-owner-block {
		border-right: none;
		width: auto;
	}
	#profile-details {
		display: block;
		float: left;
	}
	#groups-tools > li {
		width: 100%;
		margin-bottom: 20px;
	}
	#groups-tools > li:nth-child(odd) {
		margin-right: 0;
	}
	#groups-tools > li:last-child {
		margin-bottom: 0;
	}
	.elgg-menu-entity, .elgg-menu-annotation {
		margin-left: 0;
	}
	.elgg-menu-entity > li, .elgg-menu-annotation > li {
		margin-left: 0;
		margin-right: 15px;
	}
	.elgg-subtext {
		float: left;
		margin-right: 15px;
	}
}


.elgg-module-tidypics-album,
.elgg-module-tidypics-image {
	width: 161px;
	text-align: left;
	margin: 5px 0;
}
.elgg-module-tidypics-image {
	margin: 5px auto;
}

.tidypics-gallery-widget > li {
	width: 69px;
}
.tidypics-photo-wrapper {
	position: relative;
}

.tidypics-heading {
	color: #0054A7;
}
.tidypics-heading:hover {
	color: #0054A7;
	text-decoration: none;
}

.tidypics-input-thin {
	width: 120px;
}

#tidypics-sort li {
	width:153px;
	height:153px;
	cursor: move;
}

.tidypics-river-list > li {
	display: inline-block;
}

.tidypics-photo-item + .tidypics-photo-item {
	margin-left: 7px;
}

.tidypics-gallery > li {
	padding: 0 9px;
}

.tidypics-album-nav {
	margin: 3px 0;
	text-align: center;
	color: #aaa;
}

.tidypics-album-nav > li {
	padding: 0 3px;
}

.tidypics-album-nav > li {
	vertical-align: top;
}

.tidypics-tagging-border1 {
	border: solid 2px white;
}

.tidypics-tagging-border1, .tidypics-tagging-border2,
.tidypics-tagging-border3, .tidypics-tagging-border4 {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.tidypics-tagging-handle {
	background-color: #fff;
	border: solid 1px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.tidypics-tagging-outer {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.tidypics-tagging-help {
	position: absolute;
	left: 35%;
	top: -40px;
	width: 450px;
	margin-left: -125px;
	text-align: left;
}

.tidypics-tagging-select {
	position: absolute;
	max-width: 200px;
	text-align: left;
}

.tidypics-tag-wrapper {
	display: none;
	position: absolute;
}

.tidypics-tag {
	border: 2px solid white;
	clear: both;
}

.tidypics-tag-label {
	float: left;
	margin-top: 5px;
	color: #666;
}

#tidypics-uploader {
	position:relative;
	width:540px;
	min-height:20px;
}

#uploader {
	text-shadow: none;
}

.widgets_rss_feed_item_image {
	float: right;
	max-height: 60px;
	max-width: 60px;
	border: 1px solid #AAAAAA;
	padding: 3px;
	margin: 2px;
}
.widgets-rss-server-feed-item-image {
	float: right;
	max-height: 60px;
	max-width: 60px;
	border: 1px solid #AAAAAA;
	padding: 3px;
	margin: 2px;
}

.elgg-module-rss-popup .widgets-rss-server-feed-item-image {
	max-height: 150px;
	max-width: 150px;
}
.image_slider_settings > div {
	display: none;
}

.image_slider_settings > label {
	cursor: pointer;
}

.widgets_image_slider {
	width: 100%; /* important to be same as image width */
	position: relative; /* important */
	overflow: hidden; /* important */
	float: left;
}

.widgets_image_slider_content {
	width: 100%; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	list-style-image: none !important;
}

.widgets_image_slider_image {
	float: left;
	position: relative;
	display: none;
	width: 100%;
}

.widgets_image_slider_image span {
	position: absolute;
	width: 100%;
	
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
}

.widgets_image_slider_image span div {
	padding: 10px 13px;
}

.widgets_image_slider_image span strong {
	font-size: 14px;
}

.widgets_image_slider_content .top {
	top: 0;
	left: 0;
}

.widgets_image_slider_content .bottom {
	bottom: 0;
	left: 0;
}

.widgets_image_slider_content .left {
	top: 0;
	left: 0;
	width: 180px !important;
}

.widgets_image_slider_content .right {
	right: 0;
	bottom: 0;
	width: 180px !important;
}.widget_manager_hide_header > .elgg-head,
.widget_manager_hide_header_admin > .elgg-head {
	display: none;
}

.widget_manager_hide_header_admin:hover > .elgg-head {
	display: block;
}

.widget_manager_hide_header_admin:hover > .elgg-body {
	border-top-width: 2px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style > .elgg-body,
.widget_manager_hide_header_admin > .elgg-body,
.widget_manager_hide_header > .elgg-body {
	border-top-width: 0px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style {
	background: none;
	padding: 0px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style .elgg-widget-content {
	padding: 0px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style > .elgg-head {
	border: 2px solid #DEDEDE;
}

#widget-manager-multi-dashboard {
	background: #CCC;
}

#widget-manager-multi-dashboard-tabs {
	position: absolute;
	top: 20px;
}

.widget-manager-multi-dashboard-tabs-edit {
	display: none;
	vertical-align: middle;
}

.widget-manager-multi-dashboard-tab:hover > a {
	padding-right: 5px;
}

.widget-manager-multi-dashboard-tab:hover .widget-manager-multi-dashboard-tabs-edit {
	display: inline-block;
	margin-left: 5px;
}

#widget-manager-multi-dashboard-tabs .widget-manager-multi-dashboard-tab-active {
	border-color: #666666;
}
#widget-manager-multi-dashboard-tabs .widget-manager-multi-dashboard-tab-hover {
	border-color: #333333;
}

.widget-manager-groups-widgets-top-row {
	width: 100%;
	min-height: 0px !important;
}

.widget-manager-groups-widgets-top-row-highlight {
	min-height: 50px !important;
}

.widget-manager-widget-access .elgg-text-help {
	display: none;
}/* lightbox */
#widget_manager_widgets_select {
	margin: 0;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_wrapper {
	margin-bottom: 5px;
	border: 1px solid transparent;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_wrapper:hover {
	border: 1px solid #CCCCCC;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions {
	float: right;
	padding: 6px;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions li.elgg-state-available span,
#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions li.elgg-state-unavailable input {
	display: none;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions .submit_button {
	margin: 5px 0;
}

#widget_manager_widgets_search {
	float: right;
    margin-top: -2px;
}

#widget_manager_widgets_search input {
	padding: 0;
	margin: 0;
	font-size: 100%;
	height: 100%;
}
#group_tools_group_membershipreq .search_listing:hover {
	border-color: #333333;
}

.group_tools_widget_group_members .usericon {
	float: left;
	margin: 0 5px 5px 0;
}

#invite_to_group .ui-helper-hidden-accessible {
	display: none;
}

#invite_to_group .group_tools_group_invite_autocomplete_autocomplete_result {
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 3px;
}

#invite_to_group .group_tools_group_invite_autocomplete_autocomplete_result:hover {
	border: 1px solid #CCCCCC;
}

#invite_to_group .group_tools_group_invite_autocomplete_autocomplete_result img {
	vertical-align: middle;
}

.group_tools_group_invite_autocomplete_autocomplete_result .elgg-icon-delete-alt {
	cursor: pointer;
}

#group_tools_status_open {
	color: green;
}

#group_tools_status_closed {
	color: orange;
}

.group-tools-highlight {
	border: 1px solid red;
}

#friends_toggle {
	z-index: 1;
}

.group-tools-suggested-groups .elgg-item {
	width: 33%;
	text-align: center;
}

.group-tools-suggested-groups .elgg-item:hover {
	background: #EFEFEF;
}

.group-tools-suggested-groups .elgg-item h3 {
	padding-bottom: 5px;
}
.group-tools-suggested-groups .elgg-item > div {
	padding: 10px;
}

.elgg-icon-invisible-group {
	background: transparent url(https://rse.anr.fr/mod/group_tools/_graphics/invisible_group2.png) no-repeat left;
	vertical-align: top;
}

#group-tools-related-groups-form input.elgg-input-autocomplete {
	width: 80%;
}

.group-tools-group-edit-section > div {
	margin-bottom: 15px;
}

.group-tools-group-edit-section .elgg-input-radios {
	white-space: nowrap;
}.widget_group_news_navigator {
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
	text-align: center;
}

.widget_group_news_navigator > span {
	border: 1px solid #CCCCCC;
	cursor: pointer;
	padding: 2px 4px;
	margin: 0 2px;
}

.widget_group_news_navigator > span.active,
.widget_group_news_navigator > span:hover {
	background: #CCCCCC;
}

.widget_group_news_navigator > span.active {
	cursor: auto;
}/*<style type="text/css" media="screen">*/
/*Live Notifications*/

 .elgg-icon-live_notifications{
    background: url(https://rse.anr.fr/mod/live_notifications/graphics/icon16.png) no-repeat;
 }

.elgg-icon-live_notifications:hover{
    background: url(https://rse.anr.fr/mod/live_notifications/graphics/iconh16.png) no-repeat;
 }

.elgg-icon-live_notifications-selected{
    background: url(https://rse.anr.fr/mod/live_notifications/graphics/iconh16.png) no-repeat;
 }

 #live_notifications_loader {
    background-image: url("/_graphics/ajax_loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    width: 98%;
    height: 48px;
    display: none;
}

#live_notifications{
    /*float: left; 
    position: absolute; */
    background: #FFF; 
    width: 350px; 
    min-height: 127px; 
    max-height: 477px;
    margin: 10px 0 0 170px;
    color: #333;
    border: #C0C0C0 1px solid;
    border-top: 0px;
    z-index:9999;    
}

#live_notifications_result{
float:left;
width: 100%;
min-height: 100px; 
max-height: 350px; 
overflow-y: auto; 
overflow-x: hidden;
}

#live_notifications_result i{
    color: #909090;
    font-size: 90%;
}

#live_notifications_see_more{  
width: 340px;
float:left;
background: #2F2F2F;
text-align: center;
font-weight: bold;
padding: 5px;
}

#live_notifications_see_more a{ 
color:#FFFFFF; 
font-weight: bold;
}

.notifications_content{

}

.notifications_content_item{
    margin: 5px 0px;
    float: left;
    width:340px;
    padding: 5px;
    border-bottom: 1px solid #C0C0C0;
}

.new_notification{
    background: #F4F1C7;
}

.notifications_content_item_all{
    margin: 5px 0px;
    float: left;
    width:100%;
    border-bottom: 1px solid #C0C0C0;
}

.notification_icon{
    width:40px;
    float: left;
}
.notification_message{
    width: 275px;
    float: right;
    padding-right: 15px;
}

.notification_icon_all{
    width:40px;
    float: left;
}
.notification_message_all{
    width: 90%;
    float: left;
    margin-left: 15px;
}

.notification_timeago{
    float: right;
    width:100%;
    text-align: right;
    font-size:9px;
    color:#A2A2A2;
    margin: 5px 20px;
}


 .messages-new {
    background-color: #ff0000;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 19px;
    left: 26px;
    line-height: 18px;
    min-width: 19px;
    position: absolute;
    text-align: center;
    top: 2px;
}


@media(max-width: 543px){
    #live_notifications{
        margin-left: auto;
        margin-right: auto;  
        left: auto !important;
    }
}

@media(max-width: 397px){
    #live_notifications{
        width:80%;
    }
    #live_notifications_see_more{
        width:100% !important;
    }
    #live_notifications_result{
        overflow-x:auto !important; 
        font-size: 12px;
        line-height: 15px;
}
    }
    .notifications_content_item{
        width:100% !important;
        margin: 2px 0px;
    }
    .notification_message{
        width:70% !important;
    }
}@-webkit-keyframes move { 0% { background-position: 0 0; }
  100% { background-position: 50px 50px; } }
[class~="elgg-dropzone"], [class~="elgg-dropzone"] * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.elgg-dropzone [data-template] { display: none; visibility: hidden; }
.elgg-dropzone .elgg-input-dropzone { position: relative; min-height: 100px; padding: 1px; border: 1px solid #cccccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.elgg-dropzone .elgg-input-dropzone .elgg-dropzone-instructions { cursor: pointer; font-size: 16px; text-align: center; display: block; padding: 20px; padding-top: 70px; }
.elgg-dropzone .elgg-input-dropzone .elgg-dropzone-instructions * { text-align: center; }
.elgg-dropzone .elgg-input-dropzone .elgg-dropzone-instructions strong, .elgg-dropzone .elgg-input-dropzone .elgg-dropzone-instructions span { line-height: 20px; color: #cccccc; }
.elgg-dropzone .elgg-input-dropzone .elgg-dropzone-instructions:before { cursor: pointer; position: absolute; top: 0; left: 0; right: 0; width: 100%; font-size: 50px; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ""; color: #cccccc; margin: 0 auto; line-height: 50px; padding: 20px 0; z-index: 1; }
.elgg-dropzone .elgg-dropzone-preview { *zoom: 1; border-bottom: 1px solid #cccccc; display: block; vertical-align: middle; width: 100%; border: 0; padding: 2px; position: relative; padding: 10px 10px 10px 15px; }
.elgg-dropzone .elgg-dropzone-preview:before, .elgg-dropzone .elgg-dropzone-preview:after { content: " "; display: table; }
.elgg-dropzone .elgg-dropzone-preview:after { clear: both; }
.elgg-dropzone-instructions + .elgg-dropzone .elgg-dropzone-preview { border-top: 1px solid #cccccc; margin-top: 10px; }
.elgg-dropzone .elgg-dropzone-preview:last-child { margin-bottom: 10px; }
.elgg-dropzone .elgg-dropzone-preview:nth-child(odd) { background: #fafafa; }
.elgg-dropzone .elgg-dropzone-preview:nth-child(even) { background: #f4f4f4; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-filename { font-size: 12px; text-align: left; line-height: 30px; overflow: hidden; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-size { font-size: 10px; text-align: center; line-height: 30px; overflow: hidden; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-thumbnail { text-align: center; padding: 0; max-height: 30px; overflow: hidden; vertical-align: middle; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-thumbnail img { width: 100%; height: auto; max-width: 30px; line-height: 30px; display: inline-block; }
@media only screen and (max-width: 40em) { .elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-size, .elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-thumbnail { display: none; }
  .elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-filename { padding: 0; width: 85%; } }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-progress { position: absolute; bottom: 0; left: 0; width: 90%; height: 4px; border-bottom: 1px solid #fff; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-upload { position: absolute; background-color: #008fb4; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #008fb4), color-stop(1, #01cbff)); background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%); overflow: hidden; left: 0; top: 0; right: 0; bottom: 0; width: 1%; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-upload:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100%; background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); z-index: 1; -webkit-background-size: 25px 25px; -moz-background-size: 25px 25px; -webkit-animation: move 2s linear infinite; overflow: hidden; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-success-icon { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: none; margin: 0 5px; font-size: 16px; line-height: 30px; color: #008fb4; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-success-icon:before { content: ""; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-error-icon { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: none; width: 100%; height: 100%; font-size: 16px; line-height: 30px; margin: 0 5px; color: #67080a; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-error-icon:before { content: ""; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-remove-icon { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 100%; height: 100%; margin: 0 5px; font-size: 16px; line-height: 30px; cursor: pointer; color: #67080a; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-remove-icon:before { content: ""; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-remove-icon:hover { text-decoration: none; }
.elgg-dropzone .elgg-dropzone-preview .elgg-dropzone-messages { font-size: 10px; color: #008fb4; }
.elgg-dropzone .elgg-dropzone-preview.elgg-dropzone-success .elgg-dropzone-success-icon { display: inline-block; }
.elgg-dropzone .elgg-dropzone-preview.elgg-dropzone-success .elgg-dropzone-progress { width: 100%; opacity: 0.5; }
.elgg-dropzone .elgg-dropzone-preview.elgg-dropzone-success .elgg-dropzone-progress .elgg-dropzone-upload:after { display: none; }
.elgg-dropzone .elgg-dropzone-preview.elgg-dropzone-error .elgg-dropzone-error-icon { display: inline-block; }
.elgg-dropzone .elgg-dropzone-preview.elgg-dropzone-error .elgg-dropzone-messages { color: #67080a; }
.elgg-dropzone .elgg-dropzone-preview.elgg-dropzone-error .elgg-dropzone-progress { width: 100%; opacity: 0.5; }
.elgg-dropzone .elgg-dropzone-preview.elgg-dropzone-error .elgg-dropzone-progress .elgg-dropzone-upload { background: #67080a; }
.elgg-dropzone .elgg-dropzone-preview.elgg-dropzone-error .elgg-dropzone-progress .elgg-dropzone-upload:after { display: none; }

.elgg-dropzone-col-1of12 { padding-left: 15px; padding-right: 15px; width: 8.33333%; float: left; margin: 0; }
.elgg-dropzone-col-1of12:first-child { padding-left: 0; }
.elgg-dropzone-col-1of12:last-child { padding-right: 0; }

.elgg-dropzone-col-2of12 { padding-left: 15px; padding-right: 15px; width: 16.66667%; float: left; margin: 0; }
.elgg-dropzone-col-2of12:first-child { padding-left: 0; }
.elgg-dropzone-col-2of12:last-child { padding-right: 0; }

.elgg-dropzone-col-3of12 { padding-left: 15px; padding-right: 15px; width: 25%; float: left; margin: 0; }
.elgg-dropzone-col-3of12:first-child { padding-left: 0; }
.elgg-dropzone-col-3of12:last-child { padding-right: 0; }

.elgg-dropzone-col-4of12 { padding-left: 15px; padding-right: 15px; width: 33.33333%; float: left; margin: 0; }
.elgg-dropzone-col-4of12:first-child { padding-left: 0; }
.elgg-dropzone-col-4of12:last-child { padding-right: 0; }

.elgg-dropzone-col-5of12 { padding-left: 15px; padding-right: 15px; width: 41.66667%; float: left; margin: 0; }
.elgg-dropzone-col-5of12:first-child { padding-left: 0; }
.elgg-dropzone-col-5of12:last-child { padding-right: 0; }

.elgg-dropzone-col-6of12 { padding-left: 15px; padding-right: 15px; width: 50%; float: left; margin: 0; }
.elgg-dropzone-col-6of12:first-child { padding-left: 0; }
.elgg-dropzone-col-6of12:last-child { padding-right: 0; }

.elgg-dropzone-col-7of12 { padding-left: 15px; padding-right: 15px; width: 58.33333%; float: left; margin: 0; }
.elgg-dropzone-col-7of12:first-child { padding-left: 0; }
.elgg-dropzone-col-7of12:last-child { padding-right: 0; }

.elgg-dropzone-col-8of12 { padding-left: 15px; padding-right: 15px; width: 66.66667%; float: left; margin: 0; }
.elgg-dropzone-col-8of12:first-child { padding-left: 0; }
.elgg-dropzone-col-8of12:last-child { padding-right: 0; }

.elgg-dropzone-col-9of12 { padding-left: 15px; padding-right: 15px; width: 75%; float: left; margin: 0; }
.elgg-dropzone-col-9of12:first-child { padding-left: 0; }
.elgg-dropzone-col-9of12:last-child { padding-right: 0; }

.elgg-dropzone-col-10of12 { padding-left: 15px; padding-right: 15px; width: 83.33333%; float: left; margin: 0; }
.elgg-dropzone-col-10of12:first-child { padding-left: 0; }
.elgg-dropzone-col-10of12:last-child { padding-right: 0; }

.elgg-dropzone-col-11of12 { padding-left: 15px; padding-right: 15px; width: 91.66667%; float: left; margin: 0; }
.elgg-dropzone-col-11of12:first-child { padding-left: 0; }
.elgg-dropzone-col-11of12:last-child { padding-right: 0; }

.elgg-dropzone-col-12of12 { padding-left: 15px; padding-right: 15px; width: 100%; float: left; margin: 0; }
.elgg-dropzone-col-12of12:first-child { padding-left: 0; }
.elgg-dropzone-col-12of12:last-child { padding-right: 0; }
.elgg-module.elgg-module-scraper-card { border: 1px solid #eeeeee; padding: 3px; }
.elgg-module.elgg-module-scraper-card h3 { margin: 0; }
.elgg-module.elgg-module-scraper-card .scraper-card-link { display: block; overflow: hidden; text-overflow: ellipsis; margin: 0; max-width: 300px; }
.elgg-module.elgg-module-scraper-card .scraper-card-description { margin: 0; }
.elgg-module.elgg-module-scraper-card .scraper-card-description p { margin: 4px 0; font-size: 90%; overflow: hidden; text-overflow: ellipsis; }
.elgg-module.elgg-module-scraper-card .scraper-card-icon-bg { background-position: 50%; background-size: cover; min-width: 200px; min-height: 112.5px; display: block; max-width: 100%; max-height: 100%; width: 100%; height: 100%; }
.elgg-module.elgg-module-scraper-card .scraper-card-block { position: relative; min-height: 112.5px; overflow: hidden; }
.elgg-module.elgg-module-scraper-card .scraper-card-block.scraper-card-has-icon { padding-left: 206px; }
.elgg-module.elgg-module-scraper-card .scraper-card-block .elgg-image { position: absolute; top: 0; left: 0; width: 200px; height: 100%; float: none; }
@media only screen and (max-width: 40em) { .elgg-module.elgg-module-scraper-card .scraper-card-block.scraper-card-has-icon { padding-left: 0; }
  .elgg-module.elgg-module-scraper-card .scraper-card-block .elgg-image { position: relative; width: 100%; height: 200px; } }
.elgg-widget-content .elgg-module.elgg-module-scraper-card .scraper-card-block.scraper-card-has-icon { padding-left: 0; }
.elgg-widget-content .elgg-module.elgg-module-scraper-card .scraper-card-block .elgg-image { position: relative; width: 100%; height: 200px; }

.scraper-card-flex { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 0; overflow: hidden; }
.scraper-card-flex.widescreen, .scraper-card-flex.scraper-card-youtube { padding-bottom: 56.34%; }
.scraper-card-flex.scraper-card-vimeo { padding-top: 0; }
.scraper-card-flex iframe, .scraper-card-flex object, .scraper-card-flex embed, .scraper-card-flex video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.scraper-card-photo { max-width: 500px; height: auto; }

.scraper-play-button { position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; width: 50px; height: 50px; background-size: 50px; background-repeat: no-repeat; background-image: url("data:image/png;base64,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"); cursor: pointer; }
.scraper-play-button.elgg-state-loading { background-image: url("data:image/gif;base64,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"); }

.scraper-link { line-height: 110%; background: #fafafa; vertical-align: middle; }
.scraper-link .favicon { background-size: 16px; width: 16px; height: 16px; background-repeat: no-repeat; display: inline-block; margin: 0 5px; }
.scraper-link .link { margin: 0 5px; }
.elgg-menu-wall-filter { text-align: right; }
.elgg-menu-wall-filter > li { display: inline-block; }
.elgg-menu-wall-filter > li a { font-size: 20px; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; margin: 4px; color: #cccccc; }
.elgg-menu-wall-filter > li.elgg-state-selected a, .elgg-menu-wall-filter > li a:hover { color: #5db1bc; }

.wall-icon { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wall-icon.wall-icon-photo:before { content: "\f030"; }
.wall-icon.wall-icon-status:before { content: "\f040"; }
.wall-icon.wall-icon-url:before { content: "\f0c1"; }
.wall-icon.wall-icon-file:before { content: "\f0ee"; }
.wall-icon.wall-icon-content:before { content: "\f0ea"; }
.wall-icon.wall-icon-find-me:before { content: "\f05b"; }

.wall-container { position: relative; }
.wall-container * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wall-container form { padding: 0; background: transparent; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.wall-container form fieldset { margin: 0; padding: 0; border: 0; }
.wall-container form fieldset > div { margin-bottom: 2px; }
.wall-container form label { font-weight: normal; display: inline-block; margin-bottom: 7px; float: left; }
.wall-container form textarea { height: 35px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; padding: 8px; }
.wall-container form input[type="text"] { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.wall-container form .wall-find-me { float: right; }
.wall-container form .wall-bar-controls { text-align: right; margin: 0; }
.wall-container form .wall-bar-controls > li { display: inline-block; }
.wall-container form .wall-bar-controls > li:after { content: "|"; color: #eeeeee; display: inline-block; padding: 0 5px; }
.wall-container form .wall-bar-controls > li:last-child:after { display: none; }
.wall-container form .wall-bar-controls > li .wall-access { float: none; width: auto; }
.wall-container form .wall-bar-controls > li label { font-size: 90%; }
.wall-container form .wall-bar-controls > li input, .wall-container form .wall-bar-controls > li select { margin: 0; }
.wall-container .elgg-input-spacer { display: none; }
.wall-container .chosen-container { display: inline-block; text-align: left; max-width: 200px; min-width: 200px; }

.wall-tagged-friends, .wall-tagged-location, .wall-tagged-attachments { font-size: 90%; color: #666; }

.wall-post { *zoom: 1; padding-top: 10px; }
.wall-post:before, .wall-post:after { content: " "; display: table; }
.wall-post:after { clear: both; }
.wall-post > .elgg-image { padding-left: 15px; padding-right: 15px; width: 16.66667%; float: left; margin: 0; padding: 0 3px; position: relative; }
.wall-post > .elgg-image .elgg-avatar { max-width: 100%; }
.wall-post > .elgg-image .elgg-avatar img { max-width: 100%; height: auto; }
.wall-post > .elgg-image .wall-owner-icon-block { margin: -20px 0 0 30px; position: absolute; display: block; }
.wall-post > .elgg-body { padding-left: 15px; padding-right: 15px; width: 83.33333%; float: left; padding: 0 3px; }
.wall-post > .elgg-body .elgg-content { *zoom: 1; }
.wall-post > .elgg-body .elgg-content:before, .wall-post > .elgg-body .elgg-content:after { content: " "; display: table; }
.wall-post > .elgg-body .elgg-content:after { clear: both; }
.wall-post > .elgg-body .elgg-menu-entity { margin-top: 15px; margin-left: 0; float: none; }
.wall-post > .elgg-body .wall-bubble { background: #ffffff; position: relative; margin-left: 15px; border: 1px solid #e6e6e6; padding: 8px; }
.wall-post > .elgg-body .wall-bubble:before { content: " "; position: absolute; left: 0; top: 0; width: 0px; height: 0px; border-style: solid; border-width: 0 15px 15px 0; border-color: transparent #e6e6e6 transparent transparent; margin-left: -16px; margin-top: -1px; z-index: 1; }
.wall-post > .elgg-body .wall-bubble:after { content: " "; position: absolute; left: 0; top: 0; width: 0px; height: 0px; border-style: solid; border-width: 0 15px 15px 0; border-color: transparent #ffffff transparent transparent; margin-left: -14px; margin-top: 0; z-index: 5; }

.wall-post-alt { *zoom: 1; padding-top: 10px; }
.wall-post-alt:before, .wall-post-alt:after { content: " "; display: table; }
.wall-post-alt:after { clear: both; }
.wall-post-alt > .elgg-image-alt { padding-left: 15px; padding-right: 15px; width: 16.66667%; float: left; float: right; margin: 0; padding: 0 3px; position: relative; }
.wall-post-alt > .elgg-image-alt .elgg-avatar { max-width: 100%; }
.wall-post-alt > .elgg-image-alt .elgg-avatar img { max-width: 100%; height: auto; }
.wall-post-alt > .elgg-image-alt .wall-owner-icon-block { margin: -20px 0 0 30px; position: absolute; display: block; }
.wall-post-alt > .elgg-body { padding-left: 15px; padding-right: 15px; width: 83.33333%; float: left; float: left; padding: 0 3px; }
.wall-post-alt > .elgg-body .elgg-content { *zoom: 1; }
.wall-post-alt > .elgg-body .elgg-content:before, .wall-post-alt > .elgg-body .elgg-content:after { content: " "; display: table; }
.wall-post-alt > .elgg-body .elgg-content:after { clear: both; }
.wall-post-alt > .elgg-body .elgg-menu-entity { margin-top: 15px; margin-left: 0; float: none; }
.wall-post-alt > .elgg-body .wall-bubble { background: #ffffff; position: relative; margin-right: 15px; border: 1px solid #e6e6e6; padding: 15px; }
.wall-post-alt > .elgg-body .wall-bubble:before { content: " "; position: absolute; right: 0; top: 0; width: 0px; height: 0px; border-style: solid; border-width: 15px 15px 0 0; border-color: #e6e6e6 transparent transparent transparent; margin-right: -16px; margin-top: -1px; z-index: 1; }
.wall-post-alt > .elgg-body .wall-bubble:after { content: " "; position: absolute; right: 0; top: 0; width: 0px; height: 0px; border-style: solid; border-width: 15px 15px 0 0; border-color: #fff transparent transparent transparent; margin-right: -14px; margin-top: 0; z-index: 5; }

.wall-poster-avatar, .wall-owner-avatar { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; border: 1px solid #cccccc; }

.wall-status-counter { text-align: right; left: 0; bottom: 0; padding: 0 8px; font-size: 11px; line-height: 20px; vertical-align: middle; color: #666; }
.wall-status-counter .wall-chars-counter { margin: 0 5px 0 0; font-size: 12px; }
.wall-status-counter.wall-status-counter-overflow .wall-chars-counter { color: darkred; font-weight: bold; }

.wall-attachments, .wall-url-preview { margin: 5px 0; }
.wall-attachments img, .wall-attachments iframe, .wall-attachments object, .wall-attachments embed, .wall-url-preview img, .wall-url-preview iframe, .wall-url-preview object, .wall-url-preview embed { max-width: 100%; }
.wall-attachments .elgg-gallery > li, .wall-url-preview .elgg-gallery > li { display: inline-block; float: none; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 33%; }

.wall-widget-list > li { padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wall-attachments-gallery { margin: 0; }
.wall-attachments-gallery > li { width: 100%; float: none; padding: 5px; margin: 0; }
@media only screen and (min-width: 40.063em) { .wall-attachments-gallery.wall-block-grid-2 > li { float: left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .wall-attachments-gallery.wall-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  .wall-attachments-gallery.wall-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } }
@media only screen and (min-width: 40.063em) { .wall-attachments-gallery.wall-block-grid-3 > li { float: left; width: 33.33333%; padding: 5px; margin: 0; }
  .wall-attachments-gallery.wall-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  .wall-attachments-gallery.wall-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } }
@media only screen and (min-width: 40.063em) { .wall-attachments-gallery.wall-block-grid-4 > li { float: left; width: 25%; padding: 5px; margin: 0; }
  .wall-attachments-gallery.wall-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  .wall-attachments-gallery.wall-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } }
/*<style>*/

.ckeditor-extended-browse {
	margin: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.ckeditor-extended-browse .elgg-image-block {
	padding: 10px;
}

.ckeditor-extended-browse li {
	border-bottom: 1px solid #CCC;
}

.ckeditor-extended-browse li:hover {
	background: #CCC;
	cursor: pointer;
}

.ckeditor-extended-browse .elgg-image {
	width: 100px;
}

.ckeditor-extended-browse img {
	max-height: 50px;
	max-width: 100px;
}
