/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/static/ffcriavs/js/libs/jquery-ui/themes/base/images/animated-overlay.gif?2057e177c00a");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png?2057e177c00a)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #aaaaaa/*{borderColorHeader}*/;
	background: #cccccc/*{bgColorHeader}*/ url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png?2057e177c00a)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png?2057e177c00a)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png?2057e177c00a)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa/*{borderColorActive}*/;
	background: #ffffff/*{bgColorActive}*/ url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png?2057e177c00a)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1/*{borderColorHighlight}*/;
	background: #fbf9ee/*{bgColorHighlight}*/ url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png?2057e177c00a)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
	color: #363636/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png?2057e177c00a)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-icons_222222_256x240.png?2057e177c00a)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-icons_222222_256x240.png?2057e177c00a)/*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
	background-image: url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-icons_888888_256x240.png?2057e177c00a)/*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-icons_454545_256x240.png?2057e177c00a)/*{iconsHover}*/;
}
.ui-state-active .ui-icon {
	background-image: url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-icons_454545_256x240.png?2057e177c00a)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
	background-image: url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png?2057e177c00a)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png?2057e177c00a)/*{iconsError}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png?2057e177c00a)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(/static/ffcriavs/js/libs/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png?2057e177c00a)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3/*{opacityShadow}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* qTip2 v2.2.1 | Plugins: tips modal viewport svg imagemap ie6 | Styles: core basic css3 | qtip2.com | Licensed MIT | Sat Sep 06 2014 23:12:07 */

.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}
@charset "UTF-8";
/**
* Gumby Framework
* ---------------
*
* Follow @gumbycss on twitter and spread the love.
* We worked super hard on making this awesome and released it to the web.
* All we ask is you leave this intact. #gumbyisawesome
*
* Gumby Framework
* http://gumbyframework.com
*
* Built with love by your friends @digitalsurgeons
* http://www.digitalsurgeons.com
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/*CUSTOM VARIABLE ET MIXINS*/
/*---------- 1.1 Début VARIABLES ----------*/
/* Couleurs Principal */
/*#990266*/
/*bleu #38789E*/
/* foncé */
/* Blanc */
/* Noir */
/* Gris */
/* Textes
"fs" pour font-size
"ff" pour font-family
*/
/* Typography */
/* Textes */
/* texte courant */
/*---------- Fin VARIABLES ----------*/
/*---------- 1.2 Début MIXINS ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000317}}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000322}}
html {
  line-height: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000324}}
ol, ul {
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000326}}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000328}}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000330}}
q, blockquote {
  quotes: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003103}}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000332}}
a img {
  border: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003116}}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_semantic-grid\.scss}line{font-family:\00003151}}
.ctn, .carousel .controls, #criavs_list > ul {
  *zoom: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_clearfix\.scss}line{font-family:\000033}}
.ctn:before, .carousel .controls:before, #criavs_list > ul:before, .ctn:after, .carousel .controls:after, #criavs_list > ul:after {
  content: "";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_clearfix\.scss}line{font-family:\000037}}
.ctn:after, .carousel .controls:after, #criavs_list > ul:after {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_semantic-grid\.scss}line{font-family:\00003169}}
.pull_right {
  float: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_semantic-grid\.scss}line{font-family:\00003170}}
.pull_left {
  float: left;
}

/* Base Styles */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/typography\/_vertical_rhythm\.scss}line{font-family:\0000361}}
* html {
  font-size: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/ruby-env\/vendor\/bundle\/ruby\/2\.5\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/typography\/_vertical_rhythm\.scss}line{font-family:\0000364}}
html {
  font-size: 16px;
  line-height: 1.625em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_base\.scss}line{font-family:\000036}}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_base\.scss}line{font-family:\000038}}
body {
  background: white;
  font-family: "Arial", ​Helvetica, ​Clean, ​sans-serif;
  font-weight: 400;
  color: #555555;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_base\.scss}line{font-family:\000038}}
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_base\.scss}line{font-family:\0000324}}
html, body {
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_base\.scss}line{font-family:\0000328}}
.hide {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_base\.scss}line{font-family:\0000332}}
.hide.active, .show {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-note.icon-left a:before,
.icon-note.icon-right a:after,
i.icon-note:before {
  content: "\266a";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-note-beamed.icon-left a:before,
.icon-note-beamed.icon-right a:after,
i.icon-note-beamed:before {
  content: "\266b";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-music.icon-left a:before,
.icon-music.icon-right a:after,
i.icon-music:before {
  content: "🎵";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-search.icon-left a:before,
.icon-search.icon-right a:after,
i.icon-search:before {
  content: "🔍";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flashlight.icon-left a:before,
.icon-flashlight.icon-right a:after,
i.icon-flashlight:before {
  content: "🔦";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-mail.icon-left a:before,
.icon-mail.icon-right a:after,
i.icon-mail:before {
  content: "\2709";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-heart.icon-left a:before,
.icon-heart.icon-right a:after,
i.icon-heart:before {
  content: "\2665";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-heart-empty.icon-left a:before,
.icon-heart-empty.icon-right a:after,
i.icon-heart-empty:before {
  content: "\2661";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-star.icon-left a:before,
.icon-star.icon-right a:after,
i.icon-star:before {
  content: "\2605";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-star-empty.icon-left a:before,
.icon-star-empty.icon-right a:after,
i.icon-star-empty:before {
  content: "\2606";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-user.icon-left a:before,
.icon-user.icon-right a:after,
i.icon-user:before {
  content: "👤";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-users.icon-left a:before,
.icon-users.icon-right a:after,
i.icon-users:before {
  content: "👥";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-user-add.icon-left a:before,
.icon-user-add.icon-right a:after,
i.icon-user-add:before {
  content: "\e700";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-video.icon-left a:before,
.icon-video.icon-right a:after,
i.icon-video:before {
  content: "🎬";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-picture.icon-left a:before,
.icon-picture.icon-right a:after,
i.icon-picture:before {
  content: "🌄";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-camera.icon-left a:before,
.icon-camera.icon-right a:after,
i.icon-camera:before {
  content: "📷";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-layout.icon-left a:before,
.icon-layout.icon-right a:after,
i.icon-layout:before {
  content: "\268f";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-menu.icon-left a:before,
.icon-menu.icon-right a:after,
i.icon-menu:before {
  content: "\2630";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-check.icon-left a:before,
.icon-check.icon-right a:after,
i.icon-check:before {
  content: "\2713";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cancel.icon-left a:before,
.icon-cancel.icon-right a:after,
i.icon-cancel:before {
  content: "\2715";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cancel-circled.icon-left a:before,
.icon-cancel-circled.icon-right a:after,
i.icon-cancel-circled:before {
  content: "\2716";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cancel-squared.icon-left a:before,
.icon-cancel-squared.icon-right a:after,
i.icon-cancel-squared:before {
  content: "\274e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-plus.icon-left a:before,
.icon-plus.icon-right a:after,
i.icon-plus:before {
  content: "\2b";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-plus-circled.icon-left a:before,
.icon-plus-circled.icon-right a:after,
i.icon-plus-circled:before {
  content: "\2795";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-plus-squared.icon-left a:before,
.icon-plus-squared.icon-right a:after,
i.icon-plus-squared:before {
  content: "\229e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-minus.icon-left a:before,
.icon-minus.icon-right a:after,
i.icon-minus:before {
  content: "\2d";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-minus-circled.icon-left a:before,
.icon-minus-circled.icon-right a:after,
i.icon-minus-circled:before {
  content: "\2796";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-minus-squared.icon-left a:before,
.icon-minus-squared.icon-right a:after,
i.icon-minus-squared:before {
  content: "\229f";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-help.icon-left a:before,
.icon-help.icon-right a:after,
i.icon-help:before {
  content: "\2753";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-help-circled.icon-left a:before,
.icon-help-circled.icon-right a:after,
i.icon-help-circled:before {
  content: "\e704";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-info.icon-left a:before,
.icon-info.icon-right a:after,
i.icon-info:before {
  content: "\2139";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-info-circled.icon-left a:before,
.icon-info-circled.icon-right a:after,
i.icon-info-circled:before {
  content: "\e705";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-back.icon-left a:before,
.icon-back.icon-right a:after,
i.icon-back:before {
  content: "🔙";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-home.icon-left a:before,
.icon-home.icon-right a:after,
i.icon-home:before {
  content: "\2302";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-link.icon-left a:before,
.icon-link.icon-right a:after,
i.icon-link:before {
  content: "🔗";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-attach.icon-left a:before,
.icon-attach.icon-right a:after,
i.icon-attach:before {
  content: "📎";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-lock.icon-left a:before,
.icon-lock.icon-right a:after,
i.icon-lock:before {
  content: "🔒";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-lock-open.icon-left a:before,
.icon-lock-open.icon-right a:after,
i.icon-lock-open:before {
  content: "🔓";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-eye.icon-left a:before,
.icon-eye.icon-right a:after,
i.icon-eye:before {
  content: "\e70a";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-tag.icon-left a:before,
.icon-tag.icon-right a:after,
i.icon-tag:before {
  content: "\e70c";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-bookmark.icon-left a:before,
.icon-bookmark.icon-right a:after,
i.icon-bookmark:before {
  content: "🔖";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-bookmarks.icon-left a:before,
.icon-bookmarks.icon-right a:after,
i.icon-bookmarks:before {
  content: "📑";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flag.icon-left a:before,
.icon-flag.icon-right a:after,
i.icon-flag:before {
  content: "\2691";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-thumbs-up.icon-left a:before,
.icon-thumbs-up.icon-right a:after,
i.icon-thumbs-up:before {
  content: "👍";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-thumbs-down.icon-left a:before,
.icon-thumbs-down.icon-right a:after,
i.icon-thumbs-down:before {
  content: "👎";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-download.icon-left a:before,
.icon-download.icon-right a:after,
i.icon-download:before {
  content: "📥";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-upload.icon-left a:before,
.icon-upload.icon-right a:after,
i.icon-upload:before {
  content: "📤";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-upload-cloud.icon-left a:before,
.icon-upload-cloud.icon-right a:after,
i.icon-upload-cloud:before {
  content: "\e711";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-reply.icon-left a:before,
.icon-reply.icon-right a:after,
i.icon-reply:before {
  content: "\e712";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-reply-all.icon-left a:before,
.icon-reply-all.icon-right a:after,
i.icon-reply-all:before {
  content: "\e713";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-forward.icon-left a:before,
.icon-forward.icon-right a:after,
i.icon-forward:before {
  content: "\27a6";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-quote.icon-left a:before,
.icon-quote.icon-right a:after,
i.icon-quote:before {
  content: "\275e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-code.icon-left a:before,
.icon-code.icon-right a:after,
i.icon-code:before {
  content: "\e714";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-export.icon-left a:before,
.icon-export.icon-right a:after,
i.icon-export:before {
  content: "\e715";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-pencil.icon-left a:before,
.icon-pencil.icon-right a:after,
i.icon-pencil:before {
  content: "\270e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-feather.icon-left a:before,
.icon-feather.icon-right a:after,
i.icon-feather:before {
  content: "\2712";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-print.icon-left a:before,
.icon-print.icon-right a:after,
i.icon-print:before {
  content: "\e716";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-retweet.icon-left a:before,
.icon-retweet.icon-right a:after,
i.icon-retweet:before {
  content: "\e717";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-keyboard.icon-left a:before,
.icon-keyboard.icon-right a:after,
i.icon-keyboard:before {
  content: "\2328";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-comment.icon-left a:before,
.icon-comment.icon-right a:after,
i.icon-comment:before {
  content: "\e718";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-chat.icon-left a:before,
.icon-chat.icon-right a:after,
i.icon-chat:before {
  content: "\e720";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-bell.icon-left a:before,
.icon-bell.icon-right a:after,
i.icon-bell:before {
  content: "🔔";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-attention.icon-left a:before,
.icon-attention.icon-right a:after,
i.icon-attention:before {
  content: "\26a0";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-alert.icon-left a:before,
.icon-alert.icon-right a:after,
i.icon-alert:before {
  content: "💥";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-vcard.icon-left a:before,
.icon-vcard.icon-right a:after,
i.icon-vcard:before {
  content: "\e722";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-address.icon-left a:before,
.icon-address.icon-right a:after,
i.icon-address:before {
  content: "\e723";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-location.icon-left a:before,
.icon-location.icon-right a:after,
i.icon-location:before {
  content: "\e724";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-map.icon-left a:before,
.icon-map.icon-right a:after,
i.icon-map:before {
  content: "\e727";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-direction.icon-left a:before,
.icon-direction.icon-right a:after,
i.icon-direction:before {
  content: "\27a2";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-compass.icon-left a:before,
.icon-compass.icon-right a:after,
i.icon-compass:before {
  content: "\e728";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cup.icon-left a:before,
.icon-cup.icon-right a:after,
i.icon-cup:before {
  content: "\2615";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-trash.icon-left a:before,
.icon-trash.icon-right a:after,
i.icon-trash:before {
  content: "\e729";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-doc.icon-left a:before,
.icon-doc.icon-right a:after,
i.icon-doc:before {
  content: "\e730";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-docs.icon-left a:before,
.icon-docs.icon-right a:after,
i.icon-docs:before {
  content: "\e736";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-doc-landscape.icon-left a:before,
.icon-doc-landscape.icon-right a:after,
i.icon-doc-landscape:before {
  content: "\e737";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-doc-text.icon-left a:before,
.icon-doc-text.icon-right a:after,
i.icon-doc-text:before {
  content: "📄";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-doc-text-inv.icon-left a:before,
.icon-doc-text-inv.icon-right a:after,
i.icon-doc-text-inv:before {
  content: "\e731";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-newspaper.icon-left a:before,
.icon-newspaper.icon-right a:after,
i.icon-newspaper:before {
  content: "📰";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-book-open.icon-left a:before,
.icon-book-open.icon-right a:after,
i.icon-book-open:before {
  content: "📖";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-book.icon-left a:before,
.icon-book.icon-right a:after,
i.icon-book:before {
  content: "📕";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-folder.icon-left a:before,
.icon-folder.icon-right a:after,
i.icon-folder:before {
  content: "📁";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-archive.icon-left a:before,
.icon-archive.icon-right a:after,
i.icon-archive:before {
  content: "\e738";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-box.icon-left a:before,
.icon-box.icon-right a:after,
i.icon-box:before {
  content: "📦";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-rss.icon-left a:before,
.icon-rss.icon-right a:after,
i.icon-rss:before {
  content: "\e73a";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-phone.icon-left a:before,
.icon-phone.icon-right a:after,
i.icon-phone:before {
  content: "📞";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cog.icon-left a:before,
.icon-cog.icon-right a:after,
i.icon-cog:before {
  content: "\2699";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-tools.icon-left a:before,
.icon-tools.icon-right a:after,
i.icon-tools:before {
  content: "\2692";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-share.icon-left a:before,
.icon-share.icon-right a:after,
i.icon-share:before {
  content: "\e73c";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-shareable.icon-left a:before,
.icon-shareable.icon-right a:after,
i.icon-shareable:before {
  content: "\e73e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-basket.icon-left a:before,
.icon-basket.icon-right a:after,
i.icon-basket:before {
  content: "\e73d";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-bag.icon-left a:before,
.icon-bag.icon-right a:after,
i.icon-bag:before {
  content: "👜";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-calendar.icon-left a:before,
.icon-calendar.icon-right a:after,
i.icon-calendar:before {
  content: "📅";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-login.icon-left a:before,
.icon-login.icon-right a:after,
i.icon-login:before {
  content: "\e740";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-logout.icon-left a:before,
.icon-logout.icon-right a:after,
i.icon-logout:before {
  content: "\e741";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-mic.icon-left a:before,
.icon-mic.icon-right a:after,
i.icon-mic:before {
  content: "🎤";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-mute.icon-left a:before,
.icon-mute.icon-right a:after,
i.icon-mute:before {
  content: "🔇";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-sound.icon-left a:before,
.icon-sound.icon-right a:after,
i.icon-sound:before {
  content: "🔊";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-volume.icon-left a:before,
.icon-volume.icon-right a:after,
i.icon-volume:before {
  content: "\e742";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-clock.icon-left a:before,
.icon-clock.icon-right a:after,
i.icon-clock:before {
  content: "🕔";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-hourglass.icon-left a:before,
.icon-hourglass.icon-right a:after,
i.icon-hourglass:before {
  content: "\23f3";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-lamp.icon-left a:before,
.icon-lamp.icon-right a:after,
i.icon-lamp:before {
  content: "💡";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-light-down.icon-left a:before,
.icon-light-down.icon-right a:after,
i.icon-light-down:before {
  content: "🔅";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-light-up.icon-left a:before,
.icon-light-up.icon-right a:after,
i.icon-light-up:before {
  content: "🔆";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-adjust.icon-left a:before,
.icon-adjust.icon-right a:after,
i.icon-adjust:before {
  content: "\25d1";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-block.icon-left a:before,
.icon-block.icon-right a:after,
i.icon-block:before {
  content: "🚫";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-resize-full.icon-left a:before,
.icon-resize-full.icon-right a:after,
i.icon-resize-full:before {
  content: "\e744";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-resize-small.icon-left a:before,
.icon-resize-small.icon-right a:after,
i.icon-resize-small:before {
  content: "\e746";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-popup.icon-left a:before,
.icon-popup.icon-right a:after,
i.icon-popup:before {
  content: "\e74c";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-publish.icon-left a:before,
.icon-publish.icon-right a:after,
i.icon-publish:before {
  content: "\e74d";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-window.icon-left a:before,
.icon-window.icon-right a:after,
i.icon-window:before {
  content: "\e74e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-arrow-combo.icon-left a:before,
.icon-arrow-combo.icon-right a:after,
i.icon-arrow-combo:before {
  content: "\e74f";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-down-circled.icon-left a:before,
.icon-down-circled.icon-right a:after,
i.icon-down-circled:before {
  content: "\e758";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-left-circled.icon-left a:before,
.icon-left-circled.icon-right a:after,
i.icon-left-circled:before {
  content: "\e759";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-right-circled.icon-left a:before,
.icon-right-circled.icon-right a:after,
i.icon-right-circled:before {
  content: "\e75a";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-up-circled.icon-left a:before,
.icon-up-circled.icon-right a:after,
i.icon-up-circled:before {
  content: "\e75b";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-down-open.icon-left a:before,
.icon-down-open.icon-right a:after,
i.icon-down-open:before {
  content: "\e75c";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-left-open.icon-left a:before,
.icon-left-open.icon-right a:after,
i.icon-left-open:before {
  content: "\e75d";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-right-open.icon-left a:before,
.icon-right-open.icon-right a:after,
i.icon-right-open:before {
  content: "\e75e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-up-open.icon-left a:before,
.icon-up-open.icon-right a:after,
i.icon-up-open:before {
  content: "\e75f";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-down-open-mini.icon-left a:before,
.icon-down-open-mini.icon-right a:after,
i.icon-down-open-mini:before {
  content: "\e760";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-left-open-mini.icon-left a:before,
.icon-left-open-mini.icon-right a:after,
i.icon-left-open-mini:before {
  content: "\e761";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-right-open-mini.icon-left a:before,
.icon-right-open-mini.icon-right a:after,
i.icon-right-open-mini:before {
  content: "\e762";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-up-open-mini.icon-left a:before,
.icon-up-open-mini.icon-right a:after,
i.icon-up-open-mini:before {
  content: "\e763";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-down-open-big.icon-left a:before,
.icon-down-open-big.icon-right a:after,
i.icon-down-open-big:before {
  content: "\e764";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-left-open-big.icon-left a:before,
.icon-left-open-big.icon-right a:after,
i.icon-left-open-big:before {
  content: "\e765";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-right-open-big.icon-left a:before,
.icon-right-open-big.icon-right a:after,
i.icon-right-open-big:before {
  content: "\e766";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-up-open-big.icon-left a:before,
.icon-up-open-big.icon-right a:after,
i.icon-up-open-big:before {
  content: "\e767";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-down.icon-left a:before,
.icon-down.icon-right a:after,
i.icon-down:before {
  content: "\2b07";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-arrow-left.icon-left a:before,
.icon-arrow-left.icon-right a:after,
i.icon-arrow-left:before {
  content: "\2b05";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-arrow-right.icon-left a:before,
.icon-arrow-right.icon-right a:after,
i.icon-arrow-right:before {
  content: "\27a1";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-up.icon-left a:before,
.icon-up.icon-right a:after,
i.icon-up:before {
  content: "\2b06";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-down-dir.icon-left a:before,
.icon-down-dir.icon-right a:after,
i.icon-down-dir:before {
  content: "\25be";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-left-dir.icon-left a:before,
.icon-left-dir.icon-right a:after,
i.icon-left-dir:before {
  content: "\25c2";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-right-dir.icon-left a:before,
.icon-right-dir.icon-right a:after,
i.icon-right-dir:before {
  content: "\25b8";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-up-dir.icon-left a:before,
.icon-up-dir.icon-right a:after,
i.icon-up-dir:before {
  content: "\25b4";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-down-bold.icon-left a:before,
.icon-down-bold.icon-right a:after,
i.icon-down-bold:before {
  content: "\e4b0";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-left-bold.icon-left a:before,
.icon-left-bold.icon-right a:after,
i.icon-left-bold:before {
  content: "\e4ad";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-right-bold.icon-left a:before,
.icon-right-bold.icon-right a:after,
i.icon-right-bold:before {
  content: "\e4ae";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-up-bold.icon-left a:before,
.icon-up-bold.icon-right a:after,
i.icon-up-bold:before {
  content: "\e4af";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-down-thin.icon-left a:before,
.icon-down-thin.icon-right a:after,
i.icon-down-thin:before {
  content: "\2193";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-left-thin.icon-left a:before,
.icon-left-thin.icon-right a:after,
i.icon-left-thin:before {
  content: "\2190";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-right-thin.icon-left a:before,
.icon-right-thin.icon-right a:after,
i.icon-right-thin:before {
  content: "\2192";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-up-thin.icon-left a:before,
.icon-up-thin.icon-right a:after,
i.icon-up-thin:before {
  content: "\2191";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-ccw.icon-left a:before,
.icon-ccw.icon-right a:after,
i.icon-ccw:before {
  content: "\27f2";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cw.icon-left a:before,
.icon-cw.icon-right a:after,
i.icon-cw:before {
  content: "\27f3";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-arrows-ccw.icon-left a:before,
.icon-arrows-ccw.icon-right a:after,
i.icon-arrows-ccw:before {
  content: "🔄";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-level-down.icon-left a:before,
.icon-level-down.icon-right a:after,
i.icon-level-down:before {
  content: "\21b3";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-level-up.icon-left a:before,
.icon-level-up.icon-right a:after,
i.icon-level-up:before {
  content: "\21b0";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-shuffle.icon-left a:before,
.icon-shuffle.icon-right a:after,
i.icon-shuffle:before {
  content: "🔀";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-loop.icon-left a:before,
.icon-loop.icon-right a:after,
i.icon-loop:before {
  content: "🔁";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-switch.icon-left a:before,
.icon-switch.icon-right a:after,
i.icon-switch:before {
  content: "\21c6";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-play.icon-left a:before,
.icon-play.icon-right a:after,
i.icon-play:before {
  content: "\25b6";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-stop.icon-left a:before,
.icon-stop.icon-right a:after,
i.icon-stop:before {
  content: "\25a0";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-pause.icon-left a:before,
.icon-pause.icon-right a:after,
i.icon-pause:before {
  content: "\2389";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-record.icon-left a:before,
.icon-record.icon-right a:after,
i.icon-record:before {
  content: "\26ab";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-to-end.icon-left a:before,
.icon-to-end.icon-right a:after,
i.icon-to-end:before {
  content: "\23ed";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-to-start.icon-left a:before,
.icon-to-start.icon-right a:after,
i.icon-to-start:before {
  content: "\23ee";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-fast-forward.icon-left a:before,
.icon-fast-forward.icon-right a:after,
i.icon-fast-forward:before {
  content: "\23e9";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-fast-backward.icon-left a:before,
.icon-fast-backward.icon-right a:after,
i.icon-fast-backward:before {
  content: "\23ea";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-progress-0.icon-left a:before,
.icon-progress-0.icon-right a:after,
i.icon-progress-0:before {
  content: "\e768";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-progress-1.icon-left a:before,
.icon-progress-1.icon-right a:after,
i.icon-progress-1:before {
  content: "\e769";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-progress-2.icon-left a:before,
.icon-progress-2.icon-right a:after,
i.icon-progress-2:before {
  content: "\e76a";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-progress-3.icon-left a:before,
.icon-progress-3.icon-right a:after,
i.icon-progress-3:before {
  content: "\e76b";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-target.icon-left a:before,
.icon-target.icon-right a:after,
i.icon-target:before {
  content: "🎯";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-palette.icon-left a:before,
.icon-palette.icon-right a:after,
i.icon-palette:before {
  content: "🎨";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-list.icon-left a:before,
.icon-list.icon-right a:after,
i.icon-list:before {
  content: "\e005";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-list-add.icon-left a:before,
.icon-list-add.icon-right a:after,
i.icon-list-add:before {
  content: "\e003";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-signal.icon-left a:before,
.icon-signal.icon-right a:after,
i.icon-signal:before {
  content: "📶";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-trophy.icon-left a:before,
.icon-trophy.icon-right a:after,
i.icon-trophy:before {
  content: "🏆";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-battery.icon-left a:before,
.icon-battery.icon-right a:after,
i.icon-battery:before {
  content: "🔋";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-back-in-time.icon-left a:before,
.icon-back-in-time.icon-right a:after,
i.icon-back-in-time:before {
  content: "\e771";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-monitor.icon-left a:before,
.icon-monitor.icon-right a:after,
i.icon-monitor:before {
  content: "💻";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-mobile.icon-left a:before,
.icon-mobile.icon-right a:after,
i.icon-mobile:before {
  content: "📱";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-network.icon-left a:before,
.icon-network.icon-right a:after,
i.icon-network:before {
  content: "\e776";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cd.icon-left a:before,
.icon-cd.icon-right a:after,
i.icon-cd:before {
  content: "💿";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-inbox.icon-left a:before,
.icon-inbox.icon-right a:after,
i.icon-inbox:before {
  content: "\e777";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-install.icon-left a:before,
.icon-install.icon-right a:after,
i.icon-install:before {
  content: "\e778";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-globe.icon-left a:before,
.icon-globe.icon-right a:after,
i.icon-globe:before {
  content: "🌎";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cloud.icon-left a:before,
.icon-cloud.icon-right a:after,
i.icon-cloud:before {
  content: "\2601";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cloud-thunder.icon-left a:before,
.icon-cloud-thunder.icon-right a:after,
i.icon-cloud-thunder:before {
  content: "\26c8";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flash.icon-left a:before,
.icon-flash.icon-right a:after,
i.icon-flash:before {
  content: "\26a1";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-moon.icon-left a:before,
.icon-moon.icon-right a:after,
i.icon-moon:before {
  content: "\263d";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flight.icon-left a:before,
.icon-flight.icon-right a:after,
i.icon-flight:before {
  content: "\2708";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-paper-plane.icon-left a:before,
.icon-paper-plane.icon-right a:after,
i.icon-paper-plane:before {
  content: "\e79b";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-leaf.icon-left a:before,
.icon-leaf.icon-right a:after,
i.icon-leaf:before {
  content: "🍂";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-lifebuoy.icon-left a:before,
.icon-lifebuoy.icon-right a:after,
i.icon-lifebuoy:before {
  content: "\e788";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-mouse.icon-left a:before,
.icon-mouse.icon-right a:after,
i.icon-mouse:before {
  content: "\e789";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-briefcase.icon-left a:before,
.icon-briefcase.icon-right a:after,
i.icon-briefcase:before {
  content: "💼";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-suitcase.icon-left a:before,
.icon-suitcase.icon-right a:after,
i.icon-suitcase:before {
  content: "\e78e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-dot.icon-left a:before,
.icon-dot.icon-right a:after,
i.icon-dot:before {
  content: "\e78b";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-dot-2.icon-left a:before,
.icon-dot-2.icon-right a:after,
i.icon-dot-2:before {
  content: "\e78c";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-dot-3.icon-left a:before,
.icon-dot-3.icon-right a:after,
i.icon-dot-3:before {
  content: "\e78d";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-brush.icon-left a:before,
.icon-brush.icon-right a:after,
i.icon-brush:before {
  content: "\e79a";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-magnet.icon-left a:before,
.icon-magnet.icon-right a:after,
i.icon-magnet:before {
  content: "\e7a1";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-infinity.icon-left a:before,
.icon-infinity.icon-right a:after,
i.icon-infinity:before {
  content: "\221e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-erase.icon-left a:before,
.icon-erase.icon-right a:after,
i.icon-erase:before {
  content: "\232b";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-chart-pie.icon-left a:before,
.icon-chart-pie.icon-right a:after,
i.icon-chart-pie:before {
  content: "\e751";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-chart-line.icon-left a:before,
.icon-chart-line.icon-right a:after,
i.icon-chart-line:before {
  content: "📈";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-chart-bar.icon-left a:before,
.icon-chart-bar.icon-right a:after,
i.icon-chart-bar:before {
  content: "📊";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-chart-area.icon-left a:before,
.icon-chart-area.icon-right a:after,
i.icon-chart-area:before {
  content: "🔾";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-tape.icon-left a:before,
.icon-tape.icon-right a:after,
i.icon-tape:before {
  content: "\2707";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-graduation-cap.icon-left a:before,
.icon-graduation-cap.icon-right a:after,
i.icon-graduation-cap:before {
  content: "🎓";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-language.icon-left a:before,
.icon-language.icon-right a:after,
i.icon-language:before {
  content: "\e752";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-ticket.icon-left a:before,
.icon-ticket.icon-right a:after,
i.icon-ticket:before {
  content: "🎫";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-water.icon-left a:before,
.icon-water.icon-right a:after,
i.icon-water:before {
  content: "💦";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-droplet.icon-left a:before,
.icon-droplet.icon-right a:after,
i.icon-droplet:before {
  content: "💧";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-air.icon-left a:before,
.icon-air.icon-right a:after,
i.icon-air:before {
  content: "\e753";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-credit-card.icon-left a:before,
.icon-credit-card.icon-right a:after,
i.icon-credit-card:before {
  content: "💳";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-floppy.icon-left a:before,
.icon-floppy.icon-right a:after,
i.icon-floppy:before {
  content: "💾";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-clipboard.icon-left a:before,
.icon-clipboard.icon-right a:after,
i.icon-clipboard:before {
  content: "📋";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-megaphone.icon-left a:before,
.icon-megaphone.icon-right a:after,
i.icon-megaphone:before {
  content: "📣";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-database.icon-left a:before,
.icon-database.icon-right a:after,
i.icon-database:before {
  content: "\e754";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-drive.icon-left a:before,
.icon-drive.icon-right a:after,
i.icon-drive:before {
  content: "\e755";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-bucket.icon-left a:before,
.icon-bucket.icon-right a:after,
i.icon-bucket:before {
  content: "\e756";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-thermometer.icon-left a:before,
.icon-thermometer.icon-right a:after,
i.icon-thermometer:before {
  content: "\e757";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-key.icon-left a:before,
.icon-key.icon-right a:after,
i.icon-key:before {
  content: "🔑";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flow-cascade.icon-left a:before,
.icon-flow-cascade.icon-right a:after,
i.icon-flow-cascade:before {
  content: "\e790";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flow-branch.icon-left a:before,
.icon-flow-branch.icon-right a:after,
i.icon-flow-branch:before {
  content: "\e791";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flow-tree.icon-left a:before,
.icon-flow-tree.icon-right a:after,
i.icon-flow-tree:before {
  content: "\e792";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flow-line.icon-left a:before,
.icon-flow-line.icon-right a:after,
i.icon-flow-line:before {
  content: "\e793";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flow-parallel.icon-left a:before,
.icon-flow-parallel.icon-right a:after,
i.icon-flow-parallel:before {
  content: "\e794";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-rocket.icon-left a:before,
.icon-rocket.icon-right a:after,
i.icon-rocket:before {
  content: "🚀";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-gauge.icon-left a:before,
.icon-gauge.icon-right a:after,
i.icon-gauge:before {
  content: "\e7a2";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-traffic-cone.icon-left a:before,
.icon-traffic-cone.icon-right a:after,
i.icon-traffic-cone:before {
  content: "\e7a3";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc.icon-left a:before,
.icon-cc.icon-right a:after,
i.icon-cc:before {
  content: "\e7a5";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-by.icon-left a:before,
.icon-cc-by.icon-right a:after,
i.icon-cc-by:before {
  content: "\e7a6";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-nc.icon-left a:before,
.icon-cc-nc.icon-right a:after,
i.icon-cc-nc:before {
  content: "\e7a7";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-nc-eu.icon-left a:before,
.icon-cc-nc-eu.icon-right a:after,
i.icon-cc-nc-eu:before {
  content: "\e7a8";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-nc-jp.icon-left a:before,
.icon-cc-nc-jp.icon-right a:after,
i.icon-cc-nc-jp:before {
  content: "\e7a9";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-sa.icon-left a:before,
.icon-cc-sa.icon-right a:after,
i.icon-cc-sa:before {
  content: "\e7aa";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-nd.icon-left a:before,
.icon-cc-nd.icon-right a:after,
i.icon-cc-nd:before {
  content: "\e7ab";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-pd.icon-left a:before,
.icon-cc-pd.icon-right a:after,
i.icon-cc-pd:before {
  content: "\e7ac";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-zero.icon-left a:before,
.icon-cc-zero.icon-right a:after,
i.icon-cc-zero:before {
  content: "\e7ad";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-share.icon-left a:before,
.icon-cc-share.icon-right a:after,
i.icon-cc-share:before {
  content: "\e7ae";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-cc-remix.icon-left a:before,
.icon-cc-remix.icon-right a:after,
i.icon-cc-remix:before {
  content: "\e7af";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-github.icon-left a:before,
.icon-github.icon-right a:after,
i.icon-github:before {
  content: "\f300";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-github-circled.icon-left a:before,
.icon-github-circled.icon-right a:after,
i.icon-github-circled:before {
  content: "\f301";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flickr.icon-left a:before,
.icon-flickr.icon-right a:after,
i.icon-flickr:before {
  content: "\f303";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flickr-circled.icon-left a:before,
.icon-flickr-circled.icon-right a:after,
i.icon-flickr-circled:before {
  content: "\f304";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-vimeo.icon-left a:before,
.icon-vimeo.icon-right a:after,
i.icon-vimeo:before {
  content: "\f306";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-vimeo-circled.icon-left a:before,
.icon-vimeo-circled.icon-right a:after,
i.icon-vimeo-circled:before {
  content: "\f307";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-twitter.icon-left a:before,
.icon-twitter.icon-right a:after,
i.icon-twitter:before {
  content: "\f309";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-twitter-circled.icon-left a:before,
.icon-twitter-circled.icon-right a:after,
i.icon-twitter-circled:before {
  content: "\f30a";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-facebook.icon-left a:before,
.icon-facebook.icon-right a:after,
i.icon-facebook:before {
  content: "\f30c";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-facebook-circled.icon-left a:before,
.icon-facebook-circled.icon-right a:after,
i.icon-facebook-circled:before {
  content: "\f30d";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-facebook-squared.icon-left a:before,
.icon-facebook-squared.icon-right a:after,
i.icon-facebook-squared:before {
  content: "\f30e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-gplus.icon-left a:before,
.icon-gplus.icon-right a:after,
i.icon-gplus:before {
  content: "\f30f";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-gplus-circled.icon-left a:before,
.icon-gplus-circled.icon-right a:after,
i.icon-gplus-circled:before {
  content: "\f310";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-pinterest.icon-left a:before,
.icon-pinterest.icon-right a:after,
i.icon-pinterest:before {
  content: "\f312";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-pinterest-circled.icon-left a:before,
.icon-pinterest-circled.icon-right a:after,
i.icon-pinterest-circled:before {
  content: "\f313";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-tumblr.icon-left a:before,
.icon-tumblr.icon-right a:after,
i.icon-tumblr:before {
  content: "\f315";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-tumblr-circled.icon-left a:before,
.icon-tumblr-circled.icon-right a:after,
i.icon-tumblr-circled:before {
  content: "\f316";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-linkedin.icon-left a:before,
.icon-linkedin.icon-right a:after,
i.icon-linkedin:before {
  content: "\f318";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-linkedin-circled.icon-left a:before,
.icon-linkedin-circled.icon-right a:after,
i.icon-linkedin-circled:before {
  content: "\f319";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-dribbble.icon-left a:before,
.icon-dribbble.icon-right a:after,
i.icon-dribbble:before {
  content: "\f31b";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-dribbble-circled.icon-left a:before,
.icon-dribbble-circled.icon-right a:after,
i.icon-dribbble-circled:before {
  content: "\f31c";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-stumbleupon.icon-left a:before,
.icon-stumbleupon.icon-right a:after,
i.icon-stumbleupon:before {
  content: "\f31e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-stumbleupon-circled.icon-left a:before,
.icon-stumbleupon-circled.icon-right a:after,
i.icon-stumbleupon-circled:before {
  content: "\f31f";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-lastfm.icon-left a:before,
.icon-lastfm.icon-right a:after,
i.icon-lastfm:before {
  content: "\f321";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-lastfm-circled.icon-left a:before,
.icon-lastfm-circled.icon-right a:after,
i.icon-lastfm-circled:before {
  content: "\f322";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-rdio.icon-left a:before,
.icon-rdio.icon-right a:after,
i.icon-rdio:before {
  content: "\f324";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-rdio-circled.icon-left a:before,
.icon-rdio-circled.icon-right a:after,
i.icon-rdio-circled:before {
  content: "\f325";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-spotify.icon-left a:before,
.icon-spotify.icon-right a:after,
i.icon-spotify:before {
  content: "\f327";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-spotify-circled.icon-left a:before,
.icon-spotify-circled.icon-right a:after,
i.icon-spotify-circled:before {
  content: "\f328";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-qq.icon-left a:before,
.icon-qq.icon-right a:after,
i.icon-qq:before {
  content: "\f32a";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-instagram.icon-left a:before,
.icon-instagram.icon-right a:after,
i.icon-instagram:before {
  content: "\f32d";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-dropbox.icon-left a:before,
.icon-dropbox.icon-right a:after,
i.icon-dropbox:before {
  content: "\f330";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-evernote.icon-left a:before,
.icon-evernote.icon-right a:after,
i.icon-evernote:before {
  content: "\f333";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-flattr.icon-left a:before,
.icon-flattr.icon-right a:after,
i.icon-flattr:before {
  content: "\f336";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-skype.icon-left a:before,
.icon-skype.icon-right a:after,
i.icon-skype:before {
  content: "\f339";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-skype-circled.icon-left a:before,
.icon-skype-circled.icon-right a:after,
i.icon-skype-circled:before {
  content: "\f33a";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-renren.icon-left a:before,
.icon-renren.icon-right a:after,
i.icon-renren:before {
  content: "\f33c";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-sina-weibo.icon-left a:before,
.icon-sina-weibo.icon-right a:after,
i.icon-sina-weibo:before {
  content: "\f33f";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-paypal.icon-left a:before,
.icon-paypal.icon-right a:after,
i.icon-paypal:before {
  content: "\f342";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-picasa.icon-left a:before,
.icon-picasa.icon-right a:after,
i.icon-picasa:before {
  content: "\f345";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-soundcloud.icon-left a:before,
.icon-soundcloud.icon-right a:after,
i.icon-soundcloud:before {
  content: "\f348";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-mixi.icon-left a:before,
.icon-mixi.icon-right a:after,
i.icon-mixi:before {
  content: "\f34b";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-behance.icon-left a:before,
.icon-behance.icon-right a:after,
i.icon-behance:before {
  content: "\f34e";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-google-circles.icon-left a:before,
.icon-google-circles.icon-right a:after,
i.icon-google-circles:before {
  content: "\f351";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-vkontakte.icon-left a:before,
.icon-vkontakte.icon-right a:after,
i.icon-vkontakte:before {
  content: "\f354";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-smashing.icon-left a:before,
.icon-smashing.icon-right a:after,
i.icon-smashing:before {
  content: "\f357";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-sweden.icon-left a:before,
.icon-sweden.icon-right a:after,
i.icon-sweden:before {
  content: "\f601";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-db-shape.icon-left a:before,
.icon-db-shape.icon-right a:after,
i.icon-db-shape:before {
  content: "\f600";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_icons\.scss}line{font-family:\0000315}}
.icon-logo-db.icon-left a:before,
.icon-logo-db.icon-right a:after,
i.icon-logo-db:before {
  content: "\f603";
  height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_fixed\.scss}line{font-family:\000032}}
.fixed {
  position: fixed;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_fixed\.scss}line{font-family:\000034}}
.fixed.pinned {
  position: absolute;
}
@media only screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_fixed\.scss}line{font-family:\000032}}
  .fixed {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_fixed\.scss}line{font-family:\0000316}}
.unfixed {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_base\.scss}line{font-family:\0000347}}
.text-center {
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_base\.scss}line{font-family:\0000348}}
.text-left {
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_base\.scss}line{font-family:\0000349}}
.text-right {
  text-align: right;
}

/* Fonts */
@font-face {
  font-family: "entypo";
  font-style: normal;
  font-weight: 400;
  src: url(/static/ffcriavs/fonts/icons/entypo.eot?e323be6b8ea8);
  src: url("/static/ffcriavs/fonts/icons/entypo.eot?&e323be6b8ea8#iefix") format("ie9-skip-eot"), url("/static/ffcriavs/fonts/icons/entypo.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/icons/entypo.ttf?e323be6b8ea8") format("truetype");
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url("/static/ffcriavs/fonts/slick.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/slick.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/slick.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/slick.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/slick.svg?e323be6b8ea8#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaysemibold';
  src: url("/static/ffcriavs/fonts/raleway-semibold-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-semibold-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-semibold-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-semibold-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-semibold-webfont.svg?e323be6b8ea8#ralewaysemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaylight';
  src: url("/static/ffcriavs/fonts/raleway-light-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-light-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-light-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-light-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-light-webfont.svg?e323be6b8ea8#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaybold';
  src: url("/static/ffcriavs/fonts/raleway-bold-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-bold-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-bold-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-bold-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-bold-webfont.svg?e323be6b8ea8#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaymedium';
  src: url("/static/ffcriavs/fonts/raleway-medium-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-medium-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-medium-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-medium-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-medium-webfont.svg?e323be6b8ea8#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayextrabold';
  src: url("/static/ffcriavs/fonts/raleway-extrabold-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-extrabold-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-extrabold-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-extrabold-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-extrabold-webfont.svg?e323be6b8ea8#ralewayextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayregular';
  src: url("/static/ffcriavs/fonts/raleway-regular-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-regular-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-regular-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-regular-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-regular-webfont.svg?e323be6b8ea8#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Typography */
/* Textes */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\000034}}
h1, h2, h3, h4, h5, h6 {
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  font-weight: 300;
  color: #444444;
  text-rendering: optimizeLegibility;
  padding-top: 0.273em;
  line-height: 1.15538em;
  padding-bottom: 0.273em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000312}}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #a3b019;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000316}}
h1 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000320}}
h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000324}}
h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000330}}
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000334}}
h1 {
  font-size: 42px;
  font-size: 2.625rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000336}}
h1.xlarge {
  font-size: 110px;
  font-size: 6.875rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000339}}
h1.xxlarge {
  font-size: 126px;
  font-size: 7.875rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000342}}
h1.absurd {
  font-size: 177px;
  font-size: 11.0625rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000346}}
h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000347}}
h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000348}}
h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000349}}
h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000350}}
h6 {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000354}}
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000355}}
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000359}}
.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px;
}

/*=====================================================

  Links & Paragraph styles

  ======================================================*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000371}}
p {
  font-weight: 400;
  margin-bottom: 13px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000376}}
p.lead {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000371}}
  p {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.625em;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000386}}
a {
  color: #a3b019;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000391}}
a:hover {
  color: #8e9a16;
}

/*=====================================================

  Lists

 ======================================================*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003102}}
ul, ol {
  display: inline-block;
  margin-bottom: 0.273em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003107}}
ul {
  list-style: disc outside;
  list-style-image: url("/static/ffcriavs/img/puce.png?e323be6b8ea8");
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003112}}
ol {
  list-style: decimal;
  margin-left: 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003118}}
ul.square, ul.circle, ul.disc {
  margin-left: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003121}}
ul.square {
  list-style: square outside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003124}}
ul.circle {
  list-style: circle outside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003127}}
ul.disc {
  list-style: disc outside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003130}}
ul ul {
  margin: 4px 0 5px 25px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003135}}
ol ol {
  margin: 4px 0 5px 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003139}}
li {
  padding-bottom: 0.273em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003143}}
ul.large li {
  line-height: 21px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003147}}
ul {
  list-style: none inside none;
  margin: 0 1.5em 1.5em 0;
  padding: 0 0 0 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003152}}
ul li {
  list-style: disc outside none;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003156}}
.page #content ul li {
  list-style-image: url(/static/ffcriavs/img/puce.jpg);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003158}}
ul ul {
  list-style: disc outside;
  margin: 0;
  padding: 0 0 0 3.333em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003165}}
dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003172}}
  ul, ol, dl, p {
    text-align: left;
  }
}
/* Mobile */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003178}}
em {
  font-style: italic;
  line-height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003183}}
strong {
  font-weight: 700;
  line-height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003188}}
small {
  font-size: 56.4%;
  line-height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003193}}
h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #777;
}

/*  Blockquotes  */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003199}}
blockquote {
  line-height: 20px;
  color: #777;
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 5px solid #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003202}}
blockquote p {
  line-height: 20px;
  color: #777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003209}}
blockquote cite {
  position: relative;
  display: block;
  padding-left: 60px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003216}}
blockquote cite:before {
  content: "";
  display: block;
  position: absolute;
  background: transparent url(/static/ffcriavs/img/quote_open.png?e323be6b8ea8) no-repeat 0 0;
  height: 50px;
  width: 50px;
  left: -10px;
  opacity: 0.25;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003226}}
blockquote cite a {
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003228}}
blockquote cite a:visited {
  color: #555555;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003235}}
hr {
  border: 1px solid #cccccc;
  clear: both;
  margin: 16px 0 18px;
  height: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003242}}
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #cccccc;
  cursor: help;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003250}}
abbr {
  text-transform: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003253}}
sup {
  font-size: 75%;
  vertical-align: super;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003254}}
sub {
  font-size: 75%;
  vertical-align: sub;
}

/**
   * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003264}}
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: sanbeiji.com/archives/953 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003272}}
  p a {
    color: #555555 !important;
    text-decoration: underline;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003275}}
  p a:visited {
    color: #555555 !important;
    text-decoration: underline;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003279}}
  p a[href]:after {
    content: " (" attr(href) ")";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003283}}
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003287}}
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003292}}
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003296}}
  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003300}}
  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003307}}
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003311}}
  h2, h3 {
    page-break-after: avoid;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\000031}}
.row .pull_one.one.column:first-child, .row .pull_one.two.columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-child, .row .pull_one.five.columns:first-child, .row .pull_one.six.columns:first-child, .row .pull_one.seven.columns:first-child, .row .pull_one.eight.columns:first-child, .row .pull_one.nine.columns:first-child, .row .pull_one.ten.columns:first-child, .row .pull_two.one.column:first-child, .row .pull_two.two.columns:first-child, .row .pull_two.three.columns:first-child, .row .pull_two.four.columns:first-child, .row .pull_two.five.columns:first-child, .row .pull_two.six.columns:first-child, .row .pull_two.seven.columns:first-child, .row .pull_two.eight.columns:first-child, .row .pull_two.nine.columns:first-child, .row .pull_two.eleven.columns:first-child, .row .pull_three.one.column:first-child, .row .pull_three.two.columns:first-child, .row .pull_three.three.columns:first-child, .row .pull_three.four.columns:first-child, .row .pull_three.five.columns:first-child, .row .pull_three.six.columns:first-child, .row .pull_three.seven.columns:first-child, .row .pull_three.eight.columns:first-child, .row .pull_three.ten.columns:first-child, .row .pull_three.eleven.columns:first-child, .row .pull_four.one.column:first-child, .row .pull_four.two.columns:first-child, .row .pull_four.three.columns:first-child, .row .pull_four.four.columns:first-child, .row .pull_four.five.columns:first-child, .row .pull_four.six.columns:first-child, .row .pull_four.seven.columns:first-child, .row .pull_four.nine.columns:first-child, .row .pull_four.ten.columns:first-child, .row .pull_four.eleven.columns:first-child, .row .pull_five.one.column:first-child, .row .pull_five.two.columns:first-child, .row .pull_five.three.columns:first-child, .row .pull_five.four.columns:first-child, .row .pull_five.five.columns:first-child, .row .pull_five.six.columns:first-child, .row .pull_five.eight.columns:first-child, .row .pull_five.nine.columns:first-child, .row .pull_five.ten.columns:first-child, .row .pull_five.eleven.columns:first-child, .row .pull_six.one.column:first-child, .row .pull_six.two.columns:first-child, .row .pull_six.three.columns:first-child, .row .pull_six.four.columns:first-child, .row .pull_six.five.columns:first-child, .row .pull_six.seven.columns:first-child, .row .pull_six.eight.columns:first-child, .row .pull_six.nine.columns:first-child, .row .pull_six.ten.columns:first-child, .row .pull_six.eleven.columns:first-child, .row .pull_seven.one.column:first-child, .row .pull_seven.two.columns:first-child, .row .pull_seven.three.columns:first-child, .row .pull_seven.four.columns:first-child, .row .pull_seven.six.columns:first-child, .row .pull_seven.seven.columns:first-child, .row .pull_seven.eight.columns:first-child, .row .pull_seven.nine.columns:first-child, .row .pull_seven.ten.columns:first-child, .row .pull_seven.eleven.columns:first-child, .row .pull_eight.one.column:first-child, .row .pull_eight.two.columns:first-child, .row .pull_eight.three.columns:first-child, .row .pull_eight.five.columns:first-child, .row .pull_eight.six.columns:first-child, .row .pull_eight.seven.columns:first-child, .row .pull_eight.eight.columns:first-child, .row .pull_eight.nine.columns:first-child, .row .pull_eight.ten.columns:first-child, .row .pull_eight.eleven.columns:first-child, .row .pull_nine.one.column:first-child, .row .pull_nine.two.columns:first-child, .row .pull_nine.four.columns:first-child, .row .pull_nine.five.columns:first-child, .row .pull_nine.six.columns:first-child, .row .pull_nine.seven.columns:first-child, .row .pull_nine.eight.columns:first-child, .row .pull_nine.nine.columns:first-child, .row .pull_nine.ten.columns:first-child, .row .pull_nine.eleven.columns:first-child, .row .pull_ten.one.column:first-child, .row .pull_ten.three.columns:first-child, .row .pull_ten.four.columns:first-child, .row .pull_ten.five.columns:first-child, .row .pull_ten.six.columns:first-child, .row .pull_ten.seven.columns:first-child, .row .pull_ten.eight.columns:first-child, .row .pull_ten.nine.columns:first-child, .row .pull_ten.ten.columns:first-child, .row .pull_ten.eleven.columns:first-child, .row .pull_eleven.two.columns:first-child, .row .pull_eleven.three.columns:first-child, .row .pull_eleven.four.columns:first-child, .row .pull_eleven.five.columns:first-child, .row .pull_eleven.six.columns:first-child, .row .pull_eleven.seven.columns:first-child, .row .pull_eleven.eight.columns:first-child, .row .pull_eleven.nine.columns:first-child, .row .pull_eleven.ten.columns:first-child, .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.one.column:first-child, .sixteen.colgrid .row .pull_one.two.columns:first-child, .sixteen.colgrid .row .pull_one.three.columns:first-child, .sixteen.colgrid .row .pull_one.four.columns:first-child, .sixteen.colgrid .row .pull_one.five.columns:first-child, .sixteen.colgrid .row .pull_one.six.columns:first-child, .sixteen.colgrid .row .pull_one.seven.columns:first-child, .sixteen.colgrid .row .pull_one.eight.columns:first-child, .sixteen.colgrid .row .pull_one.nine.columns:first-child, .sixteen.colgrid .row .pull_one.ten.columns:first-child, .sixteen.colgrid .row .pull_one.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.twelve.columns:first-child, .sixteen.colgrid .row .pull_one.thirteen.columns:first-child, .sixteen.colgrid .row .pull_one.fourteen.columns:first-child, .sixteen.colgrid .row .pull_two.one.column:first-child, .sixteen.colgrid .row .pull_two.two.columns:first-child, .sixteen.colgrid .row .pull_two.three.columns:first-child, .sixteen.colgrid .row .pull_two.four.columns:first-child, .sixteen.colgrid .row .pull_two.five.columns:first-child, .sixteen.colgrid .row .pull_two.six.columns:first-child, .sixteen.colgrid .row .pull_two.seven.columns:first-child, .sixteen.colgrid .row .pull_two.eight.columns:first-child, .sixteen.colgrid .row .pull_two.nine.columns:first-child, .sixteen.colgrid .row .pull_two.ten.columns:first-child, .sixteen.colgrid .row .pull_two.eleven.columns:first-child, .sixteen.colgrid .row .pull_two.twelve.columns:first-child, .sixteen.colgrid .row .pull_two.thirteen.columns:first-child, .sixteen.colgrid .row .pull_two.fifteen.columns:first-child, .sixteen.colgrid .row .pull_three.one.column:first-child, .sixteen.colgrid .row .pull_three.two.columns:first-child, .sixteen.colgrid .row .pull_three.three.columns:first-child, .sixteen.colgrid .row .pull_three.four.columns:first-child, .sixteen.colgrid .row .pull_three.five.columns:first-child, .sixteen.colgrid .row .pull_three.six.columns:first-child, .sixteen.colgrid .row .pull_three.seven.columns:first-child, .sixteen.colgrid .row .pull_three.eight.columns:first-child, .sixteen.colgrid .row .pull_three.nine.columns:first-child, .sixteen.colgrid .row .pull_three.ten.columns:first-child, .sixteen.colgrid .row .pull_three.eleven.columns:first-child, .sixteen.colgrid .row .pull_three.twelve.columns:first-child, .sixteen.colgrid .row .pull_three.fourteen.columns:first-child, .sixteen.colgrid .row .pull_three.fifteen.columns:first-child, .sixteen.colgrid .row .pull_four.one.column:first-child, .sixteen.colgrid .row .pull_four.two.columns:first-child, .sixteen.colgrid .row .pull_four.three.columns:first-child, .sixteen.colgrid .row .pull_four.four.columns:first-child, .sixteen.colgrid .row .pull_four.five.columns:first-child, .sixteen.colgrid .row .pull_four.six.columns:first-child, .sixteen.colgrid .row .pull_four.seven.columns:first-child, .sixteen.colgrid .row .pull_four.eight.columns:first-child, .sixteen.colgrid .row .pull_four.nine.columns:first-child, .sixteen.colgrid .row .pull_four.ten.columns:first-child, .sixteen.colgrid .row .pull_four.eleven.columns:first-child, .sixteen.colgrid .row .pull_four.thirteen.columns:first-child, .sixteen.colgrid .row .pull_four.fourteen.columns:first-child, .sixteen.colgrid .row .pull_four.fifteen.columns:first-child, .sixteen.colgrid .row .pull_five.one.column:first-child, .sixteen.colgrid .row .pull_five.two.columns:first-child, .sixteen.colgrid .row .pull_five.three.columns:first-child, .sixteen.colgrid .row .pull_five.four.columns:first-child, .sixteen.colgrid .row .pull_five.five.columns:first-child, .sixteen.colgrid .row .pull_five.six.columns:first-child, .sixteen.colgrid .row .pull_five.seven.columns:first-child, .sixteen.colgrid .row .pull_five.eight.columns:first-child, .sixteen.colgrid .row .pull_five.nine.columns:first-child, .sixteen.colgrid .row .pull_five.ten.columns:first-child, .sixteen.colgrid .row .pull_five.twelve.columns:first-child, .sixteen.colgrid .row .pull_five.thirteen.columns:first-child, .sixteen.colgrid .row .pull_five.fourteen.columns:first-child, .sixteen.colgrid .row .pull_five.fifteen.columns:first-child, .sixteen.colgrid .row .pull_six.one.column:first-child, .sixteen.colgrid .row .pull_six.two.columns:first-child, .sixteen.colgrid .row .pull_six.three.columns:first-child, .sixteen.colgrid .row .pull_six.four.columns:first-child, .sixteen.colgrid .row .pull_six.five.columns:first-child, .sixteen.colgrid .row .pull_six.six.columns:first-child, .sixteen.colgrid .row .pull_six.seven.columns:first-child, .sixteen.colgrid .row .pull_six.eight.columns:first-child, .sixteen.colgrid .row .pull_six.nine.columns:first-child, .sixteen.colgrid .row .pull_six.eleven.columns:first-child, .sixteen.colgrid .row .pull_six.twelve.columns:first-child, .sixteen.colgrid .row .pull_six.thirteen.columns:first-child, .sixteen.colgrid .row .pull_six.fourteen.columns:first-child, .sixteen.colgrid .row .pull_six.fifteen.columns:first-child, .sixteen.colgrid .row .pull_seven.one.column:first-child, .sixteen.colgrid .row .pull_seven.two.columns:first-child, .sixteen.colgrid .row .pull_seven.three.columns:first-child, .sixteen.colgrid .row .pull_seven.four.columns:first-child, .sixteen.colgrid .row .pull_seven.five.columns:first-child, .sixteen.colgrid .row .pull_seven.six.columns:first-child, .sixteen.colgrid .row .pull_seven.seven.columns:first-child, .sixteen.colgrid .row .pull_seven.eight.columns:first-child, .sixteen.colgrid .row .pull_seven.ten.columns:first-child, .sixteen.colgrid .row .pull_seven.eleven.columns:first-child, .sixteen.colgrid .row .pull_seven.twelve.columns:first-child, .sixteen.colgrid .row .pull_seven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eight.one.column:first-child, .sixteen.colgrid .row .pull_eight.two.columns:first-child, .sixteen.colgrid .row .pull_eight.three.columns:first-child, .sixteen.colgrid .row .pull_eight.four.columns:first-child, .sixteen.colgrid .row .pull_eight.five.columns:first-child, .sixteen.colgrid .row .pull_eight.six.columns:first-child, .sixteen.colgrid .row .pull_eight.seven.columns:first-child, .sixteen.colgrid .row .pull_eight.nine.columns:first-child, .sixteen.colgrid .row .pull_eight.ten.columns:first-child, .sixteen.colgrid .row .pull_eight.eleven.columns:first-child, .sixteen.colgrid .row .pull_eight.twelve.columns:first-child, .sixteen.colgrid .row .pull_eight.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fifteen.columns:first-child, .sixteen.colgrid .row .pull_nine.one.column:first-child, .sixteen.colgrid .row .pull_nine.two.columns:first-child, .sixteen.colgrid .row .pull_nine.three.columns:first-child, .sixteen.colgrid .row .pull_nine.four.columns:first-child, .sixteen.colgrid .row .pull_nine.five.columns:first-child, .sixteen.colgrid .row .pull_nine.six.columns:first-child, .sixteen.colgrid .row .pull_nine.eight.columns:first-child, .sixteen.colgrid .row .pull_nine.nine.columns:first-child, .sixteen.colgrid .row .pull_nine.ten.columns:first-child, .sixteen.colgrid .row .pull_nine.eleven.columns:first-child, .sixteen.colgrid .row .pull_nine.twelve.columns:first-child, .sixteen.colgrid .row .pull_nine.thirteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fourteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fifteen.columns:first-child, .sixteen.colgrid .row .pull_ten.one.column:first-child, .sixteen.colgrid .row .pull_ten.two.columns:first-child, .sixteen.colgrid .row .pull_ten.three.columns:first-child, .sixteen.colgrid .row .pull_ten.four.columns:first-child, .sixteen.colgrid .row .pull_ten.five.columns:first-child, .sixteen.colgrid .row .pull_ten.seven.columns:first-child, .sixteen.colgrid .row .pull_ten.eight.columns:first-child, .sixteen.colgrid .row .pull_ten.nine.columns:first-child, .sixteen.colgrid .row .pull_ten.ten.columns:first-child, .sixteen.colgrid .row .pull_ten.eleven.columns:first-child, .sixteen.colgrid .row .pull_ten.twelve.columns:first-child, .sixteen.colgrid .row .pull_ten.thirteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fourteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.one.column:first-child, .sixteen.colgrid .row .pull_eleven.two.columns:first-child, .sixteen.colgrid .row .pull_eleven.three.columns:first-child, .sixteen.colgrid .row .pull_eleven.four.columns:first-child, .sixteen.colgrid .row .pull_eleven.six.columns:first-child, .sixteen.colgrid .row .pull_eleven.seven.columns:first-child, .sixteen.colgrid .row .pull_eleven.eight.columns:first-child, .sixteen.colgrid .row .pull_eleven.nine.columns:first-child, .sixteen.colgrid .row .pull_eleven.ten.columns:first-child, .sixteen.colgrid .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_eleven.twelve.columns:first-child, .sixteen.colgrid .row .pull_eleven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.one.column:first-child, .sixteen.colgrid .row .pull_twelve.two.columns:first-child, .sixteen.colgrid .row .pull_twelve.three.columns:first-child, .sixteen.colgrid .row .pull_twelve.five.columns:first-child, .sixteen.colgrid .row .pull_twelve.six.columns:first-child, .sixteen.colgrid .row .pull_twelve.seven.columns:first-child, .sixteen.colgrid .row .pull_twelve.eight.columns:first-child, .sixteen.colgrid .row .pull_twelve.nine.columns:first-child, .sixteen.colgrid .row .pull_twelve.ten.columns:first-child, .sixteen.colgrid .row .pull_twelve.eleven.columns:first-child, .sixteen.colgrid .row .pull_twelve.twelve.columns:first-child, .sixteen.colgrid .row .pull_twelve.thirteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fourteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fifteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.one.column:first-child, .sixteen.colgrid .row .pull_thirteen.two.columns:first-child, .sixteen.colgrid .row .pull_thirteen.four.columns:first-child, .sixteen.colgrid .row .pull_thirteen.five.columns:first-child, .sixteen.colgrid .row .pull_thirteen.six.columns:first-child, .sixteen.colgrid .row .pull_thirteen.seven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eight.columns:first-child, .sixteen.colgrid .row .pull_thirteen.nine.columns:first-child, .sixteen.colgrid .row .pull_thirteen.ten.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_thirteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.one.column:first-child, .sixteen.colgrid .row .pull_fourteen.three.columns:first-child, .sixteen.colgrid .row .pull_fourteen.four.columns:first-child, .sixteen.colgrid .row .pull_fourteen.five.columns:first-child, .sixteen.colgrid .row .pull_fourteen.six.columns:first-child, .sixteen.colgrid .row .pull_fourteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fourteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fourteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fourteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.two.columns:first-child, .sixteen.colgrid .row .pull_fifteen.three.columns:first-child, .sixteen.colgrid .row .pull_fifteen.four.columns:first-child, .sixteen.colgrid .row .pull_fifteen.five.columns:first-child, .sixteen.colgrid .row .pull_fifteen.six.columns:first-child, .sixteen.colgrid .row .pull_fifteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fifteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fifteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fifteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fifteen.columns:first-child {
  margin-left: 0;
}

/*=================================================

	+++ LE GRID +++
	A Responsive Grid -- Gumby defaults to a standard 960 grid,
	but you can change it to whatever you'd like.

 ==================================================*/
/*.container {
	padding: 0 $gutter-in-px;
}*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000322}}
.row {
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000329}}
.row .row {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

/* To fix the grid into a different size, set max-width to your desired width */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000338}}
.column, .columns {
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000345}}
.column:first-child, .columns:first-child, .alpha {
  margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000349}}
.column.omega, .columns.omega {
  float: right;
}

/* Column Classes */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000361}}
.row .one.column {
  width: 6.47019%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .one.columns {
  width: 6.47019%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .two.columns {
  width: 14.9729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .three.columns {
  width: 23.47561%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .four.columns {
  width: 31.97832%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .five.columns {
  width: 40.48103%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .six.columns {
  width: 48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .seven.columns {
  width: 57.48645%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .eight.columns {
  width: 65.98916%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .nine.columns {
  width: 74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .ten.columns {
  width: 82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .eleven.columns {
  width: 91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000365}}
.row .twelve.columns {
  width: 100%;
}

/* Push and Pull Classes */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_one {
  margin-left: 10.53523%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_one:first-child {
  margin-left: 8.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_one.one.column {
  margin-left: -14.9729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_one.two.columns {
  margin-left: -23.47561%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_one.three.columns {
  margin-left: -31.97832%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_one.four.columns {
  margin-left: -40.48103%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_one.five.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_one.six.columns {
  margin-left: -57.48645%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_one.seven.columns {
  margin-left: -65.98916%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_one.eight.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_one.nine.columns {
  margin-left: -82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_one.ten.columns {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_two {
  margin-left: 19.03794%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_two:first-child {
  margin-left: 17.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_two.one.column {
  margin-left: -23.47561%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_two.two.columns {
  margin-left: -31.97832%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_two.three.columns {
  margin-left: -40.48103%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_two.four.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_two.five.columns {
  margin-left: -57.48645%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_two.six.columns {
  margin-left: -65.98916%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_two.seven.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_two.eight.columns {
  margin-left: -82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_two.nine.columns {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_two.eleven.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_three {
  margin-left: 27.54065%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_three:first-child {
  margin-left: 25.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_three.one.column {
  margin-left: -31.97832%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_three.two.columns {
  margin-left: -40.48103%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_three.three.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_three.four.columns {
  margin-left: -57.48645%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_three.five.columns {
  margin-left: -65.98916%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_three.six.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_three.seven.columns {
  margin-left: -82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_three.eight.columns {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_three.ten.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_three.eleven.columns {
  margin-left: -117.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_four {
  margin-left: 36.04336%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_four:first-child {
  margin-left: 34.01084%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_four.one.column {
  margin-left: -40.48103%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_four.two.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_four.three.columns {
  margin-left: -57.48645%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_four.four.columns {
  margin-left: -65.98916%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_four.five.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_four.six.columns {
  margin-left: -82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_four.seven.columns {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_four.nine.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_four.ten.columns {
  margin-left: -117.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_four.eleven.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_five {
  margin-left: 44.54607%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_five:first-child {
  margin-left: 42.51355%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_five.one.column {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_five.two.columns {
  margin-left: -57.48645%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_five.three.columns {
  margin-left: -65.98916%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_five.four.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_five.five.columns {
  margin-left: -82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_five.six.columns {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_five.eight.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_five.nine.columns {
  margin-left: -117.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_five.ten.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_five.eleven.columns {
  margin-left: -134.01084%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_six {
  margin-left: 53.04878%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_six:first-child {
  margin-left: 51.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_six.one.column {
  margin-left: -57.48645%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_six.two.columns {
  margin-left: -65.98916%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_six.three.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_six.four.columns {
  margin-left: -82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_six.five.columns {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_six.seven.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_six.eight.columns {
  margin-left: -117.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_six.nine.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_six.ten.columns {
  margin-left: -134.01084%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_six.eleven.columns {
  margin-left: -142.51355%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_seven {
  margin-left: 61.55149%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_seven:first-child {
  margin-left: 59.51897%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_seven.one.column {
  margin-left: -65.98916%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_seven.two.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_seven.three.columns {
  margin-left: -82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_seven.four.columns {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_seven.six.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_seven.seven.columns {
  margin-left: -117.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_seven.eight.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_seven.nine.columns {
  margin-left: -134.01084%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_seven.ten.columns {
  margin-left: -142.51355%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_seven.eleven.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_eight {
  margin-left: 70.0542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_eight:first-child {
  margin-left: 68.02168%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_eight.one.column {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eight.two.columns {
  margin-left: -82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eight.three.columns {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eight.five.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eight.six.columns {
  margin-left: -117.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eight.seven.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eight.eight.columns {
  margin-left: -134.01084%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eight.nine.columns {
  margin-left: -142.51355%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eight.ten.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eight.eleven.columns {
  margin-left: -159.51897%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_nine {
  margin-left: 78.55691%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_nine:first-child {
  margin-left: 76.52439%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_nine.one.column {
  margin-left: -82.99458%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_nine.two.columns {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_nine.four.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_nine.five.columns {
  margin-left: -117.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_nine.six.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_nine.seven.columns {
  margin-left: -134.01084%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_nine.eight.columns {
  margin-left: -142.51355%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_nine.nine.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_nine.ten.columns {
  margin-left: -159.51897%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_nine.eleven.columns {
  margin-left: -168.02168%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_ten {
  margin-left: 87.05962%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_ten:first-child {
  margin-left: 85.0271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000391}}
.row .pull_ten.one.column {
  margin-left: -91.49729%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_ten.three.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_ten.four.columns {
  margin-left: -117.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_ten.five.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_ten.six.columns {
  margin-left: -134.01084%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_ten.seven.columns {
  margin-left: -142.51355%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_ten.eight.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_ten.nine.columns {
  margin-left: -159.51897%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_ten.ten.columns {
  margin-left: -168.02168%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_ten.eleven.columns {
  margin-left: -176.52439%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000376}}
.row .push_eleven {
  margin-left: 95.56233%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000378}}
.row .push_eleven:first-child {
  margin-left: 93.52981%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.two.columns {
  margin-left: -108.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.three.columns {
  margin-left: -117.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.four.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.five.columns {
  margin-left: -134.01084%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.six.columns {
  margin-left: -142.51355%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.seven.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.eight.columns {
  margin-left: -159.51897%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.nine.columns {
  margin-left: -168.02168%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.ten.columns {
  margin-left: -176.52439%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\0000399}}
.row .pull_eleven.eleven.columns {
  margin-left: -185.0271%;
}

/* Centered Classes */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .one.centered {
  margin-left: 46.76491%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .two.centered {
  margin-left: 42.51355%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .three.centered {
  margin-left: 38.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .four.centered {
  margin-left: 34.01084%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .five.centered {
  margin-left: 29.75949%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .six.centered {
  margin-left: 25.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .seven.centered {
  margin-left: 21.25678%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .eight.centered {
  margin-left: 17.00542%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .nine.centered {
  margin-left: 12.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .ten.centered {
  margin-left: 8.50271%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003116}}
.row .eleven.centered {
  margin-left: 4.25136%;
}

/* Hybrid Grid Columns */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003128}}
.sixteen.colgrid .row .one.column {
  width: 4.34451%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .one.columns {
  width: 4.34451%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .two.columns {
  width: 10.72154%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .three.columns {
  width: 17.09858%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .four.columns {
  width: 23.47561%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .five.columns {
  width: 29.85264%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .six.columns {
  width: 36.22967%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .seven.columns {
  width: 42.60671%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .eight.columns {
  width: 48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .nine.columns {
  width: 55.36077%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .ten.columns {
  width: 61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .eleven.columns {
  width: 68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .twelve.columns {
  width: 74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .thirteen.columns {
  width: 80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .fourteen.columns {
  width: 87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .fifteen.columns {
  width: 93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003132}}
.sixteen.colgrid .row .sixteen.columns {
  width: 100%;
}

/* Hybrid Push and Pull Classes */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_one {
  margin-left: 8.40955%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_one:first-child {
  margin-left: 6.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_one.one.column {
  margin-left: -10.72154%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.two.columns {
  margin-left: -17.09858%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.three.columns {
  margin-left: -23.47561%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.four.columns {
  margin-left: -29.85264%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.five.columns {
  margin-left: -36.22967%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.six.columns {
  margin-left: -42.60671%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.seven.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.eight.columns {
  margin-left: -55.36077%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.nine.columns {
  margin-left: -61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.ten.columns {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.eleven.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.twelve.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.thirteen.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_one.fourteen.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_two {
  margin-left: 14.78659%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_two:first-child {
  margin-left: 12.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_two.one.column {
  margin-left: -17.09858%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.two.columns {
  margin-left: -23.47561%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.three.columns {
  margin-left: -29.85264%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.four.columns {
  margin-left: -36.22967%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.five.columns {
  margin-left: -42.60671%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.six.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.seven.columns {
  margin-left: -55.36077%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.eight.columns {
  margin-left: -61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.nine.columns {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.ten.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.eleven.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.twelve.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.thirteen.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_two.fifteen.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_three {
  margin-left: 21.16362%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_three:first-child {
  margin-left: 19.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_three.one.column {
  margin-left: -23.47561%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.two.columns {
  margin-left: -29.85264%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.three.columns {
  margin-left: -36.22967%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.four.columns {
  margin-left: -42.60671%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.five.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.six.columns {
  margin-left: -55.36077%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.seven.columns {
  margin-left: -61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.eight.columns {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.nine.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.ten.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.eleven.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.twelve.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.fourteen.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_three.fifteen.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_four {
  margin-left: 27.54065%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_four:first-child {
  margin-left: 25.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_four.one.column {
  margin-left: -29.85264%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.two.columns {
  margin-left: -36.22967%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.three.columns {
  margin-left: -42.60671%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.four.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.five.columns {
  margin-left: -55.36077%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.six.columns {
  margin-left: -61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.seven.columns {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.eight.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.nine.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.ten.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.eleven.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.thirteen.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.fourteen.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_four.fifteen.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_five {
  margin-left: 33.91768%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_five:first-child {
  margin-left: 31.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_five.one.column {
  margin-left: -36.22967%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.two.columns {
  margin-left: -42.60671%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.three.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.four.columns {
  margin-left: -55.36077%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.five.columns {
  margin-left: -61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.six.columns {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.seven.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.eight.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.nine.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.ten.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.twelve.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.thirteen.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.fourteen.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_five.fifteen.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_six {
  margin-left: 40.29472%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_six:first-child {
  margin-left: 38.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_six.one.column {
  margin-left: -42.60671%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.two.columns {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.three.columns {
  margin-left: -55.36077%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.four.columns {
  margin-left: -61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.five.columns {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.six.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.seven.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.eight.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.nine.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.eleven.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.twelve.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.thirteen.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.fourteen.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_six.fifteen.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_seven {
  margin-left: 46.67175%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_seven:first-child {
  margin-left: 44.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_seven.one.column {
  margin-left: -48.98374%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.two.columns {
  margin-left: -55.36077%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.three.columns {
  margin-left: -61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.four.columns {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.five.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.six.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.seven.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.eight.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.ten.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.eleven.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.twelve.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.thirteen.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.fourteen.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_seven.fifteen.columns {
  margin-left: -138.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_eight {
  margin-left: 53.04878%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_eight:first-child {
  margin-left: 51.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_eight.one.column {
  margin-left: -55.36077%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.two.columns {
  margin-left: -61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.three.columns {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.four.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.five.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.six.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.seven.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.nine.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.ten.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.eleven.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.twelve.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.thirteen.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.fourteen.columns {
  margin-left: -138.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eight.fifteen.columns {
  margin-left: -144.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_nine {
  margin-left: 59.42581%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_nine:first-child {
  margin-left: 57.39329%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_nine.one.column {
  margin-left: -61.7378%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.two.columns {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.three.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.four.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.five.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.six.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.eight.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.nine.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.ten.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.eleven.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.twelve.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.thirteen.columns {
  margin-left: -138.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.fourteen.columns {
  margin-left: -144.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_nine.fifteen.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_ten {
  margin-left: 65.80285%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_ten:first-child {
  margin-left: 63.77033%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_ten.one.column {
  margin-left: -68.11484%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.two.columns {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.three.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.four.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.five.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.seven.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.eight.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.nine.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.ten.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.eleven.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.twelve.columns {
  margin-left: -138.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.thirteen.columns {
  margin-left: -144.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.fourteen.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_ten.fifteen.columns {
  margin-left: -157.39329%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_eleven {
  margin-left: 72.17988%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_eleven:first-child {
  margin-left: 70.14736%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_eleven.one.column {
  margin-left: -74.49187%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.two.columns {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.three.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.four.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.six.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.seven.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.eight.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.nine.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.ten.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.eleven.columns {
  margin-left: -138.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.twelve.columns {
  margin-left: -144.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.thirteen.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.fourteen.columns {
  margin-left: -157.39329%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_eleven.fifteen.columns {
  margin-left: -163.77033%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_twelve {
  margin-left: 78.55691%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_twelve:first-child {
  margin-left: 76.52439%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_twelve.one.column {
  margin-left: -80.8689%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.two.columns {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.three.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.five.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.six.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.seven.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.eight.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.nine.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.ten.columns {
  margin-left: -138.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.eleven.columns {
  margin-left: -144.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.twelve.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.thirteen.columns {
  margin-left: -157.39329%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.fourteen.columns {
  margin-left: -163.77033%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_twelve.fifteen.columns {
  margin-left: -170.14736%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_thirteen {
  margin-left: 84.93394%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_thirteen:first-child {
  margin-left: 82.90142%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_thirteen.one.column {
  margin-left: -87.24593%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.two.columns {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.four.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.five.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.six.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.seven.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.eight.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.nine.columns {
  margin-left: -138.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.ten.columns {
  margin-left: -144.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.eleven.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.twelve.columns {
  margin-left: -157.39329%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.thirteen.columns {
  margin-left: -163.77033%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.fourteen.columns {
  margin-left: -170.14736%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_thirteen.fifteen.columns {
  margin-left: -176.52439%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_fourteen {
  margin-left: 91.31098%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_fourteen:first-child {
  margin-left: 89.27846%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003158}}
.sixteen.colgrid .row .pull_fourteen.one.column {
  margin-left: -93.62297%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.three.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.four.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.five.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.six.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.seven.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.eight.columns {
  margin-left: -138.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.nine.columns {
  margin-left: -144.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.ten.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.eleven.columns {
  margin-left: -157.39329%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.twelve.columns {
  margin-left: -163.77033%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.thirteen.columns {
  margin-left: -170.14736%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.fourteen.columns {
  margin-left: -176.52439%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fourteen.fifteen.columns {
  margin-left: -182.90142%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003143}}
.sixteen.colgrid .row .push_fifteen {
  margin-left: 97.68801%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003145}}
.sixteen.colgrid .row .push_fifteen:first-child {
  margin-left: 95.65549%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.two.columns {
  margin-left: -106.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.three.columns {
  margin-left: -112.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.four.columns {
  margin-left: -119.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.five.columns {
  margin-left: -125.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.six.columns {
  margin-left: -131.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.seven.columns {
  margin-left: -138.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.eight.columns {
  margin-left: -144.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.nine.columns {
  margin-left: -151.01626%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.ten.columns {
  margin-left: -157.39329%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.eleven.columns {
  margin-left: -163.77033%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.twelve.columns {
  margin-left: -170.14736%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.thirteen.columns {
  margin-left: -176.52439%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.fourteen.columns {
  margin-left: -182.90142%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003166}}
.sixteen.colgrid .row .pull_fifteen.fifteen.columns {
  margin-left: -189.27846%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003180}}
.row .pull_one.one.column:first-child, .row .pull_one.two.columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-child, .row .pull_one.five.columns:first-child, .row .pull_one.six.columns:first-child, .row .pull_one.seven.columns:first-child, .row .pull_one.eight.columns:first-child, .row .pull_one.nine.columns:first-child, .row .pull_one.ten.columns:first-child, .row .pull_two.one.column:first-child, .row .pull_two.two.columns:first-child, .row .pull_two.three.columns:first-child, .row .pull_two.four.columns:first-child, .row .pull_two.five.columns:first-child, .row .pull_two.six.columns:first-child, .row .pull_two.seven.columns:first-child, .row .pull_two.eight.columns:first-child, .row .pull_two.nine.columns:first-child, .row .pull_two.eleven.columns:first-child, .row .pull_three.one.column:first-child, .row .pull_three.two.columns:first-child, .row .pull_three.three.columns:first-child, .row .pull_three.four.columns:first-child, .row .pull_three.five.columns:first-child, .row .pull_three.six.columns:first-child, .row .pull_three.seven.columns:first-child, .row .pull_three.eight.columns:first-child, .row .pull_three.ten.columns:first-child, .row .pull_three.eleven.columns:first-child, .row .pull_four.one.column:first-child, .row .pull_four.two.columns:first-child, .row .pull_four.three.columns:first-child, .row .pull_four.four.columns:first-child, .row .pull_four.five.columns:first-child, .row .pull_four.six.columns:first-child, .row .pull_four.seven.columns:first-child, .row .pull_four.nine.columns:first-child, .row .pull_four.ten.columns:first-child, .row .pull_four.eleven.columns:first-child, .row .pull_five.one.column:first-child, .row .pull_five.two.columns:first-child, .row .pull_five.three.columns:first-child, .row .pull_five.four.columns:first-child, .row .pull_five.five.columns:first-child, .row .pull_five.six.columns:first-child, .row .pull_five.eight.columns:first-child, .row .pull_five.nine.columns:first-child, .row .pull_five.ten.columns:first-child, .row .pull_five.eleven.columns:first-child, .row .pull_six.one.column:first-child, .row .pull_six.two.columns:first-child, .row .pull_six.three.columns:first-child, .row .pull_six.four.columns:first-child, .row .pull_six.five.columns:first-child, .row .pull_six.seven.columns:first-child, .row .pull_six.eight.columns:first-child, .row .pull_six.nine.columns:first-child, .row .pull_six.ten.columns:first-child, .row .pull_six.eleven.columns:first-child, .row .pull_seven.one.column:first-child, .row .pull_seven.two.columns:first-child, .row .pull_seven.three.columns:first-child, .row .pull_seven.four.columns:first-child, .row .pull_seven.six.columns:first-child, .row .pull_seven.seven.columns:first-child, .row .pull_seven.eight.columns:first-child, .row .pull_seven.nine.columns:first-child, .row .pull_seven.ten.columns:first-child, .row .pull_seven.eleven.columns:first-child, .row .pull_eight.one.column:first-child, .row .pull_eight.two.columns:first-child, .row .pull_eight.three.columns:first-child, .row .pull_eight.five.columns:first-child, .row .pull_eight.six.columns:first-child, .row .pull_eight.seven.columns:first-child, .row .pull_eight.eight.columns:first-child, .row .pull_eight.nine.columns:first-child, .row .pull_eight.ten.columns:first-child, .row .pull_eight.eleven.columns:first-child, .row .pull_nine.one.column:first-child, .row .pull_nine.two.columns:first-child, .row .pull_nine.four.columns:first-child, .row .pull_nine.five.columns:first-child, .row .pull_nine.six.columns:first-child, .row .pull_nine.seven.columns:first-child, .row .pull_nine.eight.columns:first-child, .row .pull_nine.nine.columns:first-child, .row .pull_nine.ten.columns:first-child, .row .pull_nine.eleven.columns:first-child, .row .pull_ten.one.column:first-child, .row .pull_ten.three.columns:first-child, .row .pull_ten.four.columns:first-child, .row .pull_ten.five.columns:first-child, .row .pull_ten.six.columns:first-child, .row .pull_ten.seven.columns:first-child, .row .pull_ten.eight.columns:first-child, .row .pull_ten.nine.columns:first-child, .row .pull_ten.ten.columns:first-child, .row .pull_ten.eleven.columns:first-child, .row .pull_eleven.two.columns:first-child, .row .pull_eleven.three.columns:first-child, .row .pull_eleven.four.columns:first-child, .row .pull_eleven.five.columns:first-child, .row .pull_eleven.six.columns:first-child, .row .pull_eleven.seven.columns:first-child, .row .pull_eleven.eight.columns:first-child, .row .pull_eleven.nine.columns:first-child, .row .pull_eleven.ten.columns:first-child, .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.one.column:first-child, .sixteen.colgrid .row .pull_one.two.columns:first-child, .sixteen.colgrid .row .pull_one.three.columns:first-child, .sixteen.colgrid .row .pull_one.four.columns:first-child, .sixteen.colgrid .row .pull_one.five.columns:first-child, .sixteen.colgrid .row .pull_one.six.columns:first-child, .sixteen.colgrid .row .pull_one.seven.columns:first-child, .sixteen.colgrid .row .pull_one.eight.columns:first-child, .sixteen.colgrid .row .pull_one.nine.columns:first-child, .sixteen.colgrid .row .pull_one.ten.columns:first-child, .sixteen.colgrid .row .pull_one.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.twelve.columns:first-child, .sixteen.colgrid .row .pull_one.thirteen.columns:first-child, .sixteen.colgrid .row .pull_one.fourteen.columns:first-child, .sixteen.colgrid .row .pull_two.one.column:first-child, .sixteen.colgrid .row .pull_two.two.columns:first-child, .sixteen.colgrid .row .pull_two.three.columns:first-child, .sixteen.colgrid .row .pull_two.four.columns:first-child, .sixteen.colgrid .row .pull_two.five.columns:first-child, .sixteen.colgrid .row .pull_two.six.columns:first-child, .sixteen.colgrid .row .pull_two.seven.columns:first-child, .sixteen.colgrid .row .pull_two.eight.columns:first-child, .sixteen.colgrid .row .pull_two.nine.columns:first-child, .sixteen.colgrid .row .pull_two.ten.columns:first-child, .sixteen.colgrid .row .pull_two.eleven.columns:first-child, .sixteen.colgrid .row .pull_two.twelve.columns:first-child, .sixteen.colgrid .row .pull_two.thirteen.columns:first-child, .sixteen.colgrid .row .pull_two.fifteen.columns:first-child, .sixteen.colgrid .row .pull_three.one.column:first-child, .sixteen.colgrid .row .pull_three.two.columns:first-child, .sixteen.colgrid .row .pull_three.three.columns:first-child, .sixteen.colgrid .row .pull_three.four.columns:first-child, .sixteen.colgrid .row .pull_three.five.columns:first-child, .sixteen.colgrid .row .pull_three.six.columns:first-child, .sixteen.colgrid .row .pull_three.seven.columns:first-child, .sixteen.colgrid .row .pull_three.eight.columns:first-child, .sixteen.colgrid .row .pull_three.nine.columns:first-child, .sixteen.colgrid .row .pull_three.ten.columns:first-child, .sixteen.colgrid .row .pull_three.eleven.columns:first-child, .sixteen.colgrid .row .pull_three.twelve.columns:first-child, .sixteen.colgrid .row .pull_three.fourteen.columns:first-child, .sixteen.colgrid .row .pull_three.fifteen.columns:first-child, .sixteen.colgrid .row .pull_four.one.column:first-child, .sixteen.colgrid .row .pull_four.two.columns:first-child, .sixteen.colgrid .row .pull_four.three.columns:first-child, .sixteen.colgrid .row .pull_four.four.columns:first-child, .sixteen.colgrid .row .pull_four.five.columns:first-child, .sixteen.colgrid .row .pull_four.six.columns:first-child, .sixteen.colgrid .row .pull_four.seven.columns:first-child, .sixteen.colgrid .row .pull_four.eight.columns:first-child, .sixteen.colgrid .row .pull_four.nine.columns:first-child, .sixteen.colgrid .row .pull_four.ten.columns:first-child, .sixteen.colgrid .row .pull_four.eleven.columns:first-child, .sixteen.colgrid .row .pull_four.thirteen.columns:first-child, .sixteen.colgrid .row .pull_four.fourteen.columns:first-child, .sixteen.colgrid .row .pull_four.fifteen.columns:first-child, .sixteen.colgrid .row .pull_five.one.column:first-child, .sixteen.colgrid .row .pull_five.two.columns:first-child, .sixteen.colgrid .row .pull_five.three.columns:first-child, .sixteen.colgrid .row .pull_five.four.columns:first-child, .sixteen.colgrid .row .pull_five.five.columns:first-child, .sixteen.colgrid .row .pull_five.six.columns:first-child, .sixteen.colgrid .row .pull_five.seven.columns:first-child, .sixteen.colgrid .row .pull_five.eight.columns:first-child, .sixteen.colgrid .row .pull_five.nine.columns:first-child, .sixteen.colgrid .row .pull_five.ten.columns:first-child, .sixteen.colgrid .row .pull_five.twelve.columns:first-child, .sixteen.colgrid .row .pull_five.thirteen.columns:first-child, .sixteen.colgrid .row .pull_five.fourteen.columns:first-child, .sixteen.colgrid .row .pull_five.fifteen.columns:first-child, .sixteen.colgrid .row .pull_six.one.column:first-child, .sixteen.colgrid .row .pull_six.two.columns:first-child, .sixteen.colgrid .row .pull_six.three.columns:first-child, .sixteen.colgrid .row .pull_six.four.columns:first-child, .sixteen.colgrid .row .pull_six.five.columns:first-child, .sixteen.colgrid .row .pull_six.six.columns:first-child, .sixteen.colgrid .row .pull_six.seven.columns:first-child, .sixteen.colgrid .row .pull_six.eight.columns:first-child, .sixteen.colgrid .row .pull_six.nine.columns:first-child, .sixteen.colgrid .row .pull_six.eleven.columns:first-child, .sixteen.colgrid .row .pull_six.twelve.columns:first-child, .sixteen.colgrid .row .pull_six.thirteen.columns:first-child, .sixteen.colgrid .row .pull_six.fourteen.columns:first-child, .sixteen.colgrid .row .pull_six.fifteen.columns:first-child, .sixteen.colgrid .row .pull_seven.one.column:first-child, .sixteen.colgrid .row .pull_seven.two.columns:first-child, .sixteen.colgrid .row .pull_seven.three.columns:first-child, .sixteen.colgrid .row .pull_seven.four.columns:first-child, .sixteen.colgrid .row .pull_seven.five.columns:first-child, .sixteen.colgrid .row .pull_seven.six.columns:first-child, .sixteen.colgrid .row .pull_seven.seven.columns:first-child, .sixteen.colgrid .row .pull_seven.eight.columns:first-child, .sixteen.colgrid .row .pull_seven.ten.columns:first-child, .sixteen.colgrid .row .pull_seven.eleven.columns:first-child, .sixteen.colgrid .row .pull_seven.twelve.columns:first-child, .sixteen.colgrid .row .pull_seven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eight.one.column:first-child, .sixteen.colgrid .row .pull_eight.two.columns:first-child, .sixteen.colgrid .row .pull_eight.three.columns:first-child, .sixteen.colgrid .row .pull_eight.four.columns:first-child, .sixteen.colgrid .row .pull_eight.five.columns:first-child, .sixteen.colgrid .row .pull_eight.six.columns:first-child, .sixteen.colgrid .row .pull_eight.seven.columns:first-child, .sixteen.colgrid .row .pull_eight.nine.columns:first-child, .sixteen.colgrid .row .pull_eight.ten.columns:first-child, .sixteen.colgrid .row .pull_eight.eleven.columns:first-child, .sixteen.colgrid .row .pull_eight.twelve.columns:first-child, .sixteen.colgrid .row .pull_eight.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fifteen.columns:first-child, .sixteen.colgrid .row .pull_nine.one.column:first-child, .sixteen.colgrid .row .pull_nine.two.columns:first-child, .sixteen.colgrid .row .pull_nine.three.columns:first-child, .sixteen.colgrid .row .pull_nine.four.columns:first-child, .sixteen.colgrid .row .pull_nine.five.columns:first-child, .sixteen.colgrid .row .pull_nine.six.columns:first-child, .sixteen.colgrid .row .pull_nine.eight.columns:first-child, .sixteen.colgrid .row .pull_nine.nine.columns:first-child, .sixteen.colgrid .row .pull_nine.ten.columns:first-child, .sixteen.colgrid .row .pull_nine.eleven.columns:first-child, .sixteen.colgrid .row .pull_nine.twelve.columns:first-child, .sixteen.colgrid .row .pull_nine.thirteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fourteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fifteen.columns:first-child, .sixteen.colgrid .row .pull_ten.one.column:first-child, .sixteen.colgrid .row .pull_ten.two.columns:first-child, .sixteen.colgrid .row .pull_ten.three.columns:first-child, .sixteen.colgrid .row .pull_ten.four.columns:first-child, .sixteen.colgrid .row .pull_ten.five.columns:first-child, .sixteen.colgrid .row .pull_ten.seven.columns:first-child, .sixteen.colgrid .row .pull_ten.eight.columns:first-child, .sixteen.colgrid .row .pull_ten.nine.columns:first-child, .sixteen.colgrid .row .pull_ten.ten.columns:first-child, .sixteen.colgrid .row .pull_ten.eleven.columns:first-child, .sixteen.colgrid .row .pull_ten.twelve.columns:first-child, .sixteen.colgrid .row .pull_ten.thirteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fourteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.one.column:first-child, .sixteen.colgrid .row .pull_eleven.two.columns:first-child, .sixteen.colgrid .row .pull_eleven.three.columns:first-child, .sixteen.colgrid .row .pull_eleven.four.columns:first-child, .sixteen.colgrid .row .pull_eleven.six.columns:first-child, .sixteen.colgrid .row .pull_eleven.seven.columns:first-child, .sixteen.colgrid .row .pull_eleven.eight.columns:first-child, .sixteen.colgrid .row .pull_eleven.nine.columns:first-child, .sixteen.colgrid .row .pull_eleven.ten.columns:first-child, .sixteen.colgrid .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_eleven.twelve.columns:first-child, .sixteen.colgrid .row .pull_eleven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.one.column:first-child, .sixteen.colgrid .row .pull_twelve.two.columns:first-child, .sixteen.colgrid .row .pull_twelve.three.columns:first-child, .sixteen.colgrid .row .pull_twelve.five.columns:first-child, .sixteen.colgrid .row .pull_twelve.six.columns:first-child, .sixteen.colgrid .row .pull_twelve.seven.columns:first-child, .sixteen.colgrid .row .pull_twelve.eight.columns:first-child, .sixteen.colgrid .row .pull_twelve.nine.columns:first-child, .sixteen.colgrid .row .pull_twelve.ten.columns:first-child, .sixteen.colgrid .row .pull_twelve.eleven.columns:first-child, .sixteen.colgrid .row .pull_twelve.twelve.columns:first-child, .sixteen.colgrid .row .pull_twelve.thirteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fourteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fifteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.one.column:first-child, .sixteen.colgrid .row .pull_thirteen.two.columns:first-child, .sixteen.colgrid .row .pull_thirteen.four.columns:first-child, .sixteen.colgrid .row .pull_thirteen.five.columns:first-child, .sixteen.colgrid .row .pull_thirteen.six.columns:first-child, .sixteen.colgrid .row .pull_thirteen.seven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eight.columns:first-child, .sixteen.colgrid .row .pull_thirteen.nine.columns:first-child, .sixteen.colgrid .row .pull_thirteen.ten.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_thirteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.one.column:first-child, .sixteen.colgrid .row .pull_fourteen.three.columns:first-child, .sixteen.colgrid .row .pull_fourteen.four.columns:first-child, .sixteen.colgrid .row .pull_fourteen.five.columns:first-child, .sixteen.colgrid .row .pull_fourteen.six.columns:first-child, .sixteen.colgrid .row .pull_fourteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fourteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fourteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fourteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.two.columns:first-child, .sixteen.colgrid .row .pull_fifteen.three.columns:first-child, .sixteen.colgrid .row .pull_fifteen.four.columns:first-child, .sixteen.colgrid .row .pull_fifteen.five.columns:first-child, .sixteen.colgrid .row .pull_fifteen.six.columns:first-child, .sixteen.colgrid .row .pull_fifteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fifteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fifteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fifteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fifteen.columns:first-child {
  margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003184}}
.row .pull_one.eleven.columns, .row .pull_two.ten.columns, .row .pull_three.nine.columns, .row .pull_four.eight.columns, .row .pull_five.seven.columns, .row .pull_six.six.columns, .row .pull_seven.five.columns, .row .pull_eight.four.columns, .row .pull_nine.three.columns, .row .pull_ten.two.columns, .row .pull_eleven.one.columns, .sixteen.colgrid .row .pull_one.fifteen.columns, .sixteen.colgrid .row .pull_two.fourteen.columns, .sixteen.colgrid .row .pull_three.thirteen.columns, .sixteen.colgrid .row .pull_four.twelve.columns, .sixteen.colgrid .row .pull_five.eleven.columns, .sixteen.colgrid .row .pull_six.ten.columns, .sixteen.colgrid .row .pull_seven.nine.columns, .sixteen.colgrid .row .pull_eight.eight.columns, .sixteen.colgrid .row .pull_nine.seven.columns, .sixteen.colgrid .row .pull_ten.six.columns, .sixteen.colgrid .row .pull_eleven.five.columns, .sixteen.colgrid .row .pull_twelve.four.columns, .sixteen.colgrid .row .pull_thirteen.three.columns, .sixteen.colgrid .row .pull_fourteen.two.columns, .sixteen.colgrid .row .pull_fifteen.one.columns {
  margin-left: -100%;
}

/* Hybrid Centered Classes */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .one.centered {
  margin-left: 47.82774%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .two.centered {
  margin-left: 44.63923%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .three.centered {
  margin-left: 41.45071%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .four.centered {
  margin-left: 38.2622%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .five.centered {
  margin-left: 35.07368%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .six.centered {
  margin-left: 31.88516%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .seven.centered {
  margin-left: 28.69665%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .eight.centered {
  margin-left: 25.50813%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .nine.centered {
  margin-left: 22.31961%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .ten.centered {
  margin-left: 19.1311%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .eleven.centered {
  margin-left: 15.94258%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .twelve.centered {
  margin-left: 12.75407%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .thirteen.centered {
  margin-left: 9.56555%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .fourteen.centered {
  margin-left: 6.37703%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003193}}
.sixteen.colgrid .row .fifteen.centered {
  margin-left: 3.18852%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003203}}
img, object, embed {
  max-width: 100%;
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003208}}
img {
  -ms-interpolation-mode: bicubic;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003212}}
#map_canvas img, .map_canvas img {
  max-width: none !important;
}

/* Tile Grid */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003218}}
.tiles {
  display: block;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003221}}
.tiles > li, .tiles > .tile {
  display: block;
  height: auto;
  float: left;
  padding-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003227}}
.tiles.two_up {
  margin-left: -4%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003229}}
.tiles.two_up > li, .tiles.two_up > .tile {
  margin-left: 4%;
  width: 46%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003234}}
.tiles.three_up, .tiles.four_up {
  margin-left: -2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003237}}
.tiles.three_up > li, .tiles.three_up > .tile {
  margin-left: 2%;
  width: 31.3%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003241}}
.tiles.four_up > li, .tiles.four_up > .tile {
  margin-left: 2%;
  width: 23%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003245}}
.tiles.five_up {
  margin-left: -1.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003247}}
.tiles.five_up > li, .tiles.five_up > .tile {
  margin-left: 1.5%;
  width: 18.5%;
}

/* Nicolas Gallagher's micro clearfix */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003256}}
.clearfix {
  *zoom: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_clearfix\.scss}line{font-family:\000033}}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_clearfix\.scss}line{font-family:\000037}}
.clearfix:after {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003260}}
.row {
  *zoom: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_clearfix\.scss}line{font-family:\000033}}
.row:before, .row:after {
  content: "";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_clearfix\.scss}line{font-family:\000037}}
.row:after {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003268}}
.valign:before {
  content: ' ';
  display: inline-block;
  height: 400px;
  vertical-align: middle;
  margin-right: -0.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003275}}
.valign > div, .valign > article, .valign > section, .valign > figure {
  display: inline-block;
  vertical-align: middle;
}

/* Mobile */
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003285}}
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003291}}
  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003296}}
  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003302}}
  .row .row .column, .row .row .columns {
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003306}}
  .row .centered {
    margin-left: 0 !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003310}}
  .column, .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003316}}
  .column:last-child, .columns:last-child {
    margin-right: 0;
    float: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003322}}
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003325}}
  [class*="column"]:before {
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003328}}
  [class*="column"]:after {
    display: table;
    clear: both;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_grid\.scss}line{font-family:\00003336}}
  [class^="push_"],
  [class*="push_"],
  [class^="pull_"],
  [class*="pull_"] {
    margin-left: 0 !important;
  }
}
/* Navigation (with dropdowns) */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\000032}}
#header #branding #membernav.navbar a.toggle {
  top: 12px;
  right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\000032}}
#header #branding #membernav.navbar a.toggle i.icon-user {
  font-size: 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\000033}}
#header #branding #membernav.navbar ul.active {
  top: 60px;
}

@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\000034}}
  #header nav, header#header div.nav {
    position: absolute;
    top: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000310}}
#mainnav.navbar, #membernav.navbar {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  background-color: transparent;
  z-index: 10;
  /* DEBUT Menu */
  /* FIN Menu */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#mainnav.navbar:after, #membernav.navbar:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000310}}
  #mainnav.navbar, #membernav.navbar {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000323}}
#mainnav.navbar ul.login, #mainnav.navbar ul.signup, #mainnav.navbar ul.menu, #membernav.navbar ul.login, #membernav.navbar ul.signup, #membernav.navbar ul.menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: right;
  margin: 0;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#mainnav.navbar ul.login:after, #mainnav.navbar ul.signup:after, #mainnav.navbar ul.menu:after, #membernav.navbar ul.login:after, #membernav.navbar ul.signup:after, #membernav.navbar ul.menu:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000330}}
#mainnav.navbar ul.login > li > a, #mainnav.navbar ul.login > li > p, #mainnav.navbar ul.signup > li > a, #mainnav.navbar ul.signup > li > p, #mainnav.navbar ul.menu > li > a, #mainnav.navbar ul.menu > li > p, #membernav.navbar ul.login > li > a, #membernav.navbar ul.login > li > p, #membernav.navbar ul.signup > li > a, #membernav.navbar ul.signup > li > p, #membernav.navbar ul.menu > li > a, #membernav.navbar ul.menu > li > p {
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000331}}
#mainnav.navbar ul.login ul, #mainnav.navbar ul.login li, #mainnav.navbar ul.login a, #mainnav.navbar ul.login p, #mainnav.navbar ul.signup ul, #mainnav.navbar ul.signup li, #mainnav.navbar ul.signup a, #mainnav.navbar ul.signup p, #mainnav.navbar ul.menu ul, #mainnav.navbar ul.menu li, #mainnav.navbar ul.menu a, #mainnav.navbar ul.menu p, #membernav.navbar ul.login ul, #membernav.navbar ul.login li, #membernav.navbar ul.login a, #membernav.navbar ul.login p, #membernav.navbar ul.signup ul, #membernav.navbar ul.signup li, #membernav.navbar ul.signup a, #membernav.navbar ul.signup p, #membernav.navbar ul.menu ul, #membernav.navbar ul.menu li, #membernav.navbar ul.menu a, #membernav.navbar ul.menu p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000334}}
  #mainnav.navbar ul.login, #mainnav.navbar ul.signup, #membernav.navbar ul.login, #membernav.navbar ul.signup {
    background: #b4c119 url(/static/ffcriavs/img/admin.png?e323be6b8ea8) no-repeat scroll right center/30px auto;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000338}}
#mainnav.navbar ul.login, #mainnav.navbar ul.menu, #membernav.navbar ul.login, #membernav.navbar ul.menu {
  box-sizing: border-box;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000342}}
#mainnav.navbar ul.signup, #membernav.navbar ul.signup {
  display: inline-block;
  float: right;
  margin: 0;
  padding-right: 36px;
  width: auto;
  background-position: 98% center;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000350}}
#mainnav.navbar ul.signup .se_connecter > a, #membernav.navbar ul.signup .se_connecter > a {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000352}}
#mainnav.navbar ul.login.active, #mainnav.navbar ul.signup.active, #membernav.navbar ul.login.active, #membernav.navbar ul.signup.active {
  background: #b4c119;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000353}}
#mainnav.navbar ul.menu.active, #membernav.navbar ul.menu.active {
  background: #fff;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000355}}
  #mainnav.navbar ul.active, #membernav.navbar ul.active {
    padding: 0 4%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000356}}
  #mainnav.navbar ul.signup, #membernav.navbar ul.signup {
    overflow: visible;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000357}}
  #mainnav.navbar ul.signup .se_connecter > a, #membernav.navbar ul.signup .se_connecter > a {
    top: -24px;
    right: 44px;
    width: 46px;
    padding: 0;
    position: absolute;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #a3b019;
    font-size: .00001em;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000370}}
  #mainnav.navbar ul.signup .se_connecter > a:hover, #membernav.navbar ul.signup .se_connecter > a:hover {
    background: #b8c61c;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000371}}
  #mainnav.navbar ul.signup .se_connecter > a:active, #mainnav.navbar ul.signup .se_connecter > a.active, #membernav.navbar ul.signup .se_connecter > a:active, #membernav.navbar ul.signup .se_connecter > a.active {
    background: #8e9a16;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000372}}
  #mainnav.navbar ul.signup .se_connecter > a:before, #membernav.navbar ul.signup .se_connecter > a:before {
    display: inline-block;
    position: static;
    min-width: 20px;
    margin: 0 5px;
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "entypo";
    font-style: italic;
    text-decoration: none;
    zoom: 1;
    content: "👤";
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000387}}
#mainnav.navbar ul.login, #mainnav.navbar ul.signup a, #membernav.navbar ul.login, #membernav.navbar ul.signup a {
  text-decoration: none;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000388}}
#mainnav.navbar ul.menu li a, #membernav.navbar ul.menu li a {
  text-decoration: none;
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000389}}
#mainnav.navbar ul.menu li, #membernav.navbar ul.menu li {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000391}}
#mainnav.navbar ul.menu li.ancestor a, #mainnav.navbar ul.menu li.selected a, #mainnav.navbar ul.menu li.ancestor:hover a, #mainnav.navbar ul.menu li.selected:hover a, #membernav.navbar ul.menu li.ancestor a, #membernav.navbar ul.menu li.selected a, #membernav.navbar ul.menu li.ancestor:hover a, #membernav.navbar ul.menu li.selected:hover a {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000392}}
#mainnav.navbar ul.menu li.ancestor:hover ul a, #mainnav.navbar ul.menu li.selected:hover ul a, #mainnav.navbar ul.menu li.ancestor ul a, #mainnav.navbar ul.menu li.selected ul a, #membernav.navbar ul.menu li.ancestor:hover ul a, #membernav.navbar ul.menu li.selected:hover ul a, #membernav.navbar ul.menu li.ancestor ul a, #membernav.navbar ul.menu li.selected ul a {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000393}}
#mainnav.navbar ul.menu li.ancestor:hover ul .selected a, #mainnav.navbar ul.menu li.ancestor:focus ul .selected a, #mainnav.navbar ul.menu li.ancestor ul .selected a, #mainnav.navbar ul.menu li .homeselected, #membernav.navbar ul.menu li.ancestor:hover ul .selected a, #membernav.navbar ul.menu li.ancestor:focus ul .selected a, #membernav.navbar ul.menu li.ancestor ul .selected a, #membernav.navbar ul.menu li .homeselected {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000394}}
#mainnav.navbar ul.menu li a:hover, #mainnav.navbar ul.menu li a:focus, #mainnav.navbar ul.menu li a:active, #mainnav.navbar ul.menu li.ancestor:hover ul a:hover, #mainnav.navbar ul.menu li.ancestor:hover ul a:focus, #mainnav.navbar ul.menu li.ancestor:hover ul a:active, #mainnav.navbar ul.menu li:hover > a, #membernav.navbar ul.menu li a:hover, #membernav.navbar ul.menu li a:focus, #membernav.navbar ul.menu li a:active, #membernav.navbar ul.menu li.ancestor:hover ul a:hover, #membernav.navbar ul.menu li.ancestor:hover ul a:focus, #membernav.navbar ul.menu li.ancestor:hover ul a:active, #membernav.navbar ul.menu li:hover > a {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000396}}
#mainnav.navbar ul.login, #membernav.navbar ul.login {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\0000398}}
#mainnav.navbar ul.login > li > ul li, #membernav.navbar ul.login > li > ul li {
  display: block;
  padding: 5px 10px;
  text-align: left;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003104}}
#mainnav.navbar ul.login > li > ul > li:first-child, #membernav.navbar ul.login > li > ul > li:first-child {
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003105}}
#mainnav.navbar ul.login li:hover, #mainnav.navbar ul.login li:focus, #membernav.navbar ul.login li:hover, #membernav.navbar ul.login li:focus {
  background-color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003107}}
#mainnav.navbar ul.login li:hover a, #mainnav.navbar ul.login li:hover p, #mainnav.navbar ul.login li:hover > a, #mainnav.navbar ul.login li:hover > p, #mainnav.navbar ul.login li:focus a, #mainnav.navbar ul.login li:focus p, #mainnav.navbar ul.login li:focus > a, #mainnav.navbar ul.login li:focus > p, #membernav.navbar ul.login li:hover a, #membernav.navbar ul.login li:hover p, #membernav.navbar ul.login li:hover > a, #membernav.navbar ul.login li:hover > p, #membernav.navbar ul.login li:focus a, #membernav.navbar ul.login li:focus p, #membernav.navbar ul.login li:focus > a, #membernav.navbar ul.login li:focus > p {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003108}}
#mainnav.navbar ul.login li:hover a:hover, #mainnav.navbar ul.login li:hover a:hover, #mainnav.navbar ul.login li:hover p:hover, #mainnav.navbar ul.login li:hover p:hover, #mainnav.navbar ul.login li:hover > a:hover, #mainnav.navbar ul.login li:hover > a:hover, #mainnav.navbar ul.login li:hover > p:hover, #mainnav.navbar ul.login li:hover > p:hover, #mainnav.navbar ul.login li:focus a:hover, #mainnav.navbar ul.login li:focus a:hover, #mainnav.navbar ul.login li:focus p:hover, #mainnav.navbar ul.login li:focus p:hover, #mainnav.navbar ul.login li:focus > a:hover, #mainnav.navbar ul.login li:focus > a:hover, #mainnav.navbar ul.login li:focus > p:hover, #mainnav.navbar ul.login li:focus > p:hover, #membernav.navbar ul.login li:hover a:hover, #membernav.navbar ul.login li:hover a:hover, #membernav.navbar ul.login li:hover p:hover, #membernav.navbar ul.login li:hover p:hover, #membernav.navbar ul.login li:hover > a:hover, #membernav.navbar ul.login li:hover > a:hover, #membernav.navbar ul.login li:hover > p:hover, #membernav.navbar ul.login li:hover > p:hover, #membernav.navbar ul.login li:focus a:hover, #membernav.navbar ul.login li:focus a:hover, #membernav.navbar ul.login li:focus p:hover, #membernav.navbar ul.login li:focus p:hover, #membernav.navbar ul.login li:focus > a:hover, #membernav.navbar ul.login li:focus > a:hover, #membernav.navbar ul.login li:focus > p:hover, #membernav.navbar ul.login li:focus > p:hover {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003115}}
#mainnav.navbar a.toggle, #membernav.navbar a.toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003115}}
  #mainnav.navbar a.toggle, #membernav.navbar a.toggle {
    top: 36px;
    right: 80px;
    width: 46px;
    position: absolute;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #a3b019;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 30px;
    font-size: 1.875rem;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003130}}
  #mainnav.navbar a.toggle:hover, #membernav.navbar a.toggle:hover {
    background: #b8c61c;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003131}}
  #mainnav.navbar a.toggle:active, #mainnav.navbar a.toggle.active, #membernav.navbar a.toggle:active, #membernav.navbar a.toggle.active {
    background: #8e9a16;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003137}}
#mainnav.navbar > ul.login {
  width: 100%;
}
@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003136}}
  #mainnav.navbar {
    position: relative;
    z-index: 5;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0 2px -1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px -1px 3px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 2px -1px 3px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 2px -1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.25);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003139}}
  #mainnav.navbar .menu {
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003140}}
  #mainnav.navbar .menu > li > ul {
    padding: 10px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003141}}
  #mainnav.navbar .menu > li:first-child a {
    background: transparent url(/static/ffcriavs/img/home_gris.png?e323be6b8ea8) no-repeat 15% 12px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003143}}
  #mainnav.navbar .menu > li:first-child a:hover {
    background-color: transparent;
    background-image: url(/static/ffcriavs/img/home_gris.png?e323be6b8ea8);
    background-repeat: no-repeat;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003149}}
  #mainnav.navbar .menu > li:first-child.selected a, #mainnav.navbar .menu > li:first-child.selected a:hover {
    background-color: transparent;
    background-image: url(/static/ffcriavs/img/home.png?e323be6b8ea8);
    background-repeat: no-repeat;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003158}}
  #mainnav.navbar .menu > li:first-child a {
    padding-left: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003160}}
  #mainnav.navbar .menu > li:first-child a:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003162}}
  #mainnav.navbar .menu > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 16.666666667%;
    min-height: 40px;
    background: white 50%;
    background: -moz-linear-gradient(top, white 50%, #f2f2f2);
    background: -webkit-linear-gradient(top, white 50%, #f2f2f2);
    background: -o-linear-gradient(top, white 50%, #f2f2f2);
    background: -ms-linear-gradient(top, white 50%, #f2f2f2);
    background: linear-gradient(top, #ffffff 50%, #f2f2f2);
    text-align: center;
    -webkit-transition: all, 0.5s, ease-in-out, 0s;
    -moz-transition: all, 0.5s, ease-in-out, 0s;
    -o-transition: all, 0.5s, ease-in-out, 0s;
    transition: all, 0.5s, ease-in-out, 0s;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003170}}
  #mainnav.navbar .menu > li:first-child {
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -o-border-radius: 0 0 0 10px;
    -ms-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003171}}
  #mainnav.navbar .menu > li:last-child {
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003172}}
  #mainnav.navbar .menu > li:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5, #eeeeee);
    background: -webkit-linear-gradient(top, #e5e5e5, #eeeeee);
    background: -o-linear-gradient(top, #e5e5e5, #eeeeee);
    background: -ms-linear-gradient(top, #e5e5e5, #eeeeee);
    background: linear-gradient(top, #e5e5e5, #eeeeee);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003178}}
  #mainnav.navbar .menu > li:hover, #mainnav.navbar .menu > li:focus, #mainnav.navbar .menu > li:active {
    background: white 50%;
    background: -moz-linear-gradient(top, white 50%, white);
    background: -webkit-linear-gradient(top, white 50%, white);
    background: -o-linear-gradient(top, white 50%, white);
    background: -ms-linear-gradient(top, white 50%, white);
    background: linear-gradient(top, #ffffff 50%, #ffffff);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003179}}
  #mainnav.navbar .menu > li > a {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003180}}
  #mainnav.navbar .menu > li:hover > ul, #mainnav.navbar .menu > li:focus > ul {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003183}}
  #mainnav.navbar a.toggle {
    right: 6px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003191}}
.navbar {
  width: 100%;
  min-height: 60px;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003191}}
  .navbar {
    border: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003199}}
  .navbar .column, .navbar .columns {
    min-height: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003204}}
.navbar.fixed {
  position: fixed;
  z-index: 99999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003208}}
.navbar.pinned {
  position: absolute;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003213}}
.navbar ul.login, .navbar ul.signup {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003217}}
  .navbar ul.login > li:hover > ul, .navbar ul.login > li:focus > ul, .navbar ul.signup > li:hover > ul, .navbar ul.signup > li:focus > ul {
    background: #b4c119;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003219}}
  .navbar ul.login > li:hover > ul:before, .navbar ul.login > li:focus > ul:before, .navbar ul.signup > li:hover > ul:before, .navbar ul.signup > li:focus > ul:before {
    background-color: #b4c119;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003221}}
  .navbar ul.login > li, .navbar ul.signup > li {
    height: 30px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003224}}
.navbar ul.login > li, .navbar ul.signup > li {
  display: inline-block;
  min-height: 30px;
  text-align: center;
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003231}}
.navbar ul.login li, .navbar ul.login li a, .navbar ul.login li p, .navbar ul.signup li, .navbar ul.signup li a, .navbar ul.signup li p {
  line-height: 1.75em;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  -webkit-transition: color, 0.3s, ease-in-out, 0s;
  -moz-transition: color, 0.3s, ease-in-out, 0s;
  -o-transition: color, 0.3s, ease-in-out, 0s;
  transition: color, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003239}}
.navbar ul.login li p, .navbar ul.login li a, .navbar ul.signup li p, .navbar ul.signup li a {
  display: block;
  width: 100%;
  font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003240}}
.navbar ul.login p, .navbar ul.signup p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003240}}
  .navbar ul.login p, .navbar ul.signup p {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003243}}
  .navbar ul.login {
    padding-right: 70px;
    display: flex;
    justify-content: flex-end;
    float: right;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003248}}
  .navbar ul.login > li {
    width: auto;
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003250}}
  .navbar ul.login > li.logout {
    width: 40px;
    position: absolute;
    right: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003254}}
  .navbar ul.login > li.logout a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: #cddc1d url(/static/ffcriavs/img/logout.png?e323be6b8ea8) no-repeat center;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003260}}
  .navbar ul.login > li.logout a:hover, .navbar ul.login > li.logout a:focus, .navbar ul.login > li.logout a:active {
    background-color: #666;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003268}}
.navbar .logo {
  display: inline-block;
  margin: 0 2.03252% 0 0;
  padding: 0;
  height: 60px;
  line-height: 58px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003273}}
.navbar .logo a {
  display: block;
  padding: 0;
  overflow: hidden;
  height: 60px;
  line-height: 58px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003278}}
.navbar .logo a img {
  max-height: 95%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003268}}
  .navbar .logo {
    float: left;
    display: inline;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003287}}
  .navbar .logo a {
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003289}}
  .navbar .logo a img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003298}}
.navbar ul {
  display: table;
  vertical-align: middle;
  margin: 0;
  float: none;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003298}}
  .navbar ul {
    position: absolute;
    display: block;
    width: 100% !important;
    height: 0;
    max-height: 0;
    top: 60px;
    left: 0;
    overflow: hidden;
    text-align: center;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003306}}
  .navbar ul.active {
    top: 160px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003316}}
  .navbar ul.active {
    height: auto;
    max-height: 600px;
    z-index: 999998;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-box-shadow: 0 2px 2px #656d0f;
    -moz-box-shadow: 0 2px 2px #656d0f;
    box-shadow: 0 2px 2px #656d0f;
  }
}
@media only screen and (max-width: 601px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003324}}
  .navbar ul.active {
    top: 90px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003326}}
.navbar ul.active, .navbar ul.active ul {
  left: auto;
  float: left;
  height: auto;
  max-height: 100%;
  overflow: visible;
  position: relative;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003327}}
.navbar ul.active ul, .navbar ul.active ul ul {
  top: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.navbar ul.active ul:after, .navbar ul.active ul ul:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003338}}
.navbar ul.active > li > a, .navbar ul.active > li > p, .navbar ul.active ul > li > a, .navbar ul.active ul > li > p {
  border-bottom: 1px solid #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003339}}
.navbar ul.active li, .navbar ul.active a, .navbar ul.active p, .navbar ul.active ul li, .navbar ul.active ul a, .navbar ul.active ul p {
  min-height: 40px;
  padding: 5px 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003345}}
.navbar ul.active {
  margin-bottom: 4em;
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003354}}
  .navbar ul > li:hover > ul, .navbar ul > li:focus > ul {
    top: 0px;
    left: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    padding: 0;
    margin: 30px 0 0;
    overflow: visible;
    background-color: #fff;
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003365}}
  .navbar ul > li:hover > ul:before, .navbar ul > li:focus > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 20px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    z-index: -1;
    border-left: 1px solid rgba(0, 0, 0, 0.075);
    border-top: 1px solid rgba(0, 0, 0, 0.075);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003378}}
  .navbar ul > li > ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    overflow: hidden;
    width: 1px;
    height: 1px;
    z-index: 1000;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003389}}
.navbar ul > li {
  position: relative;
  display: inline;
  float: left;
  margin: 0;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003395}}
.navbar ul > li:hover > a, .navbar ul > li:focus > a, .navbar ul > li:hover ul a:hover, .navbar ul > li:focus ul a:focus {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003396}}
.navbar ul > li:hover > p, .navbar ul > li:focus > p, .navbar ul > li:hover ul p:hover, .navbar ul > li:focus ul p:focus {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003397}}
.navbar ul > li a, .navbar ul > li p {
  position: relative;
  z-index: 1001;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003399}}
.navbar ul > li > ul li {
  display: block;
  white-space: nowrap;
  text-align: left;
  padding: 5px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003405}}
.navbar ul > li > ul ul {
  padding: 0 0 0 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003409}}
.navbar ul li {
  display: table-cell;
  text-align: center;
  padding-bottom: 0;
  margin: 0;
  height: 60px;
  line-height: 58px;
  height: 40px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.navbar ul li:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003409}}
  .navbar ul li {
    display: block;
    position: relative;
    min-height: 50px;
    height: auto;
    width: 100%;
    border-right: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003431}}
.navbar ul li > a, .navbar ul li > p {
  display: block;
  width: 100%;
  padding: 0 16px;
  margin-bottom: 0;
  white-space: nowrap;
  color: #a3b019;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  line-height: 1.75em;
  font-size: 16px;
  font-size: 1rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003441}}
.navbar ul li > a i.icon-popup, .navbar ul li > p i.icon-popup {
  position: absolute;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003445}}
.navbar ul li .btn {
  border-color: #272a06 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003448}}
.navbar ul li.field {
  margin-bottom: 0 !important;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003448}}
  .navbar ul li.field {
    padding: 0 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003454}}
.navbar ul li.field input.search {
  background: #50570c;
  border: none;
  color: #f2f2f2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003460}}
.navbar ul li .dropdown {
  width: auto;
  min-width: 0;
  max-width: 320px;
  height: 0;
  position: absolute;
  background: #fafafa;
  overflow: hidden;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003472}}
  .navbar ul li .dropdown {
    width: 100%;
    max-width: 100%;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003478}}
  .navbar ul li.active .dropdown {
    border-bottom: 1px solid #7a8313;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003481}}
  .navbar ul li.active .dropdown ul {
    position: relative;
    top: 0;
    background: #828c14;
    min-height: 50px;
    max-height: 250px;
    height: auto;
    overflow: auto;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003490}}
  .navbar ul li.active .dropdown ul li {
    min-height: 50px;
    border-bottom: #8e9a16;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003493}}
  .navbar ul li.active .dropdown ul li a {
    color: white;
    border-bottom: 1px solid #7a8313;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003496}}
  .navbar ul li.active .dropdown ul li a:hover {
    color: #a3b019;
  }
}

@media only screen and (min-width: 768px) and (max-width: 983px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003507}}
  .navbar > ul > li > .btn a {
    padding: 0 10px 0 10px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003510}}
  .navbar ul > li .dropdown ul li.active .dropdown {
    left: -320px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003516}}
.navcontain {
  height: 80px;
}
@media only screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003516}}
  .navcontain {
    height: auto;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003525}}
.navbar li .dropdown {
  width: auto;
  min-width: 0;
  max-width: 320px;
  height: 0;
  position: absolute;
  background: #fafafa;
  overflow: hidden;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003536}}
  .navbar li .dropdown .dropdown {
    width: 100%;
    max-width: 100%;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003542}}
  .navbar li .dropdown.active .dropdown {
    border-bottom: 1px solid #7a8313;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003545}}
  .navbar li .dropdown.active .dropdown ul {
    position: relative;
    top: 0;
    background: #828c14;
    min-height: 50px;
    max-height: 250px;
    height: auto;
    overflow: auto;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003554}}
  .navbar li .dropdown.active .dropdown ul li {
    min-height: 50px;
    border-bottom: #8e9a16;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003557}}
  .navbar li .dropdown.active .dropdown ul li a {
    color: white;
    border-bottom: 1px solid #7a8313;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003560}}
  .navbar li .dropdown.active .dropdown ul li a:hover {
    color: #a3b019;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003567}}
.navbar li .dropdown ul {
  margin: 0;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003570}}
.navbar li .dropdown ul > li {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  text-align: left;
  height: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003570}}
  .navbar li .dropdown ul > li {
    max-width: 320px;
    word-wrap: break-word;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003582}}
.navbar li .dropdown ul > li a {
  display: block;
  padding: 0 20px;
  color: #a3b019;
  border-bottom: 1px solid #cccccc;
  height: 51px;
  line-height: 49px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003582}}
  .navbar li .dropdown ul > li a {
    padding: 0 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003592}}
.navbar li .dropdown ul > li .dropdown {
  display: none;
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003597}}
.navbar li .dropdown ul li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003603}}
.gumby-no-touch .navbar ul li:hover > a,
.gumby-touch .navbar ul li.active > a {
  position: relative;
  z-index: 1000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003609}}
.gumby-no-touch .navbar ul li:hover .dropdown,
.gumby-touch .navbar ul li.active .dropdown {
  min-height: 50px;
  max-height: 561px;
  overflow: visible;
  height: auto;
  width: 100%;
  padding: 0;
  border-top: 1px solid #8e9a16;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003620}}
.gumby-no-touch .navbar ul li:hover .dropdown ul {
  position: relative;
  top: 0;
  min-height: 50px;
  max-height: 250px;
  height: auto;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003620}}
  .gumby-no-touch .navbar ul li:hover .dropdown ul {
    overflow: auto;
    background: #828c14;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003631}}
  .gumby-no-touch .navbar ul li:hover .dropdown ul li {
    border-bottom: #8e9a16;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003633}}
  .gumby-no-touch .navbar ul li:hover .dropdown ul li a {
    color: white;
    border-bottom: 1px solid #7a8313;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003636}}
  .gumby-no-touch .navbar ul li:hover .dropdown ul li a:hover {
    color: #a3b019;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003643}}
.gumby-no-touch .navbar li .dropdown ul > li:hover .dropdown,
.gumby-touch .navbar li .dropdown ul > li.active .dropdown {
  border-top: none;
  display: block;
  position: absolute;
  z-index: 9999;
  left: 100%;
  top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003643}}
  .gumby-no-touch .navbar li .dropdown ul > li:hover .dropdown,
  .gumby-touch .navbar li .dropdown ul > li.active .dropdown {
    position: relative;
    left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003654}}
  .gumby-no-touch .navbar li .dropdown ul > li:hover .dropdown ul,
  .gumby-touch .navbar li .dropdown ul > li.active .dropdown ul {
    background: #656d0f !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003660}}
.gumby-no-touch .navbar li .dropdown ul li a:hover {
  background: #f2f2f2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003664}}
.gumby-touch .navbar a:hover {
  color: #a3b019 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003668}}
.subnav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0 0 18px 0;
  padding-top: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003674}}
.subnav li, .subnav dt, .subnav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003679}}
.subnav li:first-child, .subnav dt:first-child, .subnav dd:first-child {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003683}}
.subnav dt {
  color: #f2f2f2;
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003687}}
.subnav li a, .subnav dd a {
  color: #a3b019;
  font-size: 15px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_navbar\.scss}line{font-family:\00003693}}
.subnav li.active a, .subnav dd.active a {
  background: #a3b019;
  padding: 5px 9px;
}

/* Buttons */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\000037}}
.btn, .skiplink {
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  -webkit-appearance: none;
  font-family: "Arial", ​Helvetica, ​Clean, ​sans-serif;
  font-weight: 600;
  padding: 0 !important;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000319}}
.btn > a, .btn input, .btn button, .skiplink > a, .skiplink input, .skiplink button {
  display: block;
  padding: 0 18px;
  color: white;
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000326}}
.btn input, .btn button, .skiplink input, .skiplink button {
  background: none;
  border: none;
  width: 100%;
  font-size: 100%;
  cursor: pointer;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000339}}
.btn.xlarge, .skiplink.xlarge {
  font-size: 30px;
  font-size: 1.875rem;
  height: 66px;
  line-height: 64px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000322}}
.btn.xlarge a, .skiplink.xlarge a {
  position: relative;
  padding: 0 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000328}}
.btn.xlarge.icon-left a, .skiplink.xlarge.icon-left a {
  padding-left: 66px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000330}}
.btn.xlarge.icon-left a:before, .skiplink.xlarge.icon-left a:before {
  left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000337}}
.btn.xlarge.icon-right a, .skiplink.xlarge.icon-right a {
  padding-right: 66px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000339}}
.btn.xlarge.icon-right a:after, .skiplink.xlarge.icon-right a:after {
  right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000342}}
.btn.large, .skiplink.large {
  font-size: 26px;
  font-size: 1.625rem;
  height: 58px;
  line-height: 56px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000322}}
.btn.large a, .skiplink.large a {
  position: relative;
  padding: 0 26px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000328}}
.btn.large.icon-left a, .skiplink.large.icon-left a {
  padding-left: 58px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000330}}
.btn.large.icon-left a:before, .skiplink.large.icon-left a:before {
  left: 17.33333px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000337}}
.btn.large.icon-right a, .skiplink.large.icon-right a {
  padding-right: 58px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000339}}
.btn.large.icon-right a:after, .skiplink.large.icon-right a:after {
  right: 17.33333px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000345}}
.btn.medium, .skiplink.medium {
  font-size: 16px;
  font-size: 1rem;
  height: 36px;
  line-height: 34px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000322}}
.btn.medium a, .skiplink.medium a {
  position: relative;
  padding: 0 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000328}}
.btn.medium.icon-left a, .skiplink.medium.icon-left a {
  padding-left: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000330}}
.btn.medium.icon-left a:before, .skiplink.medium.icon-left a:before {
  left: 10.66667px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000337}}
.btn.medium.icon-right a, .skiplink.medium.icon-right a {
  padding-right: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000339}}
.btn.medium.icon-right a:after, .skiplink.medium.icon-right a:after {
  right: 10.66667px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000347}}
.btn.medium a, .skiplink.medium a {
  padding: 0 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000351}}
.btn.small, .skiplink.small {
  font-size: 10px;
  font-size: 0.625rem;
  height: 23px;
  line-height: 21px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000322}}
.btn.small a, .skiplink.small a {
  position: relative;
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000328}}
.btn.small.icon-left a, .skiplink.small.icon-left a {
  padding-left: 23px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000330}}
.btn.small.icon-left a:before, .skiplink.small.icon-left a:before {
  left: 6.66667px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000337}}
.btn.small.icon-right a, .skiplink.small.icon-right a {
  padding-right: 23px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_button-size\.scss}line{font-family:\0000339}}
.btn.small.icon-right a:after, .skiplink.small.icon-right a:after {
  right: 6.66667px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000353}}
.btn.small a, .skiplink.small a {
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000358}}
.btn.oval, .skiplink.oval {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000362}}
.btn.pill-left, .skiplink.pill-left {
  -webkit-border-radius: 500px 0 0 500px;
  -moz-border-radius: 500px 0 0 500px;
  -ms-border-radius: 500px 0 0 500px;
  -o-border-radius: 500px 0 0 500px;
  border-radius: 500px 0 0 500px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000366}}
.btn.pill-right, .skiplink.pill-right {
  -webkit-border-radius: 0 500px 500px 0;
  -moz-border-radius: 0 500px 500px 0;
  -ms-border-radius: 0 500px 500px 0;
  -o-border-radius: 0 500px 500px 0;
  border-radius: 0 500px 500px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000374}}
.btn.primary, .skiplink.primary {
  background: #3085d6;
  border: 1px solid #3085d6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000377}}
.btn.primary:hover, .skiplink.primary:hover {
  background: #5b9ede;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000380}}
.btn.primary:active, .skiplink.primary:active {
  background: #236bb0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000374}}
.btn.secondary, .skiplink.secondary {
  background: #42a35a;
  border: 1px solid #42a35a;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000377}}
.btn.secondary:hover, .skiplink.secondary:hover {
  background: #5bbd73;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000380}}
.btn.secondary:active, .skiplink.secondary:active {
  background: #337f46;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000374}}
.btn.default, .skiplink.default {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #555555;
  border: 1px solid #f2f2f2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000377}}
.btn.default:hover, .skiplink.default:hover {
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000380}}
.btn.default:active, .skiplink.default:active {
  background: #d8d8d8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000386}}
.btn.default:hover, .skiplink.default:hover {
  border: 1px solid #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000389}}
.btn.default a, .btn.default input, .btn.default button, .skiplink.default a, .skiplink.default input, .skiplink.default button {
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000374}}
.btn.info, .skiplink.info {
  background: #4a4d50;
  border: 1px solid #4a4d50;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000377}}
.btn.info:hover, .skiplink.info:hover {
  background: #63676a;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000380}}
.btn.info:active, .skiplink.info:active {
  background: #313436;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000374}}
.btn.danger, .skiplink.danger {
  background: #ca3838;
  border: 1px solid #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000377}}
.btn.danger:hover, .skiplink.danger:hover {
  background: #d56060;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000380}}
.btn.danger:active, .skiplink.danger:active {
  background: #a32c2c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000374}}
.btn.warning, .skiplink.warning {
  background: #f6b83f;
  border: 1px solid #f6b83f;
  color: #644405;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000377}}
.btn.warning:hover, .skiplink.warning:hover {
  background: #f8ca70;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000380}}
.btn.warning:active, .skiplink.warning:active {
  background: #f4a60e;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000395}}
.btn.warning a, .btn.warning input, .btn.warning button, .skiplink.warning a, .skiplink.warning input, .skiplink.warning button {
  color: #644405;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000374}}
.btn.success, .skiplink.success {
  background: #58c026;
  border: 1px solid #58c026;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000377}}
.btn.success:hover, .skiplink.success:hover {
  background: #72d940;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\0000380}}
.btn.success:active, .skiplink.success:active {
  background: #44951e;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003106}}
.btn.metro, .metro .btn, .metro .skiplink,
.skiplink.metro,
.btn.pretty.squared,
.pretty .squared.btn,
.pretty .squared.skiplink,
.pretty .btn.squared {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003113}}
.btn.pretty, .pretty .btn, .pretty .skiplink,
.skiplink.pretty,
.btn.metro.rounded,
.metro .rounded.btn,
.metro .rounded.skiplink,
.metro .btn.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003122}}
.btn.pretty.primary, .pretty .primary.btn, .pretty .primary.skiplink, .skiplink.pretty.primary {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85b7e7), color-stop(100%, #2a85dc));
  background-image: -webkit-linear-gradient(#85b7e7, #2a85dc);
  background-image: -moz-linear-gradient(#85b7e7, #2a85dc);
  background-image: -o-linear-gradient(#85b7e7, #2a85dc);
  background-image: linear-gradient(#85b7e7, #2a85dc);
  -webkit-box-shadow: inset 0 0 3px #f0f6fc;
  -moz-box-shadow: inset 0 0 3px #f0f6fc;
  box-shadow: inset 0 0 3px #f0f6fc;
  border: 1px solid #1f5e9b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003126}}
.btn.pretty.primary:hover, .pretty .primary.btn:hover, .pretty .primary.skiplink:hover, .skiplink.pretty.primary:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2d4fc), color-stop(100%, #54b2fe));
  background-image: -webkit-linear-gradient(#a2d4fc, #54b2fe);
  background-image: -moz-linear-gradient(#a2d4fc, #54b2fe);
  background-image: -o-linear-gradient(#a2d4fc, #54b2fe);
  background-image: linear-gradient(#a2d4fc, #54b2fe);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
  border: 1px solid #0e90f8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003131}}
.btn.pretty.primary:active, .pretty .primary.btn:active, .pretty .primary.skiplink:active, .skiplink.pretty.primary:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a85dc), color-stop(100%, #85b7e7));
  background-image: -webkit-linear-gradient(#2a85dc, #85b7e7);
  background-image: -moz-linear-gradient(#2a85dc, #85b7e7);
  background-image: -o-linear-gradient(#2a85dc, #85b7e7);
  background-image: linear-gradient(#2a85dc, #85b7e7);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003147}}
.btn.pretty.primary a, .pretty .primary.btn a, .pretty .primary.skiplink a, .btn.pretty.primary input, .pretty .primary.btn input, .pretty .primary.skiplink input, .btn.pretty.primary button, .pretty .primary.btn button, .pretty .primary.skiplink button, .skiplink.pretty.primary a, .skiplink.pretty.primary input, .skiplink.pretty.primary button {
  text-shadow: 0 1px 1px #1a5186;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003122}}
.btn.pretty.secondary, .pretty .secondary.btn, .pretty .secondary.skiplink, .skiplink.pretty.secondary {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #80cb92), color-stop(100%, #3ca957));
  background-image: -webkit-linear-gradient(#80cb92, #3ca957);
  background-image: -moz-linear-gradient(#80cb92, #3ca957);
  background-image: -o-linear-gradient(#80cb92, #3ca957);
  background-image: linear-gradient(#80cb92, #3ca957);
  -webkit-box-shadow: inset 0 0 3px #daf0e0;
  -moz-box-shadow: inset 0 0 3px #daf0e0;
  box-shadow: inset 0 0 3px #daf0e0;
  border: 1px solid #2c6d3c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003126}}
.btn.pretty.secondary:hover, .pretty .secondary.btn:hover, .pretty .secondary.skiplink:hover, .skiplink.pretty.secondary:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1d3ad), color-stop(100%, #68c07d));
  background-image: -webkit-linear-gradient(#a1d3ad, #68c07d);
  background-image: -moz-linear-gradient(#a1d3ad, #68c07d);
  background-image: -o-linear-gradient(#a1d3ad, #68c07d);
  background-image: linear-gradient(#a1d3ad, #68c07d);
  -webkit-box-shadow: inset 0 0 3px #f8fcf9;
  -moz-box-shadow: inset 0 0 3px #f8fcf9;
  box-shadow: inset 0 0 3px #f8fcf9;
  border: 1px solid #469659;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003131}}
.btn.pretty.secondary:active, .pretty .secondary.btn:active, .pretty .secondary.skiplink:active, .skiplink.pretty.secondary:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3ca957), color-stop(100%, #80cb92));
  background-image: -webkit-linear-gradient(#3ca957, #80cb92);
  background-image: -moz-linear-gradient(#3ca957, #80cb92);
  background-image: -o-linear-gradient(#3ca957, #80cb92);
  background-image: linear-gradient(#3ca957, #80cb92);
  -webkit-box-shadow: inset 0 0 3px #ecf8ef;
  -moz-box-shadow: inset 0 0 3px #ecf8ef;
  box-shadow: inset 0 0 3px #ecf8ef;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003147}}
.btn.pretty.secondary a, .pretty .secondary.btn a, .pretty .secondary.skiplink a, .btn.pretty.secondary input, .pretty .secondary.btn input, .pretty .secondary.skiplink input, .btn.pretty.secondary button, .pretty .secondary.btn button, .pretty .secondary.skiplink button, .skiplink.pretty.secondary a, .skiplink.pretty.secondary input, .skiplink.pretty.secondary button {
  text-shadow: 0 1px 1px #255a32;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003122}}
.btn.pretty.default, .pretty .default.btn, .pretty .default.skiplink, .skiplink.pretty.default {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f1f1));
  background-image: -webkit-linear-gradient(#ffffff, #f3f1f1);
  background-image: -moz-linear-gradient(#ffffff, #f3f1f1);
  background-image: -o-linear-gradient(#ffffff, #f3f1f1);
  background-image: linear-gradient(#ffffff, #f3f1f1);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
  border: 1px solid #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003126}}
.btn.pretty.default:hover, .pretty .default.btn:hover, .pretty .default.skiplink:hover, .skiplink.pretty.default:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
  border: 1px solid #d9d9d9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003131}}
.btn.pretty.default:active, .pretty .default.btn:active, .pretty .default.skiplink:active, .skiplink.pretty.default:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f1f1), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#f3f1f1, #ffffff);
  background-image: -moz-linear-gradient(#f3f1f1, #ffffff);
  background-image: -o-linear-gradient(#f3f1f1, #ffffff);
  background-image: linear-gradient(#f3f1f1, #ffffff);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003136}}
.btn.pretty.default a, .pretty .default.btn a, .pretty .default.skiplink a, .btn.pretty.default input, .pretty .default.btn input, .pretty .default.skiplink input, .btn.pretty.default button, .pretty .default.btn button, .pretty .default.skiplink button, .skiplink.pretty.default a, .skiplink.pretty.default input, .skiplink.pretty.default button {
  text-shadow: 0 1px 1px white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003122}}
.btn.pretty.info, .pretty .info.btn, .pretty .info.skiplink, .skiplink.pretty.info {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7b8085), color-stop(100%, #464d54));
  background-image: -webkit-linear-gradient(#7b8085, #464d54);
  background-image: -moz-linear-gradient(#7b8085, #464d54);
  background-image: -o-linear-gradient(#7b8085, #464d54);
  background-image: linear-gradient(#7b8085, #464d54);
  -webkit-box-shadow: inset 0 0 3px #bdc0c2;
  -moz-box-shadow: inset 0 0 3px #bdc0c2;
  box-shadow: inset 0 0 3px #bdc0c2;
  border: 1px solid #252728;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003126}}
.btn.pretty.info:hover, .pretty .info.btn:hover, .pretty .info.skiplink:hover, .skiplink.pretty.info:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aeb3b6), color-stop(100%, #808e98));
  background-image: -webkit-linear-gradient(#aeb3b6, #808e98);
  background-image: -moz-linear-gradient(#aeb3b6, #808e98);
  background-image: -o-linear-gradient(#aeb3b6, #808e98);
  background-image: linear-gradient(#aeb3b6, #808e98);
  -webkit-box-shadow: inset 0 0 3px #f1f2f3;
  -moz-box-shadow: inset 0 0 3px #f1f2f3;
  box-shadow: inset 0 0 3px #f1f2f3;
  border: 1px solid #60676b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003131}}
.btn.pretty.info:active, .pretty .info.btn:active, .pretty .info.skiplink:active, .skiplink.pretty.info:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #464d54), color-stop(100%, #7b8085));
  background-image: -webkit-linear-gradient(#464d54, #7b8085);
  background-image: -moz-linear-gradient(#464d54, #7b8085);
  background-image: -o-linear-gradient(#464d54, #7b8085);
  background-image: linear-gradient(#464d54, #7b8085);
  -webkit-box-shadow: inset 0 0 3px #cbcdce;
  -moz-box-shadow: inset 0 0 3px #cbcdce;
  box-shadow: inset 0 0 3px #cbcdce;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003147}}
.btn.pretty.info a, .pretty .info.btn a, .pretty .info.skiplink a, .btn.pretty.info input, .pretty .info.btn input, .pretty .info.skiplink input, .btn.pretty.info button, .pretty .info.btn button, .pretty .info.skiplink button, .skiplink.pretty.info a, .skiplink.pretty.info input, .skiplink.pretty.info button {
  text-shadow: 0 1px 1px #191a1b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003122}}
.btn.pretty.danger, .pretty .danger.btn, .pretty .danger.skiplink, .skiplink.pretty.danger {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #df8989), color-stop(100%, #d03232));
  background-image: -webkit-linear-gradient(#df8989, #d03232);
  background-image: -moz-linear-gradient(#df8989, #d03232);
  background-image: -o-linear-gradient(#df8989, #d03232);
  background-image: linear-gradient(#df8989, #d03232);
  -webkit-box-shadow: inset 0 0 3px #faeded;
  -moz-box-shadow: inset 0 0 3px #faeded;
  box-shadow: inset 0 0 3px #faeded;
  border: 1px solid #8f2626;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003126}}
.btn.pretty.danger:hover, .pretty .danger.btn:hover, .pretty .danger.skiplink:hover, .skiplink.pretty.danger:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f79696), color-stop(100%, #f64a4a));
  background-image: -webkit-linear-gradient(#f79696, #f64a4a);
  background-image: -moz-linear-gradient(#f79696, #f64a4a);
  background-image: -o-linear-gradient(#f79696, #f64a4a);
  background-image: linear-gradient(#f79696, #f64a4a);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
  border: 1px solid #e21212;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003131}}
.btn.pretty.danger:active, .pretty .danger.btn:active, .pretty .danger.skiplink:active, .skiplink.pretty.danger:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d03232), color-stop(100%, #df8989));
  background-image: -webkit-linear-gradient(#d03232, #df8989);
  background-image: -moz-linear-gradient(#d03232, #df8989);
  background-image: -o-linear-gradient(#d03232, #df8989);
  background-image: linear-gradient(#d03232, #df8989);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003147}}
.btn.pretty.danger a, .pretty .danger.btn a, .pretty .danger.skiplink a, .btn.pretty.danger input, .pretty .danger.btn input, .pretty .danger.skiplink input, .btn.pretty.danger button, .pretty .danger.btn button, .pretty .danger.skiplink button, .skiplink.pretty.danger a, .skiplink.pretty.danger input, .skiplink.pretty.danger button {
  text-shadow: 0 1px 1px #7b2121;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003122}}
.btn.pretty.warning, .pretty .warning.btn, .pretty .warning.skiplink, .skiplink.pretty.warning {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbdca0), color-stop(100%, #fbba3a));
  background-image: -webkit-linear-gradient(#fbdca0, #fbba3a);
  background-image: -moz-linear-gradient(#fbdca0, #fbba3a);
  background-image: -o-linear-gradient(#fbdca0, #fbba3a);
  background-image: linear-gradient(#fbdca0, #fbba3a);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
  border: 1px solid #de960a;
  color: #644405;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003126}}
.btn.pretty.warning:hover, .pretty .warning.btn:hover, .pretty .warning.skiplink:hover, .skiplink.pretty.warning:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #feecca), color-stop(100%, #ffd37d));
  background-image: -webkit-linear-gradient(#feecca, #ffd37d);
  background-image: -moz-linear-gradient(#feecca, #ffd37d);
  background-image: -o-linear-gradient(#feecca, #ffd37d);
  background-image: linear-gradient(#feecca, #ffd37d);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
  border: 1px solid #fcb834;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003131}}
.btn.pretty.warning:active, .pretty .warning.btn:active, .pretty .warning.skiplink:active, .skiplink.pretty.warning:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbba3a), color-stop(100%, #fbdca0));
  background-image: -webkit-linear-gradient(#fbba3a, #fbdca0);
  background-image: -moz-linear-gradient(#fbba3a, #fbdca0);
  background-image: -o-linear-gradient(#fbba3a, #fbdca0);
  background-image: linear-gradient(#fbba3a, #fbdca0);
  -webkit-box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  box-shadow: inset 0 0 3px white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003142}}
.btn.pretty.warning a, .pretty .warning.btn a, .pretty .warning.skiplink a, .btn.pretty.warning input, .pretty .warning.btn input, .pretty .warning.skiplink input, .btn.pretty.warning button, .pretty .warning.btn button, .pretty .warning.skiplink button, .skiplink.pretty.warning a, .skiplink.pretty.warning input, .skiplink.pretty.warning button {
  text-shadow: 0 1px 1px #fbdca0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003122}}
.btn.pretty.success, .pretty .success.btn, .pretty .success.skiplink, .skiplink.pretty.success {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #91e26a), color-stop(100%, #56c620));
  background-image: -webkit-linear-gradient(#91e26a, #56c620);
  background-image: -moz-linear-gradient(#91e26a, #56c620);
  background-image: -o-linear-gradient(#91e26a, #56c620);
  background-image: linear-gradient(#91e26a, #56c620);
  -webkit-box-shadow: inset 0 0 3px #e0f7d5;
  -moz-box-shadow: inset 0 0 3px #e0f7d5;
  box-shadow: inset 0 0 3px #e0f7d5;
  border: 1px solid #3b8019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003126}}
.btn.pretty.success:hover, .pretty .success.btn:hover, .pretty .success.skiplink:hover, .skiplink.pretty.success:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96e570), color-stop(100%, #64df29));
  background-image: -webkit-linear-gradient(#96e570, #64df29);
  background-image: -moz-linear-gradient(#96e570, #64df29);
  background-image: -o-linear-gradient(#96e570, #64df29);
  background-image: linear-gradient(#96e570, #64df29);
  -webkit-box-shadow: inset 0 0 3px #e5f9db;
  -moz-box-shadow: inset 0 0 3px #e5f9db;
  box-shadow: inset 0 0 3px #e5f9db;
  border: 1px solid #479f1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003131}}
.btn.pretty.success:active, .pretty .success.btn:active, .pretty .success.skiplink:active, .skiplink.pretty.success:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #56c620), color-stop(100%, #91e26a));
  background-image: -webkit-linear-gradient(#56c620, #91e26a);
  background-image: -moz-linear-gradient(#56c620, #91e26a);
  background-image: -o-linear-gradient(#56c620, #91e26a);
  background-image: linear-gradient(#56c620, #91e26a);
  -webkit-box-shadow: inset 0 0 3px #f0fbea;
  -moz-box-shadow: inset 0 0 3px #f0fbea;
  box-shadow: inset 0 0 3px #f0fbea;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_buttons\.scss}line{font-family:\00003147}}
.btn.pretty.success a, .pretty .success.btn a, .pretty .success.skiplink a, .btn.pretty.success input, .pretty .success.btn input, .pretty .success.skiplink input, .btn.pretty.success button, .pretty .success.btn button, .pretty .success.skiplink button, .skiplink.pretty.success a, .skiplink.pretty.success input, .skiplink.pretty.success button {
  text-shadow: 0 1px 1px #316b15;
}

/* Icons */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_icons\.scss}line{font-family:\000038}}
[class^="icon-"] a:before,
[class*=" icon-"] a:before,
[class^="icon-"] a:after,
[class*=" icon-"] a:after,
i[class^="icon-"],
i[class*=" icon-"] {
  font-family: "entypo";
  position: absolute;
  text-decoration: none;
  zoom: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_icons\.scss}line{font-family:\0000316}}
i[class^="icon-"],
i[class*=" icon-"] {
  display: inline-block;
  position: static;
  min-width: 20px;
  margin: 0 5px;
  text-align: center;
}

/* Form Styles */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\000036}}
form {
  margin: 0 0 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\000038}}
form label {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
  cursor: pointer;
  margin-bottom: 9px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000314}}
form label.inline {
  display: inline-block;
  padding-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000319}}
form dt {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000322}}
form textarea {
  height: 150px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000325}}
form ul, form ul li {
  margin-left: 0;
  list-style-type: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000329}}
form fieldset {
  border-style: solid;
  border-width: 0.0625em;
  padding: 1.5625em;
  border-color: #d8d8d8;
  margin: 18px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000333}}
form fieldset legend {
  padding: 5px 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000339}}
.field {
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 16px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000347}}
.field.metro, .field .metro {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000350}}
.field input, .field input[type="*"], .field textarea {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  font-family: "Arial", ​Helvetica, ​Clean, ​sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000364}}
.field .input {
  position: relative;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #d8d8d8;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000372}}
.field .input.search {
  height: 36px;
  line-height: 34px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  padding-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000378}}
.field .input.textarea {
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000385}}
input.xnarrow, .input.xnarrow {
  width: 13.33333%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000388}}
input.xnarrow:last-child, .input.xnarrow:last-child {
  margin-left: -4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000391}}
input.xnarrow:first-child, .input.xnarrow:first-child {
  margin-right: 3.94%;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000395}}
input.xnarrow:first-child:last-child, .input.xnarrow:first-child:last-child {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000385}}
input.narrow, .input.narrow {
  width: 30.66667%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000388}}
input.narrow:last-child, .input.narrow:last-child {
  margin-left: -4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000391}}
input.narrow:first-child, .input.narrow:first-child {
  margin-right: 3.94%;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000395}}
input.narrow:first-child:last-child, .input.narrow:first-child:last-child {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000385}}
input.normal, .input.normal {
  width: 48%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000388}}
input.normal:last-child, .input.normal:last-child {
  margin-left: -4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000391}}
input.normal:first-child, .input.normal:first-child {
  margin-right: 3.94%;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000395}}
input.normal:first-child:last-child, .input.normal:first-child:last-child {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000385}}
input.wide, .input.wide {
  width: 65.33333%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000388}}
input.wide:last-child, .input.wide:last-child {
  margin-left: -4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000391}}
input.wide:first-child, .input.wide:first-child {
  margin-right: 3.94%;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000395}}
input.wide:first-child:last-child, .input.wide:first-child:last-child {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000385}}
input.xwide, .input.xwide {
  width: 82.66667%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000388}}
input.xwide:last-child, .input.xwide:last-child {
  margin-left: -4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000391}}
input.xwide:first-child, .input.xwide:first-child {
  margin-right: 3.94%;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000395}}
input.xwide:first-child:last-child, .input.xwide:first-child:last-child {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000385}}
input.xxwide, .input.xxwide {
  width: 100%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000388}}
input.xxwide:last-child, .input.xxwide:last-child {
  margin-left: -4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000391}}
input.xxwide:first-child, .input.xxwide:first-child {
  margin-right: 3.94%;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\0000395}}
input.xxwide:first-child:last-child, .input.xxwide:first-child:last-child {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003104}}
label + .xnarrow:last-child, label + .narrow:last-child, label + .normal:last-child, label + .wide:last-child, label + .xwide:last-child, label + .xxwide:last-child {
  margin-left: 0;
}

@media only screen and (max-width: 1004px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003111}}
  .xxwide:first-child, .xxwide:last-child {
    margin-right: 0%;
  }
}
/* remove inline-block white-space — A 0px font-size = 0px of white space */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003117}}
.prepend, .append {
  font-size: 0;
  white-space: nowrap;
  padding-bottom: 3.5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003126}}
.prepend input,
.prepend .input,
.append input,
.append .input {
  display: inline-block;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003136}}
.prepend input,
.prepend .input,
.prepend.append input:last-child,
.append *:last-child {
  -webkit-border-radius: 0px 4px 4px 0;
  -moz-border-radius: 0px 4px 4px 0;
  -ms-border-radius: 0px 4px 4px 0;
  -o-border-radius: 0px 4px 4px 0;
  border-radius: 0px 4px 4px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003143}}
.append input,
.append .input,
.prepend.append input:first-child,
.prepend *:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003147}}
.prepend.append input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003151}}
.prepend.append input:last-child {
  margin-left: -1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003155}}
.prepend .adjoined, .append .adjoined, .prepend .btn, .append .btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  z-index: 99;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003162}}
.prepend .btn a, .prepend .btn input, .prepend .btn button, .append .btn a, .append .btn input, .append .btn button {
  padding: 0 12px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003167}}
.prepend .adjoined, .append .adjoined {
  padding: 0 10px 0 10px;
  background: #f2f2f2;
  border: 1px solid #d8d8d8;
  font-family: "Arial", ​Helvetica, ​Clean, ​sans-serif;
  font-weight: 600;
  color: #555555;
  font-size: 16px;
  font-size: 1rem;
  height: 36px;
  line-height: 34px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003178}}
.prepend .adjoined, .prepend .btn {
  margin-right: -1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003182}}
.adjoined:first-child {
  margin-left: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003186}}
.append .adjoined, .append .btn {
  margin-left: -1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003190}}
.append button, .prepend button {
  display: inline-block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003197}}
.prepend input:first-child,
.append input:first-child,
.prepend .input:first-child,
.append .input:first-child {
  margin-right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003201}}
.double input, .double .input {
  width: 50% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003203}}
.double input:last-child, .double .input:last-child {
  margin-left: -1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003209}}
.field input, .field .input, .field textarea, .field .textarea, .field .radio span, .field .checkbox span, .field .picker {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003214}}
.field.danger:after {
  font-family: "entypo";
  content: "\2716";
  font-size: 16px;
  position: absolute;
  top: 14%;
  right: 15px;
  z-index: 999;
  color: #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003235}}
.field.danger.no-icon:after {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003243}}
.field.danger.append:after, .field.danger.prepend:after {
  content: "";
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003246}}
.field.danger input, .field.danger .input, .field.danger textarea, .field.danger .textarea, .field.danger .radio span, .field.danger .checkbox span, .field.danger .picker {
  border-color: #ca3838;
  background: #f0c5c5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003257}}
.field.danger input, .field.danger .input, .field.danger textarea, .field.danger .textarea,
.field.danger .radio span, .field.danger .checkbox span, .field.danger .picker,
.field.danger input::-webkit-input-placeholder,
.field.danger textarea::-webkit-input-placeholder,
.field.danger input:-moz-placeholder,
.field.danger textarea:-moz-placeholder
textarea {
  color: #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003214}}
.field.warning:after {
  font-family: "entypo";
  content: "\26a0";
  font-size: 16px;
  position: absolute;
  top: 14%;
  right: 15px;
  z-index: 999;
  color: #f6b83f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003235}}
.field.warning.no-icon:after {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003243}}
.field.warning.append:after, .field.warning.prepend:after {
  content: "";
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003246}}
.field.warning input, .field.warning .input, .field.warning textarea, .field.warning .textarea, .field.warning .radio span, .field.warning .checkbox span, .field.warning .picker {
  border-color: #f6b83f;
  background: #fef7ea;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003257}}
.field.warning input, .field.warning .input, .field.warning textarea, .field.warning .textarea,
.field.warning .radio span, .field.warning .checkbox span, .field.warning .picker,
.field.warning input::-webkit-input-placeholder,
.field.warning textarea::-webkit-input-placeholder,
.field.warning input:-moz-placeholder,
.field.warning textarea:-moz-placeholder
textarea {
  color: #f6b83f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003214}}
.field.success:after {
  font-family: "entypo";
  content: "\2713";
  font-size: 16px;
  position: absolute;
  top: 14%;
  right: 15px;
  z-index: 999;
  color: #58c026;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003235}}
.field.success.no-icon:after {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003243}}
.field.success.append:after, .field.success.prepend:after {
  content: "";
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003246}}
.field.success input, .field.success .input, .field.success textarea, .field.success .textarea, .field.success .radio span, .field.success .checkbox span, .field.success .picker {
  border-color: #58c026;
  background: #c0eeaa;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003257}}
.field.success input, .field.success .input, .field.success textarea, .field.success .textarea,
.field.success .radio span, .field.success .checkbox span, .field.success .picker,
.field.success input::-webkit-input-placeholder,
.field.success textarea::-webkit-input-placeholder,
.field.success input:-moz-placeholder,
.field.success textarea:-moz-placeholder
textarea {
  color: #58c026;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003264}}
.field .picker.danger {
  border-color: #ca3838;
  color: #ca3838;
  background: #f0c5c5;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003269}}
.field .picker.danger select, .field .picker.danger:after {
  color: #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003264}}
.field .picker.warning {
  border-color: #f6b83f;
  color: #f6b83f;
  background: #fef7ea;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003269}}
.field .picker.warning select, .field .picker.warning:after {
  color: #f6b83f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003264}}
.field .picker.success {
  border-color: #58c026;
  color: #58c026;
  background: #c0eeaa;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003269}}
.field .picker.success select, .field .picker.success:after {
  color: #58c026;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003276}}
.field .text input[type="search"] {
  -webkit-appearance: textfield;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003282}}
.no-js .radio input {
  -webkit-appearance: radio;
  margin-left: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003286}}
.no-js .checkbox input {
  -webkit-appearance: checkbox;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003289}}
.no-js .radio input, .no-js .checkbox input {
  display: inline-block;
  width: 16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003296}}
.js .field .radio, .js .field .checkbox {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003298}}
.js .field .radio.danger, .js .field .checkbox.danger {
  color: #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003304}}
.js .field .radio.danger span, .js .field .checkbox.danger span {
  border-color: #ca3838;
  color: #ca3838;
  background: #f0c5c5;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003298}}
.js .field .radio.warning, .js .field .checkbox.warning {
  color: #f6b83f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003304}}
.js .field .radio.warning span, .js .field .checkbox.warning span {
  border-color: #f6b83f;
  color: #f6b83f;
  background: #fef7ea;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003298}}
.js .field .radio.success, .js .field .checkbox.success {
  color: #58c026;
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003302}}
.js .field .radio.success i, .js .field .checkbox.success i {
  color: #58c026;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003304}}
.js .field .radio.success span, .js .field .checkbox.success span {
  border-color: #58c026;
  color: #58c026;
  background: #c0eeaa;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003313}}
.js .field .radio.checked i, .js .field .checkbox.checked i {
  position: absolute;
  top: -1px;
  left: -8px;
  line-height: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003319}}
.js .field .radio span, .js .field .checkbox span {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #ccc;
  background: #fefefe;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003328}}
.js .field .radio input[type="radio"], .js .field .radio input[type="checkbox"], .js .field .checkbox input[type="radio"], .js .field .checkbox input[type="checkbox"] {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003332}}
.js .field .radio span {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003335}}
.js .field .checkbox span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003340}}
.field .text input[type="search"] {
  -webkit-appearance: textfield;
}

/* Form Picker Element (<select>) */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003347}}
.picker {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0 0 2px 1.2%;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: "Arial", ​Helvetica, ​Clean, ​sans-serif;
  font-weight: 600;
  height: auto;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003359}}
.picker:after {
  content: "\25BE";
  font-family: entypo;
  z-index: 0;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -12px;
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003369}}
.picker:first-child {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003372}}
.picker select {
  position: relative;
  display: block;
  min-width: 100%;
  width: 135%;
  height: 34px;
  padding: 6px 45px 6px 15px;
  color: #555555;
  border: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  z-index: 99;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_forms\.scss}line{font-family:\00003388}}
.picker select::-ms-expand {
  display: none;
}

/* Labels */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\000033}}
.badge, .label {
  height: 20px;
  display: inline-block;
  font-family: Helvetica, arial, verdana, sans-serif;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000311}}
.badge a, .label a {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000315}}
.badge.primary, .label.primary {
  background: #3085d6;
  border: 1px solid #3085d6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000315}}
.badge.secondary, .label.secondary {
  background: #42a35a;
  border: 1px solid #42a35a;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000315}}
.badge.default, .label.default {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000320}}
.badge.default:hover, .label.default:hover {
  border-color: #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000323}}
.badge.default a, .label.default a {
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000315}}
.badge.info, .label.info {
  background: #4a4d50;
  border: 1px solid #4a4d50;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000315}}
.badge.danger, .label.danger {
  background: #ca3838;
  border: 1px solid #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000315}}
.badge.warning, .label.warning {
  background: #f6b83f;
  border: 1px solid #f6b83f;
  color: #644405;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000329}}
.badge.warning a, .label.warning a {
  color: #644405;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000315}}
.badge.success, .label.success {
  background: #58c026;
  border: 1px solid #58c026;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000335}}
.badge.light, .label.light {
  background: #fff;
  color: #555555;
  border: 1px solid #f2f2f2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000339}}
.badge.light a, .label.light a {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000343}}
.badge.dark, .label.dark {
  background: #212121;
  border: 1px solid #212121;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000349}}
.badge {
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000355}}
.label {
  padding: 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000361}}
.alert {
  padding: 0 10px;
  font-family: "Arial", ​Helvetica, ​Clean, ​sans-serif;
  font-weight: 600;
  list-style-type: none;
  word-wrap: break-word;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000371}}
.alert.primary {
  background: #85b7e7;
  border: 1px solid #3085d6;
  color: #1a5186;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000371}}
.alert.secondary {
  background: #80cb92;
  border: 1px solid #42a35a;
  color: #255a32;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000371}}
.alert.default {
  background: white;
  border: 1px solid #f2f2f2;
  color: #bfbfbf;
  color: #555555;
  border: 1px solid #f2f2f2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000371}}
.alert.info {
  background: #7b8085;
  border: 1px solid #4a4d50;
  color: #191a1b;
  color: #f2f2f2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000371}}
.alert.danger {
  background: #df8989;
  border: 1px solid #ca3838;
  color: #7b2121;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000371}}
.alert.warning {
  background: #fbdca0;
  border: 1px solid #f6b83f;
  color: #c68609;
  color: #644405;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_labels\.scss}line{font-family:\0000371}}
.alert.success {
  background: #91e26a;
  border: 1px solid #58c026;
  color: #316b15;
}

/* Tabs */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\000033}}
.tabs {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\000037}}
.tab-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000311}}
.tab-nav > li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 2.03252% 0 0;
  cursor: default;
  top: 1px;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000319}}
.tab-nav > li > li {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 2.03252% 0 0;
  cursor: default;
  top: 1px;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000327}}
.tab-nav > li > li > a {
  display: block;
  width: auto;
  padding: 0 16px;
  margin: 0;
  color: #555555;
  font-family: "Arial", ​Helvetica, ​Clean, ​sans-serif;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 0 1px;
  text-shadow: 0 1px 1px white;
  background: #f2f2f2;
  cursor: pointer;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  height: 42px;
  line-height: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000342}}
.tab-nav > li > li > a:hover {
  text-decoration: none;
  background: whitesmoke;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000346}}
.tab-nav > li > li > a:active {
  background: #ededed;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000350}}
.tab-nav > li > li.active > a {
  height: 43px;
  line-height: 41px;
  background: white;
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000355}}
.tab-nav > li > li:last-child {
  margin-right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000362}}
.tab-nav > li:last-child {
  margin-right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000366}}
.tab-nav > li > a {
  display: block;
  width: auto;
  padding: 0 16px;
  margin: 0;
  color: #555555;
  font-family: "Arial", ​Helvetica, ​Clean, ​sans-serif;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 0 1px;
  text-shadow: 0 1px 1px white;
  background: #f2f2f2;
  cursor: pointer;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  height: 42px;
  line-height: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000381}}
.tab-nav > li > a:hover {
  text-decoration: none;
  background: whitesmoke;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000385}}
.tab-nav > li > a:active {
  background: #ededed;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000390}}
.tab-nav > li.active > a {
  height: 43px;
  line-height: 41px;
  background: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\0000395}}
.tabs.pill .tab-nav {
  width: 100%;
  /* remove if you dont want the tabs to span the full container width */
  display: table;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003101}}
.tabs.pill .tab-nav > li {
  display: table-cell;
  margin: 0;
  margin-left: -4px;
  text-align: center;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003107}}
.tabs.pill .tab-nav > li:first-child {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003110}}
.tabs.pill .tab-nav > li > a {
  border: none;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 42px;
  line-height: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003116}}
.tabs.pill .tab-nav > li:last-child > a {
  border-right: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003122}}
.tab-content {
  display: none;
  padding: 20px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003125}}
.tab-content.active {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003131}}
.tabs.vertical .tab-nav {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003133}}
.tabs.vertical .tab-nav > li {
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003137}}
.tabs.vertical .tab-nav > li.active {
  position: relative;
  z-index: 99;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003140}}
.tabs.vertical .tab-nav > li.active > a {
  border-right: 1px solid white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003144}}
.tabs.vertical .tab-nav > li > a {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tabs\.scss}line{font-family:\00003150}}
.tabs.vertical .tab-content {
  padding: 10px 0 30px 20px;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
}

/* Images */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_images\.scss}line{font-family:\000033}}
.image {
  line-height: 0;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_images\.scss}line{font-family:\000036}}
.image.circle {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  overflow: hidden;
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_images\.scss}line{font-family:\0000311}}
.image.rounded {
  overflow: hidden;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  -o-border-radius: 4px 4px;
  border-radius: 4px 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_images\.scss}line{font-family:\0000315}}
.image.photo {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 1px #555555;
  -moz-box-shadow: 0 0 1px #555555;
  box-shadow: 0 0 1px #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_images\.scss}line{font-family:\0000318}}
.image.photo.polaroid {
  padding-bottom: 50px;
  background: #fff;
}

/* Video */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_video\.scss}line{font-family:\000033}}
body .video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_video\.scss}line{font-family:\000038}}
body .video.twitch, body .video.youtube.show_controls {
  padding-top: 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_video\.scss}line{font-family:\0000318}}
.video > video, .video > iframe, .video > object, .video > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_video\.scss}line{font-family:\0000327}}
.video-peertube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_video\.scss}line{font-family:\0000333}}
.video-peertube .peertubeplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_video\.scss}line{font-family:\0000344}}
.vjs-youtube {
  position: relative !important;
  overflow: hidden;
  width: 100% !important;
  padding-top: 56.25% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_video\.scss}line{font-family:\0000350}}
.vjs-youtube > div > iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* Toggles */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\000033}}
.drawer {
  position: relative;
  width: 100%;
  max-height: 0;
  background: #3e4144;
  -webkit-box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
  -moz-box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
  box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\0000314}}
.drawer.active {
  height: auto;
  max-height: 800px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\0000321}}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: black;
  background: rgba(0, 0, 0, 0.8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\0000330}}
.modal > .content {
  width: 50%;
  min-height: 50%;
  max-height: 65%;
  position: relative;
  top: 25%;
  margin: 0 auto;
  padding: 20px;
  background: white;
  z-index: 2;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\0000330}}
  .modal > .content {
    width: 80%;
    min-height: 80%;
    max-height: 80%;
    top: 10%;
  }
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\0000330}}
  .modal > .content {
    width: 92.5%;
    min-height: 92.5%;
    max-height: 92.5%;
    top: 3.75%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\0000353}}
.modal > .content > .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\0000361}}
.modal, .modal > .content {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\0000365}}
.modal.active {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_toggles\.scss}line{font-family:\0000368}}
.modal.active, .modal.active > .content {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Tables */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\000033}}
table {
  display: table;
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000312}}
table caption {
  text-align: center;
  font-size: 30px;
  padding: .75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000320}}
table thead th,
table tbody td,
table tr td {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000328}}
table tr td, table tbody tr td {
  font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000332}}
table tr td:first-child {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000336}}
table thead {
  background-color: #b8c51a;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000340}}
table thead tr th {
  font-size: 16px;
  font-weight: bold;
  vertical-align: bottom;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000349}}
table.striped tr:nth-of-type(even),
table table tr.stripe,
table table tr.striped {
  background-color: #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000353}}
table.rounded {
  border-radius: 4px;
  border-collapse: separate;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000361}}
table.rounded caption + thead tr:first-child th:first-child,
table.rounded caption + tr td:first-child,
table.rounded > thead tr:first-child th:first-child,
table.rounded > thead tr:first-child td:first-child,
table.rounded > tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000369}}
table.rounded caption + thead tr:first-child th:last-child,
table.rounded caption + tr td:last-child,
table.rounded > thead tr:first-child th:last-child,
table.rounded > thead tr:first-child td:last-child,
table.rounded > tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000374}}
table.rounded thead ~ tr:last-child td:last-child,
table.rounded tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000379}}
table.rounded thead ~ tr:last-child td:first-child,
table.rounded tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tables\.scss}line{font-family:\0000385}}
table.rounded thead th, table.rounded thead td,
table.rounded caption + tbody tr:first-child td,
table.rounded > tbody:first-child tr:first-child td {
  border-top: 0;
}

/* Tooltips */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tooltips\.scss}line{font-family:\000033}}
.ttip {
  position: relative;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_tooltips\.scss}line{font-family:\000036}}
.ttip:after {
  display: block;
  background: #3085d6;
  border: 1px solid #3085d6;
  border-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5em 0.75em;
  width: auto;
  min-width: 130px;
  max-width: 500px;
  position: absolute;
  left: 0;
  bottom: 101%;
  margin-bottom: 8px;
  text-align: left;
  color: #fff;
  content: attr(data-tooltip);
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #65a4e1), color-stop(100%, #3085d6));
  background-image: -webkit-linear-gradient(top, #65a4e1, #3085d6);
  background-image: -moz-linear-gradient(top, #65a4e1, #3085d6);
  background-image: -o-linear-gradient(top, #65a4e1, #3085d6);
  background-image: linear-gradient(top, #65a4e1, #3085d6);
  -webkit-box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
  -moz-box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
  box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_tooltips\.scss}line{font-family:\0000358}}
.ttip:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 101%;
  left: 8px;
  border-top: 9px solid #3085d6 !important;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_tooltips\.scss}line{font-family:\0000394}}
.ttip:hover:after, .ttip:hover:before {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ui\/_tooltips\.scss}line{font-family:\000038}}
  .ttip:after, .ttip:before {
    display: none;
  }
}

/* SHAME */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_shame\.scss}line{font-family:\0000310}}
.ie8 .xxwide,
.ie8 .xwide,
.ie8 .wide,
.ie8 .normal,
.ie8 .narrow,
.ie8 .xnarrow {
  display: inline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_shame\.scss}line{font-family:\0000312}}
.ie8 .xxwide + input,
.ie8 .xwide + input,
.ie8 .wide + input,
.ie8 .normal + input,
.ie8 .narrow + input,
.ie8 .xnarrow + input {
  display: inline;
  margin: 0 0 0 -.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_shame\.scss}line{font-family:\0000320}}
.ie8 .ttip:before, .ie8 .ttip:after {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_shame\.scss}line{font-family:\0000324}}
.ie8 .ttip:hover:before, .ie8 .ttip:hover:after {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_shame\.scss}line{font-family:\0000333}}
.ie9 .radio.checked i, .ie9 .checkbox.checked i {
  top: 0;
}

/* Fonts */
@font-face {
  font-family: "entypo";
  font-style: normal;
  font-weight: 400;
  src: url(/static/ffcriavs/fonts/icons/entypo.eot?e323be6b8ea8);
  src: url("/static/ffcriavs/fonts/icons/entypo.eot?&e323be6b8ea8#iefix") format("ie9-skip-eot"), url("/static/ffcriavs/fonts/icons/entypo.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/icons/entypo.ttf?e323be6b8ea8") format("truetype");
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url("/static/ffcriavs/fonts/slick.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/slick.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/slick.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/slick.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/slick.svg?e323be6b8ea8#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaysemibold';
  src: url("/static/ffcriavs/fonts/raleway-semibold-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-semibold-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-semibold-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-semibold-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-semibold-webfont.svg?e323be6b8ea8#ralewaysemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaylight';
  src: url("/static/ffcriavs/fonts/raleway-light-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-light-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-light-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-light-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-light-webfont.svg?e323be6b8ea8#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaybold';
  src: url("/static/ffcriavs/fonts/raleway-bold-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-bold-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-bold-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-bold-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-bold-webfont.svg?e323be6b8ea8#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaymedium';
  src: url("/static/ffcriavs/fonts/raleway-medium-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-medium-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-medium-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-medium-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-medium-webfont.svg?e323be6b8ea8#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayextrabold';
  src: url("/static/ffcriavs/fonts/raleway-extrabold-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-extrabold-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-extrabold-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-extrabold-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-extrabold-webfont.svg?e323be6b8ea8#ralewayextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayregular';
  src: url("/static/ffcriavs/fonts/raleway-regular-webfont.eot?e323be6b8ea8");
  src: url("/static/ffcriavs/fonts/raleway-regular-webfont.eot?&e323be6b8ea8#iefix") format("embedded-opentype"), url("/static/ffcriavs/fonts/raleway-regular-webfont.woff?e323be6b8ea8") format("woff"), url("/static/ffcriavs/fonts/raleway-regular-webfont.ttf?e323be6b8ea8") format("truetype"), url("/static/ffcriavs/fonts/raleway-regular-webfont.svg?e323be6b8ea8#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Typography */
/* Textes */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\000034}}
h1, h2, h3, h4, h5, h6 {
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  font-weight: 300;
  color: #444444;
  text-rendering: optimizeLegibility;
  padding-top: 0.273em;
  line-height: 1.15538em;
  padding-bottom: 0.273em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000312}}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #a3b019;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000316}}
h1 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000320}}
h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000324}}
h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000330}}
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000334}}
h1 {
  font-size: 42px;
  font-size: 2.625rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000336}}
h1.xlarge {
  font-size: 110px;
  font-size: 6.875rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000339}}
h1.xxlarge {
  font-size: 126px;
  font-size: 7.875rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000342}}
h1.absurd {
  font-size: 177px;
  font-size: 11.0625rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000346}}
h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000347}}
h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000348}}
h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000349}}
h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000350}}
h6 {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000354}}
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000355}}
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000359}}
.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px;
}

/*=====================================================

  Links & Paragraph styles

  ======================================================*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000371}}
p {
  font-weight: 400;
  margin-bottom: 13px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000376}}
p.lead {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000371}}
  p {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.625em;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000386}}
a {
  color: #a3b019;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\0000391}}
a:hover {
  color: #8e9a16;
}

/*=====================================================

  Lists

 ======================================================*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003102}}
ul, ol {
  display: inline-block;
  margin-bottom: 0.273em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003107}}
ul {
  list-style: disc outside;
  list-style-image: url("/static/ffcriavs/img/puce.png?e323be6b8ea8");
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003112}}
ol {
  list-style: decimal;
  margin-left: 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003118}}
ul.square, ul.circle, ul.disc {
  margin-left: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003121}}
ul.square {
  list-style: square outside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003124}}
ul.circle {
  list-style: circle outside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003127}}
ul.disc {
  list-style: disc outside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003130}}
ul ul {
  margin: 4px 0 5px 25px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003135}}
ol ol {
  margin: 4px 0 5px 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003139}}
li {
  padding-bottom: 0.273em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003143}}
ul.large li {
  line-height: 21px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003147}}
ul {
  list-style: none inside none;
  margin: 0 1.5em 1.5em 0;
  padding: 0 0 0 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003152}}
ul li {
  list-style: disc outside none;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003156}}
.page #content ul li {
  list-style-image: url(/static/ffcriavs/img/puce.jpg);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003158}}
ul ul {
  list-style: disc outside;
  margin: 0;
  padding: 0 0 0 3.333em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003165}}
dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003172}}
  ul, ol, dl, p {
    text-align: left;
  }
}
/* Mobile */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003178}}
em {
  font-style: italic;
  line-height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003183}}
strong {
  font-weight: 700;
  line-height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003188}}
small {
  font-size: 56.4%;
  line-height: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003193}}
h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #777;
}

/*  Blockquotes  */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003199}}
blockquote {
  line-height: 20px;
  color: #777;
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 5px solid #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003202}}
blockquote p {
  line-height: 20px;
  color: #777;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003209}}
blockquote cite {
  position: relative;
  display: block;
  padding-left: 60px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003216}}
blockquote cite:before {
  content: "";
  display: block;
  position: absolute;
  background: transparent url(/static/ffcriavs/img/quote_open.png?e323be6b8ea8) no-repeat 0 0;
  height: 50px;
  width: 50px;
  left: -10px;
  opacity: 0.25;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003226}}
blockquote cite a {
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003228}}
blockquote cite a:visited {
  color: #555555;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003235}}
hr {
  border: 1px solid #cccccc;
  clear: both;
  margin: 16px 0 18px;
  height: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003242}}
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #cccccc;
  cursor: help;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003250}}
abbr {
  text-transform: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003253}}
sup {
  font-size: 75%;
  vertical-align: super;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003254}}
sub {
  font-size: 75%;
  vertical-align: sub;
}

/**
   * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
@media print {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003264}}
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: sanbeiji.com/archives/953 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003272}}
  p a {
    color: #555555 !important;
    text-decoration: underline;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003275}}
  p a:visited {
    color: #555555 !important;
    text-decoration: underline;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003279}}
  p a[href]:after {
    content: " (" attr(href) ")";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003283}}
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003287}}
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003292}}
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003296}}
  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003300}}
  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003307}}
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_typography\.scss}line{font-family:\00003311}}
  h2, h3 {
    page-break-after: avoid;
  }
}
/* Styles pour les pages des Auditions publiques */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\000034}}
.audition #page {
  background: url("/static/ffcriavs/img/filigrane.png?e323be6b8ea8") no-repeat;
  background-attachment: fixed;
  background-position: -100px 200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\000039}}
.audition #mainnav.navbar ul.menu {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000312}}
.audition #header {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000314}}
.audition #header .nav, .audition #header .block-title {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000318}}
.audition h1:first-child {
  /*
          & + p {
              color: #389fa9;
              background-color: rgba(#389fa9, .2);
              padding: 10px 20px !important;
          }
  */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000319}}
.audition h1:first-child + table {
  background-color: rgba(56, 159, 169, 0.2);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000321}}
.audition h1:first-child + table p {
  padding: 10px 20px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000334}}
.audition table {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000338}}
.audition #content a {
  color: #389fa9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000340}}
.audition #content a:hover {
  border-bottom: .125em dotted currentColor;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000345}}
.audition form {
  color: #389fa9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000348}}
.audition form input,
.audition form textarea {
  color: #389fa9;
  border-color: #389fa9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000351}}
.audition form input:focus, .audition form input:active,
.audition form textarea:focus,
.audition form textarea:active {
  outline-color: #389fa9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000355}}
.audition form [type="submit"], .audition form .button, .audition form button {
  color: white;
  background-color: #215f65;
  border-color: #215f65;
  text-shadow: 1px 1px #0b1f21;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000360}}
.audition form [type="submit"]:hover, .audition form [type="submit"]:focus, .audition form [type="submit"]:active, .audition form .button:hover, .audition form .button:focus, .audition form .button:active, .audition form button:hover, .audition form button:focus, .audition form button:active {
  background-color: #389fa9;
  outline-color: #389fa9;
  border-color: #389fa9;
  text-shadow: 1px 1px #215f65;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000372}}
.audition #sidebar #events, .audition #sidebar #next_events,
.audition #sidebar .last_published_plugin, .audition #sidebar #last_documents,
.audition aside.events #events, .audition aside.events #next_events,
.audition aside.events .last_published_plugin, .audition aside.events #last_documents {
  background-color: #389fa9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000377}}
.audition #sidebar #affiche {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000379}}
.audition #sidebar #affiche img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000383}}
.audition #sidebar #bloc-info-auditions {
  background-color: #389fa9;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000388}}
.audition #sidebar #bloc-info-auditions h1 {
  position: relative;
  color: #fff;
  margin: 0 0 2rem;
  font-size: 1.625em;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\0000394}}
.audition #sidebar #bloc-info-auditions h1:before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 3px;
  background: #fff;
  left: 0;
  bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003104}}
.audition #sidebar #bloc-info-auditions h1 a {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003106}}
.audition #sidebar #bloc-info-auditions h2, .audition #sidebar #bloc-info-auditions h3, .audition #sidebar #bloc-info-auditions h4 {
  color: #389fa9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003106}}
.audition #sidebar #bloc-info-auditions h2 a, .audition #sidebar #bloc-info-auditions h3 a, .audition #sidebar #bloc-info-auditions h4 a {
  color: #389fa9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003107}}
.audition #sidebar #bloc-info-auditions a {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003110}}
.audition #sidebar #bloc-info-auditions .hours {
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003111}}
.audition #sidebar #bloc-info-auditions .place {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003112}}
.audition #sidebar #bloc-info-auditions a.line .title {
  display: inline;
  line-height: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003114}}
.audition #sidebar .documents-link {
  margin: .25rem auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003116}}
.audition #sidebar .documents-link a {
  display: inline-block;
  width: auto;
  padding: .25rem .5rem;
  text-align: center;
  font-weight: bold;
  border: 1px solid white;
  transition: all .4s ease-in-out;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_audition\.scss}line{font-family:\00003124}}
.audition #sidebar .documents-link a:hover {
  color: #389fa9 !important;
  border: 1px solid #389fa9;
  background-color: white;
}

/*TYPOGRAPHIES*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000315}}
img {
  margin: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000317}}
img.right {
  float: right;
  margin: 10px 0 10px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000318}}
img.left {
  float: left;
  margin: 10px 20px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000319}}
img.filer_image {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000327}}
.filer_image_info {
  display: none;
}

/*---------- DEBUT Sommaire ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000330}}
.toc {
  display: block;
  margin: 2em 0;
  padding: 0 20px 10px;
  width: 100%;
  background: #f9f9f9;
  border-top: 2px solid #8e9a16;
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000339}}
.toc h1, .toc h2, .toc h3, .toc h4, .toc h5, .toc h6 {
  margin: 0.5em 0;
  color: #8e9a16;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000343}}
.toc h2 {
  margin: 0.25em 0 0;
  font-variant: small-caps;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000345}}
.toc ul {
  list-style: decimal outside none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000347}}
.toc ul li {
  list-style: decimal outside none;
  color: #8e9a16;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000348}}
.toc ul li a {
  color: rgba(0, 0, 0, 0.6);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000348}}
.toc ul li a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/*---------- FIN Sommaire ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000353}}
b {
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000356}}
i {
  font-style: italic;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000360}}
.select2-container, .select2-drop, .select2-search, .select2-search input {
  width: 100%;
  font-family: "ralewaymedium", helvetica, arial, clean, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000362}}
.select2-container .select2-choice, .select2-container .select2-choices, .select2-container-multi .select2-choice, .select2-container-multi .select2-choices {
  background: #fff !important;
  border-color: #ccc !important;
  font-family: "ralewaymedium", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000366}}
.select2-container .select2-choice .select2-arrow, .select2-container .select2-choices .select2-arrow, .select2-container-multi .select2-choice .select2-arrow, .select2-container-multi .select2-choices .select2-arrow {
  background: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000367}}
.select2-container .select2-choice .select2-search-field .select2-input, .select2-container .select2-choices .select2-search-field .select2-input, .select2-container-multi .select2-choice .select2-search-field .select2-input, .select2-container-multi .select2-choices .select2-search-field .select2-input {
  color: #666;
  font-family: "ralewaymedium", helvetica, arial, clean, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000370}}
.select2-container .select2-choice {
  height: 31px;
  line-height: 31px;
  border-bottom: 1px solid #cccccc !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000375}}
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
  height: 30px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000376}}
.select2-container-multi .select2-choices {
  height: 30px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000378}}
.select2-container-multi .select2-choices li {
  height: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000379}}
.select2-container-multi .select2-choices .select2-search-choice {
  position: relative;
  background: #fff;
  font-size: 0.875em;
  height: 24px;
  line-height: 12px;
  padding: 5px 2px 5px 22px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000386}}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  position: absolute;
  top: 4px;
  width: 16px;
  height: 15px;
  background-color: #ffffff;
  background-position: -46px 0;
  border: 1px solid #fff !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color, 0.2s, ease-in-out, 0s;
  -moz-transition: border-color, 0.2s, ease-in-out, 0s;
  -o-transition: border-color, 0.2s, ease-in-out, 0s;
  transition: border-color, 0.2s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\0000396}}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:active {
  background-color: #fff;
  border: 1px solid #333 !important;
  background-position: -46px -11px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003104}}
.select2-container.select2-allowclear {
  width: 90%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003106}}
.select2-container.select2-allowclear .select2-choice {
  overflow: visible;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003107}}
.select2-container.select2-allowclear .select2-search-choice-close {
  background-color: #444444;
  background-position: -42px 4px;
  position: absolute;
  top: 2px;
  right: -12%;
  width: 22px;
  height: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003116}}
.select2-container.select2-allowclear .select2-search-choice-close:hover, .select2-container.select2-allowclear .select2-search-choice-close:active {
  background-color: #888;
  background-position: -42px -7px;
}

/*error*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003128}}
.error.required .select2-container .select2-choice .select2-search-field .select2-input,
.error.required .select2-container .select2-choices .select2-search-field .select2-input,
.error.required .select2-container-multi .select2-choice .select2-search-field .select2-input,
.error.required .select2-container-multi .select2-choices .select2-search-field .select2-input {
  color: #ca3838 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003131}}
.error.required .select2-container-multi .select2-choices .select2-search-choice {
  color: #ca3838 !important;
  border: 1px solid #ca3838 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003134}}
.error.required .select2-container-multi .select2-choices .select2-search-choice:focus {
  outline: 1px solid #ca3838 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003137}}
.error.required .select2-container .select2-choice, .error.required .select2-container .select2-choices, .error.required .select2-container-multi .select2-choice, .error.required .select2-container-multi .select2-choices {
  border-color: #ca3838 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003139}}
.error.required .select2-container .select2-choice .select2-search-field .select2-input, .error.required .select2-container .select2-choices .select2-search-field .select2-input, .error.required .select2-container-multi .select2-choice .select2-search-field .select2-input, .error.required .select2-container-multi .select2-choices .select2-search-field .select2-input {
  color: #ca3838 !important;
}

/*resultats filtre*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003145}}
#select2-drop.select2-drop-active {
  border-color: #ccc;
  border-top: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003149}}
#select2-drop .select2-search input, #select2-drop ul.select2-results li {
  font-family: "ralewaymedium", helvetica, arial, clean, sans-serif;
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003150}}
#select2-drop ul.select2-results {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/ckeditor\.scss}line{font-family:\00003151}}
#select2-drop ul.select2-results .select2-highlighted {
  background: #666;
  color: #ffffff;
}

/* --------------------------------------------------------
 * 1. Default Elements & Resets
 * ------------------------------------------------------*/
/*---------- Fin MIXINS ----------*/
/*---------- 1.3 DEBUT RESETS----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000313}}
html, body, div, span, object, iframe,
img, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video,
button, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000319}}
h1, h2, h3, h4, h5, h6, p {
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000323}}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
article:after, aside:after, details:after, figcaption:after, figure:after,
footer:after, header:after, hgroup:after, menu:after, nav:after, section:after {
  content: "";
  clear: both;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000327}}
section {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000327}}
  section {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

/* fonction telephone */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000334}}
html.is-mobile .phone > a {
  pointer-events: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000335}}
html .phone > a {
  pointer-events: none;
}

/* cacher la barre toolbar djangocms pour les membres ou gestionnaires*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000339}}
html.no-cms-toolbar {
  margin-top: 0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000341}}
html.no-cms-toolbar #cms-top {
  z-index: 1040 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000343}}
html.no-cms-toolbar #cms-top .cms-toolbar {
  background: none rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000351}}
html.no-cms-toolbar #cms-top .cms-toolbar-left, html.no-cms-toolbar #cms-top .cms_toolbar-right,
html.no-cms-toolbar #cms-top .cms-toolbar-trigger {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000353}}
html.no-cms-toolbar #page #header #membernav {
  z-index: 1041 !important;
}

/*admin django*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000357}}
body #cms_toolbar .cms_submenu .cms_submenu-scroll-hint {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000358}}
body #cms_toolbar .cms_modal .cms_btn.cancel_button {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000359}}
body #cms_toolbar .cms_structure .cms_structure-dimmer {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.55) !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000360}}
body #cms_toolbar .cms_sideframe .cms_sideframe-btn .cms_sideframe-hide {
  background-position: -101px -154px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000361}}
body #cms_toolbar .cms_sideframe .cms_sideframe-btn .cms_sideframe-hide.cms_sideframe-hidden {
  background-position: -60px -154px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000362}}
body #cms_toolbar .cms_sideframe .cms_sideframe-btn div:hover {
  background-color: #333333;
  border-color: #333333;
}

/*-------------------------------------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000366}}
body {
  line-height: 1.35em;
  color: #565656;
  font-size-adjust: 0.55;
  font-family: 'Arial', Helvetica, Clean, sans-serif;
}

@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000368}}
  .nomobile {
    display: none !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000369}}
.hide {
  display: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000370}}
.ctn {
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.ctn:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_semantic-grid\.scss}line{font-family:\0000321}}
.ctn > *:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000370}}
  .ctn {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/*popin*/
/*agenda*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000379}}
#ui-datepicker-div .ui-widget-header {
  background: #fff;
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000383}}
#ui-datepicker-div .ui-widget-header .ui-datepicker-title .ui-datepicker select.ui-datepicker-month, #ui-datepicker-div .ui-widget-header .ui-datepicker-title .ui-datepicker select.ui-datepicker-year {
  border: 1px solid #eeeeee;
  margin: 0 2% !important;
  width: 46% !important;
  position: relative;
  background: url("/static/ffcriavs/images/select.jpg") no-repeat scroll calc(100% - 35px) center white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\0000392}}
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: url("/static/ffcriavs/css/images/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50% #f8f9ea;
  border: 1px solid #a3b019;
  color: #363636;
}

/*messages*/
/*====== Zoom effect ======*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003101}}
.mfp-effect-popup .mfp-content {
  opacity: 0;
  -webkit-transition: all, 0.2s, ease-in-out, 0s;
  -moz-transition: all, 0.2s, ease-in-out, 0s;
  -o-transition: all, 0.2s, ease-in-out, 0s;
  transition: all, 0.2s, ease-in-out, 0s;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003106}}
.mfp-effect-popup.mfp-bg {
  opacity: 0;
  -webkit-transition: all, 0.3s, ease-out, 0s;
  -moz-transition: all, 0.3s, ease-out, 0s;
  -o-transition: all, 0.3s, ease-out, 0s;
  transition: all, 0.3s, ease-out, 0s;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003110}}
.mfp-effect-popup.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003114}}
.mfp-effect-popup.mfp-ready.mfp-bg {
  opacity: 0.8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003118}}
.mfp-effect-popup.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003122}}
.mfp-effect-popup.mfp-removing.mfp-bg {
  opacity: 0;
}

/*====== presentation css ======*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003126}}
.mfp-content {
  max-width: 33.33%;
  min-width: 33.33%;
  background-color: #fff;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  /*formulaire de connection*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003133}}
.mfp-content h1 {
  text-align: center;
  font-size: 2em;
  margin: 0 0 0.25em;
  word-break: break-all;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003139}}
.mfp-content #content > h1 {
  font-size: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003140}}
.mfp-content #content > h1:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003143}}
.mfp-content > p {
  margin: .5em 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003144}}
.mfp-content .submit {
  cursor: pointer;
  display: block;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 1em;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin: .5em 0;
  text-shadow: 1px 1px #000;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003158}}
.mfp-content .submit:hover, .mfp-content .submit:focus, .mfp-content .submit:active {
  background-color: #cddc1d;
  border-color: #cddc1d;
  text-shadow: 1px 1px #a3b019;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003161}}
.mfp-content .submit.secondary {
  padding: 5px;
  background-color: transparent;
  border: 2px solid;
  color: #999;
  font-size: .75em;
  text-shadow: 0 0 transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003168}}
.mfp-content .submit.secondary:hover, .mfp-content .submit.secondary:focus, .mfp-content .submit.secondary:active {
  color: #a3b019;
  border-color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003175}}
.mfp-content form {
  width: 100%;
  margin: 0.5em 0 0;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003180}}
.mfp-content form [for="id_remember"] {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003181}}
.mfp-content form button {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003182}}
.mfp-content form .mfp-close {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003185}}
.mfp-content > #js_messages_en_popin li {
  padding: 0;
  border: 0 none;
  color: #333;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003193}}
.mfp-content > #js_messages_en_popin .messages {
  background-color: transparent;
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003196}}
.mfp-content > #js_messages_en_popin .messages .succes p, .mfp-content > #js_messages_en_popin .messages .success p {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003197}}
.mfp-content > #js_messages_en_popin .messages .erreur p, .mfp-content > #js_messages_en_popin .messages .error p {
  color: #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003198}}
.mfp-content > #js_messages_en_popin .messages .info p {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003199}}
.mfp-content > #js_messages_en_popin .messages .aide p {
  color: #3085d6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003200}}
.mfp-content > #js_messages_en_popin .messages .succes, .mfp-content > #js_messages_en_popin .messages .success, .mfp-content > #js_messages_en_popin .messages .erreur, .mfp-content > #js_messages_en_popin .messages .error, .mfp-content > #js_messages_en_popin .messages .info, .mfp-content > #js_messages_en_popin .messages .aide {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003201}}
.mfp-content > #js_messages_en_popin .messages p {
  color: #333;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003205}}
#js_messages_en_popin {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003207}}
#js_messages_en_popin li {
  list-style: none outside none;
  margin: 1em 0;
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003215}}
#js_messages_en_popin .action_fermer {
  right: auto;
  top: auto;
  background-color: transparent;
  color: #fff;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003220}}
#js_messages_en_popin .action_fermer:hover, #js_messages_en_popin .action_fermer:focus {
  background-color: transparent;
  color: #000;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003225}}
#js_messages_en_popin .messages {
  margin: 0.5em 0 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003227}}
#js_messages_en_popin .messages .succes, #js_messages_en_popin .messages .success {
  background-color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003228}}
#js_messages_en_popin .messages .erreur, #js_messages_en_popin .messages .error {
  background-color: #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003229}}
#js_messages_en_popin .messages .info {
  background-color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003230}}
#js_messages_en_popin .messages .aide {
  background-color: #3085d6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003231}}
#js_messages_en_popin .messages p {
  margin: 0;
  color: #fff;
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003235}}
ul li.info, p.info {
  border: 1px solid #000;
  background: #333;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-family: "Arial", Helvetica, Clean, sans-serif;
  font-weight: 600;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003247}}
ul li.empty, p.empty {
  border: 1px solid #ccc;
  background: #eee;
  color: #666;
}

/* debut close*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003255}}
.action_fermer, .action_close {
  position: relative;
  display: block;
  float: right;
  right: -10px;
  top: -10px;
  width: 35px;
  height: 35px;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  background-color: #000;
  -moz-box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.action_fermer:after, .action_close:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003273}}
.action_fermer:hover, .action_fermer:focus, .action_close:hover, .action_close:focus {
  color: #fff;
  background-color: #007e77;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003278}}
.action_fermer.vert:hover, .action_fermer.vert:focus, .action_close.vert:hover, .action_close.vert:focus {
  color: #fff;
  background-color: #8e9a16;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}

/* fin close*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003286}}
.readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, #principal .ressources .feed_plugin > a, #principal .ressources .feed_plugin .seeother,
#last_articles > a,
#last_articles .seeother, .article > a, .article .seeother,
.detail_event #principal .ctn > #content > a,
.detail_event #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content > a,
.detail_article #principal .ctn > #content .seeother, #last_articles + p a, #sidebar #events > p a, #sidebar #next_events > p a, #sidebar .last_published_plugin > p a, #sidebar #last_documents > p a, aside.events #events > p a, aside.events #next_events > p a, aside.events .last_published_plugin > p a, aside.events #last_documents > p a, #sidebar .last_published_plugin .readmore, aside.events .last_published_plugin .readmore {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin-top: 0.5em;
  margin-bottom: 2em;
  border: 1px solid #666;
  text-align: center;
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.readmore:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:after, #principal .ressources .feed_plugin > a:after, #principal .ressources .feed_plugin .seeother:after,
#last_articles > a:after,
#last_articles .seeother:after, .article > a:after, .article .seeother:after,
.detail_event #principal .ctn > #content > a:after,
.detail_event #principal .ctn > #content .seeother:after,
.detail_article #principal .ctn > #content > a:after,
.detail_article #principal .ctn > #content .seeother:after, #last_articles + p a:after, #sidebar #events > p a:after, #sidebar #next_events > p a:after, #sidebar .last_published_plugin > p a:after, #sidebar #last_documents > p a:after, aside.events #events > p a:after, aside.events #next_events > p a:after, aside.events .last_published_plugin > p a:after, aside.events #last_documents > p a:after, #sidebar .last_published_plugin .readmore:after, aside.events .last_published_plugin .readmore:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003297}}
.readmore a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother a, #principal .ressources .feed_plugin > a a, #principal .ressources .feed_plugin .seeother a,
#last_articles > a a,
#last_articles .seeother a, .article > a a, .article .seeother a,
.detail_event #principal .ctn > #content > a a,
.detail_event #principal .ctn > #content .seeother a,
.detail_article #principal .ctn > #content > a a,
.detail_article #principal .ctn > #content .seeother a, #last_articles + p a a, #sidebar #events > p a a, #sidebar #next_events > p a a, #sidebar .last_published_plugin > p a a, #sidebar #last_documents > p a a, aside.events #events > p a a, aside.events #next_events > p a a, aside.events .last_published_plugin > p a a, aside.events #last_documents > p a a, #sidebar .last_published_plugin .readmore a, aside.events .last_published_plugin .readmore a {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003299}}
.readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover, #principal .ressources .feed_plugin > a:hover, #principal .ressources .feed_plugin .seeother:hover,
#last_articles > a:hover,
#last_articles .seeother:hover, .article > a:hover, .article .seeother:hover,
.detail_event #principal .ctn > #content > a:hover,
.detail_event #principal .ctn > #content .seeother:hover,
.detail_article #principal .ctn > #content > a:hover,
.detail_article #principal .ctn > #content .seeother:hover, #last_articles + p a:hover, #sidebar #events > p a:hover, #sidebar #next_events > p a:hover, #sidebar .last_published_plugin > p a:hover, #sidebar #last_documents > p a:hover, aside.events #events > p a:hover, aside.events #next_events > p a:hover, aside.events .last_published_plugin > p a:hover, aside.events #last_documents > p a:hover, #sidebar .last_published_plugin .readmore:hover, aside.events .last_published_plugin .readmore:hover, .readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus, #principal .ressources .feed_plugin > a:focus, #principal .ressources .feed_plugin .seeother:focus,
#last_articles > a:focus,
#last_articles .seeother:focus, .article > a:focus, .article .seeother:focus,
.detail_event #principal .ctn > #content > a:focus,
.detail_event #principal .ctn > #content .seeother:focus,
.detail_article #principal .ctn > #content > a:focus,
.detail_article #principal .ctn > #content .seeother:focus, #last_articles + p a:focus, #sidebar #events > p a:focus, #sidebar #next_events > p a:focus, #sidebar .last_published_plugin > p a:focus, #sidebar #last_documents > p a:focus, aside.events #events > p a:focus, aside.events #next_events > p a:focus, aside.events .last_published_plugin > p a:focus, aside.events #last_documents > p a:focus, #sidebar .last_published_plugin .readmore:focus, aside.events .last_published_plugin .readmore:focus {
  border-color: #666;
  background: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003302}}
.readmore:hover a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover a, #principal .ressources .feed_plugin > a:hover a, #principal .ressources .feed_plugin .seeother:hover a,
#last_articles > a:hover a,
#last_articles .seeother:hover a, .article > a:hover a, .article .seeother:hover a,
.detail_event #principal .ctn > #content > a:hover a,
.detail_event #principal .ctn > #content .seeother:hover a,
.detail_article #principal .ctn > #content > a:hover a,
.detail_article #principal .ctn > #content .seeother:hover a, #last_articles + p a:hover a, #sidebar #events > p a:hover a, #sidebar #next_events > p a:hover a, #sidebar .last_published_plugin > p a:hover a, #sidebar #last_documents > p a:hover a, aside.events #events > p a:hover a, aside.events #next_events > p a:hover a, aside.events .last_published_plugin > p a:hover a, aside.events #last_documents > p a:hover a, #sidebar .last_published_plugin .readmore:hover a, aside.events .last_published_plugin .readmore:hover a, .readmore:focus a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus a, #principal .ressources .feed_plugin > a:focus a, #principal .ressources .feed_plugin .seeother:focus a,
#last_articles > a:focus a,
#last_articles .seeother:focus a, .article > a:focus a, .article .seeother:focus a,
.detail_event #principal .ctn > #content > a:focus a,
.detail_event #principal .ctn > #content .seeother:focus a,
.detail_article #principal .ctn > #content > a:focus a,
.detail_article #principal .ctn > #content .seeother:focus a, #last_articles + p a:focus a, #sidebar #events > p a:focus a, #sidebar #next_events > p a:focus a, #sidebar .last_published_plugin > p a:focus a, #sidebar #last_documents > p a:focus a, aside.events #events > p a:focus a, aside.events #next_events > p a:focus a, aside.events .last_published_plugin > p a:focus a, aside.events #last_documents > p a:focus a, #sidebar .last_published_plugin .readmore:focus a, aside.events .last_published_plugin .readmore:focus a {
  color: #fff;
}

/* debut select*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003306}}
.select {
  border: 1px solid #00978f;
  display: inline-block;
  overflow: hidden;
  padding-right: 25px;
  position: relative;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003313}}
.select:after {
  background-color: #dddddd;
  content: "";
  display: block;
  height: 60%;
  position: absolute;
  right: 25px;
  top: 20%;
  width: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003323}}
.select select {
  background: url("/static/ffcriavs/images/select.jpg") no-repeat scroll calc(100% - 35px) center white;
  border: 0 none;
  height: 30px;
  padding: 5px 0;
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  color: #02b0a7;
  text-transform: capitalize;
  width: calc(100% + 53px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003332}}
.select select option {
  padding: 1em 0.5em;
  text-transform: capitalize;
}

/* fin select*/
/*---------- FIN RESETS----------*/
/* --------------------------------------------------------
 * 2. Global Structure
 * ------------------------------------------------------*/
/*---------- 2.1 DEBUT HEADER ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003343}}
#page.home_authenticated #header .accueil {
  color: #666;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003344}}
#page.home #header {
  background: white 50%;
  background: -moz-linear-gradient(top, white 50%, #f2f2f2);
  background: -webkit-linear-gradient(top, white 50%, #f2f2f2);
  background: -o-linear-gradient(top, white 50%, #f2f2f2);
  background: -ms-linear-gradient(top, white 50%, #f2f2f2);
  background: linear-gradient(top, #ffffff 50%, #f2f2f2);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003346}}
#page.home #header .nav {
  background-color: rgba(255, 255, 255, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003347}}
#page.home #header .accueil {
  color: #666;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003350}}
#header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*debut recherche*/
  /*recherche*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003352}}
#header > .ctn {
  position: relative;
  padding-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003353}}
#header .ctn {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003354}}
#header .wrapper, #header .nav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003359}}
#header .wrapper {
  background: white 50%;
  background: -moz-linear-gradient(top, white 50%, #f2f2f2);
  background: -webkit-linear-gradient(top, white 50%, #f2f2f2);
  background: -o-linear-gradient(top, white 50%, #f2f2f2);
  background: -ms-linear-gradient(top, white 50%, #f2f2f2);
  background: linear-gradient(top, #ffffff 50%, #f2f2f2);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003361}}
#header .wrapper .ctn {
  min-height: 156px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003363}}
#header .header_logo {
  position: relative;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003367}}
#header #logo {
  display: block;
  float: left;
  text-align: center;
  position: absolute;
  left: -12px;
  top: 3px;
  z-index: 3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003375}}
#header #logo img {
  max-width: 210px;
  max-height: 224px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003377}}
#header #baseline {
  position: relative;
  display: inline-block;
  margin: 42px 0 0 240px;
  float: left;
  color: #666;
  font-size: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003384}}
#header #baseline p {
  font-size: 1.125em;
  line-height: 1.125em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003385}}
#header #baseline span {
  font-size: 0.778em;
}
@media only screen and (max-width: 862px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003377}}
  #header #baseline {
    margin: 72px 0 0 210px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003390}}
#header #form_search {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 23.47561%;
  float: right;
  margin-top: 100px;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003390}}
  #header #form_search {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003390}}
  #header #form_search {
    height: 30px;
  }
}
@media only screen and (max-width: 862px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003390}}
  #header #form_search {
    display: block;
    visibility: visible;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    float: left;
    height: 40px;
    margin: 0 2% 10px;
    width: 96%;
    z-index: 3;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003406}}
  #header #form_search input, #header #form_search button, #header #form_search [type="submit"] {
    height: 40px;
  }
}
@media only screen and (max-width: 601px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003390}}
  #header #form_search {
    margin: 100px 2% 10px;
    width: 96%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003412}}
#header #form_search input {
  width: 80%;
  float: left;
  color: #707173;
  font-family: "ralewaymedium", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003418}}
#header #form_search button {
  width: 20%;
  float: right;
  text-indent: -9999px;
  background: #efefef url(/static/ffcriavs/img/search.png?e323be6b8ea8) no-repeat center;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003424}}
#header #form_search button:focus, #header #form_search button:hover, #header #form_search button:active {
  background-color: #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003426}}
#header #form_search input, #header #form_search button, #header #form_search [type="submit"] {
  padding: 2px;
  margin: 0;
  background-color: #efefef;
  border-color: #efefef;
  line-height: 1em;
  font-size: .75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003433}}
#header #form_search input:focus, #header #form_search button:focus, #header #form_search [type="submit"]:focus {
  outline: 0 none;
}
@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003426}}
  #header #form_search input, #header #form_search button, #header #form_search [type="submit"] {
    height: 30px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003439}}
#header .nav {
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003443}}
#header .nav:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(/static/ffcriavs/img/shadow.png?e323be6b8ea8);
  background-repeat: no-repeat;
  background-position: center -2px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 10px;
  z-index: 6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003459}}
#header .block-title {
  position: relative;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.75);
}

/*---------- FIN HEADER ----------*/
/*---------- 2.2 DEBUT NAVIGATION ----------*/
/*NAV.CSS*/
/*---------- FIN NAVIGATION ----------*/
/*---------- 2.3 DEBUT ACCUEIL & SLIDER----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003471}}
#home_titre {
  position: absolute;
  width: 60%;
  right: 20px;
  top: 10px;
  z-index: 2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003477}}
#home_titre h1 {
  color: #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003479}}
#home_titre h1:before {
  background: #ccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003482}}
.home .block-title {
  position: relative;
  z-index: 4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003484}}
.home .block-title h1 {
  position: relative;
  text-align: right;
  text-transform: uppercase;
  font-family: "ralewayregular", helvetica, arial, clean, sans-serif;
  font-size: 2em;
  margin: 20px 0 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003492}}
.home .block-title h1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: calc(100% - 500px);
  height: 2px;
  background: #666;
}

/* DEBUT CAROUSEL*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003503}}
.carousel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  margin: 16px 0 0 0;
  padding: 0;
  background: #fff;
  -moz-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003503}}
  .carousel {
    margin: 16px 0 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003512}}
.carousel .slick-slider {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003514}}
.carousel .slick-slide h1, .carousel .slick-slide div {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  float: right;
  margin-right: 0;
  padding: 0 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.carousel .slick-slide h1:after, .carousel .slick-slide div:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003514}}
  .carousel .slick-slide h1, .carousel .slick-slide div {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003520}}
.carousel .slick-slide h1 a, .carousel .slick-slide div a {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003522}}
.carousel .slick-slide h1 {
  color: #c6538c;
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  font-size: 1.625em;
  margin: 1em 0 .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003528}}
.carousel .slick-slide div {
  padding-bottom: 10px;
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003530}}
.carousel .slick-prev, .carousel .slick-next {
  height: 40px;
  width: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003533}}
.carousel .slick-prev:before, .carousel .slick-next:before {
  font-size: 30px;
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003535}}
.carousel .slick-prev {
  left: -20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003536}}
.carousel .slick-next {
  right: -20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003537}}
.carousel .controls {
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: table;
  margin: -1px 0 0;
  padding: 0;
  height: 70px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_semantic-grid\.scss}line{font-family:\0000321}}
.carousel .controls > *:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003537}}
  .carousel .controls {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003545}}
.carousel .controls:before, .carousel .controls:after {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003546}}
.carousel .controls a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  height: 100%;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
  width: 33.33%;
  /* 3 éléments par défault */
  background: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003557}}
.carousel .controls a.titems_1 {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003558}}
.carousel .controls a.titems_2 {
  width: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003559}}
.carousel .controls a.titems_3 {
  width: 33.33%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003560}}
.carousel .controls a.titems_4 {
  width: 25%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003561}}
.carousel .controls a.titems_5 {
  width: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003562}}
.carousel .controls a.titems_6 {
  width: 16.66%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003563}}
.carousel .controls a:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: -10px;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0  20px 10px 20px;
  visibility: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003574}}
.carousel .controls a.selected:before {
  visibility: visible;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003576}}
.carousel .controls a:hover, .carousel .controls a:active, .carousel .controls a.selected {
  background: #c0407f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003578}}
.carousel .controls a:hover:before, .carousel .controls a:active:before, .carousel .controls a.selected:before {
  border-color: transparent transparent #c0407f transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003580}}
.carousel .controls a .selected:before {
  background: #c0407f;
  border-color: transparent transparent #c6538c transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003582}}
.carousel .controls a:nth-child(3n+1) {
  background: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003584}}
.carousel .controls a:nth-child(3n+1):hover, .carousel .controls a:nth-child(3n+1):active {
  background: #8e9a16;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003586}}
.carousel .controls a:nth-child(3n+1):hover:before, .carousel .controls a:nth-child(3n+1):active:before {
  border-color: transparent transparent #8e9a16 transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003588}}
.carousel .controls a:nth-child(3n+1).selected {
  background: #8e9a16;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003589}}
.carousel .controls a:nth-child(3n+1).selected:before {
  border-color: transparent transparent #8e9a16 transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003591}}
.carousel .controls a:nth-child(3n+2) {
  background: #02b0a7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003593}}
.carousel .controls a:nth-child(3n+2):hover, .carousel .controls a:nth-child(3n+2):active {
  background: #02978f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003594}}
.carousel .controls a:nth-child(3n+2):hover:before, .carousel .controls a:nth-child(3n+2):active:before {
  border-color: transparent transparent #02978f transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003596}}
.carousel .controls a:nth-child(3n+2).selected {
  background: #02978f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003597}}
.carousel .controls a:nth-child(3n+2).selected:before {
  border-color: transparent transparent #02978f transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003599}}
.carousel .controls a:nth-child(3n+3) {
  background: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003601}}
.carousel .controls a:nth-child(3n+3):hover, .carousel .controls a:nth-child(3n+3):active {
  background: #c0407f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003602}}
.carousel .controls a:nth-child(3n+3):hover:before, .carousel .controls a:nth-child(3n+3):active:before {
  border-color: transparent transparent #c0407f transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003604}}
.carousel .controls a:nth-child(3n+3).selected {
  background: #c0407f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003605}}
.carousel .controls a:nth-child(3n+3).selected:before {
  border-color: transparent transparent #c0407f transparent;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003537}}
  .carousel .controls {
    display: none;
  }
}

/* DEBUT CAROUSEL*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003613}}
.home #principal {
  /*accueil deconnecter*/
  /*DEBUT SLIDER*/
  /*FIN SLIDER*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003614}}
.home #principal > .ctn {
  max-width: 100%;
  padding: 0;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home #principal > .ctn:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003620}}
.home #principal .ctn > section {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home #principal .ctn > section:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003620}}
  .home #principal .ctn > section {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003628}}
.home #principal #home_content_1 {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2, #eeeeee);
  background: -webkit-linear-gradient(top, #f2f2f2, #eeeeee);
  background: -o-linear-gradient(top, #f2f2f2, #eeeeee);
  background: -ms-linear-gradient(top, #f2f2f2, #eeeeee);
  background: linear-gradient(top, #f2f2f2, #eeeeee);
  /*diaporama*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003632}}
.home #principal #home_content_1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: url("/static/ffcriavs/img/abstrait.jpg?e323be6b8ea8") repeat scroll center 0/100% auto rgba(0, 0, 0, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003641}}
.home #principal #home_content_1 .ctn {
  min-height: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003644}}
.home #principal #home_content_1 .carousel .slick-slide img {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  width: 33.333%;
  float: left;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home #principal #home_content_1 .carousel .slick-slide img:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003644}}
  .home #principal #home_content_1 .carousel .slick-slide img {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003651}}
.home #principal #home_content_1 .carousel .slick-slide h1 {
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  font-size: 1.625em;
  margin: 3.5em 0 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003656}}
.home #principal #home_content_1 .carousel .slick-slide h1, .home #principal #home_content_1 .carousel .slick-slide div {
  float: right;
  margin-right: 2%;
  width: 62%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home #principal #home_content_1 .carousel .slick-slide h1:after, .home #principal #home_content_1 .carousel .slick-slide div:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003663}}
.home #principal #home_content_1 .carousel .slick-prev:before, .home #principal #home_content_1 .carousel .slick-next:before {
  color: #fff;
  font-size: 40px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003664}}
.home #principal #home_content_1 .carousel .slick-prev {
  left: -45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003665}}
.home #principal #home_content_1 .carousel .slick-next {
  right: -45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003668}}
.home #principal #home_content_2 {
  background: url(/static/ffcriavs/img/abstrait.jpg?e323be6b8ea8);
  background-repeat: repeat;
  background-position: center -70px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003678}}
.home #principal #home_content_2 .ctn {
  position: relative;
  padding: 30px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003682}}
.home #principal #home_content_2 .ctn:before, .home #principal #home_content_2 article:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003687}}
.home #principal #home_content_2 .ctn:before {
  top: 15px;
  left: -15px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003693}}
.home #principal #home_content_2 article:before {
  bottom: -15px;
  right: -15px;
  border-bottom: 4px solid #cddc1d;
  border-right: 4px solid #cddc1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003699}}
.home #principal #home_content_2 .ctn > article {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 65.98916%;
  margin-left: 0;
  padding: 40px 20px 30px;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home #principal #home_content_2 .ctn > article:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003699}}
  .home #principal #home_content_2 .ctn > article {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003706}}
.home #principal #home_content_2 .ctn > article h2, .home #principal #home_content_2 .ctn > article h3 {
  padding: 0 0 10px;
  margin-bottom: .5em;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003714}}
.home #principal #home_content_2 .ctn > article p {
  margin-bottom: 2em;
  line-height: 1.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003715}}
.home #principal #home_content_2 .ctn > article h2, .home #principal #home_content_2 .ctn > article p {
  display: inline-block;
  float: left;
  clear: left;
  width: 35%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003721}}
.home #principal #home_content_2 .ctn > article h3, .home #principal #home_content_2 .ctn > article ul {
  display: inline-block;
  float: none;
  clear: right;
  width: 60%;
  margin-left: 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003728}}
.home #principal #home_content_2 .ctn > article h2 {
  line-height: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003731}}
.home #principal #home_content_2 .ctn > article h3 {
  border-bottom: 1px solid;
  font-size: 18px;
  margin: 2.125em 0 1.15em 5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003736}}
.home #principal #home_content_2 .ctn > article ul {
  float: right;
  padding-left: 1.25em;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003740}}
.home #principal #home_content_2 .ctn > article ul li {
  list-style-position: outside;
  list-style-image: url(/static/ffcriavs/img/puce-verte.png?e323be6b8ea8);
  font-size: 0.938em;
  line-height: 1.25em;
  margin-bottom: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003749}}
.home #principal #home_content_2 .ctn > aside {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  padding: 40px 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home #principal #home_content_2 .ctn > aside:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003749}}
  .home #principal #home_content_2 .ctn > aside {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003757}}
.home #principal #home_content_3 .ctn {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003759}}
.home #principal #home_content_3 .ctn:before {
  content: "";
  display: block;
  position: absolute;
  width: 32.1%;
  top: 0;
  right: 0;
  height: 102%;
  background: #a3b019;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003759}}
  .home #principal #home_content_3 .ctn:before {
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003770}}
.home #principal #home_content_3 .ctn > article {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 65.98916%;
  margin-left: 0;
  margin-top: 1.25em;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home #principal #home_content_3 .ctn > article:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003770}}
  .home #principal #home_content_3 .ctn > article {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003777}}
.home #principal #home_content_3 .ctn > aside {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  position: relative;
  float: right;
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home #principal #home_content_3 .ctn > aside:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003777}}
  .home #principal #home_content_3 .ctn > aside {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003786}}
.home_authenticated #principal {
  /*accueil connecter*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003787}}
.home_authenticated #principal .ctn {
  min-height: 440px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003791}}
.home_authenticated #principal #home_authenticated_content_1,
.home_authenticated #principal #home_authenticated_content_3 {
  margin-top: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003793}}
.home_authenticated #principal #home_authenticated_content_1 h2, .home_authenticated #principal #home_authenticated_content_1 h1,
.home_authenticated #principal #home_authenticated_content_3 h2,
.home_authenticated #principal #home_authenticated_content_3 h1 {
  position: relative;
  font-size: 1.625em;
  margin: 1em 0 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003796}}
.home_authenticated #principal #home_authenticated_content_1 h2:before, .home_authenticated #principal #home_authenticated_content_1 h1:before,
.home_authenticated #principal #home_authenticated_content_3 h2:before,
.home_authenticated #principal #home_authenticated_content_3 h1:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 4px solid;
  border-top: 4px solid;
  height: 10px;
  width: 10px;
  left: -12px;
  top: -2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003807}}
.home_authenticated #principal #home_authenticated_content_3 {
  display: inline-block;
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  margin: 0;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home_authenticated #principal #home_authenticated_content_3:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003807}}
  .home_authenticated #principal #home_authenticated_content_3 {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003813}}
.home_authenticated #principal #home_authenticated_content_3 aside {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home_authenticated #principal #home_authenticated_content_3 aside:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003813}}
  .home_authenticated #principal #home_authenticated_content_3 aside {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003818}}
.home_authenticated #principal #home_authenticated_content_3 h2, .home_authenticated #principal #home_authenticated_content_3 h1, .home_authenticated #principal #home_authenticated_content_3 h2 a, .home_authenticated #principal #home_authenticated_content_3 h1 a {
  color: #707173;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003819}}
.home_authenticated #principal #home_authenticated_content_3 h2, .home_authenticated #principal #home_authenticated_content_3 h1 {
  margin: 0 0 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003820}}
.home_authenticated #principal #home_authenticated_content_3 .ctn {
  min-width: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003821}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div {
  margin-top: 16px;
  background-color: #f4f4f4;
  padding: 10px 20px 20px;
  -moz-box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003827}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div ul {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin: 0 0 .5em;
  padding: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003827}}
  .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003828}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div ul li {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 48.98374%;
  display: inline-block;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div ul li:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003828}}
  .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul li {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003833}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div ul li:nth-child(odd) {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003836}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div > a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  text-align: center;
  background: #fff;
  color: #707173;
  padding: 5px;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div > a:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul a:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003836}}
  .home_authenticated #principal #home_authenticated_content_3 .ctn > div > a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul a {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003841}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div > a:last-child, .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul a:last-child {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003849}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div > a:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div > a:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div > a:active, .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul a:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul a:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul a:active {
  background: #b1bc3d;
  color: #fff;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003836}}
  .home_authenticated #principal #home_authenticated_content_3 .ctn > div > a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div ul a {
    font-size: 10px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003852}}
.home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .ressources .feed_plugin > a, .home_authenticated #principal .ressources #home_authenticated_content_3 .ctn > div .feed_plugin > a,
.home_authenticated #principal #home_authenticated_content_3 .ctn > div #last_articles > a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article > a,
.home_authenticated .detail_event #principal #home_authenticated_content_3 .ctn > div .ctn > #content > a,
.detail_event .home_authenticated #principal #home_authenticated_content_3 .ctn > div .ctn > #content > a,
.home_authenticated .detail_article #principal #home_authenticated_content_3 .ctn > div .ctn > #content > a,
.detail_article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .ctn > #content > a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #last_articles + p a, #last_articles + p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #events > p a, #sidebar #events > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > p a, #sidebar #next_events > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #last_documents > p a, #sidebar #last_documents > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #events > p a, aside.events #events > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > p a, aside.events #next_events > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #last_documents > p a, aside.events #last_documents > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin: 0;
  padding: 5px;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  text-transform: uppercase;
  background: #707173;
  border: 0 none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003852}}
  .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .ressources .feed_plugin > a, .home_authenticated #principal .ressources #home_authenticated_content_3 .ctn > div .feed_plugin > a,
  .home_authenticated #principal #home_authenticated_content_3 .ctn > div #last_articles > a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article > a,
  .home_authenticated .detail_event #principal #home_authenticated_content_3 .ctn > div .ctn > #content > a,
  .detail_event .home_authenticated #principal #home_authenticated_content_3 .ctn > div .ctn > #content > a,
  .home_authenticated .detail_article #principal #home_authenticated_content_3 .ctn > div .ctn > #content > a,
  .detail_article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .ctn > #content > a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #last_articles + p a, #last_articles + p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #events > p a, #sidebar #events > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > p a, #sidebar #next_events > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #last_documents > p a, #sidebar #last_documents > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #events > p a, aside.events #events > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > p a, aside.events #next_events > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #last_documents > p a, aside.events #last_documents > p .home_authenticated #principal #home_authenticated_content_3 .ctn > div a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003864}}
.home_authenticated #principal #home_authenticated_content_3 #repertoire a {
  font-size: 16px;
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 48.98374%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003864}}
  .home_authenticated #principal #home_authenticated_content_3 #repertoire a {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003867}}
.home_authenticated #principal #home_authenticated_content_3 #repertoire a:nth-child(even) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003864}}
  .home_authenticated #principal #home_authenticated_content_3 #repertoire a {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 900px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003807}}
  .home_authenticated #principal #home_authenticated_content_3 {
    /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
    margin-left: 2.03252%;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* end */
    width: 100%;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003807}}
  .home_authenticated #principal #home_authenticated_content_3 {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003876}}
.home_authenticated #principal #home_authenticated_content_1 {
  display: inline-block;
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 65.98916%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home_authenticated #principal #home_authenticated_content_1:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003876}}
  .home_authenticated #principal #home_authenticated_content_1 {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003881}}
.home_authenticated #principal #home_authenticated_content_1 h1:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 4px solid;
  border-top: 4px solid;
  height: 10px;
  width: 10px;
  left: 10px;
  top: -10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003890}}
.home_authenticated #principal #home_authenticated_content_1 .carousel {
  height: 385px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003891}}
.home_authenticated #principal #home_authenticated_content_1 .slick-slider {
  height: 315px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003892}}
.home_authenticated #principal #home_authenticated_content_1 .carousel .controls a {
  font-size: 13px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003894}}
.home_authenticated #principal #home_authenticated_content_1 .carousel .controls a:before {
  left: 42%;
}
@media only screen and (max-width: 900px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003876}}
  .home_authenticated #principal #home_authenticated_content_1 {
    /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
    margin-left: 2.03252%;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* end */
    width: 100%;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003876}}
  .home_authenticated #principal #home_authenticated_content_1 {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003900}}
.home_authenticated #principal #home_authenticated_content_2 {
  display: table;
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home_authenticated #principal #home_authenticated_content_2:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003900}}
  .home_authenticated #principal #home_authenticated_content_2 {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003905}}
.home_authenticated #principal #home_authenticated_content_2 .ctn {
  display: table;
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003906}}
.home_authenticated #principal #home_authenticated_content_2 h4 {
  color: #444;
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003906}}
.home_authenticated #principal #home_authenticated_content_2 h4 a {
  color: #444;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003907}}
.home_authenticated #principal #home_authenticated_content_2 .list {
  width: 100%;
  margin: 0 0 .5em;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003908}}
.home_authenticated #principal #home_authenticated_content_2 li {
  width: 100%;
  display: inline-block;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.home_authenticated #principal #home_authenticated_content_2 li:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003914}}
.home_authenticated #principal #home_authenticated_content_2 h3, .home_authenticated #principal #home_authenticated_content_2 h1 {
  position: relative;
  margin-top: 0;
  font-size: 24px;
  min-height: 60px;
  text-transform: uppercase;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003921}}
.home_authenticated #principal #home_authenticated_content_2 h3:after, .home_authenticated #principal #home_authenticated_content_2 h1:after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 60px;
  height: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003929}}
.home_authenticated #principal #home_authenticated_content_2 .space {
  display: table-cell;
  width: 2.03252%;
  float: none;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003929}}
  .home_authenticated #principal #home_authenticated_content_2 .space {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003935}}
.home_authenticated #principal #home_authenticated_content_2 article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  margin-top: 0;
  padding: 10px 20px 20px;
  display: table-cell;
  float: none;
  height: 100%;
  min-height: 100%;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003935}}
  .home_authenticated #principal #home_authenticated_content_2 article {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003935}}
  .home_authenticated #principal #home_authenticated_content_2 article {
    display: inline-block;
    min-height: 0px;
    height: auto;
    margin: 1em 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003946}}
.home_authenticated #principal #home_authenticated_content_2 article:first-child {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003947}}
.home_authenticated #principal #home_authenticated_content_2 article .list, .home_authenticated #principal #home_authenticated_content_2 article .feed_plugin ul {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003950}}
.home_authenticated #principal #home_authenticated_content_2 article .list > li, .home_authenticated #principal #home_authenticated_content_2 article .feed_plugin ul > li {
  padding: 0.25em;
  border-bottom: 1px solid #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003954}}
.home_authenticated #principal #home_authenticated_content_2 article section {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-bottom: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003961}}
.home_authenticated #principal #home_authenticated_content_2 article section .readmore, .home_authenticated #principal #home_authenticated_content_2 article section #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #home_authenticated_content_2 article section .readmore, .home_authenticated #principal #home_authenticated_content_2 article section #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #home_authenticated_content_2 article section .seeother, .home_authenticated #principal #home_authenticated_content_2 article section .ressources .feed_plugin > a, .home_authenticated #principal .ressources #home_authenticated_content_2 article section .feed_plugin > a, .home_authenticated #principal #home_authenticated_content_2 article section .ressources .feed_plugin .seeother, .home_authenticated #principal .ressources .feed_plugin #home_authenticated_content_2 article section .seeother,
.home_authenticated #principal #home_authenticated_content_2 article section #last_articles > a,
.home_authenticated #principal #home_authenticated_content_2 article section #last_articles .seeother,
#last_articles .home_authenticated #principal #home_authenticated_content_2 article section .seeother, .home_authenticated #principal #home_authenticated_content_2 article section .article > a, .home_authenticated #principal #home_authenticated_content_2 article section .article .seeother, .article .home_authenticated #principal #home_authenticated_content_2 article section .seeother,
.home_authenticated .detail_event #principal #home_authenticated_content_2 article section .ctn > #content > a,
.detail_event .home_authenticated #principal #home_authenticated_content_2 article section .ctn > #content > a,
.home_authenticated .detail_event #principal #home_authenticated_content_2 article section .ctn > #content .seeother,
.detail_event .home_authenticated #principal #home_authenticated_content_2 article section .ctn > #content .seeother,
.home_authenticated .detail_event #principal .ctn > #content #home_authenticated_content_2 article section .seeother,
.detail_event .home_authenticated #principal .ctn > #content #home_authenticated_content_2 article section .seeother,
.home_authenticated .detail_article #principal #home_authenticated_content_2 article section .ctn > #content > a,
.detail_article .home_authenticated #principal #home_authenticated_content_2 article section .ctn > #content > a,
.home_authenticated .detail_article #principal #home_authenticated_content_2 article section .ctn > #content .seeother,
.detail_article .home_authenticated #principal #home_authenticated_content_2 article section .ctn > #content .seeother,
.home_authenticated .detail_article #principal .ctn > #content #home_authenticated_content_2 article section .seeother,
.detail_article .home_authenticated #principal .ctn > #content #home_authenticated_content_2 article section .seeother, .home_authenticated #principal #home_authenticated_content_2 article section #last_articles + p a, #last_articles + p .home_authenticated #principal #home_authenticated_content_2 article section a, .home_authenticated #principal #home_authenticated_content_2 article section #sidebar #events > p a, #sidebar #events > p .home_authenticated #principal #home_authenticated_content_2 article section a, .home_authenticated #principal #home_authenticated_content_2 article section #sidebar #next_events > p a, #sidebar #next_events > p .home_authenticated #principal #home_authenticated_content_2 article section a, .home_authenticated #principal #home_authenticated_content_2 article section #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_2 article section a, .home_authenticated #principal #home_authenticated_content_2 article section #sidebar #last_documents > p a, #sidebar #last_documents > p .home_authenticated #principal #home_authenticated_content_2 article section a, .home_authenticated #principal #home_authenticated_content_2 article section aside.events #events > p a, aside.events #events > p .home_authenticated #principal #home_authenticated_content_2 article section a, .home_authenticated #principal #home_authenticated_content_2 article section aside.events #next_events > p a, aside.events #next_events > p .home_authenticated #principal #home_authenticated_content_2 article section a, .home_authenticated #principal #home_authenticated_content_2 article section aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_2 article section a, .home_authenticated #principal #home_authenticated_content_2 article section aside.events #last_documents > p a, aside.events #last_documents > p .home_authenticated #principal #home_authenticated_content_2 article section a, .home_authenticated #principal #home_authenticated_content_2 article section .seeother {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 100%;
  margin: 10px 20px 0;
  padding: 5px;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  text-transform: uppercase;
  background: #707173;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003976}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda {
  border: 3px solid #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003978}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda h1 {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003979}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda h1:after {
  background: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003980}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda .readmore, .home_authenticated #principal #home_authenticated_content_2 .content_agenda #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #home_authenticated_content_2 .content_agenda .readmore, .home_authenticated #principal #home_authenticated_content_2 .content_agenda #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #home_authenticated_content_2 .content_agenda .seeother, .home_authenticated #principal #home_authenticated_content_2 .content_agenda .ressources .feed_plugin > a, .home_authenticated #principal .ressources #home_authenticated_content_2 .content_agenda .feed_plugin > a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda .ressources .feed_plugin .seeother, .home_authenticated #principal .ressources .feed_plugin #home_authenticated_content_2 .content_agenda .seeother,
.home_authenticated #principal #home_authenticated_content_2 .content_agenda #last_articles > a,
.home_authenticated #principal #home_authenticated_content_2 .content_agenda #last_articles .seeother,
#last_articles .home_authenticated #principal #home_authenticated_content_2 .content_agenda .seeother, .home_authenticated #principal #home_authenticated_content_2 .content_agenda .article > a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda .article .seeother, .article .home_authenticated #principal #home_authenticated_content_2 .content_agenda .seeother,
.home_authenticated .detail_event #principal #home_authenticated_content_2 .content_agenda .ctn > #content > a,
.detail_event .home_authenticated #principal #home_authenticated_content_2 .content_agenda .ctn > #content > a,
.home_authenticated .detail_event #principal #home_authenticated_content_2 .content_agenda .ctn > #content .seeother,
.detail_event .home_authenticated #principal #home_authenticated_content_2 .content_agenda .ctn > #content .seeother,
.home_authenticated .detail_event #principal .ctn > #content #home_authenticated_content_2 .content_agenda .seeother,
.detail_event .home_authenticated #principal .ctn > #content #home_authenticated_content_2 .content_agenda .seeother,
.home_authenticated .detail_article #principal #home_authenticated_content_2 .content_agenda .ctn > #content > a,
.detail_article .home_authenticated #principal #home_authenticated_content_2 .content_agenda .ctn > #content > a,
.home_authenticated .detail_article #principal #home_authenticated_content_2 .content_agenda .ctn > #content .seeother,
.detail_article .home_authenticated #principal #home_authenticated_content_2 .content_agenda .ctn > #content .seeother,
.home_authenticated .detail_article #principal .ctn > #content #home_authenticated_content_2 .content_agenda .seeother,
.detail_article .home_authenticated #principal .ctn > #content #home_authenticated_content_2 .content_agenda .seeother, .home_authenticated #principal #home_authenticated_content_2 .content_agenda #last_articles + p a, #last_articles + p .home_authenticated #principal #home_authenticated_content_2 .content_agenda a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda #sidebar #events > p a, #sidebar #events > p .home_authenticated #principal #home_authenticated_content_2 .content_agenda a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda #sidebar #next_events > p a, #sidebar #next_events > p .home_authenticated #principal #home_authenticated_content_2 .content_agenda a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_2 .content_agenda a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda #sidebar #last_documents > p a, #sidebar #last_documents > p .home_authenticated #principal #home_authenticated_content_2 .content_agenda a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda aside.events #events > p a, aside.events #events > p .home_authenticated #principal #home_authenticated_content_2 .content_agenda a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda aside.events #next_events > p a, aside.events #next_events > p .home_authenticated #principal #home_authenticated_content_2 .content_agenda a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_2 .content_agenda a, .home_authenticated #principal #home_authenticated_content_2 .content_agenda aside.events #last_documents > p a, aside.events #last_documents > p .home_authenticated #principal #home_authenticated_content_2 .content_agenda a {
  background: #a3b019;
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003981}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda .list a {
  font-size: 18px;
  color: #444;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003982}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda time {
  display: block;
  margin-bottom: 0.25em;
  padding: 0 0 0 40px;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  display: inline-block;
  float: right;
  cursor: default;
  width: auto;
  padding: 5px 5px 2px;
  padding-right: 30px;
  margin: 0 2px 5px 0;
  border: 1px solid #e5e5e5;
  color: #333;
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  font-size: 12px;
  background: url("/static/ffcriavs/img/date.png?e323be6b8ea8") no-repeat scroll right center rgba(0, 0, 0, 0);
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\00003998}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda time:hover {
  border-color: #ccc;
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031000}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda .title {
  display: inline-block;
  width: 100%;
  font-size: 1.125rem;
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031006}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
  width: 80px;
  height: 80px;
  -webkit-transition: opacity, 0.2s, ease-in-out, 0s;
  -moz-transition: opacity, 0.2s, ease-in-out, 0s;
  -o-transition: opacity, 0.2s, ease-in-out, 0s;
  transition: opacity, 0.2s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031013}}
.home_authenticated #principal #home_authenticated_content_2 .content_agenda img:hover, .home_authenticated #principal #home_authenticated_content_2 .content_agenda img:active {
  opacity: .85;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031016}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources {
  border: 3px solid #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031018}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources h3 {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031019}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources h3:after {
  background: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031020}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources .feed_plugin h3 {
  margin-top: .5em;
  text-transform: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031021}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources .seeother {
  text-align: center;
  background: #c6538c;
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031022}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources form {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031024}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources form input {
  width: 80%;
  float: left;
  color: #862d59;
  font-family: "ralewaymedium", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031029}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources form input:focus, .home_authenticated #principal #home_authenticated_content_2 .content_ressources form input:active {
  outline: 1px solid #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031033}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources form input[type="text"], .home_authenticated #principal #home_authenticated_content_2 .content_ressources form button[type="submit"] {
  height: 30px;
  background-color: #efefef;
  border-color: #efefef;
  display: inline-block;
  line-height: 1em;
  margin: 0;
  padding: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031042}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources form button {
  width: 20%;
  float: right;
  text-indent: -9999px;
  background: #efefef url(/static/ffcriavs/img/search.png?e323be6b8ea8) no-repeat center;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031048}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources form button:focus, .home_authenticated #principal #home_authenticated_content_2 .content_ressources form button:hover, .home_authenticated #principal #home_authenticated_content_2 .content_ressources form button:active {
  background-color: #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031051}}
.home_authenticated #principal #home_authenticated_content_2 .content_ressources img {
  float: left;
  margin: 0 15px 0 0;
  max-width: 95px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031057}}
.home_authenticated #principal #home_authenticated_content_2 .content_documents {
  border: 3px solid #02b0a7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031059}}
.home_authenticated #principal #home_authenticated_content_2 .content_documents h1, .home_authenticated #principal #home_authenticated_content_2 .content_documents h1 a {
  color: #02b0a7;
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031060}}
.home_authenticated #principal #home_authenticated_content_2 .content_documents h1:after {
  background: #02b0a7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031061}}
.home_authenticated #principal #home_authenticated_content_2 .content_documents .readmore, .home_authenticated #principal #home_authenticated_content_2 .content_documents #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #home_authenticated_content_2 .content_documents .readmore, .home_authenticated #principal #home_authenticated_content_2 .content_documents #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #home_authenticated_content_2 .content_documents .seeother, .home_authenticated #principal #home_authenticated_content_2 .content_documents .ressources .feed_plugin > a, .home_authenticated #principal .ressources #home_authenticated_content_2 .content_documents .feed_plugin > a, .home_authenticated #principal #home_authenticated_content_2 .content_documents .ressources .feed_plugin .seeother, .home_authenticated #principal .ressources .feed_plugin #home_authenticated_content_2 .content_documents .seeother,
.home_authenticated #principal #home_authenticated_content_2 .content_documents #last_articles > a,
.home_authenticated #principal #home_authenticated_content_2 .content_documents #last_articles .seeother,
#last_articles .home_authenticated #principal #home_authenticated_content_2 .content_documents .seeother, .home_authenticated #principal #home_authenticated_content_2 .content_documents .article > a, .home_authenticated #principal #home_authenticated_content_2 .content_documents .article .seeother, .article .home_authenticated #principal #home_authenticated_content_2 .content_documents .seeother,
.home_authenticated .detail_event #principal #home_authenticated_content_2 .content_documents .ctn > #content > a,
.detail_event .home_authenticated #principal #home_authenticated_content_2 .content_documents .ctn > #content > a,
.home_authenticated .detail_event #principal #home_authenticated_content_2 .content_documents .ctn > #content .seeother,
.detail_event .home_authenticated #principal #home_authenticated_content_2 .content_documents .ctn > #content .seeother,
.home_authenticated .detail_event #principal .ctn > #content #home_authenticated_content_2 .content_documents .seeother,
.detail_event .home_authenticated #principal .ctn > #content #home_authenticated_content_2 .content_documents .seeother,
.home_authenticated .detail_article #principal #home_authenticated_content_2 .content_documents .ctn > #content > a,
.detail_article .home_authenticated #principal #home_authenticated_content_2 .content_documents .ctn > #content > a,
.home_authenticated .detail_article #principal #home_authenticated_content_2 .content_documents .ctn > #content .seeother,
.detail_article .home_authenticated #principal #home_authenticated_content_2 .content_documents .ctn > #content .seeother,
.home_authenticated .detail_article #principal .ctn > #content #home_authenticated_content_2 .content_documents .seeother,
.detail_article .home_authenticated #principal .ctn > #content #home_authenticated_content_2 .content_documents .seeother, .home_authenticated #principal #home_authenticated_content_2 .content_documents #last_articles + p a, #last_articles + p .home_authenticated #principal #home_authenticated_content_2 .content_documents a, .home_authenticated #principal #home_authenticated_content_2 .content_documents #sidebar #events > p a, #sidebar #events > p .home_authenticated #principal #home_authenticated_content_2 .content_documents a, .home_authenticated #principal #home_authenticated_content_2 .content_documents #sidebar #next_events > p a, #sidebar #next_events > p .home_authenticated #principal #home_authenticated_content_2 .content_documents a, .home_authenticated #principal #home_authenticated_content_2 .content_documents #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_2 .content_documents a, .home_authenticated #principal #home_authenticated_content_2 .content_documents #sidebar #last_documents > p a, #sidebar #last_documents > p .home_authenticated #principal #home_authenticated_content_2 .content_documents a, .home_authenticated #principal #home_authenticated_content_2 .content_documents aside.events #events > p a, aside.events #events > p .home_authenticated #principal #home_authenticated_content_2 .content_documents a, .home_authenticated #principal #home_authenticated_content_2 .content_documents aside.events #next_events > p a, aside.events #next_events > p .home_authenticated #principal #home_authenticated_content_2 .content_documents a, .home_authenticated #principal #home_authenticated_content_2 .content_documents aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .home_authenticated #principal #home_authenticated_content_2 .content_documents a, .home_authenticated #principal #home_authenticated_content_2 .content_documents aside.events #last_documents > p a, aside.events #last_documents > p .home_authenticated #principal #home_authenticated_content_2 .content_documents a {
  background: #02b0a7;
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031062}}
.home_authenticated #principal #home_authenticated_content_2 .content_documents .list h2 {
  margin: 0;
  color: #444;
  font-size: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031062}}
.home_authenticated #principal #home_authenticated_content_2 .content_documents .list h2 a {
  color: #444;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031063}}
.home_authenticated #principal #home_authenticated_content_2 .content_documents .tags {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031064}}
.home_authenticated #principal #home_authenticated_content_2 .content_documents .published {
  float: right;
}

/*---------- FIN ACCUEIL & SLIDER----------*/
/*---------- 2.4 DEBUT COMMON----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031070}}
.toplink {
  font-size: 1rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031071}}
.toplink a {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 10px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  z-index: 1040;
  background: url(/static/ffcriavs/img/toplink.png?e323be6b8ea8) no-repeat center;
  opacity: .5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031085}}
.toplink a:hover, .toplink a:active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031071}}
  .toplink a {
    display: none;
  }
}

/* fil d'arianne *
#breadcrumb {
    @include column(12);
    margin: 0;
    overflow: hidden;
    position: relative;
    @include respond(all-phones) { display: none;}
    ul {
        position: relative;
        float: left;
        width: auto;
        margin: 10px 0 0;
        padding: 0 0 0 15px;
        li {
            display: inline-block;
            margin: 5px 0 0;
            text-transform: uppercase;
            font-family: $ff-titre-b;
            font-size: .75em;
            line-height: 1em;
        }
        a {color: $vert; &:hover, &:focus {color: $vertf;}}
        .separator {
            display: inline-block;
            margin: 0 5px;
            overflow: hidden;
            width: 2px;
            height: 8px;
            background-color: $vert;
            color: $vert;
        }
    }
}
/*pager*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031123}}
.pager {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  float: right;
  border-top: 1px solid #999;
  padding: 20px 0;
  margin: 1em 0 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.pager:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031123}}
  .pager {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031132}}
.pager span {
  display: inline;
  font-family: "Arial", Helvetica, Clean, sans-serif;
  font-weight: bold;
  color: #ccc;
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031139}}
.pager span a {
  display: inline-block;
  color: #333;
  margin: 5px;
  padding: 5px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031145}}
.pager span a:hover, .pager span a:active {
  background: #eee;
  word-break: break-all;
  word-wrap: break-word;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031153}}
.pager .current, .pager .ellipsis {
  display: inline-block;
  margin: 5px;
  padding: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031158}}
.pager .current {
  padding: 5px 10px;
  color: #fff;
  background: #333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031165}}
.pager span .prev {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031166}}
.pager span .next {
  float: right;
}

/*---------- FIN COMMON ----------*/
/*---------- 3. DEBUT  COMMON CLASS & COMPONENTS ----------*/
/* DEBUT COMMON classes*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031173}}
.layout-full #principal > .ctn {
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031175}}
#principal {
  border-bottom: 1px solid #e9e9e9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031177}}
#principal .ctn {
  min-height: 500px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031179}}
#principal .ctn #content {
  margin-left: 0;
  margin-top: 1em;
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031184}}
.ctn > h1 {
  margin-top: 40px;
  margin-bottom: .5em;
  font-family: "ralewayregular", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031189}}
.ctn > h1, .ctn > p {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031190}}
.ctn time, .ctn li .published {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  text-align: left;
  font-weight: 600;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031196}}
.ctn > form {
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031198}}
#content {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 65.98916%;
  margin-left: 0;
  position: relative;
  padding: 0;
  min-height: 500px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031198}}
  #content {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031204}}
#content header h1, #content > h1 {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 15px;
  margin: .25em .25em 0 0;
  font-family: "ralewayregular", helvetica, arial, clean, sans-serif;
  font-size: 2.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#content header h1:after, #content > h1:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031213}}
#content header h1:before, #content > h1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 50px;
  width: 50px;
  border-top: 4px solid #eee;
  border-left: 4px solid #eee;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031224}}
#principal {
  /*action administrateur*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031226}}
#principal .bloc-ctn {
  min-height: 50px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031229}}
#principal .cms_plugin {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031233}}
#principal .cms_plugin.pointed_for_modify {
  background-color: #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031235}}
#principal .modify_link {
  font-size: 16px;
  display: block;
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -5px;
  margin: 0;
  padding: 9px 20px;
  width: 20px;
  min-height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  font-weight: bold;
  color: #666;
  background-color: #fff;
  border: 1px solid #999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031253}}
#principal .modify_link:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
  background: url("/static/ffcriavs/img/actions_gris.png?e323be6b8ea8") no-repeat scroll 0px -300px/30px auto white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031263}}
#principal .modify_link:hover {
  padding: 9px 50px 9px 9px;
  text-indent: 0;
  width: auto;
  -moz-box-shadow: 1px 1px 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 0 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #5BAE31;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031269}}
#principal .modify_link:hover:before {
  background-image: url("/static/ffcriavs/img/actions.png?e323be6b8ea8");
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031272}}
#principal .carousel .slick-slide h1 .modify_link {
  min-height: 40px;
  height: 40px;
  top: -10px;
  right: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031278}}
#principal .actions {
  display: inline-block;
  width: 100%;
  border: 1px solid #999;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031284}}
#principal .actions:hover {
  -moz-box-shadow: 1px 1px 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 0 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031287}}
#principal .actions h2 {
  border-bottom: 1px solid #eeeeee;
  color: #333;
  font-size: 1.125em;
  font-weight: bold;
  margin: 0.5em 0 0;
  padding: 0 2% 0.5em;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031296}}
#principal .actions a {
  color: #666;
  font-weight: bold;
  display: inline-block;
  line-height: 1em;
  margin: 0.5em 0 0.5em 2%;
  padding: 8px 0 8px 40px;
  background: url("/static/ffcriavs/img/actions_gris.png?e323be6b8ea8") no-repeat scroll 2px 2px/30px auto white;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031305}}
#principal .actions a.change {
  background-position: 2px -342px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031308}}
#principal .actions a.published {
  background-position: 2px 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031311}}
#principal .actions a.draft {
  background-position: 2px -42px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031313}}
#principal .actions a.draft:hover, #principal .actions a.draft:active {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031315}}
#principal .actions a.archived {
  background-position: 2px -126px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031317}}
#principal .actions a.archived:hover, #principal .actions a.archived:active {
  color: #EB742F;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031319}}
#principal .actions a.delete {
  background-position: 2px -85px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031321}}
#principal .actions a.delete:hover, #principal .actions a.delete:active {
  color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031323}}
#principal .actions a:hover, #principal .actions a:active {
  background-image: url("/static/ffcriavs/img/actions.png?e323be6b8ea8");
  color: #5BAE31;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031330}}
ul {
  margin: .5em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031331}}
li {
  margin-bottom: .5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031332}}
.list {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.list:after {
  content: "";
  clear: both;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031339}}
.list > li {
  list-style: none;
  border-bottom: 1px solid #eee;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031342}}
li .published {
  display: inline-block;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031346}}
.summary {
  margin: 0.5em 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031348}}
.summary p {
  line-height: 1.35em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031350}}
.planner {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031352}}
.planner a  {
  padding: 5px 0;
  margin: 0 5px;
  margin-bottom: .5em;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031359}}
.tags > ul {
  margin: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031360}}
.tags li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031365}}
.tags a, .tags span {
  cursor: pointer;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 4px;
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  font-size: 0.875em;
  color: #666;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  background-color: #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031375}}
.tags a:hover, .tags a:active, .tags span:hover, .tags span:active {
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
  background-color: #666666;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031381}}
#sidebar .tags a, #sidebar .tags span {
  background-color: transparent;
  border: 1px solid #fff;
  text-shadow: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031382}}
.layout-full #content {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031382}}
  .layout-full #content {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031383}}
.layout-full #content > h1, .layout-full #content > header h1 {
  width: auto;
}

/* DEBUT COMMON classes*/
/* DEBUT article.ressources, DEBUT article.actualite*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031389}}
#principal .ressources h2, #last_articles h2, .article div:not(.file) h2 {
  color: #c6538c;
  text-transform: uppercase;
  padding-bottom: 0.75em;
  font-size: 1.625em;
  margin: .5em 0;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031396}}
#principal .ressources h2:before, #last_articles h2:before, .article div:not(.file) h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 5px;
  background: #c6538c;
  left: 0;
  bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031410}}
#principal .ressources .feed_plugin .avatar, #principal .ressources .feed_plugin img,
#last_articles .avatar,
#last_articles img, .article .avatar, .article img,
.detail_event #principal .ctn > #content .avatar,
.detail_event #principal .ctn > #content img,
.detail_article #principal .ctn > #content .avatar,
.detail_article #principal .ctn > #content img {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 25px;
  max-width: 170px;
  position: relative;
  border-left: 5px solid #c6538c;
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity, 0.2s, ease-in-out, 0s;
  -moz-transition: opacity, 0.2s, ease-in-out, 0s;
  -o-transition: opacity, 0.2s, ease-in-out, 0s;
  transition: opacity, 0.2s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#principal .ressources .feed_plugin .avatar:after, #principal .ressources .feed_plugin img:after,
#last_articles .avatar:after,
#last_articles img:after, .article .avatar:after, .article img:after,
.detail_event #principal .ctn > #content .avatar:after,
.detail_event #principal .ctn > #content img:after,
.detail_article #principal .ctn > #content .avatar:after,
.detail_article #principal .ctn > #content img:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031421}}
#principal .ressources .feed_plugin .avatar:hover, #principal .ressources .feed_plugin .avatar:active, #principal .ressources .feed_plugin img:hover, #principal .ressources .feed_plugin img:active,
#last_articles .avatar:hover,
#last_articles .avatar:active,
#last_articles img:hover,
#last_articles img:active, .article .avatar:hover, .article .avatar:active, .article img:hover, .article img:active,
.detail_event #principal .ctn > #content .avatar:hover,
.detail_event #principal .ctn > #content .avatar:active,
.detail_event #principal .ctn > #content img:hover,
.detail_event #principal .ctn > #content img:active,
.detail_article #principal .ctn > #content .avatar:hover,
.detail_article #principal .ctn > #content .avatar:active,
.detail_article #principal .ctn > #content img:hover,
.detail_article #principal .ctn > #content img:active {
  opacity: .85;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031423}}
#principal .ressources .feed_plugin h3,
#last_articles h3, .article h3,
.detail_event #principal .ctn > #content h3,
.detail_article #principal .ctn > #content h3 {
  color: #333;
  margin: 0;
  padding-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031427}}
#principal .ressources .feed_plugin h3 a,
#last_articles h3 a, .article h3 a,
.detail_event #principal .ctn > #content h3 a,
.detail_article #principal .ctn > #content h3 a {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031429}}
#principal .ressources .feed_plugin h4 a,
#last_articles h4 a, .article h4 a,
.detail_event #principal .ctn > #content h4 a,
.detail_article #principal .ctn > #content h4 a {
  color: #222;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031430}}
#principal .ressources .feed_plugin time,
#last_articles time, .article time,
.detail_event #principal .ctn > #content time,
.detail_article #principal .ctn > #content time {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  color: #333;
  font-weight: 600;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031436}}
#principal .ressources .feed_plugin > a, #principal .ressources .feed_plugin .seeother,
#last_articles > a,
#last_articles .seeother, .article > a, .article .seeother,
.detail_event #principal .ctn > #content > a,
.detail_event #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content > a,
.detail_article #principal .ctn > #content .seeother {
  margin-left: 36.04336%;
  display: inline-block;
  float: left;
  left: -6%;
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#principal .ressources .feed_plugin > a:after, #principal .ressources .feed_plugin .seeother:after,
#last_articles > a:after,
#last_articles .seeother:after, .article > a:after, .article .seeother:after,
.detail_event #principal .ctn > #content > a:after,
.detail_event #principal .ctn > #content .seeother:after,
.detail_article #principal .ctn > #content > a:after,
.detail_article #principal .ctn > #content .seeother:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_semantic-grid\.scss}line{font-family:\00003100}}
#principal .ressources .feed_plugin > a:first-child, #principal .ressources .feed_plugin .seeother:first-child,
#last_articles > a:first-child,
#last_articles .seeother:first-child, .article > a:first-child, .article .seeother:first-child,
.detail_event #principal .ctn > #content > a:first-child,
.detail_event #principal .ctn > #content .seeother:first-child,
.detail_article #principal .ctn > #content > a:first-child,
.detail_article #principal .ctn > #content .seeother:first-child {
  margin-left: 34.01084%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031436}}
  #principal .ressources .feed_plugin > a, #principal .ressources .feed_plugin .seeother,
  #last_articles > a,
  #last_articles .seeother, .article > a, .article .seeother,
  .detail_event #principal .ctn > #content > a,
  .detail_event #principal .ctn > #content .seeother,
  .detail_article #principal .ctn > #content > a,
  .detail_article #principal .ctn > #content .seeother {
    margin-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_semantic-grid\.scss}line{font-family:\00003105}}
  #principal .ressources .feed_plugin > a:first-child, #principal .ressources .feed_plugin .seeother:first-child,
  #last_articles > a:first-child,
  #last_articles .seeother:first-child, .article > a:first-child, .article .seeother:first-child,
  .detail_event #principal .ctn > #content > a:first-child,
  .detail_event #principal .ctn > #content .seeother:first-child,
  .detail_article #principal .ctn > #content > a:first-child,
  .detail_article #principal .ctn > #content .seeother:first-child {
    margin-left: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031444}}
#principal .ressources .feed_plugin > a a, #principal .ressources .feed_plugin .seeother a,
#last_articles > a a,
#last_articles .seeother a, .article > a a, .article .seeother a,
.detail_event #principal .ctn > #content > a a,
.detail_event #principal .ctn > #content .seeother a,
.detail_article #principal .ctn > #content > a a,
.detail_article #principal .ctn > #content .seeother a {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031445}}
#principal .ressources .feed_plugin > a:hover, #principal .ressources .feed_plugin .seeother:hover,
#last_articles > a:hover,
#last_articles .seeother:hover, .article > a:hover, .article .seeother:hover,
.detail_event #principal .ctn > #content > a:hover,
.detail_event #principal .ctn > #content .seeother:hover,
.detail_article #principal .ctn > #content > a:hover,
.detail_article #principal .ctn > #content .seeother:hover {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031447}}
#principal .ressources .feed_plugin > a:hover a, #principal .ressources .feed_plugin .seeother:hover a,
#last_articles > a:hover a,
#last_articles .seeother:hover a, .article > a:hover a, .article .seeother:hover a,
.detail_event #principal .ctn > #content > a:hover a,
.detail_event #principal .ctn > #content .seeother:hover a,
.detail_article #principal .ctn > #content > a:hover a,
.detail_article #principal .ctn > #content .seeother:hover a {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031450}}
#principal .ressources .feed_plugin > ul,
#last_articles > ul, .article > ul,
.detail_event #principal .ctn > #content > ul,
.detail_article #principal .ctn > #content > ul {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031452}}
#principal .ressources .feed_plugin > ul > li,
#last_articles > ul > li, .article > ul > li,
.detail_event #principal .ctn > #content > ul > li,
.detail_article #principal .ctn > #content > ul > li {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031453}}
#principal .ressources .feed_plugin > ul div,
#last_articles > ul div, .article > ul div,
.detail_event #principal .ctn > #content > ul div,
.detail_article #principal .ctn > #content > ul div {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  margin: 0.5em 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031466}}
.page_home #principal .ressources .feed_plugin > ul table, .page_home #principal .ressources .feed_plugin .cms_plugin > ul table {
  margin: 2em 0 0;
  position: relative;
  left: -43%;
  width: 143%;
  border: 0 none;
  border-bottom: 1px solid #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031473}}
.page_home #principal .ressources .feed_plugin > ul table td, .page_home #principal .ressources .feed_plugin .cms_plugin > ul table td {
  display: block;
  width: 100%;
  padding: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031474}}
.page_home #principal .ressources .feed_plugin > ul table td.bg-grey, .page_home #principal .ressources .feed_plugin .cms_plugin > ul table td.bg-grey {
  background-color: #fff;
  color: #333;
  padding: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031484}}
#principal .ressources {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 65.98916%;
  margin: 2em 0;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#principal .ressources:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031484}}
  #principal .ressources {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031489}}
#principal .ressources .feed_plugin {
  display: inline-block;
  width: 100%;
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#principal .ressources .feed_plugin:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031494}}
#principal .ressources .feed_plugin h3, #principal .ressources .feed_plugin > ul, #principal .ressources .feed_plugin .cms_plugin > ul {
  display: inline-block;
  width: 100%;
  /* 70%*/
  margin-left: 0;
  padding: 0;
  float: none;
  /* right */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#principal .ressources .feed_plugin h3:after, #principal .ressources .feed_plugin > ul:after, #principal .ressources .feed_plugin .cms_plugin > ul:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031501}}
#principal .ressources .feed_plugin h3 > li, #principal .ressources .feed_plugin > ul > li, #principal .ressources .feed_plugin .cms_plugin > ul > li {
  padding: 0;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031503}}
#principal .ressources .feed_plugin h3 {
  padding-bottom: .25em;
  border-bottom: 2px solid;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031504}}
#principal .ressources .feed_plugin h4 a:hover, #principal .ressources .feed_plugin h4 a:active {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031505}}
#principal .ressources .feed_plugin a.seeother {
  margin-left: 0;
  left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031511}}
.feed_plugin {
  display: inline-block;
  margin-top: 2em;
  width: 100%;
  border-top: 1px solid;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.feed_plugin:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031517}}
.feed_plugin ul {
  margin-left: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031520}}
.feed_plugin ul > li {
  padding: 0;
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031523}}
#last_articles {
  margin-top: 3em;
  border-top: 1px solid #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#last_articles:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031527}}
#last_articles .article {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#last_articles .article:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031527}}
  #last_articles .article {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031532}}
#last_articles .article h3 + div {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031533}}
#last_articles .article img {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031537}}
.article {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin: 0;
  color: #444;
  /*liste document*/
  /*liste document*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.article:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031537}}
  .article {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031542}}
.article img, .article li > div {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031543}}
.article > li {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  display: inline-block;
  border: 1px solid #eee;
  margin-bottom: 0;
  padding: 0.75em 10px 0.5em;
  background-color: #fcfcfc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.article > li:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031543}}
  .article > li {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031552}}
.article > li:hover {
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031553}}
.article > li img {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 14.9729%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031553}}
  .article > li img {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031553}}
  .article > li img {
    margin-bottom: 1em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031554}}
.article > li > div {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 82.99458%;
  float: right;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031554}}
  .article > li > div {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031556}}
.article > li:nth-child(2n) {
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031556}}
.article > li:nth-child(2n):hover {
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031558}}
.article li > div.item_document {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031559}}
.article li > div.item_document, .article li > div.file {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031562}}
.article .item_document h3, .article .item_document .infos-tags {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031563}}
.article .item_document h3 {
  color: #02b0a7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031563}}
.article .item_document h3 a {
  color: #02b0a7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031563}}
.article .item_document h3 a:hover, .article .item_document h3 a:focus, .article .item_document h3 a:active {
  color: #00978f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031564}}
.article .item_document .tags {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031564}}
.article .item_document .tags li {
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031565}}
.article .item_document li {
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031568}}
.article h3 {
  font-size: 1.25em;
  margin-bottom: 0;
  padding: 0;
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031570}}
.article h3 a {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031570}}
.article h3 a:hover, .article h3 a:active {
  color: #c0407f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031572}}
.article h3 + div {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031573}}
.article .readmore, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .readmore, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .seeother, .article #principal .ressources .feed_plugin > a, #principal .ressources .article .feed_plugin > a, .article #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin .article .seeother,
.article #last_articles > a,
.article #last_articles .seeother,
#last_articles .article .seeother, .article > a, .article .seeother,
.article .detail_event #principal .ctn > #content > a,
.detail_event #principal .article .ctn > #content > a,
.article .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content .article .seeother,
.article .detail_article #principal .ctn > #content > a,
.detail_article #principal .article .ctn > #content > a,
.article .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content .article .seeother, .article #last_articles + p a, #last_articles + p .article a, .article #sidebar #events > p a, #sidebar #events > p .article a, .article #sidebar #next_events > p a, #sidebar #next_events > p .article a, .article #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .article a, .article #sidebar #last_documents > p a, #sidebar #last_documents > p .article a, .article aside.events #events > p a, aside.events #events > p .article a, .article aside.events #next_events > p a, aside.events #next_events > p .article a, .article aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .article a, .article aside.events #last_documents > p a, aside.events #last_documents > p .article a, .article #sidebar .last_published_plugin .readmore, #sidebar .last_published_plugin .article .readmore, .article aside.events .last_published_plugin .readmore, aside.events .last_published_plugin .article .readmore {
  float: right;
  margin-bottom: 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031576}}
.article .readmore:hover, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .readmore:hover, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .seeother:hover, .article #principal .ressources .feed_plugin > a:hover, #principal .ressources .article .feed_plugin > a:hover, .article #principal .ressources .feed_plugin .seeother:hover, #principal .ressources .feed_plugin .article .seeother:hover,
.article #last_articles > a:hover,
.article #last_articles .seeother:hover,
#last_articles .article .seeother:hover, .article > a:hover, .article .seeother:hover,
.article .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal .article .ctn > #content > a:hover,
.article .detail_event #principal .ctn > #content .seeother:hover,
.detail_event #principal .ctn > #content .article .seeother:hover,
.article .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal .article .ctn > #content > a:hover,
.article .detail_article #principal .ctn > #content .seeother:hover,
.detail_article #principal .ctn > #content .article .seeother:hover, .article #last_articles + p a:hover, #last_articles + p .article a:hover, .article #sidebar #events > p a:hover, #sidebar #events > p .article a:hover, .article #sidebar #next_events > p a:hover, #sidebar #next_events > p .article a:hover, .article #sidebar .last_published_plugin > p a:hover, #sidebar .last_published_plugin > p .article a:hover, .article #sidebar #last_documents > p a:hover, #sidebar #last_documents > p .article a:hover, .article aside.events #events > p a:hover, aside.events #events > p .article a:hover, .article aside.events #next_events > p a:hover, aside.events #next_events > p .article a:hover, .article aside.events .last_published_plugin > p a:hover, aside.events .last_published_plugin > p .article a:hover, .article aside.events #last_documents > p a:hover, aside.events #last_documents > p .article a:hover, .article #sidebar .last_published_plugin .readmore:hover, #sidebar .last_published_plugin .article .readmore:hover, .article aside.events .last_published_plugin .readmore:hover, aside.events .last_published_plugin .article .readmore:hover, .article .readmore:focus, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .readmore:focus, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .seeother:focus, .article #principal .ressources .feed_plugin > a:focus, #principal .ressources .article .feed_plugin > a:focus, .article #principal .ressources .feed_plugin .seeother:focus, #principal .ressources .feed_plugin .article .seeother:focus,
.article #last_articles > a:focus,
.article #last_articles .seeother:focus,
#last_articles .article .seeother:focus, .article > a:focus, .article .seeother:focus,
.article .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal .article .ctn > #content > a:focus,
.article .detail_event #principal .ctn > #content .seeother:focus,
.detail_event #principal .ctn > #content .article .seeother:focus,
.article .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal .article .ctn > #content > a:focus,
.article .detail_article #principal .ctn > #content .seeother:focus,
.detail_article #principal .ctn > #content .article .seeother:focus, .article #last_articles + p a:focus, #last_articles + p .article a:focus, .article #sidebar #events > p a:focus, #sidebar #events > p .article a:focus, .article #sidebar #next_events > p a:focus, #sidebar #next_events > p .article a:focus, .article #sidebar .last_published_plugin > p a:focus, #sidebar .last_published_plugin > p .article a:focus, .article #sidebar #last_documents > p a:focus, #sidebar #last_documents > p .article a:focus, .article aside.events #events > p a:focus, aside.events #events > p .article a:focus, .article aside.events #next_events > p a:focus, aside.events #next_events > p .article a:focus, .article aside.events .last_published_plugin > p a:focus, aside.events .last_published_plugin > p .article a:focus, .article aside.events #last_documents > p a:focus, aside.events #last_documents > p .article a:focus, .article #sidebar .last_published_plugin .readmore:focus, #sidebar .last_published_plugin .article .readmore:focus, .article aside.events .last_published_plugin .readmore:focus, aside.events .last_published_plugin .article .readmore:focus {
  border-color: #c6538c;
  background: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031579}}
.article .readmore:hover a, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .readmore:hover a, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .seeother:hover a, .article #principal .ressources .feed_plugin > a:hover a, #principal .ressources .article .feed_plugin > a:hover a, .article #principal .ressources .feed_plugin .seeother:hover a, #principal .ressources .feed_plugin .article .seeother:hover a,
.article #last_articles > a:hover a,
.article #last_articles .seeother:hover a,
#last_articles .article .seeother:hover a, .article > a:hover a, .article .seeother:hover a,
.article .detail_event #principal .ctn > #content > a:hover a,
.detail_event #principal .article .ctn > #content > a:hover a,
.article .detail_event #principal .ctn > #content .seeother:hover a,
.detail_event #principal .ctn > #content .article .seeother:hover a,
.article .detail_article #principal .ctn > #content > a:hover a,
.detail_article #principal .article .ctn > #content > a:hover a,
.article .detail_article #principal .ctn > #content .seeother:hover a,
.detail_article #principal .ctn > #content .article .seeother:hover a, .article #last_articles + p a:hover a, #last_articles + p .article a:hover a, .article #sidebar #events > p a:hover a, #sidebar #events > p .article a:hover a, .article #sidebar #next_events > p a:hover a, #sidebar #next_events > p .article a:hover a, .article #sidebar .last_published_plugin > p a:hover a, #sidebar .last_published_plugin > p .article a:hover a, .article #sidebar #last_documents > p a:hover a, #sidebar #last_documents > p .article a:hover a, .article aside.events #events > p a:hover a, aside.events #events > p .article a:hover a, .article aside.events #next_events > p a:hover a, aside.events #next_events > p .article a:hover a, .article aside.events .last_published_plugin > p a:hover a, aside.events .last_published_plugin > p .article a:hover a, .article aside.events #last_documents > p a:hover a, aside.events #last_documents > p .article a:hover a, .article #sidebar .last_published_plugin .readmore:hover a, #sidebar .last_published_plugin .article .readmore:hover a, .article .readmore:focus a, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .readmore:focus a, .article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus a, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .article .seeother:focus a, .article #principal .ressources .feed_plugin > a:focus a, #principal .ressources .article .feed_plugin > a:focus a, .article #principal .ressources .feed_plugin .seeother:focus a, #principal .ressources .feed_plugin .article .seeother:focus a,
.article #last_articles > a:focus a,
.article #last_articles .seeother:focus a,
#last_articles .article .seeother:focus a, .article > a:focus a, .article .seeother:focus a,
.article .detail_event #principal .ctn > #content > a:focus a,
.detail_event #principal .article .ctn > #content > a:focus a,
.article .detail_event #principal .ctn > #content .seeother:focus a,
.detail_event #principal .ctn > #content .article .seeother:focus a,
.article .detail_article #principal .ctn > #content > a:focus a,
.detail_article #principal .article .ctn > #content > a:focus a,
.article .detail_article #principal .ctn > #content .seeother:focus a,
.detail_article #principal .ctn > #content .article .seeother:focus a, .article #last_articles + p a:focus a, #last_articles + p .article a:focus a, .article #sidebar #events > p a:focus a, #sidebar #events > p .article a:focus a, .article #sidebar #next_events > p a:focus a, #sidebar #next_events > p .article a:focus a, .article #sidebar .last_published_plugin > p a:focus a, #sidebar .last_published_plugin > p .article a:focus a, .article #sidebar #last_documents > p a:focus a, #sidebar #last_documents > p .article a:focus a, .article aside.events #events > p a:focus a, aside.events #events > p .article a:focus a, .article aside.events #next_events > p a:focus a, aside.events #next_events > p .article a:focus a, .article aside.events .last_published_plugin > p a:focus a, aside.events .last_published_plugin > p .article a:focus a, .article aside.events #last_documents > p a:focus a, aside.events #last_documents > p .article a:focus a, .article #sidebar .last_published_plugin .readmore:focus a, #sidebar .last_published_plugin .article .readmore:focus a {
  color: #c6538c;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031583}}
#last_articles + p {
  display: inline-block;
  float: right;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031587}}
#last_articles + p a {
  border-color: #666;
  background: #fff;
  color: #666;
  text-transform: uppercase;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  font-size: 1.125em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031595}}
#last_articles + p a:hover, #last_articles + p a:focus {
  border-color: #c6538c;
  background: #fff;
  color: #c6538c;
}

/*détail event et publication*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031606}}
.detail_event #content,
.detail_article #content,
.detail_document #content {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  color: #444;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.detail_event #content:after,
.detail_article #content:after,
.detail_document #content:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031606}}
  .detail_event #content,
  .detail_article #content,
  .detail_document #content {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031612}}
.detail_event #content .illustration img,
.detail_article #content .illustration img,
.detail_document #content .illustration img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031613}}
.detail_event #content .illustration, .detail_event #content header,
.detail_article #content .illustration,
.detail_article #content header,
.detail_document #content .illustration,
.detail_document #content header {
  display: inline-block;
  width: auto;
  float: left;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031619}}
.detail_event #content .illustration,
.detail_article #content .illustration,
.detail_document #content .illustration {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 23.47561%;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031619}}
  .detail_event #content .illustration,
  .detail_article #content .illustration,
  .detail_document #content .illustration {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031620}}
.detail_event #content .illustration + header,
.detail_article #content .illustration + header,
.detail_document #content .illustration + header {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 74.49187%;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031620}}
  .detail_event #content .illustration + header,
  .detail_article #content .illustration + header,
  .detail_document #content .illustration + header {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031621}}
.detail_event #content header,
.detail_article #content header,
.detail_document #content header {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031621}}
  .detail_event #content header,
  .detail_article #content header,
  .detail_document #content header {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031622}}
.detail_event #content h1,
.detail_article #content h1,
.detail_document #content h1 {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  display: inline-block;
  margin-left: 0;
  float: left;
  font-family: "ralewayregular", helvetica, arial, clean, sans-serif;
  font-size: 2.25em;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031622}}
  .detail_event #content h1,
  .detail_article #content h1,
  .detail_document #content h1 {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031630}}
.detail_event #content .infos-tags,
.detail_article #content .infos-tags,
.detail_document #content .infos-tags {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031632}}
.detail_event #content .infos-tags .tags,
.detail_article #content .infos-tags .tags,
.detail_document #content .infos-tags .tags {
  display: inline-block;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031635}}
.detail_event #content > div,
.detail_article #content > div,
.detail_document #content > div {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031635}}
  .detail_event #content > div,
  .detail_article #content > div,
  .detail_document #content > div {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031638}}
.detail_event #content > div.actions,
.detail_article #content > div.actions,
.detail_document #content > div.actions {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  margin: .5em 0;
  float: left;
}
@media only screen and (min-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031640}}
  .detail_event #content > div.actions h2,
  .detail_article #content > div.actions h2,
  .detail_document #content > div.actions h2 {
    border-right: 1px solid #eee;
    border-bottom: 0 none;
    padding: 0 2%;
    display: inline-block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031641}}
  .detail_event #content > div.actions a,
  .detail_article #content > div.actions a,
  .detail_document #content > div.actions a {
    width: auto;
    display: inline-block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031641}}
  .detail_event #content > div.actions a:last-child,
  .detail_article #content > div.actions a:last-child,
  .detail_document #content > div.actions a:last-child {
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031638}}
  .detail_event #content > div.actions,
  .detail_article #content > div.actions,
  .detail_document #content > div.actions {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031647}}
.detail_event #content > div.actions a:last-child,
.detail_article #content > div.actions a:last-child,
.detail_document #content > div.actions a:last-child {
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031649}}
.detail_event #content > div.bloc-ctn,
.detail_article #content > div.bloc-ctn,
.detail_document #content > div.bloc-ctn {
  border-top: 1px solid #eee;
  padding-top: 0.5em;
  margin-top: 0.25em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031654}}
.detail_event #principal .ctn > #content img {
  border: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031656}}
.detail_event h1 {
  color: #a3b019;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031657}}
.detail_article h1 {
  color: #c6538c;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031658}}
.detail_document h1 {
  color: #02b0a7;
}

/* FIN article.ressources, FIN article.actualite*/
/* picto ficher à télécharger*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031663}}
.file {
  display: inline-block;
  width: 100%;
  margin: .5em 0 0;
  padding-top: 0.75em;
  border-top: 1px dashed #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.file:after {
  content: "";
  clear: both;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031671}}
.file h2 {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-size: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031672}}
.file a {
  position: relative;
  display: inline-block;
  height: 26px;
  margin: 0.25em 0.5em 0.25em 0;
  padding: 0 10px 0 35px;
  color: #333;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031684}}
.file a span {
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031685}}
.file a .size {
  color: #999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031686}}
.file a .type, .file a img {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031687}}
.file a:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 30px;
  top: -8px;
  left: 5px;
  margin-right: 5px;
  background: transparent url(/static/ffcriavs/img/ico_files.png?e323be6b8ea8) no-repeat center 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031697}}
.file a.doc:before {
  background-position: center -36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031698}}
.file a.xls:before {
  background-position: center -67px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031699}}
.file a.txt:before {
  background-position: center -100px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031700}}
.file a.pdf:before {
  background-position: center -136px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031701}}
.file a.ppt:before {
  background-position: center -167px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031702}}
.file a.ods:before {
  background-position: center -200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031703}}
.file a.odp:before {
  background-position: center -236px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031704}}
.file a.odt:before {
  background-position: center -267px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031705}}
.file a.ogv:before {
  background-position: center -300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031706}}
.file a.mp4:before {
  background-position: center -336px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031707}}
.file a.mpeg:before {
  background-position: center -367px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031708}}
.file a.jpeg:before {
  background-position: center -400px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031709}}
.file a.jpg:before {
  background-position: center -436px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031710}}
.file a:hover, .file a:active {
  border-color: #ccc;
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031715}}
.committee #principal .ctn {
  min-height: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031716}}
.committee #content > h1 + ul {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.committee #content > h1 + ul:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031716}}
  .committee #content > h1 + ul {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031721}}
.committee #content > h1 + ul > li {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 48.98374%;
  position: relative;
  display: inline-block;
  padding: 0 20px 20px;
  list-style: none inside none;
  margin-bottom: 15px;
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.committee #content > h1 + ul > li:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031721}}
  .committee #content > h1 + ul > li {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031724}}
.committee #content > h1 + ul > li.js_reduire {
  max-height: 300px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031727}}
.committee #content > h1 + ul > li.js_reduire .lien {
  opacity: 1;
  background: rgba(255, 255, 255, 0) 50%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 80%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 80%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 80%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 80%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 50%, #ffffff 80%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031735}}
.committee #content > h1 + ul > li:nth-child(odd) {
  margin-left: 0;
  clear: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031736}}
.committee #content > h1 + ul > li:hover, .committee #content > h1 + ul > li:active {
  -moz-box-shadow: 0 0 3px 0 #cddc1d;
  -webkit-box-shadow: 0 0 3px 0 #cddc1d;
  -o-box-shadow: 0 0 3px 0 #cddc1d;
  -ms-box-shadow: 0 0 3px 0 #cddc1d;
  box-shadow: 0 0 0 3px #cddc1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031737}}
.committee #content > h1 + ul > li .lien {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031745}}
.committee #content > h1 + ul > li .lien span {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031752}}
.committee #content > h1 + ul > li h3 {
  padding-left: 10px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031755}}
.committee #content > h1 + ul > li h3:before {
  border-left: 3px solid #eee;
  border-top: 3px solid #eee;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031771}}
.criavsmap {
  position: relative;
  /*** FIN tooltip region criavs ***/
  /*---------- FIN COMPONENTS & COMMON CLASS ----------*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031773}}
.criavsmap .regions_tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031783}}
.criavsmap .regions_tooltip .region {
  display: none;
  position: relative;
  margin: 10% auto 0;
  padding: 0;
  width: 400px;
  border: 0 none;
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  background: #a3b019;
  -moz-border-radius: 0 20px 20px 20px;
  -webkit-border-radius: 0 20px 20px 20px;
  -o-border-radius: 0 20px 20px 20px;
  -ms-border-radius: 0 20px 20px 20px;
  border-radius: 0 20px 20px 20px;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031784}}
.criavsmap .regions_tooltip .region.active {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.criavsmap .regions_tooltip .region:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031798}}
.criavsmap .regions_tooltip .region .action_close {
  right: 0;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031799}}
.criavsmap .regions_tooltip .region > h2 {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 82.99458%;
  color: #fff;
  margin: 0.25em auto;
  width: 100%;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.criavsmap .regions_tooltip .region > h2:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031799}}
  .criavsmap .regions_tooltip .region > h2 {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031807}}
.criavsmap .regions_tooltip .region .criavs {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  color: #333;
  float: left;
  margin: 0;
  padding: 0 0 0;
  position: relative;
  width: 100%;
  background: #fff;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.criavsmap .regions_tooltip .region .criavs:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031807}}
  .criavsmap .regions_tooltip .region .criavs {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031818}}
.criavsmap .regions_tooltip .region .criavs .criav {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  background: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.criavsmap .regions_tooltip .region .criavs .criav:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031830}}
.criavsmap .regions_tooltip .region .criavs .criav:last-child {
  border-right: 0;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031832}}
.criavsmap .regions_tooltip .region .criavs .criav:hover, .criavsmap .regions_tooltip .region .criavs .criav:focus {
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031835}}
.criavsmap .regions_tooltip .region .criavs .criav > a h3 {
  color: #a3b019;
  margin: 1em 0 0.25em;
  padding: 0 0 10px;
  font-size: 1.125em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031841}}
.criavsmap .regions_tooltip .region .criavs .criav p {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031842}}
.criavsmap .regions_tooltip .region .criavs .criav .phone, .criavsmap .regions_tooltip .region .criavs .criav .website, .criavsmap .regions_tooltip .region .criavs .criav .email, .criavsmap .regions_tooltip .region .criavs .criav .fax {
  text-align: left;
  line-height: 1em;
  font-size: 0.875em;
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031847}}
.criavsmap .regions_tooltip .region .criavs .criav .phone a, .criavsmap .regions_tooltip .region .criavs .criav .website a, .criavsmap .regions_tooltip .region .criavs .criav .email a, .criavsmap .regions_tooltip .region .criavs .criav .fax a {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031849}}
.criavsmap .regions_tooltip .region .criavs .criav .fax {
  position: relative;
  display: block;
  padding: 10px 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.25);
  font-weight: 600;
  padding: 10px 20px;
  position: relative;
  color: #333;
  background: #fff;
  font-size: 1.094em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031860}}
.criavsmap .regions_tooltip .region .criavs .criav .fax:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 60px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(/static/ffcriavs/img/picto.png?e323be6b8ea8);
  background-repeat: no-repeat;
  background-position: right -245px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031872}}
.criavsmap .regions_tooltip .region .criavs .criav .website {
  font-size: 0.75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031873}}
.criavsmap .regions_tooltip .region .criavs .criav .address {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031873}}
.criavsmap .regions_tooltip .region .criavs .criav .address > br {
  display: block;
}

/*---------- 4. DEBUT CONTENTS ----------*/
/* 4.1 DEBUT Main Page Blocks */
/* picto */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031885}}
#description {
  font-family: "ralewaymedium", helvetica, arial, clean, sans-serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031886}}
#content > .region, #content > .person_in_charge {
  color: #a3b019;
  border-left: 5px solid #a3b019;
  line-height: 1.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031887}}
#content > .region {
  display: block;
  margin-bottom: 0.25em;
  padding: 0 0 0 40px;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  background: transparent url(/static/ffcriavs/img/situation.png?e323be6b8ea8) no-repeat 5px top;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031888}}
#content > .person_in_charge {
  display: block;
  margin-bottom: 0.25em;
  padding: 0 0 0 40px;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  background: transparent url(/static/ffcriavs/img/responsable.png?e323be6b8ea8) no-repeat 5px top;
  margin-bottom: 2em;
}

/*debut infos tags*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031891}}
#sidebar #next_events .infos-tags, #sidebar #last_documents .infos-tags {
  /*icones*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031892}}
#sidebar #next_events .infos-tags .published, #sidebar #next_events .infos-tags .place, #sidebar #next_events .infos-tags .planner, #sidebar #next_events .infos-tags .kinds_of_public, #sidebar #next_events .infos-tags .kinds_of_event, #sidebar #next_events .infos-tags .scale, #sidebar #next_events .infos-tags .link, #sidebar #next_events .infos-tags .author, #sidebar #last_documents .infos-tags .published, #sidebar #last_documents .infos-tags .place, #sidebar #last_documents .infos-tags .planner, #sidebar #last_documents .infos-tags .kinds_of_public, #sidebar #last_documents .infos-tags .kinds_of_event, #sidebar #last_documents .infos-tags .scale, #sidebar #last_documents .infos-tags .link, #sidebar #last_documents .infos-tags .author {
  color: #fff;
  font-size: 12px;
  margin: 0 0 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031896}}
#sidebar #next_events .infos-tags .published:hover, #sidebar #next_events .infos-tags .place:hover, #sidebar #next_events .infos-tags .planner:hover, #sidebar #next_events .infos-tags .kinds_of_public:hover, #sidebar #next_events .infos-tags .kinds_of_event:hover, #sidebar #next_events .infos-tags .scale:hover, #sidebar #next_events .infos-tags .link:hover, #sidebar #next_events .infos-tags .author:hover, #sidebar #last_documents .infos-tags .published:hover, #sidebar #last_documents .infos-tags .place:hover, #sidebar #last_documents .infos-tags .planner:hover, #sidebar #last_documents .infos-tags .kinds_of_public:hover, #sidebar #last_documents .infos-tags .kinds_of_event:hover, #sidebar #last_documents .infos-tags .scale:hover, #sidebar #last_documents .infos-tags .link:hover, #sidebar #last_documents .infos-tags .author:hover {
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031897}}
#sidebar #next_events .infos-tags .published li:after, #sidebar #next_events .infos-tags .place li:after, #sidebar #next_events .infos-tags .planner li:after, #sidebar #next_events .infos-tags .kinds_of_public li:after, #sidebar #next_events .infos-tags .kinds_of_event li:after, #sidebar #next_events .infos-tags .scale li:after, #sidebar #next_events .infos-tags .link li:after, #sidebar #next_events .infos-tags .author li:after, #sidebar #last_documents .infos-tags .published li:after, #sidebar #last_documents .infos-tags .place li:after, #sidebar #last_documents .infos-tags .planner li:after, #sidebar #last_documents .infos-tags .kinds_of_public li:after, #sidebar #last_documents .infos-tags .kinds_of_event li:after, #sidebar #last_documents .infos-tags .scale li:after, #sidebar #last_documents .infos-tags .link li:after, #sidebar #last_documents .infos-tags .author li:after {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031900}}
#sidebar #next_events .infos-tags .published, #sidebar #last_documents .infos-tags .published {
  background-image: url(/static/ffcriavs/img/date_b.png?e323be6b8ea8);
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031901}}
#sidebar #next_events .infos-tags .place, #sidebar #last_documents .infos-tags .place {
  background-image: url(/static/ffcriavs/img/situation_b.png?e323be6b8ea8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031902}}
#sidebar #next_events .infos-tags .planner, #sidebar #next_events .infos-tags .author, #sidebar #last_documents .infos-tags .planner, #sidebar #last_documents .infos-tags .author {
  background-image: url(/static/ffcriavs/img/responsable_b.png?e323be6b8ea8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031903}}
#sidebar #next_events .infos-tags .scale, #sidebar #last_documents .infos-tags .scale {
  background-image: url(/static/ffcriavs/img/local_b.png?e323be6b8ea8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031904}}
#sidebar #next_events .infos-tags .kinds_of_public, #sidebar #last_documents .infos-tags .kinds_of_public {
  background-image: url(/static/ffcriavs/img/public_b.png?e323be6b8ea8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031905}}
#sidebar #next_events .infos-tags .kinds_of_event, #sidebar #last_documents .infos-tags .kinds_of_event {
  background-image: url(/static/ffcriavs/img/event_b.png?e323be6b8ea8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031906}}
#sidebar #next_events .infos-tags .link, #sidebar #last_documents .infos-tags .link {
  background-image: url(/static/ffcriavs/img/link_b.png?e323be6b8ea8);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031908}}
.infos-tags {
  display: inline-block;
  /*general*/
  /*icones*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031911}}
.infos-tags .published, .infos-tags .place, .infos-tags .planner, .infos-tags .author, .infos-tags .kinds_of_public, .infos-tags .kinds_of_event, .infos-tags .scale, .infos-tags .link {
  display: block;
  margin-bottom: 0.25em;
  padding: 0 0 0 40px;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  display: inline-block;
  cursor: default;
  width: auto;
  padding: 2px 5px;
  padding-right: 30px;
  margin: 0 5px 5px 0;
  border: 1px solid #e5e5e5;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
  color: #333;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  font-size: 0.875em;
  text-transform: capitalize;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031921}}
.infos-tags .published:hover, .infos-tags .place:hover, .infos-tags .planner:hover, .infos-tags .author:hover, .infos-tags .kinds_of_public:hover, .infos-tags .kinds_of_event:hover, .infos-tags .scale:hover, .infos-tags .link:hover {
  border-color: #ccc;
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031926}}
.infos-tags .published a, .infos-tags .place a, .infos-tags .planner a, .infos-tags .author a, .infos-tags .kinds_of_public a, .infos-tags .kinds_of_event a, .infos-tags .scale a, .infos-tags .link a {
  color: #333;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031929}}
.infos-tags .published a:hover, .infos-tags .place a:hover, .infos-tags .planner a:hover, .infos-tags .author a:hover, .infos-tags .kinds_of_public a:hover, .infos-tags .kinds_of_event a:hover, .infos-tags .scale a:hover, .infos-tags .link a:hover {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031933}}
.infos-tags .published li, .infos-tags .place li, .infos-tags .planner li, .infos-tags .author li, .infos-tags .kinds_of_public li, .infos-tags .kinds_of_event li, .infos-tags .scale li, .infos-tags .link li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031938}}
.infos-tags .published li:last-child:after, .infos-tags .place li:last-child:after, .infos-tags .planner li:last-child:after, .infos-tags .author li:last-child:after, .infos-tags .kinds_of_public li:last-child:after, .infos-tags .kinds_of_event li:last-child:after, .infos-tags .scale li:last-child:after, .infos-tags .link li:last-child:after {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031939}}
.infos-tags .published li:after, .infos-tags .place li:after, .infos-tags .planner li:after, .infos-tags .author li:after, .infos-tags .kinds_of_public li:after, .infos-tags .kinds_of_event li:after, .infos-tags .scale li:after, .infos-tags .link li:after {
  content: ' /';
  color: #999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031943}}
.infos-tags .published {
  text-transform: none;
  background: transparent url(/static/ffcriavs/img/date.png?e323be6b8ea8) no-repeat right center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031944}}
.infos-tags .place {
  background: transparent url(/static/ffcriavs/img/situation.png?e323be6b8ea8) no-repeat right center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031945}}
.infos-tags .planner, .infos-tags .author {
  background: transparent url(/static/ffcriavs/img/responsable.png?e323be6b8ea8) no-repeat right center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031946}}
.infos-tags .scale {
  background: transparent url(/static/ffcriavs/img/local.png?e323be6b8ea8) no-repeat right center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031947}}
.infos-tags .kinds_of_public {
  background: transparent url(/static/ffcriavs/img/public.png?e323be6b8ea8) no-repeat right center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031948}}
.infos-tags .kinds_of_event {
  background: transparent url(/static/ffcriavs/img/event.png?e323be6b8ea8) no-repeat right center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031949}}
.infos-tags .link {
  background: transparent url(/static/ffcriavs/img/link.png?e323be6b8ea8) no-repeat right center;
}

/*fin infos tags*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031953}}
.content_status {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.content_status:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031953}}
  .content_status {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031962}}
.content_status > a {
  display: inline-block;
  font-weight: bold;
  padding: 0;
  margin-right: 20px;
  color: #666;
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031969}}
.content_status > a.selected {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031970}}
.content_status > a.selected .count:before {
  border-color: transparent #a3b019 transparent transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031973}}
.content_status > a .count {
  display: inline-block;
  margin-left: 10px;
  border: 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 5px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031980}}
.content_status > a .count:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #666 transparent transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000031990}}
.content_status > a .count:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032003}}
#content .intro {
  display: inline-block;
  width: 100%;
  margin: 1em 0 0;
}

/* DEBUT page carte CRIAVS */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032009}}
#criavs_list_map {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#criavs_list_map:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032009}}
  #criavs_list_map {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032013}}
#criavs_list_map h1 {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032017}}
#criavs_list_map h1:before {
  content: "";
  display: block;
  position: absolute;
  max-width: 100%;
  width: 600px;
  height: 507px;
  top: 0;
  left: 0;
  background: white url(/static/ffcriavs/img/carte_verte_600x507.png) no-repeat 0 0/100% auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032027}}
#criavs_list_map map {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 65.98916%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#criavs_list_map map:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032027}}
  #criavs_list_map map {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032034}}
.None #content > section#criavs_list_description {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  float: right;
  position: absolute;
  right: 0;
  top: 40px;
  background: #00978f;
  color: #fff;
  padding: 40px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.None #content > section#criavs_list_description:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032034}}
  .None #content > section#criavs_list_description {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032044}}
.None #content > section#criavs_list_description p {
  max-height: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032051}}
#criavs_list {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#criavs_list:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032051}}
  #criavs_list {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032055}}
#criavs_list h2 {
  color: #a3b019;
  text-transform: uppercase;
  padding-bottom: 0.75em;
  margin: .5em 0 1em;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032061}}
#criavs_list h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 5px;
  background: #a3b019;
  left: 0;
  bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032070}}
#criavs_list ul, #criavs_list li {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032071}}
#criavs_list > ul {
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
  margin-bottom: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#criavs_list > ul:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/functions\/_semantic-grid\.scss}line{font-family:\0000321}}
#criavs_list > ul > *:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032071}}
  #criavs_list > ul {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032076}}
#criavs_list > ul ul {
  margin-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032078}}
#criavs_list > ul ul li {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032080}}
#criavs_list > ul > li {
  list-style: none;
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  float: left;
  margin: 0 2.03% 1em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#criavs_list > ul > li:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032080}}
  #criavs_list > ul > li {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032086}}
#criavs_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032087}}
#criavs_list > ul > li:nth-child(3n+1) {
  clear: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032088}}
#criavs_list > ul > li h3 {
  padding: 10px;
  margin: 0;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032092}}
#criavs_list > ul > li h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 4px solid #00978f;
  border-left: 4px solid #00978f;
  left: 0;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032102}}
#criavs_list > ul > li a {
  color: #666;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032104}}
#criavs_list > ul > li a:hover, #criavs_list > ul > li a:focus {
  color: #02b0a7;
}

/* FIN page carte CRIAVS */
/* DEBUT page AGENDA */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032113}}
.layout-calendar #content {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032114}}
.layout-calendar #content > h1 {
  float: left;
  display: inline-block;
  width: auto;
  margin-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.layout-calendar #content > h1:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032115}}
.layout-calendar .filtre.agenda.month #date_from_to {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032118}}
.layout-calendar .link_month, .layout-calendar .link_list {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 14.9729%;
  display: inline-block;
  position: relative;
  float: right;
  width: auto;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  text-transform: capitalize;
  background: #a3b019;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.layout-calendar .link_month:after, .layout-calendar .link_list:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032118}}
  .layout-calendar .link_month, .layout-calendar .link_list {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032134}}
.layout-calendar .link_month:hover, .layout-calendar .link_month:focus, .layout-calendar .link_list:hover, .layout-calendar .link_list:focus {
  background: #cddc1d;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032139}}
.layout-calendar .link_month + .content_status, .layout-calendar .link_list + .content_status {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 74.49187%;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032139}}
  .layout-calendar .link_month + .content_status, .layout-calendar .link_list + .content_status {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032141}}
.layout-calendar #calendar {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  float: right;
  margin: 1em 0 40px;
  padding: 0;
  /*month agenda*/
  /*list agenda*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.layout-calendar #calendar:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032141}}
  .layout-calendar #calendar {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032148}}
.layout-calendar #calendar h2 {
  color: #000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032149}}
.layout-calendar #calendar button {
  background: #ffffff;
  border: 1px solid;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #000000;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032157}}
.layout-calendar #calendar .fc-view-container {
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032160}}
.layout-calendar #calendar table thead {
  background-color: #f9f9f9;
  color: #666666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032161}}
.layout-calendar #calendar .fc-day-number.fc-wed.fc-today.fc-state-highlight {
  background: #dddddd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032162}}
.layout-calendar #calendar .fc-day.fc-widget-content.fc-wed.fc-today.fc-state-highlight {
  background: #f2f2f2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032164}}
.layout-calendar #calendar .fc-unthemed th, .layout-calendar #calendar .fc-unthemed td, .layout-calendar #calendar .fc-unthemed hr,
.layout-calendar #calendar .fc-unthemed thead, .layout-calendar #calendar .fc-unthemed tbody, .layout-calendar #calendar .fc-unthemed .fc-row, .layout-calendar #calendar .fc-unthemed .fc-popover {
  border-color: #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032167}}
.layout-calendar #calendar .fc-event {
  background-color: #a3b019;
  border-color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032169}}
.layout-calendar #calendar > li {
  float: right;
  margin: 0;
  padding: 0;
  display: table;
  position: relative;
  width: 99.5%;
  border: 1px solid #eee;
  -moz-box-shadow: -3px 0 0 0 #a3b019;
  -webkit-box-shadow: -3px 0 0 0 #a3b019;
  -o-box-shadow: -3px 0 0 0 #a3b019;
  -ms-box-shadow: -3px 0 0 0 #a3b019;
  box-shadow: -3px 0 0 0 #a3b019;
  background-color: #fcfcfc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.layout-calendar #calendar > li:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032180}}
.layout-calendar #calendar > li:hover {
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032181}}
.layout-calendar #calendar > li:nth-child(even) {
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032181}}
.layout-calendar #calendar > li:nth-child(even):hover {
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.layout-calendar #calendar > li div:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032183}}
.layout-calendar #calendar > li time {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding: 10px 5px;
  color: #a3b019;
  font-size: 0.938em;
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  width: 80px;
  text-align: justify;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.layout-calendar #calendar > li time:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032195}}
.layout-calendar #calendar > li time .jour {
  display: block;
  margin: 10px 0;
  width: 100%;
  font-size: 3.25em;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032196}}
.layout-calendar #calendar > li time .mois {
  display: inline-block;
  font-weight: bold;
  font-size: 0.875em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032197}}
.layout-calendar #calendar > li time .an {
  display: inline-block;
  font-size: 0.875em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032199}}
.layout-calendar #calendar > li > ul {
  margin: 0;
  padding: 0 0 2%;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.layout-calendar #calendar > li > ul:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032204}}
.layout-calendar #calendar > li > ul > li {
  display: block;
  width: 100%;
  padding: 0.5em 2% 0;
  border-top: 1px solid #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032209}}
.layout-calendar #calendar > li > ul > li:first-child {
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032210}}
.layout-calendar #calendar > li > ul > li > div {
  display: inline-block;
  width: 82%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032215}}
.layout-calendar #calendar > li > ul img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
  width: 80px;
  height: 80px;
  -webkit-transition: opacity, 0.2s, ease-in-out, 0s;
  -moz-transition: opacity, 0.2s, ease-in-out, 0s;
  -o-transition: opacity, 0.2s, ease-in-out, 0s;
  transition: opacity, 0.2s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032222}}
.layout-calendar #calendar > li > ul img:hover, .layout-calendar #calendar > li > ul img:active {
  opacity: .85;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032224}}
.layout-calendar #calendar > li > ul h3 {
  padding: 0;
  margin: 0 0 .5em;
  font-size: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032229}}
.layout-calendar #calendar > li > ul .summary {
  float: left;
  width: 100%;
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032233}}
.layout-calendar #calendar > li > ul .summary p {
  display: inline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032235}}
.layout-calendar #calendar > li > ul .readmore, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .readmore, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .seeother, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin > a, #principal .ressources .layout-calendar #calendar > li > ul .feed_plugin > a, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin .layout-calendar #calendar > li > ul .seeother,
.layout-calendar #calendar > li > ul #last_articles > a,
.layout-calendar #calendar > li > ul #last_articles .seeother,
#last_articles .layout-calendar #calendar > li > ul .seeother, .layout-calendar #calendar > li > ul .article > a, .layout-calendar #calendar > li > ul .article .seeother, .article .layout-calendar #calendar > li > ul .seeother,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content > a,
.detail_event #principal .layout-calendar #calendar > li > ul .ctn > #content > a,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content > a,
.detail_article #principal .layout-calendar #calendar > li > ul .ctn > #content > a,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother, .layout-calendar #calendar > li > ul #last_articles + p a, #last_articles + p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul #sidebar #events > p a, #sidebar #events > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul #sidebar #next_events > p a, #sidebar #next_events > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul #sidebar #last_documents > p a, #sidebar #last_documents > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul aside.events #events > p a, aside.events #events > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul aside.events #next_events > p a, aside.events #next_events > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul aside.events #last_documents > p a, aside.events #last_documents > p .layout-calendar #calendar > li > ul a {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 14.9729%;
  margin-left: 0;
  display: inline-block;
  float: right;
  margin: 1em 0;
  padding: 5px 10px;
  border: 1px solid #666;
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.layout-calendar #calendar > li > ul .readmore:after, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .readmore:after, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .seeother:after, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin > a:after, #principal .ressources .layout-calendar #calendar > li > ul .feed_plugin > a:after, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin .seeother:after, #principal .ressources .feed_plugin .layout-calendar #calendar > li > ul .seeother:after,
.layout-calendar #calendar > li > ul #last_articles > a:after,
.layout-calendar #calendar > li > ul #last_articles .seeother:after,
#last_articles .layout-calendar #calendar > li > ul .seeother:after, .layout-calendar #calendar > li > ul .article > a:after, .layout-calendar #calendar > li > ul .article .seeother:after, .article .layout-calendar #calendar > li > ul .seeother:after,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content > a:after,
.detail_event #principal .layout-calendar #calendar > li > ul .ctn > #content > a:after,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content .seeother:after,
.detail_event #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother:after,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content > a:after,
.detail_article #principal .layout-calendar #calendar > li > ul .ctn > #content > a:after,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content .seeother:after,
.detail_article #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother:after, .layout-calendar #calendar > li > ul #last_articles + p a:after, #last_articles + p .layout-calendar #calendar > li > ul a:after, .layout-calendar #calendar > li > ul #sidebar #events > p a:after, #sidebar #events > p .layout-calendar #calendar > li > ul a:after, .layout-calendar #calendar > li > ul #sidebar #next_events > p a:after, #sidebar #next_events > p .layout-calendar #calendar > li > ul a:after, .layout-calendar #calendar > li > ul #sidebar .last_published_plugin > p a:after, #sidebar .last_published_plugin > p .layout-calendar #calendar > li > ul a:after, .layout-calendar #calendar > li > ul #sidebar #last_documents > p a:after, #sidebar #last_documents > p .layout-calendar #calendar > li > ul a:after, .layout-calendar #calendar > li > ul aside.events #events > p a:after, aside.events #events > p .layout-calendar #calendar > li > ul a:after, .layout-calendar #calendar > li > ul aside.events #next_events > p a:after, aside.events #next_events > p .layout-calendar #calendar > li > ul a:after, .layout-calendar #calendar > li > ul aside.events .last_published_plugin > p a:after, aside.events .last_published_plugin > p .layout-calendar #calendar > li > ul a:after, .layout-calendar #calendar > li > ul aside.events #last_documents > p a:after, aside.events #last_documents > p .layout-calendar #calendar > li > ul a:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032235}}
  .layout-calendar #calendar > li > ul .readmore, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .readmore, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .seeother, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin > a, #principal .ressources .layout-calendar #calendar > li > ul .feed_plugin > a, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin .layout-calendar #calendar > li > ul .seeother,
  .layout-calendar #calendar > li > ul #last_articles > a,
  .layout-calendar #calendar > li > ul #last_articles .seeother,
  #last_articles .layout-calendar #calendar > li > ul .seeother, .layout-calendar #calendar > li > ul .article > a, .layout-calendar #calendar > li > ul .article .seeother, .article .layout-calendar #calendar > li > ul .seeother,
  .layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content > a,
  .detail_event #principal .layout-calendar #calendar > li > ul .ctn > #content > a,
  .layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content .seeother,
  .detail_event #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother,
  .layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content > a,
  .detail_article #principal .layout-calendar #calendar > li > ul .ctn > #content > a,
  .layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content .seeother,
  .detail_article #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother, .layout-calendar #calendar > li > ul #last_articles + p a, #last_articles + p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul #sidebar #events > p a, #sidebar #events > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul #sidebar #next_events > p a, #sidebar #next_events > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul #sidebar #last_documents > p a, #sidebar #last_documents > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul aside.events #events > p a, aside.events #events > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul aside.events #next_events > p a, aside.events #next_events > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .layout-calendar #calendar > li > ul a, .layout-calendar #calendar > li > ul aside.events #last_documents > p a, aside.events #last_documents > p .layout-calendar #calendar > li > ul a {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032245}}
.layout-calendar #calendar > li > ul .readmore:hover, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .readmore:hover, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .seeother:hover, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin > a:hover, #principal .ressources .layout-calendar #calendar > li > ul .feed_plugin > a:hover, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin .seeother:hover, #principal .ressources .feed_plugin .layout-calendar #calendar > li > ul .seeother:hover,
.layout-calendar #calendar > li > ul #last_articles > a:hover,
.layout-calendar #calendar > li > ul #last_articles .seeother:hover,
#last_articles .layout-calendar #calendar > li > ul .seeother:hover, .layout-calendar #calendar > li > ul .article > a:hover, .layout-calendar #calendar > li > ul .article .seeother:hover, .article .layout-calendar #calendar > li > ul .seeother:hover,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal .layout-calendar #calendar > li > ul .ctn > #content > a:hover,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content .seeother:hover,
.detail_event #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother:hover,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal .layout-calendar #calendar > li > ul .ctn > #content > a:hover,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content .seeother:hover,
.detail_article #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother:hover, .layout-calendar #calendar > li > ul #last_articles + p a:hover, #last_articles + p .layout-calendar #calendar > li > ul a:hover, .layout-calendar #calendar > li > ul #sidebar #events > p a:hover, #sidebar #events > p .layout-calendar #calendar > li > ul a:hover, .layout-calendar #calendar > li > ul #sidebar #next_events > p a:hover, #sidebar #next_events > p .layout-calendar #calendar > li > ul a:hover, .layout-calendar #calendar > li > ul #sidebar .last_published_plugin > p a:hover, #sidebar .last_published_plugin > p .layout-calendar #calendar > li > ul a:hover, .layout-calendar #calendar > li > ul #sidebar #last_documents > p a:hover, #sidebar #last_documents > p .layout-calendar #calendar > li > ul a:hover, .layout-calendar #calendar > li > ul aside.events #events > p a:hover, aside.events #events > p .layout-calendar #calendar > li > ul a:hover, .layout-calendar #calendar > li > ul aside.events #next_events > p a:hover, aside.events #next_events > p .layout-calendar #calendar > li > ul a:hover, .layout-calendar #calendar > li > ul aside.events .last_published_plugin > p a:hover, aside.events .last_published_plugin > p .layout-calendar #calendar > li > ul a:hover, .layout-calendar #calendar > li > ul aside.events #last_documents > p a:hover, aside.events #last_documents > p .layout-calendar #calendar > li > ul a:hover, .layout-calendar #calendar > li > ul .readmore:focus, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .readmore:focus, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .seeother:focus, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin > a:focus, #principal .ressources .layout-calendar #calendar > li > ul .feed_plugin > a:focus, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin .seeother:focus, #principal .ressources .feed_plugin .layout-calendar #calendar > li > ul .seeother:focus,
.layout-calendar #calendar > li > ul #last_articles > a:focus,
.layout-calendar #calendar > li > ul #last_articles .seeother:focus,
#last_articles .layout-calendar #calendar > li > ul .seeother:focus, .layout-calendar #calendar > li > ul .article > a:focus, .layout-calendar #calendar > li > ul .article .seeother:focus, .article .layout-calendar #calendar > li > ul .seeother:focus,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal .layout-calendar #calendar > li > ul .ctn > #content > a:focus,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content .seeother:focus,
.detail_event #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother:focus,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal .layout-calendar #calendar > li > ul .ctn > #content > a:focus,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content .seeother:focus,
.detail_article #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother:focus, .layout-calendar #calendar > li > ul #last_articles + p a:focus, #last_articles + p .layout-calendar #calendar > li > ul a:focus, .layout-calendar #calendar > li > ul #sidebar #events > p a:focus, #sidebar #events > p .layout-calendar #calendar > li > ul a:focus, .layout-calendar #calendar > li > ul #sidebar #next_events > p a:focus, #sidebar #next_events > p .layout-calendar #calendar > li > ul a:focus, .layout-calendar #calendar > li > ul #sidebar .last_published_plugin > p a:focus, #sidebar .last_published_plugin > p .layout-calendar #calendar > li > ul a:focus, .layout-calendar #calendar > li > ul #sidebar #last_documents > p a:focus, #sidebar #last_documents > p .layout-calendar #calendar > li > ul a:focus, .layout-calendar #calendar > li > ul aside.events #events > p a:focus, aside.events #events > p .layout-calendar #calendar > li > ul a:focus, .layout-calendar #calendar > li > ul aside.events #next_events > p a:focus, aside.events #next_events > p .layout-calendar #calendar > li > ul a:focus, .layout-calendar #calendar > li > ul aside.events .last_published_plugin > p a:focus, aside.events .last_published_plugin > p .layout-calendar #calendar > li > ul a:focus, .layout-calendar #calendar > li > ul aside.events #last_documents > p a:focus, aside.events #last_documents > p .layout-calendar #calendar > li > ul a:focus, .layout-calendar #calendar > li > ul .readmore:active, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:active, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .readmore:active, .layout-calendar #calendar > li > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:active, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .layout-calendar #calendar > li > ul .seeother:active, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin > a:active, #principal .ressources .layout-calendar #calendar > li > ul .feed_plugin > a:active, .layout-calendar #calendar > li > ul #principal .ressources .feed_plugin .seeother:active, #principal .ressources .feed_plugin .layout-calendar #calendar > li > ul .seeother:active,
.layout-calendar #calendar > li > ul #last_articles > a:active,
.layout-calendar #calendar > li > ul #last_articles .seeother:active,
#last_articles .layout-calendar #calendar > li > ul .seeother:active, .layout-calendar #calendar > li > ul .article > a:active, .layout-calendar #calendar > li > ul .article .seeother:active, .article .layout-calendar #calendar > li > ul .seeother:active,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content > a:active,
.detail_event #principal .layout-calendar #calendar > li > ul .ctn > #content > a:active,
.layout-calendar #calendar > li > ul .detail_event #principal .ctn > #content .seeother:active,
.detail_event #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother:active,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content > a:active,
.detail_article #principal .layout-calendar #calendar > li > ul .ctn > #content > a:active,
.layout-calendar #calendar > li > ul .detail_article #principal .ctn > #content .seeother:active,
.detail_article #principal .ctn > #content .layout-calendar #calendar > li > ul .seeother:active, .layout-calendar #calendar > li > ul #last_articles + p a:active, #last_articles + p .layout-calendar #calendar > li > ul a:active, .layout-calendar #calendar > li > ul #sidebar #events > p a:active, #sidebar #events > p .layout-calendar #calendar > li > ul a:active, .layout-calendar #calendar > li > ul #sidebar #next_events > p a:active, #sidebar #next_events > p .layout-calendar #calendar > li > ul a:active, .layout-calendar #calendar > li > ul #sidebar .last_published_plugin > p a:active, #sidebar .last_published_plugin > p .layout-calendar #calendar > li > ul a:active, .layout-calendar #calendar > li > ul #sidebar #last_documents > p a:active, #sidebar #last_documents > p .layout-calendar #calendar > li > ul a:active, .layout-calendar #calendar > li > ul aside.events #events > p a:active, aside.events #events > p .layout-calendar #calendar > li > ul a:active, .layout-calendar #calendar > li > ul aside.events #next_events > p a:active, aside.events #next_events > p .layout-calendar #calendar > li > ul a:active, .layout-calendar #calendar > li > ul aside.events .last_published_plugin > p a:active, aside.events .last_published_plugin > p .layout-calendar #calendar > li > ul a:active, .layout-calendar #calendar > li > ul aside.events #last_documents > p a:active, aside.events #last_documents > p .layout-calendar #calendar > li > ul a:active {
  border: 1px solid #a3b019;
  background-color: #a3b019;
  color: #fff;
}

/* FIN page AGENDA */
/* DEBUT page liste Actualité */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032257}}
.add_link {
  cursor: pointer;
  display: inline-block;
  position: relative;
  float: right;
  color: #666;
  font-weight: bold;
  display: inline-block;
  line-height: 1em;
  margin: 2em 0 0.5em 2%;
  padding: 8px 15px 8px 40px;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.add_link:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032270}}
.add_link:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  background: url("/static/ffcriavs/img/actions_gris.png?e323be6b8ea8") no-repeat scroll 2px -342px/30px auto white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032276}}
.add_link:hover, .add_link:active {
  color: #5BAE31;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032278}}
.add_link:hover:before, .add_link:active:before {
  background-image: url(/static/ffcriavs/img/actions.png?e323be6b8ea8);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032281}}
.rss {
  display: inline-block;
  margin: 2.025em 0 0.5em 0.75em;
  padding: 5px 5px 5px 30px;
  position: relative;
  z-index: 4;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  color: #E17842;
  background: transparent url(/static/ffcriavs/img/rss.png?e323be6b8ea8) no-repeat left center;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032291}}
.rss:hover, .rss:active {
  color: #E17842;
  opacity: .85;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032293}}
.filtre {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.filtre:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032300}}
.filtre form {
  width: 100%;
  position: relative;
  padding: .5em 0;
  margin-bottom: 20px;
  color: #000000;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032309}}
.filtre form label, .filtre form input, .filtre form select {
  font-size: 1em;
  margin: 0;
  text-transform: capitalize;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032310}}
.filtre form input[type="text"], .filtre form textarea, .filtre form .select, .filtre form select {
  color: #333333;
  border-color: #ccc;
  width: 100%;
  font-family: "ralewaymedium", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032313}}
.filtre form input[type="text"]:focus, .filtre form textarea:focus, .filtre form .select:focus, .filtre form select:focus {
  outline-color: #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032317}}
.filtre form form > div > input {
  height: 31px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032318}}
.filtre form .choice_fields, .filtre form > div > div, .filtre form > div > input {
  font-size: 0.875em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032319}}
.filtre form input.datePicker.hasDatepicker {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0;
  width: 48%;
  font-size: 15px;
  height: 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032327}}
.filtre form input.datePicker.hasDatepicker#id_end_date {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032329}}
.filtre form input[type="radio"] {
  margin-right: 5px;
  top: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032329}}
.filtre form input[type="radio"]:focus {
  outline: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032330}}
.filtre form button, .filtre form [type="submit"], .filtre form input[type="radio"] {
  cursor: pointer;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032331}}
.filtre form button, .filtre form [type="submit"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  height: 31px;
  line-height: 9px;
  margin: 0 10px;
  width: 23%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032331}}
  .filtre form button, .filtre form [type="submit"] {
    margin: 0 1.5%;
    width: 97%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032341}}
.filtre.agenda form {
  display: inline-block;
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.filtre.agenda form:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032343}}
.filtre.agenda form > div {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0.5em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.filtre.agenda form > div:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032344}}
.filtre.agenda form .planner {
  padding-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032345}}
.filtre.agenda form .titre {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.filtre.agenda form .titre:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032352}}
.filtre.agenda form .titre span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 0 5px 0 25px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.filtre.agenda form .titre span:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032362}}
.filtre.agenda form .titre span:before {
  position: absolute;
  display: block;
  content: '';
  left: 18px;
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032375}}
.filtre.agenda form .titre span:after {
  position: absolute;
  display: block;
  content: '';
  left: 15px;
  top: 7px;
  width: 14px;
  height: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid;
  background: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032387}}
.filtre.agenda form .titre span:hover, .filtre.agenda form .titre span:active, .filtre.agenda form .titre span:hover {
  outline: 1px solid #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032389}}
.filtre.agenda form .titre span:hover:before, .filtre.agenda form .titre span:active:before, .filtre.agenda form .titre span:hover:before {
  border-color: #fff transparent transparent transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032390}}
.filtre.agenda form .titre span:hover:after, .filtre.agenda form .titre span:active:after, .filtre.agenda form .titre span:hover:after {
  background: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032394}}
.filtre.agenda form .tous {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0 10px;
  padding: 0 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.filtre.agenda form .tous:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032414}}
.filtre.agenda form #list_options {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032416}}
.filtre.agenda form #list_options.hide {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032418}}
.filtre.agenda form .choice_fields {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032418}}
  .filtre.agenda form .choice_fields {
    width: 100%;
    margin: 0.25em 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032427}}
.filtre.agenda form #others_options > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032427}}
  .filtre.agenda form #others_options > div {
    width: 100%;
    margin: 0.25em 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032436}}
.filtre.agenda form #others_options {
  width: 80%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032436}}
  .filtre.agenda form #others_options {
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032437}}
.filtre.agenda form button, .filtre.agenda form [type="submit"] {
  width: 18%;
  margin: .5em 10px .5em 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032437}}
  .filtre.agenda form button, .filtre.agenda form [type="submit"] {
    margin: 0 1.5%;
    width: 97%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032440}}
.filtre.article form > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032440}}
  .filtre.article form > div {
    width: 100%;
    margin: 0.25em 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032451}}
.filtre.document form > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 20%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032451}}
  .filtre.document form > div {
    width: 100%;
    margin: 0.25em 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032460}}
.filtre.document form > div .select2-container--default {
  min-width: unset !important;
  max-width: unset !important;
  width: 100% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032466}}
.filtre.document form button, .filtre.document form [type="submit"] {
  width: 18%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032466}}
  .filtre.document form button, .filtre.document form [type="submit"] {
    margin: 0 1.5%;
    width: 97%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032469}}
.filtre.bulletin .content_status, .filtre.bulletin form {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 48.98374%;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.filtre.bulletin .content_status:after, .filtre.bulletin form:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032469}}
  .filtre.bulletin .content_status, .filtre.bulletin form {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032474}}
.filtre.bulletin .content_status {
  margin-left: 0;
  padding: 7px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032475}}
.filtre.bulletin form {
  float: left;
  padding: 0;
  margin-bottom: 20px;
  border: 0 none;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032482}}
.filtre.bulletin form > div {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 82.99458%;
  display: inline-block;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032482}}
  .filtre.bulletin form > div {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032482}}
  .filtre.bulletin form > div {
    width: 82.9946% !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032488}}
.filtre.bulletin form > [type="submit"] {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032501}}
ul.article {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  float: right;
  margin: 1em 0 40px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032501}}
  ul.article {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032507}}
ul.article > li {
  list-style: none outside none;
}

/* FIN page Actualité */
/*--------------- DEBUT Bulletins ---------------*/
/*page liste*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032516}}
.button.subscription {
  color: #c6538c;
  border: 2px solid #c6538c;
  float: right;
  margin: .5em 0 0;
  padding: 5px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032522}}
.button.subscription:hover, .button.subscription:focus, .button.subscription:active {
  background-color: #c6538c;
  color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032524}}
#subscription_form {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032525}}
#subscription_form .fieldWrapper.field_hcaptcha {
  clear: both;
  float: none;
  margin: auto;
  width: 18.5rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032526}}
#subscription_form .fieldWrapper.field_hcaptcha label {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032537}}
#subscription_form .form_elements {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032539}}
#subscription_form .form_elements input:not([type=submit]) {
  width: 100%;
}
@media only screen and (min-width: 900px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032537}}
  #subscription_form .form_elements {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 899px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032537}}
  #subscription_form .form_elements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 10px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032559}}
#subscription_form [type="submit"] {
  margin-top: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032561}}
.bulletin {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.bulletin:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032561}}
  .bulletin {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032567}}
.bulletin > li {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  position: relative;
  display: inline-block;
  min-height: 70px;
  margin-bottom: 0;
  padding: 0.75em 10px 0.5em;
  border-bottom: 1px solid #eee;
  background: #fcfcfc url(/static/ffcriavs/img/bulletin.png?e323be6b8ea8) no-repeat 20px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.bulletin > li:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032567}}
  .bulletin > li {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032578}}
.bulletin > li:hover {
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032579}}
.bulletin > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 90px;
  top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032586}}
.bulletin > li.status_draft:before {
  background: transparent url("/static/ffcriavs/img/actions.png?e323be6b8ea8") no-repeat scroll 2px -42px/30px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032587}}
.bulletin > li.status_sent:before {
  background: transparent url("/static/ffcriavs/img/actions.png?e323be6b8ea8") no-repeat scroll 2px 2px/30px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032589}}
.bulletin > li:nth-child(2n) {
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032589}}
.bulletin > li:nth-child(2n):hover {
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032590}}
.bulletin #content li > div {
  float: right;
  padding-left: 180px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032595}}
.bulletin .infos-tags {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032601}}
.bulletin h3 {
  font-size: 1.25em;
  margin-bottom: 0.25em;
  margin-top: 0;
  padding: 0;
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032603}}
.bulletin h3 a {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032603}}
.bulletin h3 a:hover, .bulletin h3 a:active {
  color: #c6538c;
}

/* page détail */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032608}}
.detail_bulletin #content {
  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #666;
  max-width: 640px;
  /* Article */
  /* Veille */
  /* Agenda */
  /* Document */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032616}}
.detail_bulletin #content .bulletin_body {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  line-height: 14px;
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032625}}
.detail_bulletin #content .bulletin_body > h3 {
  color: #c6538c;
  font-size: 15px;
  padding: 0 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032630}}
.detail_bulletin #content .bulletin_body > p, .detail_bulletin #content .bulletin_body > ul, .detail_bulletin #content .bulletin_body > ol {
  padding: 0 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032631}}
.detail_bulletin #content .bulletin_body > p a {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032632}}
.detail_bulletin #content .bulletin_body p a, .detail_bulletin #content .bulletin_body ul a {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032634}}
.detail_bulletin #content p, .detail_bulletin #content i {
  font-size: 13px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032637}}
.detail_bulletin #content h1, .detail_bulletin #content h2, .detail_bulletin #content h3, .detail_bulletin #content h4, .detail_bulletin #content h5, .detail_bulletin #content h6 {
  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032641}}
.detail_bulletin #content h1, .detail_bulletin #content h2, .detail_bulletin #content h3 {
  position: relative;
  display: block;
  clear: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032646}}
.detail_bulletin #content h4, .detail_bulletin #content h5, .detail_bulletin #content h6 {
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032649}}
.detail_bulletin #content h1 {
  font-size: 16px;
  color: #fff;
  background-color: #c6538c;
  margin: 0 0 .5em;
  padding: .4em .75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032656}}
.detail_bulletin #content h1 a {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032657}}
.detail_bulletin #content h2 {
  font-size: 16px;
  margin: 0;
  padding: .4em .75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032662}}
.detail_bulletin #content img.illustration {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032667}}
.detail_bulletin #content .filer_image {
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032673}}
.detail_bulletin #content time, .detail_bulletin #content .time, .detail_bulletin #content .published {
  display: inline-block;
  margin: .5em .5em 0 0;
  font-size: 12px;
  font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032680}}
.detail_bulletin #content .place {
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032681}}
.detail_bulletin #content .hours {
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032682}}
.detail_bulletin #content h1.title {
  float: left;
  width: 100%;
  min-height: 67px;
  margin: .5em 0 1.25em;
  padding: 18px 0 0.5em;
  font-family: "Arial", Helvetica, Clean, sans-serif;
  font-size: 22px;
  color: #c6538c;
  padding-left: 56px;
  background: transparent url(/static/ffcriavs/img/bulletin.png?e323be6b8ea8) no-repeat 0 5px;
  text-transform: uppercase;
  display: table;
  border-bottom: 2px solid #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032694}}
.detail_bulletin #content h1.title:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032698}}
.detail_bulletin #content.statut_sent > h1 {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032699}}
.detail_bulletin #content.statut_sent .infos-tags {
  display: block;
  float: right;
  width: 100%;
  margin: 0 0 1em;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032705}}
.detail_bulletin #content.statut_sent .infos-tags .published {
  border: 2px solid #c6538c;
  border-top: 0 none;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background-color: #c6538c;
  background-image: url("/static/ffcriavs/img/date_b.png?e323be6b8ea8");
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032718}}
.detail_bulletin #content section .list,
.detail_bulletin #content .section .list,
.detail_bulletin #content .feed_plugin .list {
  padding: 0 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032721}}
.detail_bulletin #content .list {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032723}}
.detail_bulletin #content .list > li, .detail_bulletin #content .list > div {
  width: 100%;
  display: table;
  list-style: none;
  padding: 0.25em;
  margin-top: .5em;
  border-top: 1px solid #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032730}}
.detail_bulletin #content .list > li:first-child, .detail_bulletin #content .list > div:first-child {
  border-top: 0 none;
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032735}}
.detail_bulletin #content .list h2, .detail_bulletin #content .list h3, .detail_bulletin #content .list h4, .detail_bulletin #content .list h5, .detail_bulletin #content .list h6 {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032736}}
.detail_bulletin #content .list table thead th, .detail_bulletin #content .list table tbody td, .detail_bulletin #content .list table tr td {
  padding: 10px 0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032738}}
.detail_bulletin #content .title {
  display: inline-block;
  margin: 0.25em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032739}}
.detail_bulletin #content .tags {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032741}}
.detail_bulletin #content .tags > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032742}}
.detail_bulletin #content .tags li {
  list-style: none;
  display: inline-block;
  margin: 0 5px .5em 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032748}}
.detail_bulletin #content .tags a {
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 4px;
  font-size: 0.875em;
  color: #666;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  background-color: #eee;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032761}}
.detail_bulletin #content .last_published_event {
  margin: .5em 0 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.detail_bulletin #content .last_published_event:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032764}}
.detail_bulletin #content .last_published_event h1 {
  background-color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032765}}
.detail_bulletin #content .last_published_event h4 {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032766}}
.detail_bulletin #content .last_published_event a:hover h4 {
  color: #8e9a16;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032767}}
.detail_bulletin #content .last_published_event a.readmore, .detail_bulletin #content .last_published_event .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .last_published_event a.readmore, .detail_bulletin #content .last_published_event .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .last_published_event a.seeother, .detail_bulletin #content .last_published_event #principal .ressources .feed_plugin > a, #principal .ressources .detail_bulletin #content .last_published_event .feed_plugin > a, .detail_bulletin #content .last_published_event #principal .ressources .feed_plugin a.seeother, #principal .ressources .feed_plugin .detail_bulletin #content .last_published_event a.seeother,
.detail_bulletin #content .last_published_event #last_articles > a,
.detail_bulletin #content .last_published_event #last_articles a.seeother,
#last_articles .detail_bulletin #content .last_published_event a.seeother, .detail_bulletin #content .last_published_event .article > a, .detail_bulletin #content .last_published_event .article a.seeother, .article .detail_bulletin #content .last_published_event a.seeother,
.detail_bulletin #content .last_published_event .detail_event #principal .ctn > #content > a,
.detail_event #principal .detail_bulletin #content .last_published_event .ctn > #content > a,
.detail_bulletin .detail_event #principal .ctn > #content .last_published_event a.seeother,
.detail_event #principal .detail_bulletin .ctn > #content .last_published_event a.seeother,
.detail_bulletin #content .last_published_event .detail_article #principal .ctn > #content > a,
.detail_article #principal .detail_bulletin #content .last_published_event .ctn > #content > a,
.detail_bulletin .detail_article #principal .ctn > #content .last_published_event a.seeother,
.detail_article #principal .detail_bulletin .ctn > #content .last_published_event a.seeother, .detail_bulletin #content .last_published_event #last_articles + p a, #last_articles + p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event #sidebar #events > p a, #sidebar #events > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event #sidebar #next_events > p a, #sidebar #next_events > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event #sidebar #last_documents > p a, #sidebar #last_documents > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event aside.events #events > p a, aside.events #events > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event aside.events #next_events > p a, aside.events #next_events > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event aside.events #last_documents > p a, aside.events #last_documents > p .detail_bulletin #content .last_published_event a {
  color: #a3b019;
  border-color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032772}}
.detail_bulletin #content section > ul, .detail_bulletin #content .section > ul {
  padding: 0;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032774}}
.detail_bulletin #content section > ul li, .detail_bulletin #content .section > ul li {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032776}}
.detail_bulletin #content .feed_plugin {
  border-top: 0 none;
  margin: 0.5em 0 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032780}}
.detail_bulletin #content .feed_plugin > ul {
  padding: 10px 20px;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032782}}
.detail_bulletin #content .feed_plugin > ul li {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032785}}
.detail_bulletin #content .TextPlugin > p {
  padding: 10px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032788}}
.detail_bulletin #content a.readmore, .detail_bulletin #content .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content a.readmore, .detail_bulletin #content .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content a.seeother, .detail_bulletin #content #principal .ressources .feed_plugin > a, #principal .ressources .detail_bulletin #content .feed_plugin > a, .detail_bulletin #content #principal .ressources .feed_plugin a.seeother, #principal .ressources .feed_plugin .detail_bulletin #content a.seeother,
.detail_bulletin #content #last_articles > a,
.detail_bulletin #content #last_articles a.seeother,
#last_articles .detail_bulletin #content a.seeother, .detail_bulletin #content .article > a, .detail_bulletin #content .article a.seeother, .article .detail_bulletin #content a.seeother,
.detail_bulletin .detail_event #principal .ctn > #content > a,
.detail_event #principal .detail_bulletin .ctn > #content > a,
.detail_bulletin .detail_event #principal .ctn > #content a.seeother,
.detail_event #principal .detail_bulletin .ctn > #content a.seeother,
.detail_bulletin .detail_article #principal .ctn > #content > a,
.detail_article #principal .detail_bulletin .ctn > #content > a,
.detail_bulletin .detail_article #principal .ctn > #content a.seeother,
.detail_article #principal .detail_bulletin .ctn > #content a.seeother, .detail_bulletin #content #last_articles + p a, #last_articles + p .detail_bulletin #content a, .detail_bulletin #content #sidebar #events > p a, #sidebar #events > p .detail_bulletin #content a, .detail_bulletin #content #sidebar #next_events > p a, #sidebar #next_events > p .detail_bulletin #content a, .detail_bulletin #content #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .detail_bulletin #content a, .detail_bulletin #content #sidebar #last_documents > p a, #sidebar #last_documents > p .detail_bulletin #content a, .detail_bulletin #content aside.events #events > p a, aside.events #events > p .detail_bulletin #content a, .detail_bulletin #content aside.events #next_events > p a, aside.events #next_events > p .detail_bulletin #content a, .detail_bulletin #content aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .detail_bulletin #content a, .detail_bulletin #content aside.events #last_documents > p a, aside.events #last_documents > p .detail_bulletin #content a {
  float: right;
  margin-bottom: 0;
  margin: 0 20px 0.5em;
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032793}}
.detail_bulletin #content a.readmore:hover, .detail_bulletin #content .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content a.readmore:hover, .detail_bulletin #content .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content a.seeother:hover, .detail_bulletin #content #principal .ressources .feed_plugin > a:hover, #principal .ressources .detail_bulletin #content .feed_plugin > a:hover, .detail_bulletin #content #principal .ressources .feed_plugin a.seeother:hover, #principal .ressources .feed_plugin .detail_bulletin #content a.seeother:hover,
.detail_bulletin #content #last_articles > a:hover,
.detail_bulletin #content #last_articles a.seeother:hover,
#last_articles .detail_bulletin #content a.seeother:hover, .detail_bulletin #content .article > a:hover, .detail_bulletin #content .article a.seeother:hover, .article .detail_bulletin #content a.seeother:hover,
.detail_bulletin .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal .detail_bulletin .ctn > #content > a:hover,
.detail_bulletin .detail_event #principal .ctn > #content a.seeother:hover,
.detail_event #principal .detail_bulletin .ctn > #content a.seeother:hover,
.detail_bulletin .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal .detail_bulletin .ctn > #content > a:hover,
.detail_bulletin .detail_article #principal .ctn > #content a.seeother:hover,
.detail_article #principal .detail_bulletin .ctn > #content a.seeother:hover, .detail_bulletin #content #last_articles + p a:hover, #last_articles + p .detail_bulletin #content a:hover, .detail_bulletin #content #sidebar #events > p a:hover, #sidebar #events > p .detail_bulletin #content a:hover, .detail_bulletin #content #sidebar #next_events > p a:hover, #sidebar #next_events > p .detail_bulletin #content a:hover, .detail_bulletin #content #sidebar .last_published_plugin > p a:hover, #sidebar .last_published_plugin > p .detail_bulletin #content a:hover, .detail_bulletin #content #sidebar #last_documents > p a:hover, #sidebar #last_documents > p .detail_bulletin #content a:hover, .detail_bulletin #content aside.events #events > p a:hover, aside.events #events > p .detail_bulletin #content a:hover, .detail_bulletin #content aside.events #next_events > p a:hover, aside.events #next_events > p .detail_bulletin #content a:hover, .detail_bulletin #content aside.events .last_published_plugin > p a:hover, aside.events .last_published_plugin > p .detail_bulletin #content a:hover, .detail_bulletin #content aside.events #last_documents > p a:hover, aside.events #last_documents > p .detail_bulletin #content a:hover, .detail_bulletin #content a.readmore:focus, .detail_bulletin #content .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content a.readmore:focus, .detail_bulletin #content .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content a.seeother:focus, .detail_bulletin #content #principal .ressources .feed_plugin > a:focus, #principal .ressources .detail_bulletin #content .feed_plugin > a:focus, .detail_bulletin #content #principal .ressources .feed_plugin a.seeother:focus, #principal .ressources .feed_plugin .detail_bulletin #content a.seeother:focus,
.detail_bulletin #content #last_articles > a:focus,
.detail_bulletin #content #last_articles a.seeother:focus,
#last_articles .detail_bulletin #content a.seeother:focus, .detail_bulletin #content .article > a:focus, .detail_bulletin #content .article a.seeother:focus, .article .detail_bulletin #content a.seeother:focus,
.detail_bulletin .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal .detail_bulletin .ctn > #content > a:focus,
.detail_bulletin .detail_event #principal .ctn > #content a.seeother:focus,
.detail_event #principal .detail_bulletin .ctn > #content a.seeother:focus,
.detail_bulletin .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal .detail_bulletin .ctn > #content > a:focus,
.detail_bulletin .detail_article #principal .ctn > #content a.seeother:focus,
.detail_article #principal .detail_bulletin .ctn > #content a.seeother:focus, .detail_bulletin #content #last_articles + p a:focus, #last_articles + p .detail_bulletin #content a:focus, .detail_bulletin #content #sidebar #events > p a:focus, #sidebar #events > p .detail_bulletin #content a:focus, .detail_bulletin #content #sidebar #next_events > p a:focus, #sidebar #next_events > p .detail_bulletin #content a:focus, .detail_bulletin #content #sidebar .last_published_plugin > p a:focus, #sidebar .last_published_plugin > p .detail_bulletin #content a:focus, .detail_bulletin #content #sidebar #last_documents > p a:focus, #sidebar #last_documents > p .detail_bulletin #content a:focus, .detail_bulletin #content aside.events #events > p a:focus, aside.events #events > p .detail_bulletin #content a:focus, .detail_bulletin #content aside.events #next_events > p a:focus, aside.events #next_events > p .detail_bulletin #content a:focus, .detail_bulletin #content aside.events .last_published_plugin > p a:focus, aside.events .last_published_plugin > p .detail_bulletin #content a:focus, .detail_bulletin #content aside.events #last_documents > p a:focus, aside.events #last_documents > p .detail_bulletin #content a:focus {
  background: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032798}}
.detail_bulletin #content.statut_sent > div:not(.infos-tags) {
  display: table;
  width: 100%;
  margin: .5em 0 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032802}}
.detail_bulletin #content.statut_sent > div:not(.infos-tags).section, .detail_bulletin #content.statut_sent > div:not(.infos-tags).feed_plugin {
  width: 100%;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032807}}
.detail_bulletin #content.statut_sent > div:not(.infos-tags) {
  padding: 10px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032809}}
.detail_bulletin #content.statut_draft > div.feed_plugin > h2, .detail_bulletin #content.statut_draft > div.feed_plugin > h3, .detail_bulletin #content.statut_draft > div.feed_plugin > h4, .detail_bulletin #content.statut_draft > div.feed_plugin > h5, .detail_bulletin #content.statut_draft > div.feed_plugin > h6 {
  padding-left: 20px;
  padding-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032814}}
.detail_bulletin #content .toc {
  display: table;
  margin: 2em 0;
  padding: 0 20px 10px;
  width: 560px;
  background: none repeat scroll 0 0 #f9f9f9;
  border-top: 2px solid #8e9a16;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032821}}
.detail_bulletin #content .toc h1, .detail_bulletin #content .toc h2, .detail_bulletin #content .toc h3, .detail_bulletin #content .toc h4, .detail_bulletin #content .toc h5, .detail_bulletin #content .toc h6 {
  margin: 0.5em 0;
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032825}}
.detail_bulletin #content .toc h2 {
  margin: 0.25em 0 0;
  font-variant: small-caps;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032827}}
.detail_bulletin #content .toc ul {
  list-style: decimal outside none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032829}}
.detail_bulletin #content .toc ul li {
  list-style: decimal outside none;
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032831}}
.detail_bulletin #content .toc ul li a {
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032831}}
.detail_bulletin #content .toc ul li a:hover {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032835}}
.detail_bulletin #content table tr td:first-child {
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032843}}
.detail_bulletin #content .feed_plugin h1,
.detail_bulletin #content .last_published_article h1 {
  background: #c6538c;
  margin: 0;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032845}}
.detail_bulletin #content .feed_plugin h1 a,
.detail_bulletin #content .last_published_article h1 a {
  color: #fff;
  font-weight: inherit;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032847}}
.detail_bulletin #content .feed_plugin h2, .detail_bulletin #content .feed_plugin h3, .detail_bulletin #content .feed_plugin h4,
.detail_bulletin #content .last_published_article h2,
.detail_bulletin #content .last_published_article h3,
.detail_bulletin #content .last_published_article h4 {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032847}}
.detail_bulletin #content .feed_plugin h2 a, .detail_bulletin #content .feed_plugin h3 a, .detail_bulletin #content .feed_plugin h4 a,
.detail_bulletin #content .last_published_article h2 a,
.detail_bulletin #content .last_published_article h3 a,
.detail_bulletin #content .last_published_article h4 a {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032848}}
.detail_bulletin #content .feed_plugin a,
.detail_bulletin #content .last_published_article a {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032849}}
.detail_bulletin #content .feed_plugin > h2,
.detail_bulletin #content .last_published_article > h2 {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032850}}
.detail_bulletin #content .feed_plugin a.readmore, .detail_bulletin #content .feed_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .feed_plugin a.readmore, .detail_bulletin #content .feed_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .feed_plugin a.seeother, .detail_bulletin #content #principal .ressources .feed_plugin > a, #principal .ressources .detail_bulletin #content .feed_plugin > a, .detail_bulletin #content #principal .ressources .feed_plugin a.seeother, #principal .ressources .detail_bulletin #content .feed_plugin a.seeother,
.detail_bulletin #content .feed_plugin #last_articles > a,
.detail_bulletin #content .feed_plugin #last_articles a.seeother,
#last_articles .detail_bulletin #content .feed_plugin a.seeother, .detail_bulletin #content .feed_plugin .article > a, .detail_bulletin #content .feed_plugin .article a.seeother, .article .detail_bulletin #content .feed_plugin a.seeother,
.detail_bulletin #content .feed_plugin .detail_event #principal .ctn > #content > a,
.detail_event #principal .detail_bulletin #content .feed_plugin .ctn > #content > a,
.detail_bulletin .detail_event #principal .ctn > #content .feed_plugin a.seeother,
.detail_event #principal .detail_bulletin .ctn > #content .feed_plugin a.seeother,
.detail_bulletin #content .feed_plugin .detail_article #principal .ctn > #content > a,
.detail_article #principal .detail_bulletin #content .feed_plugin .ctn > #content > a,
.detail_bulletin .detail_article #principal .ctn > #content .feed_plugin a.seeother,
.detail_article #principal .detail_bulletin .ctn > #content .feed_plugin a.seeother, .detail_bulletin #content .feed_plugin #last_articles + p a, #last_articles + p .detail_bulletin #content .feed_plugin a, .detail_bulletin #content .feed_plugin #sidebar #events > p a, #sidebar #events > p .detail_bulletin #content .feed_plugin a, .detail_bulletin #content .feed_plugin #sidebar #next_events > p a, #sidebar #next_events > p .detail_bulletin #content .feed_plugin a, .detail_bulletin #content .feed_plugin #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .detail_bulletin #content .feed_plugin a, .detail_bulletin #content .feed_plugin #sidebar #last_documents > p a, #sidebar #last_documents > p .detail_bulletin #content .feed_plugin a, .detail_bulletin #content .feed_plugin aside.events #events > p a, aside.events #events > p .detail_bulletin #content .feed_plugin a, .detail_bulletin #content .feed_plugin aside.events #next_events > p a, aside.events #next_events > p .detail_bulletin #content .feed_plugin a, .detail_bulletin #content .feed_plugin aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .detail_bulletin #content .feed_plugin a, .detail_bulletin #content .feed_plugin aside.events #last_documents > p a, aside.events #last_documents > p .detail_bulletin #content .feed_plugin a,
.detail_bulletin #content .last_published_article a.readmore,
.detail_bulletin #content .last_published_article .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore,
.home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .last_published_article a.readmore,
.detail_bulletin #content .last_published_article .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother,
.home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .last_published_article a.seeother,
.detail_bulletin #content .last_published_article #principal .ressources .feed_plugin > a,
#principal .ressources .detail_bulletin #content .last_published_article .feed_plugin > a,
.detail_bulletin #content .last_published_article #principal .ressources .feed_plugin a.seeother,
#principal .ressources .feed_plugin .detail_bulletin #content .last_published_article a.seeother,
.detail_bulletin #content .last_published_article #last_articles > a,
.detail_bulletin #content .last_published_article #last_articles a.seeother,
#last_articles .detail_bulletin #content .last_published_article a.seeother,
.detail_bulletin #content .last_published_article .article > a,
.detail_bulletin #content .last_published_article .article a.seeother,
.article .detail_bulletin #content .last_published_article a.seeother,
.detail_bulletin #content .last_published_article .detail_event #principal .ctn > #content > a,
.detail_event #principal .detail_bulletin #content .last_published_article .ctn > #content > a,
.detail_bulletin .detail_event #principal .ctn > #content .last_published_article a.seeother,
.detail_event #principal .detail_bulletin .ctn > #content .last_published_article a.seeother,
.detail_bulletin #content .last_published_article .detail_article #principal .ctn > #content > a,
.detail_article #principal .detail_bulletin #content .last_published_article .ctn > #content > a,
.detail_bulletin .detail_article #principal .ctn > #content .last_published_article a.seeother,
.detail_article #principal .detail_bulletin .ctn > #content .last_published_article a.seeother,
.detail_bulletin #content .last_published_article #last_articles + p a,
#last_articles + p .detail_bulletin #content .last_published_article a,
.detail_bulletin #content .last_published_article #sidebar #events > p a,
#sidebar #events > p .detail_bulletin #content .last_published_article a,
.detail_bulletin #content .last_published_article #sidebar #next_events > p a,
#sidebar #next_events > p .detail_bulletin #content .last_published_article a,
.detail_bulletin #content .last_published_article #sidebar .last_published_plugin > p a,
#sidebar .last_published_plugin > p .detail_bulletin #content .last_published_article a,
.detail_bulletin #content .last_published_article #sidebar #last_documents > p a,
#sidebar #last_documents > p .detail_bulletin #content .last_published_article a,
.detail_bulletin #content .last_published_article aside.events #events > p a,
aside.events #events > p .detail_bulletin #content .last_published_article a,
.detail_bulletin #content .last_published_article aside.events #next_events > p a,
aside.events #next_events > p .detail_bulletin #content .last_published_article a,
.detail_bulletin #content .last_published_article aside.events .last_published_plugin > p a,
aside.events .last_published_plugin > p .detail_bulletin #content .last_published_article a,
.detail_bulletin #content .last_published_article aside.events #last_documents > p a,
aside.events #last_documents > p .detail_bulletin #content .last_published_article a {
  border-color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032854}}
.detail_bulletin #content .diigo_feed_plugin {
  border-color: #eeeeee #eeeeee #4164a4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032855}}
.detail_bulletin #content .diigo_feed_plugin h1 {
  background: #4164a4;
  margin: 0;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032857}}
.detail_bulletin #content .diigo_feed_plugin h1 a {
  color: #fff;
  font-weight: inherit;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032859}}
.detail_bulletin #content .diigo_feed_plugin h3, .detail_bulletin #content .diigo_feed_plugin h4 {
  color: #4164a4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032859}}
.detail_bulletin #content .diigo_feed_plugin h3 a, .detail_bulletin #content .diigo_feed_plugin h4 a {
  color: #4164a4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032860}}
.detail_bulletin #content .diigo_feed_plugin a {
  color: #4164a4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032861}}
.detail_bulletin #content .diigo_feed_plugin > h2 {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032863}}
.detail_bulletin #content .diigo_feed_plugin a.readmore, .detail_bulletin #content .diigo_feed_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .diigo_feed_plugin a.readmore, .detail_bulletin #content .diigo_feed_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .diigo_feed_plugin a.seeother, .detail_bulletin #content .diigo_feed_plugin #principal .ressources .feed_plugin > a, #principal .ressources .detail_bulletin #content .diigo_feed_plugin .feed_plugin > a, .detail_bulletin #content .diigo_feed_plugin #principal .ressources .feed_plugin a.seeother, #principal .ressources .feed_plugin .detail_bulletin #content .diigo_feed_plugin a.seeother,
.detail_bulletin #content .diigo_feed_plugin #last_articles > a,
.detail_bulletin #content .diigo_feed_plugin #last_articles a.seeother,
#last_articles .detail_bulletin #content .diigo_feed_plugin a.seeother, .detail_bulletin #content .diigo_feed_plugin .article > a, .detail_bulletin #content .diigo_feed_plugin .article a.seeother, .article .detail_bulletin #content .diigo_feed_plugin a.seeother,
.detail_bulletin #content .diigo_feed_plugin .detail_event #principal .ctn > #content > a,
.detail_event #principal .detail_bulletin #content .diigo_feed_plugin .ctn > #content > a,
.detail_bulletin .detail_event #principal .ctn > #content .diigo_feed_plugin a.seeother,
.detail_event #principal .detail_bulletin .ctn > #content .diigo_feed_plugin a.seeother,
.detail_bulletin #content .diigo_feed_plugin .detail_article #principal .ctn > #content > a,
.detail_article #principal .detail_bulletin #content .diigo_feed_plugin .ctn > #content > a,
.detail_bulletin .detail_article #principal .ctn > #content .diigo_feed_plugin a.seeother,
.detail_article #principal .detail_bulletin .ctn > #content .diigo_feed_plugin a.seeother, .detail_bulletin #content .diigo_feed_plugin #last_articles + p a, #last_articles + p .detail_bulletin #content .diigo_feed_plugin a, .detail_bulletin #content .diigo_feed_plugin #sidebar #events > p a, #sidebar #events > p .detail_bulletin #content .diigo_feed_plugin a, .detail_bulletin #content .diigo_feed_plugin #sidebar #next_events > p a, #sidebar #next_events > p .detail_bulletin #content .diigo_feed_plugin a, .detail_bulletin #content .diigo_feed_plugin #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .detail_bulletin #content .diigo_feed_plugin a, .detail_bulletin #content .diigo_feed_plugin #sidebar #last_documents > p a, #sidebar #last_documents > p .detail_bulletin #content .diigo_feed_plugin a, .detail_bulletin #content .diigo_feed_plugin aside.events #events > p a, aside.events #events > p .detail_bulletin #content .diigo_feed_plugin a, .detail_bulletin #content .diigo_feed_plugin aside.events #next_events > p a, aside.events #next_events > p .detail_bulletin #content .diigo_feed_plugin a, .detail_bulletin #content .diigo_feed_plugin aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .detail_bulletin #content .diigo_feed_plugin a, .detail_bulletin #content .diigo_feed_plugin aside.events #last_documents > p a, aside.events #last_documents > p .detail_bulletin #content .diigo_feed_plugin a {
  border-color: #4164a4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032867}}
.detail_bulletin #content .last_published_event {
  margin: .5em 0 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.detail_bulletin #content .last_published_event:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032870}}
.detail_bulletin #content .last_published_event h1 {
  background: #a3b019;
  margin: 0 0 .5em;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032874}}
.detail_bulletin #content .last_published_event h1 a {
  color: #fff;
  font-weight: inherit;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032876}}
.detail_bulletin #content .last_published_event h2, .detail_bulletin #content .last_published_event h3, .detail_bulletin #content .last_published_event h4 {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032876}}
.detail_bulletin #content .last_published_event h2 a, .detail_bulletin #content .last_published_event h3 a, .detail_bulletin #content .last_published_event h4 a {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032877}}
.detail_bulletin #content .last_published_event .list {
  float: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032879}}
.detail_bulletin #content .last_published_event .list > div {
  display: block;
  margin-top: .5em;
  padding: .375em .25em .25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032885}}
.detail_bulletin #content .last_published_event a {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032887}}
.detail_bulletin #content .last_published_event a.line .place {
  color: #666;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032888}}
.detail_bulletin #content .last_published_event a.line .time {
  color: #666;
  font-size: 12px;
  margin: 0 0 .25em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032893}}
.detail_bulletin #content .last_published_event a.line .hours {
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032894}}
.detail_bulletin #content .last_published_event a.line .title {
  display: inline;
  color: #a3b019;
  font-size: 14px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032900}}
.detail_bulletin #content .last_published_event a.line em {
  font-style: normal;
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032902}}
.detail_bulletin #content .last_published_event a.readmore, .detail_bulletin #content .last_published_event .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .last_published_event a.readmore, .detail_bulletin #content .last_published_event .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .last_published_event a.seeother, .detail_bulletin #content .last_published_event #principal .ressources .feed_plugin > a, #principal .ressources .detail_bulletin #content .last_published_event .feed_plugin > a, .detail_bulletin #content .last_published_event #principal .ressources .feed_plugin a.seeother, #principal .ressources .feed_plugin .detail_bulletin #content .last_published_event a.seeother,
.detail_bulletin #content .last_published_event #last_articles > a,
.detail_bulletin #content .last_published_event #last_articles a.seeother,
#last_articles .detail_bulletin #content .last_published_event a.seeother, .detail_bulletin #content .last_published_event .article > a, .detail_bulletin #content .last_published_event .article a.seeother, .article .detail_bulletin #content .last_published_event a.seeother,
.detail_bulletin #content .last_published_event .detail_event #principal .ctn > #content > a,
.detail_event #principal .detail_bulletin #content .last_published_event .ctn > #content > a,
.detail_bulletin .detail_event #principal .ctn > #content .last_published_event a.seeother,
.detail_event #principal .detail_bulletin .ctn > #content .last_published_event a.seeother,
.detail_bulletin #content .last_published_event .detail_article #principal .ctn > #content > a,
.detail_article #principal .detail_bulletin #content .last_published_event .ctn > #content > a,
.detail_bulletin .detail_article #principal .ctn > #content .last_published_event a.seeother,
.detail_article #principal .detail_bulletin .ctn > #content .last_published_event a.seeother, .detail_bulletin #content .last_published_event #last_articles + p a, #last_articles + p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event #sidebar #events > p a, #sidebar #events > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event #sidebar #next_events > p a, #sidebar #next_events > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event #sidebar #last_documents > p a, #sidebar #last_documents > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event aside.events #events > p a, aside.events #events > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event aside.events #next_events > p a, aside.events #next_events > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .detail_bulletin #content .last_published_event a, .detail_bulletin #content .last_published_event aside.events #last_documents > p a, aside.events #last_documents > p .detail_bulletin #content .last_published_event a {
  color: #a3b019;
  border-color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032907}}
.detail_bulletin #content .last_published_document h1 {
  background: #00978f;
  margin: 0;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032909}}
.detail_bulletin #content .last_published_document h1 a {
  color: #fff;
  font-weight: inherit;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032911}}
.detail_bulletin #content .last_published_document h2, .detail_bulletin #content .last_published_document h3, .detail_bulletin #content .last_published_document h4 {
  color: #00978f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032911}}
.detail_bulletin #content .last_published_document h2 a, .detail_bulletin #content .last_published_document h3 a, .detail_bulletin #content .last_published_document h4 a {
  color: #00978f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032912}}
.detail_bulletin #content .last_published_document a {
  color: #00978f;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032913}}
.detail_bulletin #content .last_published_document a.readmore, .detail_bulletin #content .last_published_document .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .last_published_document a.readmore, .detail_bulletin #content .last_published_document .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div .detail_bulletin #content .last_published_document a.seeother, .detail_bulletin #content .last_published_document #principal .ressources .feed_plugin > a, #principal .ressources .detail_bulletin #content .last_published_document .feed_plugin > a, .detail_bulletin #content .last_published_document #principal .ressources .feed_plugin a.seeother, #principal .ressources .feed_plugin .detail_bulletin #content .last_published_document a.seeother,
.detail_bulletin #content .last_published_document #last_articles > a,
.detail_bulletin #content .last_published_document #last_articles a.seeother,
#last_articles .detail_bulletin #content .last_published_document a.seeother, .detail_bulletin #content .last_published_document .article > a, .detail_bulletin #content .last_published_document .article a.seeother, .article .detail_bulletin #content .last_published_document a.seeother,
.detail_bulletin #content .last_published_document .detail_event #principal .ctn > #content > a,
.detail_event #principal .detail_bulletin #content .last_published_document .ctn > #content > a,
.detail_bulletin .detail_event #principal .ctn > #content .last_published_document a.seeother,
.detail_event #principal .detail_bulletin .ctn > #content .last_published_document a.seeother,
.detail_bulletin #content .last_published_document .detail_article #principal .ctn > #content > a,
.detail_article #principal .detail_bulletin #content .last_published_document .ctn > #content > a,
.detail_bulletin .detail_article #principal .ctn > #content .last_published_document a.seeother,
.detail_article #principal .detail_bulletin .ctn > #content .last_published_document a.seeother, .detail_bulletin #content .last_published_document #last_articles + p a, #last_articles + p .detail_bulletin #content .last_published_document a, .detail_bulletin #content .last_published_document #sidebar #events > p a, #sidebar #events > p .detail_bulletin #content .last_published_document a, .detail_bulletin #content .last_published_document #sidebar #next_events > p a, #sidebar #next_events > p .detail_bulletin #content .last_published_document a, .detail_bulletin #content .last_published_document #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p .detail_bulletin #content .last_published_document a, .detail_bulletin #content .last_published_document #sidebar #last_documents > p a, #sidebar #last_documents > p .detail_bulletin #content .last_published_document a, .detail_bulletin #content .last_published_document aside.events #events > p a, aside.events #events > p .detail_bulletin #content .last_published_document a, .detail_bulletin #content .last_published_document aside.events #next_events > p a, aside.events #next_events > p .detail_bulletin #content .last_published_document a, .detail_bulletin #content .last_published_document aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p .detail_bulletin #content .last_published_document a, .detail_bulletin #content .last_published_document aside.events #last_documents > p a, aside.events #last_documents > p .detail_bulletin #content .last_published_document a {
  border-color: #00978f;
}

/* FIN Main Page Blocks */
/* Plan du site */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032923}}
.page_plan-du-site .toc {
  display: block;
  margin: 2em 0;
  padding: 0 20px 10px;
  width: 100%;
  background: none;
  border: none;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032935}}
.page_plan-du-site .toc ul {
  display: block;
  list-style: square outside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032938}}
.page_plan-du-site .toc ul li {
  margin-bottom: 1em;
  list-style: square outside;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032941}}
.page_plan-du-site .toc ul li ul {
  font-size: .875em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032943}}
.page_plan-du-site .toc ul li ul li {
  margin-bottom: .25em;
}

/* Début Recherche */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032953}}
.highlighted {
  background: #a3b019;
  color: #FFF;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032957}}
#search_form {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  display: inline-block;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#search_form:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032957}}
  #search_form {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032964}}
#resultats_recherche h1 a, #resultats_recherche h2 a, #resultats_recherche h3 a, #resultats_recherche h4 a, #resultats_recherche h5 a, #resultats_recherche h6 a, #resultats_recherche a {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032965}}
#resultats_recherche > h2 {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 74.49187%;
  margin-left: 0;
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding-left: 15px;
  float: left;
  clear: left;
  font-family: "ralewayregular", helvetica, arial, clean, sans-serif;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032965}}
  #resultats_recherche > h2 {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032976}}
#resultats_recherche > h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 100%;
  border-left: 4px solid #eeeeee;
  border-top: 4px solid #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032986}}
#resultats_recherche #onglets {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032992}}
#resultats_recherche #onglets li {
  display: inline-block;
  list-style: none;
  width: auto;
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#resultats_recherche #onglets li:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000032998}}
#resultats_recherche #onglets li:first-child {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033000}}
#resultats_recherche #onglets a {
  display: inline-block;
  padding: 5px 10px;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  color: #a3b019;
  text-decoration: none;
  border-bottom: 0 none;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033008}}
#resultats_recherche #onglets a.itemactif {
  background: #a3b019;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033012}}
#resultats_recherche #onglets a#onglet_pmb {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033014}}
#resultats_recherche #onglets a#onglet_pmb.itemactif {
  background: #c6538c;
  color: #fff;
}

/*loading recherche_pmb*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033023}}
#onglet_pmb, #recherche_pmb {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033025}}
#onglet_pmb.loading:after, #recherche_pmb.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 7px;
  right: -20px;
  background: url(/static/ffcriavs/img/ajax-loader.gif?e323be6b8ea8) no-repeat 0 0/100% auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033034}}
#recherche_pmb.loading {
  clear: left;
  max-width: 74.4919%;
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033038}}
#recherche_pmb.loading:after {
  right: -40px;
  top: 0;
  width: 28px;
  height: 28px;
}

/**/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033047}}
#search_fields {
  display: inline-block;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 20px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033052}}
#search_fields input, #search_fields textarea, #search_fields select {
  border: 1px solid #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033054}}
#search_fields input:focus, #search_fields textarea:focus, #search_fields select:focus {
  outline: 1px solid  #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033059}}
#search_fields [type="submit"]:hover, #search_fields [type="submit"]:focus, #search_fields [type="submit"]:active, #search_fields .button:hover, #search_fields .button:focus, #search_fields .button:active, #search_fields button:hover, #search_fields button:focus, #search_fields button:active {
  background-color: #666;
  border-color: #666;
  text-shadow: 1px 1px #595959;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033065}}
#search_fields input, #search_fields label, #search_fields select {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033071}}
#search_fields input, #search_fields select {
  background-color: #ffffff;
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033072}}
#search_fields div {
  display: inline-block;
  float: left;
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033072}}
  #search_fields div {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033076}}
#search_fields div:nth-child(odd) {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033078}}
#search_fields .query, #search_fields .model {
  margin-bottom: 0.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033079}}
#search_fields .hide {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033080}}
#search_fields .submit {
  display: inline-block;
  float: right;
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033080}}
  #search_fields .submit {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033085}}
#search_fields [type="submit"] {
  height: 33px;
  line-height: 0.5em;
  margin: 26px 0 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033085}}
  #search_fields [type="submit"] {
    margin: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033093}}
#facets {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 23.47561%;
  display: inline-block;
  float: right;
  border: 1px solid #eee;
  border-top: 4px solid #eee;
  margin-top: 0.8em;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033093}}
  #facets {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033100}}
#facets h2 {
  font-family: "ralewayregular", helvetica, arial, clean, sans-serif;
  font-size: 1.5rem;
  margin: 0.5em 0;
  padding: 0 0 1em;
  border-bottom: 1px solid;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033108}}
#facets > div {
  padding: 0 .25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033109}}
#facets h3 {
  display: inline-block;
  float: left;
  font-size: 1rem;
  margin: 0 .25em .25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033110}}
#facets ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033111}}
#facets li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 0 .25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033112}}
#facets label {
  margin-bottom: 0;
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033113}}
#facets [type="checkbox"]:not(:checked) + label::after, #facets [type="checkbox"]:checked + label::after {
  color: #a3b019;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033115}}
#recherche_site, #recherche_pmb {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 74.49187%;
  margin-left: 0;
  display: inline-block;
  float: left;
  color: #666;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033115}}
  #recherche_site, #recherche_pmb {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033121}}
#recherche_site > ul, #recherche_pmb > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033127}}
#recherche_site > ul > li, #recherche_pmb > ul > li {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  display: inline-block;
  border: 1px solid #eee;
  padding: 0;
  background-color: #fcfcfc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#recherche_site > ul > li:after, #recherche_pmb > ul > li:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033127}}
  #recherche_site > ul > li, #recherche_pmb > ul > li {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033135}}
#recherche_site > ul > li:hover, #recherche_pmb > ul > li:hover {
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033137}}
#recherche_site > ul > li:nth-child(2n), #recherche_pmb > ul > li:nth-child(2n) {
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033137}}
#recherche_site > ul > li:nth-child(2n):hover, #recherche_pmb > ul > li:nth-child(2n):hover {
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033138}}
#recherche_site > ul > li, #recherche_pmb > ul > li {
  display: inline-block;
  list-style: none;
  width: 100%;
  border-top: 1px solid #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#recherche_site > ul > li:after, #recherche_pmb > ul > li:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033145}}
#recherche_site > ul > li h3, #recherche_pmb > ul > li h3 {
  margin: 0;
  font-size: 1.094em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033149}}
#recherche_site header, #recherche_site .extrait, #recherche_pmb header, #recherche_pmb .extrait {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.25em 10px 0.25em;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#recherche_site header:after, #recherche_site .extrait:after, #recherche_pmb header:after, #recherche_pmb .extrait:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033157}}
#recherche_site footer, #recherche_pmb footer {
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
  background-color: #f5f5f5;
  padding: 0.25em 10px 0.25em;
  font-size: 0.875em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#recherche_site footer:after, #recherche_pmb footer:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033166}}
#recherche_site .tags, #recherche_site .extrait, #recherche_pmb .tags, #recherche_pmb .extrait {
  font-size: 0.875em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033167}}
#recherche_site .extrait, #recherche_pmb .extrait {
  font-family: "Arial", Helvetica, Clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033169}}
#recherche_site .keywords, #recherche_site .publisher, #recherche_site .authors, #recherche_pmb .keywords, #recherche_pmb .publisher, #recherche_pmb .authors {
  display: inline-block;
  padding: 0.25em 10px 0.25em;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033173}}
#recherche_site .keywords .label, #recherche_site .publisher .label, #recherche_site .authors .label, #recherche_pmb .keywords .label, #recherche_pmb .publisher .label, #recherche_pmb .authors .label {
  background-color: #333;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033177}}
#recherche_site .keywords span, #recherche_site .publisher span, #recherche_site .authors span, #recherche_pmb .keywords span, #recherche_pmb .publisher span, #recherche_pmb .authors span {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033180}}
#recherche_site .readmore, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .readmore, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .seeother, #recherche_site #principal .ressources .feed_plugin > a, #principal .ressources #recherche_site .feed_plugin > a, #recherche_site #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin #recherche_site .seeother,
#recherche_site #last_articles > a,
#recherche_site #last_articles .seeother,
#last_articles #recherche_site .seeother, #recherche_site .article > a, #recherche_site .article .seeother, .article #recherche_site .seeother,
#recherche_site .detail_event #principal .ctn > #content > a,
.detail_event #principal #recherche_site .ctn > #content > a,
#recherche_site .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content #recherche_site .seeother,
#recherche_site .detail_article #principal .ctn > #content > a,
.detail_article #principal #recherche_site .ctn > #content > a,
#recherche_site .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content #recherche_site .seeother, #recherche_site #last_articles + p a, #last_articles + p #recherche_site a, #recherche_site #sidebar #events > p a, #sidebar #events > p #recherche_site a, #recherche_site #sidebar #next_events > p a, #sidebar #next_events > p #recherche_site a, #recherche_site #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p #recherche_site a, #recherche_site #sidebar #last_documents > p a, #sidebar #last_documents > p #recherche_site a, #recherche_site aside.events #events > p a, aside.events #events > p #recherche_site a, #recherche_site aside.events #next_events > p a, aside.events #next_events > p #recherche_site a, #recherche_site aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p #recherche_site a, #recherche_site aside.events #last_documents > p a, aside.events #last_documents > p #recherche_site a, #recherche_site #sidebar .last_published_plugin .readmore, #sidebar .last_published_plugin #recherche_site .readmore, #recherche_pmb .readmore, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .readmore, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .seeother, #recherche_pmb #principal .ressources .feed_plugin > a, #principal .ressources #recherche_pmb .feed_plugin > a, #recherche_pmb #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin #recherche_pmb .seeother,
#recherche_pmb #last_articles > a,
#recherche_pmb #last_articles .seeother,
#last_articles #recherche_pmb .seeother, #recherche_pmb .article > a, #recherche_pmb .article .seeother, .article #recherche_pmb .seeother,
#recherche_pmb .detail_event #principal .ctn > #content > a,
.detail_event #principal #recherche_pmb .ctn > #content > a,
#recherche_pmb .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content #recherche_pmb .seeother,
#recherche_pmb .detail_article #principal .ctn > #content > a,
.detail_article #principal #recherche_pmb .ctn > #content > a,
#recherche_pmb .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content #recherche_pmb .seeother, #recherche_pmb #last_articles + p a, #last_articles + p #recherche_pmb a, #recherche_pmb #sidebar #events > p a, #sidebar #events > p #recherche_pmb a, #recherche_pmb #sidebar #next_events > p a, #sidebar #next_events > p #recherche_pmb a, #recherche_pmb #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p #recherche_pmb a, #recherche_pmb #sidebar #last_documents > p a, #sidebar #last_documents > p #recherche_pmb a, #recherche_pmb aside.events #events > p a, aside.events #events > p #recherche_pmb a, #recherche_pmb aside.events #next_events > p a, aside.events #next_events > p #recherche_pmb a, #recherche_pmb aside.events .last_published_plugin > p a, aside.events .last_published_plugin > p #recherche_pmb a, #recherche_pmb aside.events #last_documents > p a, aside.events #last_documents > p #recherche_pmb a, #recherche_pmb #sidebar .last_published_plugin .readmore, #sidebar .last_published_plugin #recherche_pmb .readmore {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #666;
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  color: #666;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#recherche_site .readmore:after, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .readmore:after, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .seeother:after, #recherche_site #principal .ressources .feed_plugin > a:after, #principal .ressources #recherche_site .feed_plugin > a:after, #recherche_site #principal .ressources .feed_plugin .seeother:after, #principal .ressources .feed_plugin #recherche_site .seeother:after,
#recherche_site #last_articles > a:after,
#recherche_site #last_articles .seeother:after,
#last_articles #recherche_site .seeother:after, #recherche_site .article > a:after, #recherche_site .article .seeother:after, .article #recherche_site .seeother:after,
#recherche_site .detail_event #principal .ctn > #content > a:after,
.detail_event #principal #recherche_site .ctn > #content > a:after,
#recherche_site .detail_event #principal .ctn > #content .seeother:after,
.detail_event #principal .ctn > #content #recherche_site .seeother:after,
#recherche_site .detail_article #principal .ctn > #content > a:after,
.detail_article #principal #recherche_site .ctn > #content > a:after,
#recherche_site .detail_article #principal .ctn > #content .seeother:after,
.detail_article #principal .ctn > #content #recherche_site .seeother:after, #recherche_site #last_articles + p a:after, #last_articles + p #recherche_site a:after, #recherche_site #sidebar #events > p a:after, #sidebar #events > p #recherche_site a:after, #recherche_site #sidebar #next_events > p a:after, #sidebar #next_events > p #recherche_site a:after, #recherche_site #sidebar .last_published_plugin > p a:after, #sidebar .last_published_plugin > p #recherche_site a:after, #recherche_site #sidebar #last_documents > p a:after, #sidebar #last_documents > p #recherche_site a:after, #recherche_site aside.events #events > p a:after, aside.events #events > p #recherche_site a:after, #recherche_site aside.events #next_events > p a:after, aside.events #next_events > p #recherche_site a:after, #recherche_site aside.events .last_published_plugin > p a:after, aside.events .last_published_plugin > p #recherche_site a:after, #recherche_site aside.events #last_documents > p a:after, aside.events #last_documents > p #recherche_site a:after, #recherche_site #sidebar .last_published_plugin .readmore:after, #sidebar .last_published_plugin #recherche_site .readmore:after, #recherche_pmb .readmore:after, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .readmore:after, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .seeother:after, #recherche_pmb #principal .ressources .feed_plugin > a:after, #principal .ressources #recherche_pmb .feed_plugin > a:after, #recherche_pmb #principal .ressources .feed_plugin .seeother:after, #principal .ressources .feed_plugin #recherche_pmb .seeother:after,
#recherche_pmb #last_articles > a:after,
#recherche_pmb #last_articles .seeother:after,
#last_articles #recherche_pmb .seeother:after, #recherche_pmb .article > a:after, #recherche_pmb .article .seeother:after, .article #recherche_pmb .seeother:after,
#recherche_pmb .detail_event #principal .ctn > #content > a:after,
.detail_event #principal #recherche_pmb .ctn > #content > a:after,
#recherche_pmb .detail_event #principal .ctn > #content .seeother:after,
.detail_event #principal .ctn > #content #recherche_pmb .seeother:after,
#recherche_pmb .detail_article #principal .ctn > #content > a:after,
.detail_article #principal #recherche_pmb .ctn > #content > a:after,
#recherche_pmb .detail_article #principal .ctn > #content .seeother:after,
.detail_article #principal .ctn > #content #recherche_pmb .seeother:after, #recherche_pmb #last_articles + p a:after, #last_articles + p #recherche_pmb a:after, #recherche_pmb #sidebar #events > p a:after, #sidebar #events > p #recherche_pmb a:after, #recherche_pmb #sidebar #next_events > p a:after, #sidebar #next_events > p #recherche_pmb a:after, #recherche_pmb #sidebar .last_published_plugin > p a:after, #sidebar .last_published_plugin > p #recherche_pmb a:after, #recherche_pmb #sidebar #last_documents > p a:after, #sidebar #last_documents > p #recherche_pmb a:after, #recherche_pmb aside.events #events > p a:after, aside.events #events > p #recherche_pmb a:after, #recherche_pmb aside.events #next_events > p a:after, aside.events #next_events > p #recherche_pmb a:after, #recherche_pmb aside.events .last_published_plugin > p a:after, aside.events .last_published_plugin > p #recherche_pmb a:after, #recherche_pmb aside.events #last_documents > p a:after, aside.events #last_documents > p #recherche_pmb a:after, #recherche_pmb #sidebar .last_published_plugin .readmore:after, #sidebar .last_published_plugin #recherche_pmb .readmore:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033189}}
#recherche_site .readmore:hover, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .readmore:hover, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .seeother:hover, #recherche_site #principal .ressources .feed_plugin > a:hover, #principal .ressources #recherche_site .feed_plugin > a:hover, #recherche_site #principal .ressources .feed_plugin .seeother:hover, #principal .ressources .feed_plugin #recherche_site .seeother:hover,
#recherche_site #last_articles > a:hover,
#recherche_site #last_articles .seeother:hover,
#last_articles #recherche_site .seeother:hover, #recherche_site .article > a:hover, #recherche_site .article .seeother:hover, .article #recherche_site .seeother:hover,
#recherche_site .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal #recherche_site .ctn > #content > a:hover,
#recherche_site .detail_event #principal .ctn > #content .seeother:hover,
.detail_event #principal .ctn > #content #recherche_site .seeother:hover,
#recherche_site .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal #recherche_site .ctn > #content > a:hover,
#recherche_site .detail_article #principal .ctn > #content .seeother:hover,
.detail_article #principal .ctn > #content #recherche_site .seeother:hover, #recherche_site #last_articles + p a:hover, #last_articles + p #recherche_site a:hover, #recherche_site #sidebar #events > p a:hover, #sidebar #events > p #recherche_site a:hover, #recherche_site #sidebar #next_events > p a:hover, #sidebar #next_events > p #recherche_site a:hover, #recherche_site #sidebar .last_published_plugin > p a:hover, #sidebar .last_published_plugin > p #recherche_site a:hover, #recherche_site #sidebar #last_documents > p a:hover, #sidebar #last_documents > p #recherche_site a:hover, #recherche_site aside.events #events > p a:hover, aside.events #events > p #recherche_site a:hover, #recherche_site aside.events #next_events > p a:hover, aside.events #next_events > p #recherche_site a:hover, #recherche_site aside.events .last_published_plugin > p a:hover, aside.events .last_published_plugin > p #recherche_site a:hover, #recherche_site aside.events #last_documents > p a:hover, aside.events #last_documents > p #recherche_site a:hover, #recherche_site .readmore:focus, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .readmore:focus, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .seeother:focus, #recherche_site #principal .ressources .feed_plugin > a:focus, #principal .ressources #recherche_site .feed_plugin > a:focus, #recherche_site #principal .ressources .feed_plugin .seeother:focus, #principal .ressources .feed_plugin #recherche_site .seeother:focus,
#recherche_site #last_articles > a:focus,
#recherche_site #last_articles .seeother:focus,
#last_articles #recherche_site .seeother:focus, #recherche_site .article > a:focus, #recherche_site .article .seeother:focus, .article #recherche_site .seeother:focus,
#recherche_site .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal #recherche_site .ctn > #content > a:focus,
#recherche_site .detail_event #principal .ctn > #content .seeother:focus,
.detail_event #principal .ctn > #content #recherche_site .seeother:focus,
#recherche_site .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal #recherche_site .ctn > #content > a:focus,
#recherche_site .detail_article #principal .ctn > #content .seeother:focus,
.detail_article #principal .ctn > #content #recherche_site .seeother:focus, #recherche_site #last_articles + p a:focus, #last_articles + p #recherche_site a:focus, #recherche_site #sidebar #events > p a:focus, #sidebar #events > p #recherche_site a:focus, #recherche_site #sidebar #next_events > p a:focus, #sidebar #next_events > p #recherche_site a:focus, #recherche_site #sidebar .last_published_plugin > p a:focus, #sidebar .last_published_plugin > p #recherche_site a:focus, #recherche_site #sidebar #last_documents > p a:focus, #sidebar #last_documents > p #recherche_site a:focus, #recherche_site aside.events #events > p a:focus, aside.events #events > p #recherche_site a:focus, #recherche_site aside.events #next_events > p a:focus, aside.events #next_events > p #recherche_site a:focus, #recherche_site aside.events .last_published_plugin > p a:focus, aside.events .last_published_plugin > p #recherche_site a:focus, #recherche_site aside.events #last_documents > p a:focus, aside.events #last_documents > p #recherche_site a:focus, #recherche_site .readmore:active, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:active, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .readmore:active, #recherche_site .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:active, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_site .seeother:active, #recherche_site #principal .ressources .feed_plugin > a:active, #principal .ressources #recherche_site .feed_plugin > a:active, #recherche_site #principal .ressources .feed_plugin .seeother:active, #principal .ressources .feed_plugin #recherche_site .seeother:active,
#recherche_site #last_articles > a:active,
#recherche_site #last_articles .seeother:active,
#last_articles #recherche_site .seeother:active, #recherche_site .article > a:active, #recherche_site .article .seeother:active, .article #recherche_site .seeother:active,
#recherche_site .detail_event #principal .ctn > #content > a:active,
.detail_event #principal #recherche_site .ctn > #content > a:active,
#recherche_site .detail_event #principal .ctn > #content .seeother:active,
.detail_event #principal .ctn > #content #recherche_site .seeother:active,
#recherche_site .detail_article #principal .ctn > #content > a:active,
.detail_article #principal #recherche_site .ctn > #content > a:active,
#recherche_site .detail_article #principal .ctn > #content .seeother:active,
.detail_article #principal .ctn > #content #recherche_site .seeother:active, #recherche_site #last_articles + p a:active, #last_articles + p #recherche_site a:active, #recherche_site #sidebar #events > p a:active, #sidebar #events > p #recherche_site a:active, #recherche_site #sidebar #next_events > p a:active, #sidebar #next_events > p #recherche_site a:active, #recherche_site #sidebar .last_published_plugin > p a:active, #sidebar .last_published_plugin > p #recherche_site a:active, #recherche_site #sidebar #last_documents > p a:active, #sidebar #last_documents > p #recherche_site a:active, #recherche_site aside.events #events > p a:active, aside.events #events > p #recherche_site a:active, #recherche_site aside.events #next_events > p a:active, aside.events #next_events > p #recherche_site a:active, #recherche_site aside.events .last_published_plugin > p a:active, aside.events .last_published_plugin > p #recherche_site a:active, #recherche_site aside.events #last_documents > p a:active, aside.events #last_documents > p #recherche_site a:active, #recherche_pmb .readmore:hover, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .readmore:hover, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .seeother:hover, #recherche_pmb #principal .ressources .feed_plugin > a:hover, #principal .ressources #recherche_pmb .feed_plugin > a:hover, #recherche_pmb #principal .ressources .feed_plugin .seeother:hover, #principal .ressources .feed_plugin #recherche_pmb .seeother:hover,
#recherche_pmb #last_articles > a:hover,
#recherche_pmb #last_articles .seeother:hover,
#last_articles #recherche_pmb .seeother:hover, #recherche_pmb .article > a:hover, #recherche_pmb .article .seeother:hover, .article #recherche_pmb .seeother:hover,
#recherche_pmb .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal #recherche_pmb .ctn > #content > a:hover,
#recherche_pmb .detail_event #principal .ctn > #content .seeother:hover,
.detail_event #principal .ctn > #content #recherche_pmb .seeother:hover,
#recherche_pmb .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal #recherche_pmb .ctn > #content > a:hover,
#recherche_pmb .detail_article #principal .ctn > #content .seeother:hover,
.detail_article #principal .ctn > #content #recherche_pmb .seeother:hover, #recherche_pmb #last_articles + p a:hover, #last_articles + p #recherche_pmb a:hover, #recherche_pmb #sidebar #events > p a:hover, #sidebar #events > p #recherche_pmb a:hover, #recherche_pmb #sidebar #next_events > p a:hover, #sidebar #next_events > p #recherche_pmb a:hover, #recherche_pmb #sidebar .last_published_plugin > p a:hover, #sidebar .last_published_plugin > p #recherche_pmb a:hover, #recherche_pmb #sidebar #last_documents > p a:hover, #sidebar #last_documents > p #recherche_pmb a:hover, #recherche_pmb aside.events #events > p a:hover, aside.events #events > p #recherche_pmb a:hover, #recherche_pmb aside.events #next_events > p a:hover, aside.events #next_events > p #recherche_pmb a:hover, #recherche_pmb aside.events .last_published_plugin > p a:hover, aside.events .last_published_plugin > p #recherche_pmb a:hover, #recherche_pmb aside.events #last_documents > p a:hover, aside.events #last_documents > p #recherche_pmb a:hover, #recherche_pmb .readmore:focus, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .readmore:focus, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .seeother:focus, #recherche_pmb #principal .ressources .feed_plugin > a:focus, #principal .ressources #recherche_pmb .feed_plugin > a:focus, #recherche_pmb #principal .ressources .feed_plugin .seeother:focus, #principal .ressources .feed_plugin #recherche_pmb .seeother:focus,
#recherche_pmb #last_articles > a:focus,
#recherche_pmb #last_articles .seeother:focus,
#last_articles #recherche_pmb .seeother:focus, #recherche_pmb .article > a:focus, #recherche_pmb .article .seeother:focus, .article #recherche_pmb .seeother:focus,
#recherche_pmb .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal #recherche_pmb .ctn > #content > a:focus,
#recherche_pmb .detail_event #principal .ctn > #content .seeother:focus,
.detail_event #principal .ctn > #content #recherche_pmb .seeother:focus,
#recherche_pmb .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal #recherche_pmb .ctn > #content > a:focus,
#recherche_pmb .detail_article #principal .ctn > #content .seeother:focus,
.detail_article #principal .ctn > #content #recherche_pmb .seeother:focus, #recherche_pmb #last_articles + p a:focus, #last_articles + p #recherche_pmb a:focus, #recherche_pmb #sidebar #events > p a:focus, #sidebar #events > p #recherche_pmb a:focus, #recherche_pmb #sidebar #next_events > p a:focus, #sidebar #next_events > p #recherche_pmb a:focus, #recherche_pmb #sidebar .last_published_plugin > p a:focus, #sidebar .last_published_plugin > p #recherche_pmb a:focus, #recherche_pmb #sidebar #last_documents > p a:focus, #sidebar #last_documents > p #recherche_pmb a:focus, #recherche_pmb aside.events #events > p a:focus, aside.events #events > p #recherche_pmb a:focus, #recherche_pmb aside.events #next_events > p a:focus, aside.events #next_events > p #recherche_pmb a:focus, #recherche_pmb aside.events .last_published_plugin > p a:focus, aside.events .last_published_plugin > p #recherche_pmb a:focus, #recherche_pmb aside.events #last_documents > p a:focus, aside.events #last_documents > p #recherche_pmb a:focus, #recherche_pmb .readmore:active, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:active, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .readmore:active, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:active, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .seeother:active, #recherche_pmb #principal .ressources .feed_plugin > a:active, #principal .ressources #recherche_pmb .feed_plugin > a:active, #recherche_pmb #principal .ressources .feed_plugin .seeother:active, #principal .ressources .feed_plugin #recherche_pmb .seeother:active,
#recherche_pmb #last_articles > a:active,
#recherche_pmb #last_articles .seeother:active,
#last_articles #recherche_pmb .seeother:active, #recherche_pmb .article > a:active, #recherche_pmb .article .seeother:active, .article #recherche_pmb .seeother:active,
#recherche_pmb .detail_event #principal .ctn > #content > a:active,
.detail_event #principal #recherche_pmb .ctn > #content > a:active,
#recherche_pmb .detail_event #principal .ctn > #content .seeother:active,
.detail_event #principal .ctn > #content #recherche_pmb .seeother:active,
#recherche_pmb .detail_article #principal .ctn > #content > a:active,
.detail_article #principal #recherche_pmb .ctn > #content > a:active,
#recherche_pmb .detail_article #principal .ctn > #content .seeother:active,
.detail_article #principal .ctn > #content #recherche_pmb .seeother:active, #recherche_pmb #last_articles + p a:active, #last_articles + p #recherche_pmb a:active, #recherche_pmb #sidebar #events > p a:active, #sidebar #events > p #recherche_pmb a:active, #recherche_pmb #sidebar #next_events > p a:active, #sidebar #next_events > p #recherche_pmb a:active, #recherche_pmb #sidebar .last_published_plugin > p a:active, #sidebar .last_published_plugin > p #recherche_pmb a:active, #recherche_pmb #sidebar #last_documents > p a:active, #sidebar #last_documents > p #recherche_pmb a:active, #recherche_pmb aside.events #events > p a:active, aside.events #events > p #recherche_pmb a:active, #recherche_pmb aside.events #next_events > p a:active, aside.events #next_events > p #recherche_pmb a:active, #recherche_pmb aside.events .last_published_plugin > p a:active, aside.events .last_published_plugin > p #recherche_pmb a:active, #recherche_pmb aside.events #last_documents > p a:active, aside.events #last_documents > p #recherche_pmb a:active {
  border: 1px solid #a3b019;
  background-color: #a3b019;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033195}}
#recherche_site .obj_type, #recherche_pmb .obj_type {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #666666;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#recherche_site .obj_type:after, #recherche_pmb .obj_type:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033205}}
#recherche_site .pager, #recherche_pmb .pager {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033208}}
#recherche_pmb h1 a, #recherche_pmb h2 a, #recherche_pmb h3 a, #recherche_pmb h4 a, #recherche_pmb h5 a, #recherche_pmb h6 a, #recherche_pmb a {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033210}}
#recherche_pmb .readmore:hover, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .readmore:hover, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .seeother:hover, #recherche_pmb #principal .ressources .feed_plugin > a:hover, #principal .ressources #recherche_pmb .feed_plugin > a:hover, #recherche_pmb #principal .ressources .feed_plugin .seeother:hover, #principal .ressources .feed_plugin #recherche_pmb .seeother:hover,
#recherche_pmb #last_articles > a:hover,
#recherche_pmb #last_articles .seeother:hover,
#last_articles #recherche_pmb .seeother:hover, #recherche_pmb .article > a:hover, #recherche_pmb .article .seeother:hover, .article #recherche_pmb .seeother:hover,
#recherche_pmb .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal #recherche_pmb .ctn > #content > a:hover,
#recherche_pmb .detail_event #principal .ctn > #content .seeother:hover,
.detail_event #principal .ctn > #content #recherche_pmb .seeother:hover,
#recherche_pmb .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal #recherche_pmb .ctn > #content > a:hover,
#recherche_pmb .detail_article #principal .ctn > #content .seeother:hover,
.detail_article #principal .ctn > #content #recherche_pmb .seeother:hover, #recherche_pmb #last_articles + p a:hover, #last_articles + p #recherche_pmb a:hover, #recherche_pmb #sidebar #events > p a:hover, #sidebar #events > p #recherche_pmb a:hover, #recherche_pmb #sidebar #next_events > p a:hover, #sidebar #next_events > p #recherche_pmb a:hover, #recherche_pmb #sidebar .last_published_plugin > p a:hover, #sidebar .last_published_plugin > p #recherche_pmb a:hover, #recherche_pmb #sidebar #last_documents > p a:hover, #sidebar #last_documents > p #recherche_pmb a:hover, #recherche_pmb aside.events #events > p a:hover, aside.events #events > p #recherche_pmb a:hover, #recherche_pmb aside.events #next_events > p a:hover, aside.events #next_events > p #recherche_pmb a:hover, #recherche_pmb aside.events .last_published_plugin > p a:hover, aside.events .last_published_plugin > p #recherche_pmb a:hover, #recherche_pmb aside.events #last_documents > p a:hover, aside.events #last_documents > p #recherche_pmb a:hover, #recherche_pmb .readmore:focus, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .readmore:focus, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .seeother:focus, #recherche_pmb #principal .ressources .feed_plugin > a:focus, #principal .ressources #recherche_pmb .feed_plugin > a:focus, #recherche_pmb #principal .ressources .feed_plugin .seeother:focus, #principal .ressources .feed_plugin #recherche_pmb .seeother:focus,
#recherche_pmb #last_articles > a:focus,
#recherche_pmb #last_articles .seeother:focus,
#last_articles #recherche_pmb .seeother:focus, #recherche_pmb .article > a:focus, #recherche_pmb .article .seeother:focus, .article #recherche_pmb .seeother:focus,
#recherche_pmb .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal #recherche_pmb .ctn > #content > a:focus,
#recherche_pmb .detail_event #principal .ctn > #content .seeother:focus,
.detail_event #principal .ctn > #content #recherche_pmb .seeother:focus,
#recherche_pmb .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal #recherche_pmb .ctn > #content > a:focus,
#recherche_pmb .detail_article #principal .ctn > #content .seeother:focus,
.detail_article #principal .ctn > #content #recherche_pmb .seeother:focus, #recherche_pmb #last_articles + p a:focus, #last_articles + p #recherche_pmb a:focus, #recherche_pmb #sidebar #events > p a:focus, #sidebar #events > p #recherche_pmb a:focus, #recherche_pmb #sidebar #next_events > p a:focus, #sidebar #next_events > p #recherche_pmb a:focus, #recherche_pmb #sidebar .last_published_plugin > p a:focus, #sidebar .last_published_plugin > p #recherche_pmb a:focus, #recherche_pmb #sidebar #last_documents > p a:focus, #sidebar #last_documents > p #recherche_pmb a:focus, #recherche_pmb aside.events #events > p a:focus, aside.events #events > p #recherche_pmb a:focus, #recherche_pmb aside.events #next_events > p a:focus, aside.events #next_events > p #recherche_pmb a:focus, #recherche_pmb aside.events .last_published_plugin > p a:focus, aside.events .last_published_plugin > p #recherche_pmb a:focus, #recherche_pmb aside.events #last_documents > p a:focus, aside.events #last_documents > p #recherche_pmb a:focus, #recherche_pmb .readmore:active, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:active, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .readmore:active, #recherche_pmb .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:active, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #recherche_pmb .seeother:active, #recherche_pmb #principal .ressources .feed_plugin > a:active, #principal .ressources #recherche_pmb .feed_plugin > a:active, #recherche_pmb #principal .ressources .feed_plugin .seeother:active, #principal .ressources .feed_plugin #recherche_pmb .seeother:active,
#recherche_pmb #last_articles > a:active,
#recherche_pmb #last_articles .seeother:active,
#last_articles #recherche_pmb .seeother:active, #recherche_pmb .article > a:active, #recherche_pmb .article .seeother:active, .article #recherche_pmb .seeother:active,
#recherche_pmb .detail_event #principal .ctn > #content > a:active,
.detail_event #principal #recherche_pmb .ctn > #content > a:active,
#recherche_pmb .detail_event #principal .ctn > #content .seeother:active,
.detail_event #principal .ctn > #content #recherche_pmb .seeother:active,
#recherche_pmb .detail_article #principal .ctn > #content > a:active,
.detail_article #principal #recherche_pmb .ctn > #content > a:active,
#recherche_pmb .detail_article #principal .ctn > #content .seeother:active,
.detail_article #principal .ctn > #content #recherche_pmb .seeother:active, #recherche_pmb #last_articles + p a:active, #last_articles + p #recherche_pmb a:active, #recherche_pmb #sidebar #events > p a:active, #sidebar #events > p #recherche_pmb a:active, #recherche_pmb #sidebar #next_events > p a:active, #sidebar #next_events > p #recherche_pmb a:active, #recherche_pmb #sidebar .last_published_plugin > p a:active, #sidebar .last_published_plugin > p #recherche_pmb a:active, #recherche_pmb #sidebar #last_documents > p a:active, #sidebar #last_documents > p #recherche_pmb a:active, #recherche_pmb aside.events #events > p a:active, aside.events #events > p #recherche_pmb a:active, #recherche_pmb aside.events #next_events > p a:active, aside.events #next_events > p #recherche_pmb a:active, #recherche_pmb aside.events .last_published_plugin > p a:active, aside.events .last_published_plugin > p #recherche_pmb a:active, #recherche_pmb aside.events #last_documents > p a:active, aside.events #last_documents > p #recherche_pmb a:active {
  border: 1px solid #c6538c;
  background-color: #c6538c;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033216}}
#recherche_pmb .highlighted {
  background: #c6538c;
  color: #FFF;
}

/* FIN Recherche */
/*---------- fin CONTENTS ----------*/
/*---------- 5. DEBUT MAIN SIDEBAR ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033225}}
.layout_twocolumns #content > h1 {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033226}}
.layout_twocolumns #principal .ctn > aside {
  margin-top: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033227}}
aside {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  float: right;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033227}}
  aside {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

/* </aside> */
/*debut contact criavs*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033234}}
#sidebar #contact, #sidebar #contact_details, #sidebar #alternate_contact_details, .regions_tooltip .criav {
  margin-bottom: 1em;
  background-color: #00978f;
  color: #fff;
  border-bottom: 10px solid rgba(0, 0, 0, 0.25);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033239}}
#sidebar #contact h2, #sidebar #contact_details h2, #sidebar #alternate_contact_details h2, .regions_tooltip .criav h2 {
  display: inline-block;
  color: #fff;
  margin: 1.25em 0 1em;
  padding: 0 20px 20px;
  font-size: 1.125em;
  text-transform: uppercase;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033247}}
#sidebar #contact h2:before, #sidebar #contact_details h2:before, #sidebar #alternate_contact_details h2:before, .regions_tooltip .criav h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 3px;
  background: #fff;
  left: 0;
  bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033256}}
#sidebar #contact span, #sidebar #contact_details span, #sidebar #alternate_contact_details span, .regions_tooltip .criav span {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033257}}
#sidebar #contact p, #sidebar #contact_details p, #sidebar #alternate_contact_details p, .regions_tooltip .criav p {
  padding: 0 20px;
  font-size: 0.875em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033261}}
#sidebar #contact > div, #sidebar #contact_details > div, #sidebar #alternate_contact_details > div, .regions_tooltip .criav > div {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033264}}
#sidebar #contact > div:last-child, #sidebar #contact_details > div:last-child, #sidebar #alternate_contact_details > div:last-child, .regions_tooltip .criav > div:last-child {
  border-top: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033266}}
#sidebar #contact .address, #sidebar #contact_details .address, #sidebar #alternate_contact_details .address, .regions_tooltip .criav .address {
  margin-bottom: 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033268}}
#sidebar #contact .address .address > br, #sidebar #contact_details .address .address > br, #sidebar #alternate_contact_details .address .address > br, .regions_tooltip .criav .address .address > br {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033270}}
#sidebar #contact .email, #sidebar #contact .phone, #sidebar #contact .website, #sidebar #contact .fax, #sidebar #contact_details .email, #sidebar #contact_details .phone, #sidebar #contact_details .website, #sidebar #contact_details .fax, #sidebar #alternate_contact_details .email, #sidebar #alternate_contact_details .phone, #sidebar #alternate_contact_details .website, #sidebar #alternate_contact_details .fax, .regions_tooltip .criav .email, .regions_tooltip .criav .phone, .regions_tooltip .criav .website, .regions_tooltip .criav .fax {
  margin: 0;
  padding: 0;
  background: rgba(2, 176, 167, 0.25);
  background: -moz-radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.25) 1%, rgba(2, 176, 167, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.25) 1%, rgba(2, 176, 167, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.25) 1%, rgba(2, 176, 167, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.25) 1%, rgba(2, 176, 167, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.25) 1%, rgba(2, 176, 167, 0) 100%);
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033275}}
#sidebar #contact .email:hover, #sidebar #contact .email:active, #sidebar #contact .phone:hover, #sidebar #contact .phone:active, #sidebar #contact .website:hover, #sidebar #contact .website:active, #sidebar #contact .fax:hover, #sidebar #contact .fax:active, #sidebar #contact_details .email:hover, #sidebar #contact_details .email:active, #sidebar #contact_details .phone:hover, #sidebar #contact_details .phone:active, #sidebar #contact_details .website:hover, #sidebar #contact_details .website:active, #sidebar #contact_details .fax:hover, #sidebar #contact_details .fax:active, #sidebar #alternate_contact_details .email:hover, #sidebar #alternate_contact_details .email:active, #sidebar #alternate_contact_details .phone:hover, #sidebar #alternate_contact_details .phone:active, #sidebar #alternate_contact_details .website:hover, #sidebar #alternate_contact_details .website:active, #sidebar #alternate_contact_details .fax:hover, #sidebar #alternate_contact_details .fax:active, .regions_tooltip .criav .email:hover, .regions_tooltip .criav .email:active, .regions_tooltip .criav .phone:hover, .regions_tooltip .criav .phone:active, .regions_tooltip .criav .website:hover, .regions_tooltip .criav .website:active, .regions_tooltip .criav .fax:hover, .regions_tooltip .criav .fax:active {
  background: rgba(2, 176, 167, 0.5);
  background: -moz-radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.5) 1%, rgba(2, 176, 167, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.5) 1%, rgba(2, 176, 167, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.5) 1%, rgba(2, 176, 167, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.5) 1%, rgba(2, 176, 167, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(2, 176, 167, 0.5) 1%, rgba(2, 176, 167, 0) 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033277}}
#sidebar #contact .email a, #sidebar #contact .phone a, #sidebar #contact .website a, #sidebar #contact .fax a, #sidebar #contact_details .email a, #sidebar #contact_details .phone a, #sidebar #contact_details .website a, #sidebar #contact_details .fax a, #sidebar #alternate_contact_details .email a, #sidebar #alternate_contact_details .phone a, #sidebar #alternate_contact_details .website a, #sidebar #alternate_contact_details .fax a, .regions_tooltip .criav .email a, .regions_tooltip .criav .phone a, .regions_tooltip .criav .website a, .regions_tooltip .criav .fax a {
  position: relative;
  display: block;
  padding: 10px 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033284}}
#sidebar #contact .email a:before, #sidebar #contact .phone a:before, #sidebar #contact .website a:before, #sidebar #contact .fax a:before, #sidebar #contact_details .email a:before, #sidebar #contact_details .phone a:before, #sidebar #contact_details .website a:before, #sidebar #contact_details .fax a:before, #sidebar #alternate_contact_details .email a:before, #sidebar #alternate_contact_details .phone a:before, #sidebar #alternate_contact_details .website a:before, #sidebar #alternate_contact_details .fax a:before, .regions_tooltip .criav .email a:before, .regions_tooltip .criav .phone a:before, .regions_tooltip .criav .website a:before, .regions_tooltip .criav .fax a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 60px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(/static/ffcriavs/img/picto.png?e323be6b8ea8);
  background-repeat: no-repeat;
  background-position: right 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033296}}
#sidebar #contact .email a:before, #sidebar #contact_details .email a:before, #sidebar #alternate_contact_details .email a:before, .regions_tooltip .criav .email a:before {
  background-position: right -75px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033297}}
#sidebar #contact .phone a, #sidebar #contact_details .phone a, #sidebar #alternate_contact_details .phone a, .regions_tooltip .criav .phone a {
  font-size: 1.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033297}}
#sidebar #contact .phone a:before, #sidebar #contact_details .phone a:before, #sidebar #alternate_contact_details .phone a:before, .regions_tooltip .criav .phone a:before {
  background-position: right 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033298}}
#sidebar #contact .website a:before, #sidebar #contact_details .website a:before, #sidebar #alternate_contact_details .website a:before, .regions_tooltip .criav .website a:before {
  background-position: right -155px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033299}}
#sidebar #contact .fax a, #sidebar #contact_details .fax a, #sidebar #alternate_contact_details .fax a, .regions_tooltip .criav .fax a {
  font-size: 1.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033299}}
#sidebar #contact .fax a:before, #sidebar #contact_details .fax a:before, #sidebar #alternate_contact_details .fax a:before, .regions_tooltip .criav .fax a:before {
  background-position: right -245px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033301}}
#sidebar #alternate_contact_details {
  background-color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033303}}
#sidebar #alternate_contact_details .email, #sidebar #alternate_contact_details .phone, #sidebar #alternate_contact_details .website, #sidebar #alternate_contact_details .fax {
  margin: 0;
  padding: 0;
  background: rgba(211, 121, 166, 0.25);
  background: -moz-radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.25) 1%, rgba(211, 121, 166, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.25) 1%, rgba(211, 121, 166, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.25) 1%, rgba(211, 121, 166, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.25) 1%, rgba(211, 121, 166, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.25) 1%, rgba(211, 121, 166, 0) 100%);
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033308}}
#sidebar #alternate_contact_details .email:hover, #sidebar #alternate_contact_details .email:active, #sidebar #alternate_contact_details .phone:hover, #sidebar #alternate_contact_details .phone:active, #sidebar #alternate_contact_details .website:hover, #sidebar #alternate_contact_details .website:active, #sidebar #alternate_contact_details .fax:hover, #sidebar #alternate_contact_details .fax:active {
  background: rgba(211, 121, 166, 0.5);
  background: -moz-radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.5) 1%, rgba(211, 121, 166, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.5) 1%, rgba(211, 121, 166, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.5) 1%, rgba(211, 121, 166, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.5) 1%, rgba(211, 121, 166, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(211, 121, 166, 0.5) 1%, rgba(211, 121, 166, 0) 100%);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033312}}
#sidebar, aside.events {
  text-align: left;
  /*debut event*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033315}}
#sidebar .bloc_subscription, aside.events .bloc_subscription {
  border: 2px solid #c6538c;
  display: inline-block;
  float: left;
  padding: 10px 20px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#sidebar .bloc_subscription:after, aside.events .bloc_subscription:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033321}}
#sidebar .bloc_subscription h2, aside.events .bloc_subscription h2 {
  display: inline-block;
  float: left;
  width: 100%;
  color: #c6538c;
  margin: 0 0 0.5em;
  font-size: 1.625em;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033329}}
#sidebar .bloc_subscription h2 a, aside.events .bloc_subscription h2 a {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033330}}
#sidebar .bloc_subscription h2:before, aside.events .bloc_subscription h2:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 4px solid;
  border-top: 4px solid;
  height: 10px;
  left: -12px;
  top: -2px;
  width: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033340}}
#sidebar .bloc_subscription p, aside.events .bloc_subscription p {
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033343}}
#sidebar #next_events > ul a.readmore, #sidebar #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > ul a.readmore, #sidebar #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > ul a.seeother, #sidebar #next_events > ul #principal .ressources .feed_plugin > a, #principal .ressources #sidebar #next_events > ul .feed_plugin > a, #sidebar #next_events > ul #principal .ressources .feed_plugin a.seeother, #principal .ressources .feed_plugin #sidebar #next_events > ul a.seeother,
#sidebar #next_events > ul #last_articles > a,
#sidebar #next_events > ul #last_articles a.seeother,
#last_articles #sidebar #next_events > ul a.seeother, #sidebar #next_events > ul .article > a, #sidebar #next_events > ul .article a.seeother, .article #sidebar #next_events > ul a.seeother,
#sidebar #next_events > ul .detail_event #principal .ctn > #content > a,
.detail_event #principal #sidebar #next_events > ul .ctn > #content > a,
#sidebar #next_events > ul .detail_event #principal .ctn > #content a.seeother,
.detail_event #principal .ctn > #content #sidebar #next_events > ul a.seeother,
#sidebar #next_events > ul .detail_article #principal .ctn > #content > a,
.detail_article #principal #sidebar #next_events > ul .ctn > #content > a,
#sidebar #next_events > ul .detail_article #principal .ctn > #content a.seeother,
.detail_article #principal .ctn > #content #sidebar #next_events > ul a.seeother, #sidebar #next_events > ul #last_articles + p a, #last_articles + p #sidebar #next_events > ul a, #sidebar #next_events > ul #events > p a, #sidebar #events > p #next_events > ul a, #sidebar #next_events > ul #next_events > p a, #sidebar #next_events > p #next_events > ul a, #sidebar #next_events > ul .last_published_plugin > p a, #sidebar .last_published_plugin > p #next_events > ul a, #sidebar #next_events > ul #last_documents > p a, #sidebar #last_documents > p #next_events > ul a, aside.events #events > p #sidebar #next_events > ul a, aside.events #next_events > p #sidebar #next_events > ul a, aside.events .last_published_plugin > p #sidebar #next_events > ul a, aside.events #last_documents > p #sidebar #next_events > ul a, aside.events #next_events > ul a.readmore, aside.events #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > ul a.readmore, aside.events #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > ul a.seeother, aside.events #next_events > ul #principal .ressources .feed_plugin > a, #principal .ressources aside.events #next_events > ul .feed_plugin > a, aside.events #next_events > ul #principal .ressources .feed_plugin a.seeother, #principal .ressources .feed_plugin aside.events #next_events > ul a.seeother,
aside.events #next_events > ul #last_articles > a,
aside.events #next_events > ul #last_articles a.seeother,
#last_articles aside.events #next_events > ul a.seeother, aside.events #next_events > ul .article > a, aside.events #next_events > ul .article a.seeother, .article aside.events #next_events > ul a.seeother,
aside.events #next_events > ul .detail_event #principal .ctn > #content > a,
.detail_event #principal aside.events #next_events > ul .ctn > #content > a,
aside.events #next_events > ul .detail_event #principal .ctn > #content a.seeother,
.detail_event #principal .ctn > #content aside.events #next_events > ul a.seeother,
aside.events #next_events > ul .detail_article #principal .ctn > #content > a,
.detail_article #principal aside.events #next_events > ul .ctn > #content > a,
aside.events #next_events > ul .detail_article #principal .ctn > #content a.seeother,
.detail_article #principal .ctn > #content aside.events #next_events > ul a.seeother, aside.events #next_events > ul #last_articles + p a, #last_articles + p aside.events #next_events > ul a, #sidebar #events > p aside.events #next_events > ul a, #sidebar #next_events > p aside.events #next_events > ul a, #sidebar .last_published_plugin > p aside.events #next_events > ul a, #sidebar #last_documents > p aside.events #next_events > ul a, aside.events #next_events > ul #events > p a, aside.events #events > p #next_events > ul a, aside.events #next_events > ul #next_events > p a, aside.events #next_events > p #next_events > ul a, aside.events #next_events > ul .last_published_plugin > p a, aside.events .last_published_plugin > p #next_events > ul a, aside.events #next_events > ul #last_documents > p a, aside.events #last_documents > p #next_events > ul a {
  display: inline-block;
  margin: 0;
  border-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#sidebar #next_events > ul a.readmore:after, #sidebar #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > ul a.readmore:after, #sidebar #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > ul a.seeother:after, #sidebar #next_events > ul #principal .ressources .feed_plugin > a:after, #principal .ressources #sidebar #next_events > ul .feed_plugin > a:after, #sidebar #next_events > ul #principal .ressources .feed_plugin a.seeother:after, #principal .ressources .feed_plugin #sidebar #next_events > ul a.seeother:after,
#sidebar #next_events > ul #last_articles > a:after,
#sidebar #next_events > ul #last_articles a.seeother:after,
#last_articles #sidebar #next_events > ul a.seeother:after, #sidebar #next_events > ul .article > a:after, #sidebar #next_events > ul .article a.seeother:after, .article #sidebar #next_events > ul a.seeother:after,
#sidebar #next_events > ul .detail_event #principal .ctn > #content > a:after,
.detail_event #principal #sidebar #next_events > ul .ctn > #content > a:after,
#sidebar #next_events > ul .detail_event #principal .ctn > #content a.seeother:after,
.detail_event #principal .ctn > #content #sidebar #next_events > ul a.seeother:after,
#sidebar #next_events > ul .detail_article #principal .ctn > #content > a:after,
.detail_article #principal #sidebar #next_events > ul .ctn > #content > a:after,
#sidebar #next_events > ul .detail_article #principal .ctn > #content a.seeother:after,
.detail_article #principal .ctn > #content #sidebar #next_events > ul a.seeother:after, #sidebar #next_events > ul #last_articles + p a:after, #last_articles + p #sidebar #next_events > ul a:after, #sidebar #next_events > ul #events > p a:after, #sidebar #events > p #next_events > ul a:after, #sidebar #next_events > ul #next_events > p a:after, #sidebar #next_events > p #next_events > ul a:after, #sidebar #next_events > ul .last_published_plugin > p a:after, #sidebar .last_published_plugin > p #next_events > ul a:after, #sidebar #next_events > ul #last_documents > p a:after, #sidebar #last_documents > p #next_events > ul a:after, aside.events #events > p #sidebar #next_events > ul a:after, aside.events #next_events > p #sidebar #next_events > ul a:after, aside.events .last_published_plugin > p #sidebar #next_events > ul a:after, aside.events #last_documents > p #sidebar #next_events > ul a:after, aside.events #next_events > ul a.readmore:after, aside.events #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > ul a.readmore:after, aside.events #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother:after, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > ul a.seeother:after, aside.events #next_events > ul #principal .ressources .feed_plugin > a:after, #principal .ressources aside.events #next_events > ul .feed_plugin > a:after, aside.events #next_events > ul #principal .ressources .feed_plugin a.seeother:after, #principal .ressources .feed_plugin aside.events #next_events > ul a.seeother:after,
aside.events #next_events > ul #last_articles > a:after,
aside.events #next_events > ul #last_articles a.seeother:after,
#last_articles aside.events #next_events > ul a.seeother:after, aside.events #next_events > ul .article > a:after, aside.events #next_events > ul .article a.seeother:after, .article aside.events #next_events > ul a.seeother:after,
aside.events #next_events > ul .detail_event #principal .ctn > #content > a:after,
.detail_event #principal aside.events #next_events > ul .ctn > #content > a:after,
aside.events #next_events > ul .detail_event #principal .ctn > #content a.seeother:after,
.detail_event #principal .ctn > #content aside.events #next_events > ul a.seeother:after,
aside.events #next_events > ul .detail_article #principal .ctn > #content > a:after,
.detail_article #principal aside.events #next_events > ul .ctn > #content > a:after,
aside.events #next_events > ul .detail_article #principal .ctn > #content a.seeother:after,
.detail_article #principal .ctn > #content aside.events #next_events > ul a.seeother:after, aside.events #next_events > ul #last_articles + p a:after, #last_articles + p aside.events #next_events > ul a:after, #sidebar #events > p aside.events #next_events > ul a:after, #sidebar #next_events > p aside.events #next_events > ul a:after, #sidebar .last_published_plugin > p aside.events #next_events > ul a:after, #sidebar #last_documents > p aside.events #next_events > ul a:after, aside.events #next_events > ul #events > p a:after, aside.events #events > p #next_events > ul a:after, aside.events #next_events > ul #next_events > p a:after, aside.events #next_events > p #next_events > ul a:after, aside.events #next_events > ul .last_published_plugin > p a:after, aside.events .last_published_plugin > p #next_events > ul a:after, aside.events #next_events > ul #last_documents > p a:after, aside.events #last_documents > p #next_events > ul a:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033348}}
#sidebar #next_events > ul a.readmore:focus, #sidebar #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > ul a.readmore:focus, #sidebar #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > ul a.seeother:focus, #sidebar #next_events > ul #principal .ressources .feed_plugin > a:focus, #principal .ressources #sidebar #next_events > ul .feed_plugin > a:focus, #sidebar #next_events > ul #principal .ressources .feed_plugin a.seeother:focus, #principal .ressources .feed_plugin #sidebar #next_events > ul a.seeother:focus,
#sidebar #next_events > ul #last_articles > a:focus,
#sidebar #next_events > ul #last_articles a.seeother:focus,
#last_articles #sidebar #next_events > ul a.seeother:focus, #sidebar #next_events > ul .article > a:focus, #sidebar #next_events > ul .article a.seeother:focus, .article #sidebar #next_events > ul a.seeother:focus,
#sidebar #next_events > ul .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal #sidebar #next_events > ul .ctn > #content > a:focus,
#sidebar #next_events > ul .detail_event #principal .ctn > #content a.seeother:focus,
.detail_event #principal .ctn > #content #sidebar #next_events > ul a.seeother:focus,
#sidebar #next_events > ul .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal #sidebar #next_events > ul .ctn > #content > a:focus,
#sidebar #next_events > ul .detail_article #principal .ctn > #content a.seeother:focus,
.detail_article #principal .ctn > #content #sidebar #next_events > ul a.seeother:focus, #sidebar #next_events > ul #last_articles + p a:focus, #last_articles + p #sidebar #next_events > ul a:focus, #sidebar #next_events > ul #events > p a:focus, #sidebar #events > p #next_events > ul a:focus, #sidebar #next_events > ul #next_events > p a:focus, #sidebar #next_events > p #next_events > ul a:focus, #sidebar #next_events > ul .last_published_plugin > p a:focus, #sidebar .last_published_plugin > p #next_events > ul a:focus, #sidebar #next_events > ul #last_documents > p a:focus, #sidebar #last_documents > p #next_events > ul a:focus, aside.events #events > p #sidebar #next_events > ul a:focus, aside.events #next_events > p #sidebar #next_events > ul a:focus, aside.events .last_published_plugin > p #sidebar #next_events > ul a:focus, aside.events #last_documents > p #sidebar #next_events > ul a:focus, #sidebar #next_events > ul a.readmore:hover, #sidebar #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > ul a.readmore:hover, #sidebar #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #next_events > ul a.seeother:hover, #sidebar #next_events > ul #principal .ressources .feed_plugin > a:hover, #principal .ressources #sidebar #next_events > ul .feed_plugin > a:hover, #sidebar #next_events > ul #principal .ressources .feed_plugin a.seeother:hover, #principal .ressources .feed_plugin #sidebar #next_events > ul a.seeother:hover,
#sidebar #next_events > ul #last_articles > a:hover,
#sidebar #next_events > ul #last_articles a.seeother:hover,
#last_articles #sidebar #next_events > ul a.seeother:hover, #sidebar #next_events > ul .article > a:hover, #sidebar #next_events > ul .article a.seeother:hover, .article #sidebar #next_events > ul a.seeother:hover,
#sidebar #next_events > ul .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal #sidebar #next_events > ul .ctn > #content > a:hover,
#sidebar #next_events > ul .detail_event #principal .ctn > #content a.seeother:hover,
.detail_event #principal .ctn > #content #sidebar #next_events > ul a.seeother:hover,
#sidebar #next_events > ul .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal #sidebar #next_events > ul .ctn > #content > a:hover,
#sidebar #next_events > ul .detail_article #principal .ctn > #content a.seeother:hover,
.detail_article #principal .ctn > #content #sidebar #next_events > ul a.seeother:hover, #sidebar #next_events > ul #last_articles + p a:hover, #last_articles + p #sidebar #next_events > ul a:hover, #sidebar #next_events > ul #events > p a:hover, #sidebar #events > p #next_events > ul a:hover, #sidebar #next_events > ul #next_events > p a:hover, #sidebar #next_events > p #next_events > ul a:hover, #sidebar #next_events > ul .last_published_plugin > p a:hover, #sidebar .last_published_plugin > p #next_events > ul a:hover, #sidebar #next_events > ul #last_documents > p a:hover, #sidebar #last_documents > p #next_events > ul a:hover, aside.events #events > p #sidebar #next_events > ul a:hover, aside.events #next_events > p #sidebar #next_events > ul a:hover, aside.events .last_published_plugin > p #sidebar #next_events > ul a:hover, aside.events #last_documents > p #sidebar #next_events > ul a:hover, aside.events #next_events > ul a.readmore:focus, aside.events #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > ul a.readmore:focus, aside.events #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > ul a.seeother:focus, aside.events #next_events > ul #principal .ressources .feed_plugin > a:focus, #principal .ressources aside.events #next_events > ul .feed_plugin > a:focus, aside.events #next_events > ul #principal .ressources .feed_plugin a.seeother:focus, #principal .ressources .feed_plugin aside.events #next_events > ul a.seeother:focus,
aside.events #next_events > ul #last_articles > a:focus,
aside.events #next_events > ul #last_articles a.seeother:focus,
#last_articles aside.events #next_events > ul a.seeother:focus, aside.events #next_events > ul .article > a:focus, aside.events #next_events > ul .article a.seeother:focus, .article aside.events #next_events > ul a.seeother:focus,
aside.events #next_events > ul .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal aside.events #next_events > ul .ctn > #content > a:focus,
aside.events #next_events > ul .detail_event #principal .ctn > #content a.seeother:focus,
.detail_event #principal .ctn > #content aside.events #next_events > ul a.seeother:focus,
aside.events #next_events > ul .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal aside.events #next_events > ul .ctn > #content > a:focus,
aside.events #next_events > ul .detail_article #principal .ctn > #content a.seeother:focus,
.detail_article #principal .ctn > #content aside.events #next_events > ul a.seeother:focus, aside.events #next_events > ul #last_articles + p a:focus, #last_articles + p aside.events #next_events > ul a:focus, #sidebar #events > p aside.events #next_events > ul a:focus, #sidebar #next_events > p aside.events #next_events > ul a:focus, #sidebar .last_published_plugin > p aside.events #next_events > ul a:focus, #sidebar #last_documents > p aside.events #next_events > ul a:focus, aside.events #next_events > ul #events > p a:focus, aside.events #events > p #next_events > ul a:focus, aside.events #next_events > ul #next_events > p a:focus, aside.events #next_events > p #next_events > ul a:focus, aside.events #next_events > ul .last_published_plugin > p a:focus, aside.events .last_published_plugin > p #next_events > ul a:focus, aside.events #next_events > ul #last_documents > p a:focus, aside.events #last_documents > p #next_events > ul a:focus, aside.events #next_events > ul a.readmore:hover, aside.events #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > ul a.readmore:hover, aside.events #next_events > ul .home_authenticated #principal #home_authenticated_content_3 .ctn > div a.seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #next_events > ul a.seeother:hover, aside.events #next_events > ul #principal .ressources .feed_plugin > a:hover, #principal .ressources aside.events #next_events > ul .feed_plugin > a:hover, aside.events #next_events > ul #principal .ressources .feed_plugin a.seeother:hover, #principal .ressources .feed_plugin aside.events #next_events > ul a.seeother:hover,
aside.events #next_events > ul #last_articles > a:hover,
aside.events #next_events > ul #last_articles a.seeother:hover,
#last_articles aside.events #next_events > ul a.seeother:hover, aside.events #next_events > ul .article > a:hover, aside.events #next_events > ul .article a.seeother:hover, .article aside.events #next_events > ul a.seeother:hover,
aside.events #next_events > ul .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal aside.events #next_events > ul .ctn > #content > a:hover,
aside.events #next_events > ul .detail_event #principal .ctn > #content a.seeother:hover,
.detail_event #principal .ctn > #content aside.events #next_events > ul a.seeother:hover,
aside.events #next_events > ul .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal aside.events #next_events > ul .ctn > #content > a:hover,
aside.events #next_events > ul .detail_article #principal .ctn > #content a.seeother:hover,
.detail_article #principal .ctn > #content aside.events #next_events > ul a.seeother:hover, aside.events #next_events > ul #last_articles + p a:hover, #last_articles + p aside.events #next_events > ul a:hover, #sidebar #events > p aside.events #next_events > ul a:hover, #sidebar #next_events > p aside.events #next_events > ul a:hover, #sidebar .last_published_plugin > p aside.events #next_events > ul a:hover, #sidebar #last_documents > p aside.events #next_events > ul a:hover, aside.events #next_events > ul #events > p a:hover, aside.events #events > p #next_events > ul a:hover, aside.events #next_events > ul #next_events > p a:hover, aside.events #next_events > p #next_events > ul a:hover, aside.events #next_events > ul .last_published_plugin > p a:hover, aside.events .last_published_plugin > p #next_events > ul a:hover, aside.events #next_events > ul #last_documents > p a:hover, aside.events #last_documents > p #next_events > ul a:hover {
  background-color: #fff;
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033354}}
#sidebar #events, #sidebar #next_events, #sidebar .last_published_plugin, #sidebar #last_documents, aside.events #events, aside.events #next_events, aside.events .last_published_plugin, aside.events #last_documents {
  margin-bottom: 2em;
  margin-left: 0;
  background-color: #a3b019;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033359}}
#sidebar #events > h1, #sidebar #events > h2, #sidebar #next_events > h1, #sidebar #next_events > h2, #sidebar .last_published_plugin > h1, #sidebar .last_published_plugin > h2, #sidebar #last_documents > h1, #sidebar #last_documents > h2, aside.events #events > h1, aside.events #events > h2, aside.events #next_events > h1, aside.events #next_events > h2, aside.events .last_published_plugin > h1, aside.events .last_published_plugin > h2, aside.events #last_documents > h1, aside.events #last_documents > h2 {
  display: inline-block;
  color: #fff;
  margin: 1.25em 0 .5em;
  padding: 0 20px 20px;
  font-size: 1.625em;
  text-transform: uppercase;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033367}}
#sidebar #events > h1 a, #sidebar #events > h2 a, #sidebar #next_events > h1 a, #sidebar #next_events > h2 a, #sidebar .last_published_plugin > h1 a, #sidebar .last_published_plugin > h2 a, #sidebar #last_documents > h1 a, #sidebar #last_documents > h2 a, aside.events #events > h1 a, aside.events #events > h2 a, aside.events #next_events > h1 a, aside.events #next_events > h2 a, aside.events .last_published_plugin > h1 a, aside.events .last_published_plugin > h2 a, aside.events #last_documents > h1 a, aside.events #last_documents > h2 a {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033368}}
#sidebar #events > h1:before, #sidebar #events > h2:before, #sidebar #next_events > h1:before, #sidebar #next_events > h2:before, #sidebar .last_published_plugin > h1:before, #sidebar .last_published_plugin > h2:before, #sidebar #last_documents > h1:before, #sidebar #last_documents > h2:before, aside.events #events > h1:before, aside.events #events > h2:before, aside.events #next_events > h1:before, aside.events #next_events > h2:before, aside.events .last_published_plugin > h1:before, aside.events .last_published_plugin > h2:before, aside.events #last_documents > h1:before, aside.events #last_documents > h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 3px;
  background: #fff;
  left: 0;
  bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033377}}
#sidebar #events time, #sidebar #events .published, #sidebar #next_events time, #sidebar #next_events .published, #sidebar .last_published_plugin time, #sidebar .last_published_plugin .published, #sidebar #last_documents time, #sidebar #last_documents .published, aside.events #events time, aside.events #events .published, aside.events #next_events time, aside.events #next_events .published, aside.events .last_published_plugin time, aside.events .last_published_plugin .published, aside.events #last_documents time, aside.events #last_documents .published {
  border-bottom: 1px solid;
  font-size: 1em;
  margin: 0 0 0.75em;
  font-weight: 600;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033383}}
#sidebar #events > p, #sidebar #next_events > p, #sidebar .last_published_plugin > p, #sidebar #last_documents > p, aside.events #events > p, aside.events #next_events > p, aside.events .last_published_plugin > p, aside.events #last_documents > p {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033385}}
#sidebar #events > p a, #sidebar #next_events > p a, #sidebar .last_published_plugin > p a, #sidebar #last_documents > p a, aside.events #events > p a, aside.events #next_events > p a, aside.events .last_published_plugin > p a, aside.events #last_documents > p a {
  margin: 0;
  width: 85%;
  border-color: #fff;
  background: #fff;
  color: #a3b019;
  text-transform: uppercase;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  font-size: 1.125em;
  min-height: 40px;
  line-height: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033397}}
#sidebar #events > p a:hover, #sidebar #events > p a:focus, #sidebar #next_events > p a:hover, #sidebar #next_events > p a:focus, #sidebar .last_published_plugin > p a:hover, #sidebar .last_published_plugin > p a:focus, #sidebar #last_documents > p a:hover, #sidebar #last_documents > p a:focus, aside.events #events > p a:hover, aside.events #events > p a:focus, aside.events #next_events > p a:hover, aside.events #next_events > p a:focus, aside.events .last_published_plugin > p a:hover, aside.events .last_published_plugin > p a:focus, aside.events #last_documents > p a:hover, aside.events #last_documents > p a:focus {
  border-color: #fff;
  background: #fff;
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033404}}
#sidebar #events > ul, #sidebar #next_events > ul, #sidebar .last_published_plugin > ul, #sidebar #last_documents > ul, aside.events #events > ul, aside.events #next_events > ul, aside.events .last_published_plugin > ul, aside.events #last_documents > ul {
  padding: 0 20px;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033407}}
#sidebar #events > ul > li, #sidebar #next_events > ul > li, #sidebar .last_published_plugin > ul > li, #sidebar #last_documents > ul > li, aside.events #events > ul > li, aside.events #next_events > ul > li, aside.events .last_published_plugin > ul > li, aside.events #last_documents > ul > li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033412}}
#sidebar #events > ul > li a, #sidebar #next_events > ul > li a, #sidebar .last_published_plugin > ul > li a, #sidebar #last_documents > ul > li a, aside.events #events > ul > li a, aside.events #next_events > ul > li a, aside.events .last_published_plugin > ul > li a, aside.events #last_documents > ul > li a {
  color: #fff;
  -webkit-transition: color, 0.3s, ease-in-out, 0s;
  -moz-transition: color, 0.3s, ease-in-out, 0s;
  -o-transition: color, 0.3s, ease-in-out, 0s;
  transition: color, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033415}}
#sidebar #events > ul > li a:hover, #sidebar #events > ul > li a:active, #sidebar #next_events > ul > li a:hover, #sidebar #next_events > ul > li a:active, #sidebar .last_published_plugin > ul > li a:hover, #sidebar .last_published_plugin > ul > li a:active, #sidebar #last_documents > ul > li a:hover, #sidebar #last_documents > ul > li a:active, aside.events #events > ul > li a:hover, aside.events #events > ul > li a:active, aside.events #next_events > ul > li a:hover, aside.events #next_events > ul > li a:active, aside.events .last_published_plugin > ul > li a:hover, aside.events .last_published_plugin > ul > li a:active, aside.events #last_documents > ul > li a:hover, aside.events #last_documents > ul > li a:active {
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033417}}
#sidebar #events > ul > li h3, #sidebar #next_events > ul > li h3, #sidebar .last_published_plugin > ul > li h3, #sidebar #last_documents > ul > li h3, aside.events #events > ul > li h3, aside.events #next_events > ul > li h3, aside.events .last_published_plugin > ul > li h3, aside.events #last_documents > ul > li h3 {
  font-size: 1.25em;
  line-height: 1em;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033422}}
#sidebar #events > ul > li .illustration, #sidebar #next_events > ul > li .illustration, #sidebar .last_published_plugin > ul > li .illustration, #sidebar #last_documents > ul > li .illustration, aside.events #events > ul > li .illustration, aside.events #next_events > ul > li .illustration, aside.events .last_published_plugin > ul > li .illustration, aside.events #last_documents > ul > li .illustration {
  display: block;
  float: left;
  margin: 0;
  width: 80px;
  max-width: 100%;
  height: auto;
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity, 0.2s, ease-in-out, 0s;
  -moz-transition: opacity, 0.2s, ease-in-out, 0s;
  -o-transition: opacity, 0.2s, ease-in-out, 0s;
  transition: opacity, 0.2s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033431}}
#sidebar #events > ul > li .illustration:hover, #sidebar #events > ul > li .illustration:active, #sidebar #next_events > ul > li .illustration:hover, #sidebar #next_events > ul > li .illustration:active, #sidebar .last_published_plugin > ul > li .illustration:hover, #sidebar .last_published_plugin > ul > li .illustration:active, #sidebar #last_documents > ul > li .illustration:hover, #sidebar #last_documents > ul > li .illustration:active, aside.events #events > ul > li .illustration:hover, aside.events #events > ul > li .illustration:active, aside.events #next_events > ul > li .illustration:hover, aside.events #next_events > ul > li .illustration:active, aside.events .last_published_plugin > ul > li .illustration:hover, aside.events .last_published_plugin > ul > li .illustration:active, aside.events #last_documents > ul > li .illustration:hover, aside.events #last_documents > ul > li .illustration:active {
  opacity: .85;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033438}}
#sidebar .last_published_plugin ul.list li, aside.events .last_published_plugin ul.list li {
  display: table;
  position: relative;
  margin: 0 0 1.5em;
  padding-bottom: 1em;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#sidebar .last_published_plugin ul.list li:after, aside.events .last_published_plugin ul.list li:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033446}}
#sidebar .last_published_plugin ul.list li > div, aside.events .last_published_plugin ul.list li > div {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033450}}
#sidebar .last_published_plugin ul.list li > div.content_img, aside.events .last_published_plugin ul.list li > div.content_img {
  padding: 0 20px 5px 0;
  width: 100px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033453}}
#sidebar .last_published_plugin ul.list li > div.content_img img , aside.events .last_published_plugin ul.list li > div.content_img img  {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033456}}
#sidebar .last_published_plugin ul.list li a, aside.events .last_published_plugin ul.list li a {
  display: block;
  margin: 0.25em 0;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033463}}
#sidebar .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_plugin .readmore, #sidebar .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_plugin .seeother, #sidebar .last_published_plugin #principal .ressources .feed_plugin > a, #principal .ressources #sidebar .last_published_plugin .feed_plugin > a, #sidebar .last_published_plugin #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin #sidebar .last_published_plugin .seeother,
#sidebar .last_published_plugin #last_articles > a,
#sidebar .last_published_plugin #last_articles .seeother,
#last_articles #sidebar .last_published_plugin .seeother, #sidebar .last_published_plugin .article > a, #sidebar .last_published_plugin .article .seeother, .article #sidebar .last_published_plugin .seeother,
#sidebar .last_published_plugin .detail_event #principal .ctn > #content > a,
.detail_event #principal #sidebar .last_published_plugin .ctn > #content > a,
#sidebar .last_published_plugin .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content #sidebar .last_published_plugin .seeother,
#sidebar .last_published_plugin .detail_article #principal .ctn > #content > a,
.detail_article #principal #sidebar .last_published_plugin .ctn > #content > a,
#sidebar .last_published_plugin .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content #sidebar .last_published_plugin .seeother, #sidebar .last_published_plugin #last_articles + p a, #last_articles + p #sidebar .last_published_plugin a, #sidebar .last_published_plugin #events > p a, #sidebar #events > p .last_published_plugin a, #sidebar .last_published_plugin #next_events > p a, #sidebar #next_events > p .last_published_plugin a, #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin #last_documents > p a, #sidebar #last_documents > p .last_published_plugin a, aside.events #events > p #sidebar .last_published_plugin a, aside.events #next_events > p #sidebar .last_published_plugin a, aside.events #last_documents > p #sidebar .last_published_plugin a, #sidebar .last_published_plugin .readmore, aside.events .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_plugin .readmore, aside.events .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_plugin .seeother, aside.events .last_published_plugin #principal .ressources .feed_plugin > a, #principal .ressources aside.events .last_published_plugin .feed_plugin > a, aside.events .last_published_plugin #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin aside.events .last_published_plugin .seeother,
aside.events .last_published_plugin #last_articles > a,
aside.events .last_published_plugin #last_articles .seeother,
#last_articles aside.events .last_published_plugin .seeother, aside.events .last_published_plugin .article > a, aside.events .last_published_plugin .article .seeother, .article aside.events .last_published_plugin .seeother,
aside.events .last_published_plugin .detail_event #principal .ctn > #content > a,
.detail_event #principal aside.events .last_published_plugin .ctn > #content > a,
aside.events .last_published_plugin .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content aside.events .last_published_plugin .seeother,
aside.events .last_published_plugin .detail_article #principal .ctn > #content > a,
.detail_article #principal aside.events .last_published_plugin .ctn > #content > a,
aside.events .last_published_plugin .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content aside.events .last_published_plugin .seeother, aside.events .last_published_plugin #last_articles + p a, #last_articles + p aside.events .last_published_plugin a, aside.events .last_published_plugin #sidebar #events > p a, #sidebar #events > p aside.events .last_published_plugin a, aside.events .last_published_plugin #sidebar #next_events > p a, #sidebar #next_events > p aside.events .last_published_plugin a, aside.events #sidebar .last_published_plugin > p a, #sidebar aside.events .last_published_plugin > p a, aside.events .last_published_plugin #sidebar #last_documents > p a, #sidebar #last_documents > p aside.events .last_published_plugin a, aside.events .last_published_plugin #events > p a, aside.events #events > p .last_published_plugin a, aside.events .last_published_plugin #next_events > p a, aside.events #next_events > p .last_published_plugin a, aside.events .last_published_plugin > p a, aside.events .last_published_plugin #last_documents > p a, aside.events #last_documents > p .last_published_plugin a, aside.events #sidebar .last_published_plugin .readmore, #sidebar aside.events .last_published_plugin .readmore, aside.events .last_published_plugin .readmore {
  width: 85%;
  margin-left: 7.5%;
  border-color: #fff;
  background: #fff;
  color: #a3b019;
  text-transform: uppercase;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  font-size: 1.125em;
  height: 40px;
  line-height: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033475}}
#sidebar .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_plugin .readmore:hover, #sidebar .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_plugin .seeother:hover, #sidebar .last_published_plugin #principal .ressources .feed_plugin > a:hover, #principal .ressources #sidebar .last_published_plugin .feed_plugin > a:hover, #sidebar .last_published_plugin #principal .ressources .feed_plugin .seeother:hover, #principal .ressources .feed_plugin #sidebar .last_published_plugin .seeother:hover,
#sidebar .last_published_plugin #last_articles > a:hover,
#sidebar .last_published_plugin #last_articles .seeother:hover,
#last_articles #sidebar .last_published_plugin .seeother:hover, #sidebar .last_published_plugin .article > a:hover, #sidebar .last_published_plugin .article .seeother:hover, .article #sidebar .last_published_plugin .seeother:hover,
#sidebar .last_published_plugin .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal #sidebar .last_published_plugin .ctn > #content > a:hover,
#sidebar .last_published_plugin .detail_event #principal .ctn > #content .seeother:hover,
.detail_event #principal .ctn > #content #sidebar .last_published_plugin .seeother:hover,
#sidebar .last_published_plugin .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal #sidebar .last_published_plugin .ctn > #content > a:hover,
#sidebar .last_published_plugin .detail_article #principal .ctn > #content .seeother:hover,
.detail_article #principal .ctn > #content #sidebar .last_published_plugin .seeother:hover, #sidebar .last_published_plugin #last_articles + p a:hover, #last_articles + p #sidebar .last_published_plugin a:hover, #sidebar .last_published_plugin #events > p a:hover, #sidebar #events > p .last_published_plugin a:hover, #sidebar .last_published_plugin #next_events > p a:hover, #sidebar #next_events > p .last_published_plugin a:hover, #sidebar .last_published_plugin > p a:hover, #sidebar .last_published_plugin #last_documents > p a:hover, #sidebar #last_documents > p .last_published_plugin a:hover, aside.events #events > p #sidebar .last_published_plugin a:hover, aside.events #next_events > p #sidebar .last_published_plugin a:hover, aside.events #last_documents > p #sidebar .last_published_plugin a:hover, #sidebar .last_published_plugin .readmore:hover, #sidebar .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_plugin .readmore:focus, #sidebar .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_plugin .seeother:focus, #sidebar .last_published_plugin #principal .ressources .feed_plugin > a:focus, #principal .ressources #sidebar .last_published_plugin .feed_plugin > a:focus, #sidebar .last_published_plugin #principal .ressources .feed_plugin .seeother:focus, #principal .ressources .feed_plugin #sidebar .last_published_plugin .seeother:focus,
#sidebar .last_published_plugin #last_articles > a:focus,
#sidebar .last_published_plugin #last_articles .seeother:focus,
#last_articles #sidebar .last_published_plugin .seeother:focus, #sidebar .last_published_plugin .article > a:focus, #sidebar .last_published_plugin .article .seeother:focus, .article #sidebar .last_published_plugin .seeother:focus,
#sidebar .last_published_plugin .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal #sidebar .last_published_plugin .ctn > #content > a:focus,
#sidebar .last_published_plugin .detail_event #principal .ctn > #content .seeother:focus,
.detail_event #principal .ctn > #content #sidebar .last_published_plugin .seeother:focus,
#sidebar .last_published_plugin .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal #sidebar .last_published_plugin .ctn > #content > a:focus,
#sidebar .last_published_plugin .detail_article #principal .ctn > #content .seeother:focus,
.detail_article #principal .ctn > #content #sidebar .last_published_plugin .seeother:focus, #sidebar .last_published_plugin #last_articles + p a:focus, #last_articles + p #sidebar .last_published_plugin a:focus, #sidebar .last_published_plugin #events > p a:focus, #sidebar #events > p .last_published_plugin a:focus, #sidebar .last_published_plugin #next_events > p a:focus, #sidebar #next_events > p .last_published_plugin a:focus, #sidebar .last_published_plugin > p a:focus, #sidebar .last_published_plugin #last_documents > p a:focus, #sidebar #last_documents > p .last_published_plugin a:focus, aside.events #events > p #sidebar .last_published_plugin a:focus, aside.events #next_events > p #sidebar .last_published_plugin a:focus, aside.events #last_documents > p #sidebar .last_published_plugin a:focus, #sidebar .last_published_plugin .readmore:focus, aside.events .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_plugin .readmore:hover, aside.events .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:hover, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_plugin .seeother:hover, aside.events .last_published_plugin #principal .ressources .feed_plugin > a:hover, #principal .ressources aside.events .last_published_plugin .feed_plugin > a:hover, aside.events .last_published_plugin #principal .ressources .feed_plugin .seeother:hover, #principal .ressources .feed_plugin aside.events .last_published_plugin .seeother:hover,
aside.events .last_published_plugin #last_articles > a:hover,
aside.events .last_published_plugin #last_articles .seeother:hover,
#last_articles aside.events .last_published_plugin .seeother:hover, aside.events .last_published_plugin .article > a:hover, aside.events .last_published_plugin .article .seeother:hover, .article aside.events .last_published_plugin .seeother:hover,
aside.events .last_published_plugin .detail_event #principal .ctn > #content > a:hover,
.detail_event #principal aside.events .last_published_plugin .ctn > #content > a:hover,
aside.events .last_published_plugin .detail_event #principal .ctn > #content .seeother:hover,
.detail_event #principal .ctn > #content aside.events .last_published_plugin .seeother:hover,
aside.events .last_published_plugin .detail_article #principal .ctn > #content > a:hover,
.detail_article #principal aside.events .last_published_plugin .ctn > #content > a:hover,
aside.events .last_published_plugin .detail_article #principal .ctn > #content .seeother:hover,
.detail_article #principal .ctn > #content aside.events .last_published_plugin .seeother:hover, aside.events .last_published_plugin #last_articles + p a:hover, #last_articles + p aside.events .last_published_plugin a:hover, aside.events .last_published_plugin #sidebar #events > p a:hover, #sidebar #events > p aside.events .last_published_plugin a:hover, aside.events .last_published_plugin #sidebar #next_events > p a:hover, #sidebar #next_events > p aside.events .last_published_plugin a:hover, aside.events #sidebar .last_published_plugin > p a:hover, #sidebar aside.events .last_published_plugin > p a:hover, aside.events .last_published_plugin #sidebar #last_documents > p a:hover, #sidebar #last_documents > p aside.events .last_published_plugin a:hover, aside.events .last_published_plugin #events > p a:hover, aside.events #events > p .last_published_plugin a:hover, aside.events .last_published_plugin #next_events > p a:hover, aside.events #next_events > p .last_published_plugin a:hover, aside.events .last_published_plugin > p a:hover, aside.events .last_published_plugin #last_documents > p a:hover, aside.events #last_documents > p .last_published_plugin a:hover, aside.events #sidebar .last_published_plugin .readmore:hover, #sidebar aside.events .last_published_plugin .readmore:hover, aside.events .last_published_plugin .readmore:hover, aside.events .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_plugin .readmore:focus, aside.events .last_published_plugin .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother:focus, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_plugin .seeother:focus, aside.events .last_published_plugin #principal .ressources .feed_plugin > a:focus, #principal .ressources aside.events .last_published_plugin .feed_plugin > a:focus, aside.events .last_published_plugin #principal .ressources .feed_plugin .seeother:focus, #principal .ressources .feed_plugin aside.events .last_published_plugin .seeother:focus,
aside.events .last_published_plugin #last_articles > a:focus,
aside.events .last_published_plugin #last_articles .seeother:focus,
#last_articles aside.events .last_published_plugin .seeother:focus, aside.events .last_published_plugin .article > a:focus, aside.events .last_published_plugin .article .seeother:focus, .article aside.events .last_published_plugin .seeother:focus,
aside.events .last_published_plugin .detail_event #principal .ctn > #content > a:focus,
.detail_event #principal aside.events .last_published_plugin .ctn > #content > a:focus,
aside.events .last_published_plugin .detail_event #principal .ctn > #content .seeother:focus,
.detail_event #principal .ctn > #content aside.events .last_published_plugin .seeother:focus,
aside.events .last_published_plugin .detail_article #principal .ctn > #content > a:focus,
.detail_article #principal aside.events .last_published_plugin .ctn > #content > a:focus,
aside.events .last_published_plugin .detail_article #principal .ctn > #content .seeother:focus,
.detail_article #principal .ctn > #content aside.events .last_published_plugin .seeother:focus, aside.events .last_published_plugin #last_articles + p a:focus, #last_articles + p aside.events .last_published_plugin a:focus, aside.events .last_published_plugin #sidebar #events > p a:focus, #sidebar #events > p aside.events .last_published_plugin a:focus, aside.events .last_published_plugin #sidebar #next_events > p a:focus, #sidebar #next_events > p aside.events .last_published_plugin a:focus, aside.events #sidebar .last_published_plugin > p a:focus, #sidebar aside.events .last_published_plugin > p a:focus, aside.events .last_published_plugin #sidebar #last_documents > p a:focus, #sidebar #last_documents > p aside.events .last_published_plugin a:focus, aside.events .last_published_plugin #events > p a:focus, aside.events #events > p .last_published_plugin a:focus, aside.events .last_published_plugin #next_events > p a:focus, aside.events #next_events > p .last_published_plugin a:focus, aside.events .last_published_plugin > p a:focus, aside.events .last_published_plugin #last_documents > p a:focus, aside.events #last_documents > p .last_published_plugin a:focus, aside.events #sidebar .last_published_plugin .readmore:focus, #sidebar aside.events .last_published_plugin .readmore:focus, aside.events .last_published_plugin .readmore:focus {
  border-color: #fff;
  background: #fff;
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033482}}
#sidebar .last_published_article, aside.events .last_published_article {
  background-color: #c6538c;
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033485}}
#sidebar .last_published_article h1:before, aside.events .last_published_article h1:before {
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033486}}
#sidebar .last_published_article h1, #sidebar .last_published_article h1 a, aside.events .last_published_article h1, aside.events .last_published_article h1 a {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033487}}
#sidebar .last_published_article ul > li a, #sidebar .last_published_article time, aside.events .last_published_article ul > li a, aside.events .last_published_article time {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033488}}
#sidebar .last_published_article .readmore, #sidebar .last_published_article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_article .readmore, #sidebar .last_published_article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar .last_published_article .seeother, #sidebar .last_published_article #principal .ressources .feed_plugin > a, #principal .ressources #sidebar .last_published_article .feed_plugin > a, #sidebar .last_published_article #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin #sidebar .last_published_article .seeother,
#sidebar .last_published_article #last_articles > a,
#sidebar .last_published_article #last_articles .seeother,
#last_articles #sidebar .last_published_article .seeother, #sidebar .last_published_article .article > a, #sidebar .last_published_article .article .seeother, .article #sidebar .last_published_article .seeother,
#sidebar .last_published_article .detail_event #principal .ctn > #content > a,
.detail_event #principal #sidebar .last_published_article .ctn > #content > a,
#sidebar .last_published_article .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content #sidebar .last_published_article .seeother,
#sidebar .last_published_article .detail_article #principal .ctn > #content > a,
.detail_article #principal #sidebar .last_published_article .ctn > #content > a,
#sidebar .last_published_article .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content #sidebar .last_published_article .seeother, #sidebar .last_published_article #last_articles + p a, #last_articles + p #sidebar .last_published_article a, #sidebar .last_published_article #events > p a, #sidebar #events > p .last_published_article a, #sidebar .last_published_article #next_events > p a, #sidebar #next_events > p .last_published_article a, #sidebar .last_published_article .last_published_plugin > p a, #sidebar .last_published_plugin > p .last_published_article a, #sidebar .last_published_article #last_documents > p a, #sidebar #last_documents > p .last_published_article a, aside.events #events > p #sidebar .last_published_article a, aside.events #next_events > p #sidebar .last_published_article a, aside.events .last_published_plugin > p #sidebar .last_published_article a, aside.events #last_documents > p #sidebar .last_published_article a, aside.events .last_published_article .readmore, aside.events .last_published_article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_article .readmore, aside.events .last_published_article .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events .last_published_article .seeother, aside.events .last_published_article #principal .ressources .feed_plugin > a, #principal .ressources aside.events .last_published_article .feed_plugin > a, aside.events .last_published_article #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin aside.events .last_published_article .seeother,
aside.events .last_published_article #last_articles > a,
aside.events .last_published_article #last_articles .seeother,
#last_articles aside.events .last_published_article .seeother, aside.events .last_published_article .article > a, aside.events .last_published_article .article .seeother, .article aside.events .last_published_article .seeother,
aside.events .last_published_article .detail_event #principal .ctn > #content > a,
.detail_event #principal aside.events .last_published_article .ctn > #content > a,
aside.events .last_published_article .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content aside.events .last_published_article .seeother,
aside.events .last_published_article .detail_article #principal .ctn > #content > a,
.detail_article #principal aside.events .last_published_article .ctn > #content > a,
aside.events .last_published_article .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content aside.events .last_published_article .seeother, aside.events .last_published_article #last_articles + p a, #last_articles + p aside.events .last_published_article a, aside.events .last_published_article #sidebar #events > p a, #sidebar #events > p aside.events .last_published_article a, aside.events .last_published_article #sidebar #next_events > p a, #sidebar #next_events > p aside.events .last_published_article a, aside.events .last_published_article #sidebar .last_published_plugin > p a, #sidebar .last_published_plugin > p aside.events .last_published_article a, aside.events .last_published_article #sidebar #last_documents > p a, #sidebar #last_documents > p aside.events .last_published_article a, aside.events .last_published_article #events > p a, aside.events #events > p .last_published_article a, aside.events .last_published_article #next_events > p a, aside.events #next_events > p .last_published_article a, aside.events .last_published_article .last_published_plugin > p a, aside.events .last_published_plugin > p .last_published_article a, aside.events .last_published_article #last_documents > p a, aside.events #last_documents > p .last_published_article a, aside.events .last_published_article #sidebar .last_published_plugin .readmore, #sidebar .last_published_plugin aside.events .last_published_article .readmore {
  color: #c6538c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033490}}
#sidebar #last_documents, aside.events #last_documents {
  background-color: #02b0a7;
  color: #02b0a7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033493}}
#sidebar #last_documents h1:before, aside.events #last_documents h1:before {
  background-color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033494}}
#sidebar #last_documents h1, #sidebar #last_documents h1 a, aside.events #last_documents h1, aside.events #last_documents h1 a {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033495}}
#sidebar #last_documents ul > li a, #sidebar #last_documents time, aside.events #last_documents ul > li a, aside.events #last_documents time {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033496}}
#sidebar #last_documents .readmore, #sidebar #last_documents .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #last_documents .readmore, #sidebar #last_documents .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div #sidebar #last_documents .seeother, #sidebar #last_documents #principal .ressources .feed_plugin > a, #principal .ressources #sidebar #last_documents .feed_plugin > a, #sidebar #last_documents #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin #sidebar #last_documents .seeother,
#sidebar #last_documents #last_articles > a,
#sidebar #last_documents #last_articles .seeother,
#last_articles #sidebar #last_documents .seeother, #sidebar #last_documents .article > a, #sidebar #last_documents .article .seeother, .article #sidebar #last_documents .seeother,
#sidebar #last_documents .detail_event #principal .ctn > #content > a,
.detail_event #principal #sidebar #last_documents .ctn > #content > a,
#sidebar #last_documents .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content #sidebar #last_documents .seeother,
#sidebar #last_documents .detail_article #principal .ctn > #content > a,
.detail_article #principal #sidebar #last_documents .ctn > #content > a,
#sidebar #last_documents .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content #sidebar #last_documents .seeother, #sidebar #last_documents #last_articles + p a, #last_articles + p #sidebar #last_documents a, #sidebar #last_documents #events > p a, #sidebar #events > p #last_documents a, #sidebar #last_documents #next_events > p a, #sidebar #next_events > p #last_documents a, #sidebar #last_documents .last_published_plugin > p a, #sidebar .last_published_plugin > p #last_documents a, #sidebar #last_documents > p a, aside.events #events > p #sidebar #last_documents a, aside.events #next_events > p #sidebar #last_documents a, aside.events .last_published_plugin > p #sidebar #last_documents a, aside.events #last_documents .readmore, aside.events #last_documents .home_authenticated #principal #home_authenticated_content_3 .ctn > div .readmore, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #last_documents .readmore, aside.events #last_documents .home_authenticated #principal #home_authenticated_content_3 .ctn > div .seeother, .home_authenticated #principal #home_authenticated_content_3 .ctn > div aside.events #last_documents .seeother, aside.events #last_documents #principal .ressources .feed_plugin > a, #principal .ressources aside.events #last_documents .feed_plugin > a, aside.events #last_documents #principal .ressources .feed_plugin .seeother, #principal .ressources .feed_plugin aside.events #last_documents .seeother,
aside.events #last_documents #last_articles > a,
aside.events #last_documents #last_articles .seeother,
#last_articles aside.events #last_documents .seeother, aside.events #last_documents .article > a, aside.events #last_documents .article .seeother, .article aside.events #last_documents .seeother,
aside.events #last_documents .detail_event #principal .ctn > #content > a,
.detail_event #principal aside.events #last_documents .ctn > #content > a,
aside.events #last_documents .detail_event #principal .ctn > #content .seeother,
.detail_event #principal .ctn > #content aside.events #last_documents .seeother,
aside.events #last_documents .detail_article #principal .ctn > #content > a,
.detail_article #principal aside.events #last_documents .ctn > #content > a,
aside.events #last_documents .detail_article #principal .ctn > #content .seeother,
.detail_article #principal .ctn > #content aside.events #last_documents .seeother, aside.events #last_documents #last_articles + p a, #last_articles + p aside.events #last_documents a, #sidebar #events > p aside.events #last_documents a, #sidebar #next_events > p aside.events #last_documents a, #sidebar .last_published_plugin > p aside.events #last_documents a, aside.events #sidebar #last_documents > p a, #sidebar aside.events #last_documents > p a, aside.events #last_documents #events > p a, aside.events #events > p #last_documents a, aside.events #last_documents #next_events > p a, aside.events #next_events > p #last_documents a, aside.events #last_documents .last_published_plugin > p a, aside.events .last_published_plugin > p #last_documents a, aside.events #last_documents > p a {
  color: #02b0a7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033499}}
#sidebar #last_documents .file, aside.events #last_documents .file {
  border-top: 0 none;
  margin: 0;
  padding-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033504}}
#sidebar #last_documents .file h2, #sidebar #last_documents .size, aside.events #last_documents .file h2, aside.events #last_documents .size {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033505}}
#sidebar #last_documents .file a, aside.events #last_documents .file a {
  background-color: transparent;
}

/* /#sidebar */
/*---------- FIN MAIN SIDEBAR ----------*/
/*---------- DEBUT Social Share ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033513}}
.home ul.social-share {
  height: 161px;
  position: fixed;
  right: 0;
  top: 54px;
  z-index: 100;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033519}}
.home ul.social-share li {
  display: block;
  float: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033526}}
ul.social-share {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  display: block;
  width: auto;
  margin: 1em 0 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  height: 41px;
  background-color: #f2f2f2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
ul.social-share:after {
  content: "";
  clear: both;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033539}}
.social-share li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #e5e5e5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033548}}
.social-share li:first-child {
  border-left: 0 none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033550}}
.social-share a {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url(/static/ffcriavs/img/share.png?e323be6b8ea8) no-repeat 5px -61px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033558}}
.social-share a:hover, .social-share a:focus, .social-share a:active {
  background-color: #28A9E0;
  background-position: 5px 9px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033560}}
.facebook a {
  background-position: -52px -61px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033562}}
.facebook a:hover, .facebook a:focus, .facebook a:active {
  background-color: #1E4288;
  background-position: -52px 9px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033564}}
.googleplus a {
  background-position: -108px -61px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033566}}
.googleplus a:hover, .googleplus a:focus, .googleplus a:active {
  background-color: #D4482B;
  background-position: -108px 9px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033568}}
.mail a {
  background-position: -165px -61px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033570}}
.mail a:hover, .mail a:focus, .mail a:active {
  background-color: #18AB5B;
  background-position: -165px 9px;
}

/*---------- FIN Social Share ----------*/
/*---------- 6. DEBUT FOOTER ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033577}}
#footer {
  background-color: #f2f2f2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033579}}
#footer .ctn {
  padding: 1.5em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033581}}
#footer .ctn > div {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  color: #333;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033581}}
  #footer .ctn > div {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033585}}
#footer .ctn > div:first-child {
  margin-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033586}}
#footer .ctn > div h2 {
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033587}}
#footer .ctn > div a, #footer .ctn > div strong {
  color: #8e9814;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033588}}
#footer .ctn > div ul {
  padding-left: 1.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033590}}
#footer .ctn > div ul li {
  list-style-image: url(/static/ffcriavs/img/puce-verte-foot.png?e323be6b8ea8);
}

/* </footer> */
/*---------- FIN FOOTER ----------*/
/*--------------------------------------------------
INPUT[TYPE="RADIO"] INPUT[TYPE="CHECKBOX"] COSTUMISER
--------------------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033600}}
[type="radio"] + label {
  display: inline-block;
  margin: 1.5rem 0 0.25rem;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033605}}
[type="radio"]:focus + label:before,
[type="checkbox"]:focus + label:before {
  -moz-box-shadow: 0 0 0 2px #aaaaaa;
  -webkit-box-shadow: 0 0 0 2px #aaaaaa;
  -o-box-shadow: 0 0 0 2px #aaaaaa;
  -ms-box-shadow: 0 0 0 2px #aaaaaa;
  box-shadow: 0 0 2px 0 #aaaaaa;
  outline: 0 none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033610}}
[type="radio"]:not(:checked), [type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  left: -9999px;
  position: absolute;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033616}}
[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  background: none repeat scroll 0 0 #F8F8F8;
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  height: 14px;
  width: 14px;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033628}}
[type="radio"]:focus + label:before,
[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033632}}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033637}}
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033641}}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  position: absolute;
  content: "✔";
  left: -1px;
  top: -1px;
  color: #a3b019;
  font-size: 20px;
  -webkit-transition: all, 0.2s, ease, 0s;
  -moz-transition: all, 0.2s, ease, 0s;
  -o-transition: all, 0.2s, ease, 0s;
  transition: all, 0.2s, ease, 0s;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033650}}
[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 6px;
  height: 10px;
  width: 10px;
  background-color: #a3b019;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all, 0.2s, ease, 0s;
  -moz-transition: all, 0.2s, ease, 0s;
  -o-transition: all, 0.2s, ease, 0s;
  transition: all, 0.2s, ease, 0s;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033663}}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label,
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033670}}
.invalid [type="radio"]:not(:checked) + label:after,
.invalid [type="radio"]:checked + label:after {
  background-color: #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033672}}
.invalid [type="checkbox"]:not(:checked) + label:after,
.invalid [type="checkbox"]:checked + label:after {
  color: #ca3838;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033674}}
input[type="file"] {
  padding: 0;
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033677}}
.ctrlHolder input[type="radio"]:not(:checked),
.ctrlHolder input[type="radio"]:checked {
  left: 0 !important;
  position: relative !important;
}

/*---------- 7. DEBUT FORMULAIRES ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033684}}
form .helptext {
  cursor: pointer;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: .5em;
  background-color: #fff;
  border: 2px solid #eee;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding-left: 2px;
  line-height: 1;
  height: 1.25em;
  width: 1.25em;
  text-align: center;
  color: #a3b019;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  z-index: 1;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033702}}
form .helptext:hover, form .helptext:active {
  color: #999;
  border: 2px solid #999;
}

/*formulaire de connection et d'inscription'*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033705}}
.ctn > form.login {
  width: 300px;
  margin: 0.5em auto 2em;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033711}}
.ctn > form.login button {
  width: 100%;
  margin-bottom: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033714}}
form.login [for="id_remember"] {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033715}}
form.login [type="text"], form.login [type="password"] {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033717}}
#signup_form, #profile_change_form {
  width: 100%;
  margin: 0.5em 0 2em;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033723}}
#signup_form .fieldWrapper, #profile_change_form .fieldWrapper {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#signup_form .fieldWrapper:after, #profile_change_form .fieldWrapper:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033723}}
  #signup_form .fieldWrapper, #profile_change_form .fieldWrapper {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033726}}
#signup_form .fieldWrapper:nth-child(3n+1), #profile_change_form .fieldWrapper:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033727}}
#signup_form .fieldWrapper input, #signup_form .fieldWrapper select, #profile_change_form .fieldWrapper input, #profile_change_form .fieldWrapper select {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033729}}
#signup_form button, #profile_change_form button {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  margin-top: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
#signup_form button:after, #profile_change_form button:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033729}}
  #signup_form button, #profile_change_form button {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033737}}
#signup_form .select2-container .select2-choice .select2-search-field .select2-input,
#signup_form .select2-container .select2-choices .select2-search-field .select2-input,
#signup_form .select2-container-multi .select2-choice .select2-search-field .select2-input,
#signup_form .select2-container-multi .select2-choices .select2-search-field .select2-input, #profile_change_form .select2-container .select2-choice .select2-search-field .select2-input,
#profile_change_form .select2-container .select2-choices .select2-search-field .select2-input,
#profile_change_form .select2-container-multi .select2-choice .select2-search-field .select2-input,
#profile_change_form .select2-container-multi .select2-choices .select2-search-field .select2-input {
  color: #a3b019 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033740}}
#signup_form .select2-container-multi .select2-choices .select2-search-choice, #profile_change_form .select2-container-multi .select2-choices .select2-search-choice {
  color: #a3b019;
  border-color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033745}}
#signup_form .select2-container .select2-choice, #signup_form .select2-container .select2-choices, #signup_form .select2-container-multi .select2-choice, #signup_form .select2-container-multi .select2-choices, #profile_change_form .select2-container .select2-choice, #profile_change_form .select2-container .select2-choices, #profile_change_form .select2-container-multi .select2-choice, #profile_change_form .select2-container-multi .select2-choices {
  border-color: #a3b019 !important;
  font-family: "ralewaymedium", helvetica, arial, clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033748}}
#signup_form .select2-container .select2-choice .select2-search-field .select2-input, #signup_form .select2-container .select2-choices .select2-search-field .select2-input, #signup_form .select2-container-multi .select2-choice .select2-search-field .select2-input, #signup_form .select2-container-multi .select2-choices .select2-search-field .select2-input, #profile_change_form .select2-container .select2-choice .select2-search-field .select2-input, #profile_change_form .select2-container .select2-choices .select2-search-field .select2-input, #profile_change_form .select2-container-multi .select2-choice .select2-search-field .select2-input, #profile_change_form .select2-container-multi .select2-choices .select2-search-field .select2-input {
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033755}}
#signup_form .error.required .select2-container .select2-choice .select2-search-field .select2-input,
#signup_form .error.required .select2-container .select2-choices .select2-search-field .select2-input,
#signup_form .error.required .select2-container-multi .select2-choice .select2-search-field .select2-input,
#signup_form .error.required .select2-container-multi .select2-choices .select2-search-field .select2-input, #profile_change_form .error.required .select2-container .select2-choice .select2-search-field .select2-input,
#profile_change_form .error.required .select2-container .select2-choices .select2-search-field .select2-input,
#profile_change_form .error.required .select2-container-multi .select2-choice .select2-search-field .select2-input,
#profile_change_form .error.required .select2-container-multi .select2-choices .select2-search-field .select2-input {
  color: #ca3838 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033758}}
#signup_form .error.required .select2-container-multi .select2-choices .select2-search-choice, #profile_change_form .error.required .select2-container-multi .select2-choices .select2-search-choice {
  color: #ca3838 !important;
  border: 1px solid #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033761}}
#signup_form .error.required .select2-container-multi .select2-choices .select2-search-choice:focus, #profile_change_form .error.required .select2-container-multi .select2-choices .select2-search-choice:focus {
  outline: 1px solid #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033764}}
#signup_form .error.required .select2-container .select2-choice, #signup_form .error.required .select2-container .select2-choices, #signup_form .error.required .select2-container-multi .select2-choice, #signup_form .error.required .select2-container-multi .select2-choices, #profile_change_form .error.required .select2-container .select2-choice, #profile_change_form .error.required .select2-container .select2-choices, #profile_change_form .error.required .select2-container-multi .select2-choice, #profile_change_form .error.required .select2-container-multi .select2-choices {
  border-color: #ca3838 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033766}}
#signup_form .error.required .select2-container .select2-choice .select2-search-field .select2-input, #signup_form .error.required .select2-container .select2-choices .select2-search-field .select2-input, #signup_form .error.required .select2-container-multi .select2-choice .select2-search-field .select2-input, #signup_form .error.required .select2-container-multi .select2-choices .select2-search-field .select2-input, #profile_change_form .error.required .select2-container .select2-choice .select2-search-field .select2-input, #profile_change_form .error.required .select2-container .select2-choices .select2-search-field .select2-input, #profile_change_form .error.required .select2-container-multi .select2-choice .select2-search-field .select2-input, #profile_change_form .error.required .select2-container-multi .select2-choices .select2-search-field .select2-input {
  color: #ca3838 !important;
}

/*formulaire de modif MDP*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033772}}
.password_change {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 48.98374%;
  width: 43.333%;
  margin: .5em 0 2em 28.333%;
  padding: 20px 4%;
  border-bottom: 3px solid #eeeeee;
  border-top: 3px solid #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.password_change:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033772}}
  .password_change {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033780}}
.password_change label {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033781}}
.password_change input[type="text"], .password_change input[type="password"] {
  float: right;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033782}}
.password_change .button, .password_change button {
  width: 100%;
  float: left;
  margin: 0.25em 0 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033783}}
.password_change .helptext {
  border: none;
  width: auto;
  height: auto;
  text-align: left;
  float: none;
  border-radius: 0;
  padding: 0;
  margin: 5px 0 0;
  color: #333;
  font-size: .875em;
  line-height: 1.22em;
  font-family: "Arial", Helvetica, Clean, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033796}}
.password_change .helptext:hover, .password_change .helptext:active {
  color: #333;
  border: none;
}

/*formulaire de modif adresse Mail*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033800}}
.email_list, .email_list + h2, .account-add-email-form {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 100%;
  margin-left: 0;
  padding: 2%;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
.email_list:after, .email_list + h2:after, .account-add-email-form:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033800}}
  .email_list, .email_list + h2, .account-add-email-form {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033807}}
.email_list fieldset, .email_list + h2 fieldset, .account-add-email-form fieldset {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033808}}
.email_list .primaryAction, .email_list + h2 .primaryAction, .account-add-email-form .primaryAction {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033810}}
.email_list .ctrlHolder span, .email_list + h2 .ctrlHolder span, .account-add-email-form .ctrlHolder span {
  color: #999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033811}}
.email_list .ctrlHolder span.unverified, .email_list + h2 .ctrlHolder span.unverified, .account-add-email-form .ctrlHolder span.unverified {
  color: #333;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033815}}
.email_list .choice_and_label span {
  color: #666;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033818}}
.email_list, .email_list + h2 {
  margin-top: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033820}}
.email_list + h2, .account-add-email-form {
  float: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033821}}
.email_list + h2 {
  text-align: left;
  font-family: "ralewayregular", helvetica, arial, clean, sans-serif;
  font-size: 1.5em;
  border-bottom: 0;
  padding-bottom: .5em;
  margin-bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033829}}
.account-add-email-form {
  border-top: 0;
  padding-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033830}}
.account-add-email-form label[for=id_email] {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033835}}
.account-add-email-form label {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 31.97832%;
  display: inline-block;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033835}}
  .account-add-email-form label {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033836}}
.account-add-email-form input {
  /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
  margin-left: 2.03252%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* end */
  width: 65.98916%;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033836}}
  .account-add-email-form input {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033837}}
.account-add-email-form [type="submit"] {
  float: right;
}

/*formulaire de contact*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033841}}
#form_contact {
  border-bottom: 3px solid #eeeeee;
  border-top: 3px solid #eeeeee;
  margin: 0 auto;
  padding: 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033846}}
#form_contact .error_msg {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033847}}
#form_contact p > label {
  display: inline-block;
  width: 30%;
}

/*formulaire général*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033855}}
form {
  display: inline-block;
  width: 100%;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  color: #a3b019;
  font-size: 1.143em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
form:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033863}}
form .helptext.tooltip {
  display: block;
  position: relative;
  float: left;
  line-height: 1.25em;
  margin: 0.5em 0 1em;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  font-size: 0.857em;
  color: #999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
form .helptext.tooltip:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033874}}
form fieldset {
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033875}}
form .fieldWrapper {
  margin: 0.75em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033878}}
form > p {
  display: block;
  float: left;
  margin: 0.5em 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033885}}
form .required label:before {
  content: " *";
  position: relative;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033891}}
form .error.required label, form .error.required input, form .error.required textarea, form .error.required select, form .errorrequired label, form .errorrequired input, form .errorrequired textarea, form .errorrequired select {
  color: #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033892}}
form .error.required input, form .error.required textarea, form .error.required select, form .errorrequired input, form .errorrequired textarea, form .errorrequired select {
  border: 1px solid #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033894}}
form .error.required input:focus, form .error.required textarea:focus, form .error.required select:focus, form .errorrequired input:focus, form .errorrequired textarea:focus, form .errorrequired select:focus {
  outline: 1px solid #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033897}}
form .errorlist {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033898}}
form .error_msg, form .errorlist li {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  line-height: 1.4em;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
  color: #ca3838;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033907}}
form label, form select {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033910}}
form input, form textarea {
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  color: #a3b019;
  font-size: 16px;
  padding: 5px 0;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033916}}
form input:focus, form textarea:focus {
  outline: 1px solid #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033918}}
form select {
  font-family: "ralewaysemibold", helvetica, arial, clean, sans-serif;
  font-size: 16px;
  color: #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033922}}
form select:focus {
  outline: 1px solid #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033925}}
form input, form textarea, form select {
  padding-left: 5px;
  border: 1px solid #a3b019;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033930}}
form select {
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033931}}
form [type="submit"], form .button, form button {
  display: inline-block;
  cursor: pointer;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 1em;
  font-family: "ralewaybold", helvetica, arial, clean, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin: .5em 0;
  text-shadow: 1px 1px #000;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
form [type="submit"]:after, form .button:after, form button:after {
  content: "";
  clear: both;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033946}}
form [type="submit"]:hover, form [type="submit"]:focus, form [type="submit"]:active, form .button:hover, form .button:focus, form .button:active, form button:hover, form button:focus, form button:active {
  background-color: #cddc1d;
  border-color: #cddc1d;
  text-shadow: 1px 1px #a3b019;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033949}}
form [type="submit"].secondaryAction, form .button.secondaryAction, form button.secondaryAction {
  padding: 5px;
  background-color: transparent;
  border: 2px solid;
  color: #999;
  font-size: .75em;
  text-shadow: 0 0 transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033956}}
form [type="submit"].secondaryAction:hover, form [type="submit"].secondaryAction:focus, form [type="submit"].secondaryAction:active, form .button.secondaryAction:hover, form .button.secondaryAction:focus, form .button.secondaryAction:active, form button.secondaryAction:hover, form button.secondaryAction:focus, form button.secondaryAction:active {
  color: #a3b019;
  border-color: #a3b019;
}

/* </form> */
/*---------- FIN FORMULAIRES ----------*/
@media only screen and (max-width: 1004px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033967}}
  #principal > .ctn, #header > .ctn {
    padding-left: 3%;
    padding-right: 3%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033968}}
  #home_content_3 .ctn {
    padding-left: 0;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033970}}
  #home_content_3 .ctn > article, #home_content_3 .ctn > aside {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033974}}
.mfp-wrap {
  z-index: 10000000;
}

/*--------------------- RESPONSIVE--------------------*/
@media only screen and (min-width: 768px) {
  /*---------- 2.3 DEBUT ACCUEIL & SLIDER----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033985}}
  .home #principal #home_content_2 .ctn > aside {
    position: relative;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033987}}
  .home #principal #home_content_2 .ctn > aside .criavsmap {
    position: absolute;
    right: 0;
  }

  /*---------- FIN ACCUEIL & SLIDER----------*/
  /*---------- 7. DEBUT FORMULAIRES ----------*/
  /*formulaire de contact*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033994}}
  #form_contact {
    padding: 20px 25%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033996}}
  #form_contact p > input {
    float: right;
    width: 70%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033997}}
  #form_contact .error_msg {
    width: 70%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033998}}
  #form_contact textarea + .error_msg {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000033999}}
  #form_contact textarea, #form_contact [type="submit"] {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034000}}
  #form_contact .help_required {
    font-size: 0.75em;
    margin: 0;
  }

  /*---------- FIN FORMULAIRES ----------*/
  /*------------*/
}
/*FIN desktop*/
@media only screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034006}}
  .carousel .slick-slide img {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034008}}
  .home #principal #home_content_1 .carousel .slick-slide h1,
  .home #principal #home_content_1 .carousel .slick-slide div {
    width: 98%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034009}}
  .home #principal #home_content_1 .carousel .slick-slide h1 {
    margin-top: 1em;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034010}}
  #home_titre {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034011}}
  .home #principal #home_content_2 .ctn, .home #principal #home_content_3 .ctn {
    width: 90%;
    margin: 0 5%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034012}}
  .home #principal #home_content_3 .ctn .seeother {
    left: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034013}}
  .home #principal #home_content_2 .ctn > article {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034017}}
  .home #principal #home_content_2 .ctn > aside {
    display: none;
  }

  /*------------------------*/
}
/*FIN (max-width : 1024px)*/
@media only screen and (max-width: 1100px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034022}}
  .home ul.social-share {
    height: 41px;
    top: 60px;
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034026}}
  .home ul.social-share li {
    display: inline-block;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  /*---------- 2.1 DEBUT HEADER ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034036}}
  #header .wrapper .ctn, #header .nav .ctn {
    padding: 0 2%;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034040}}
  #header > .ctn {
    min-height: auto;
  }

  /*---------- 2.3 DEBUT ACCUEIL & SLIDER----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034043}}
  .home ul.social-share {
    height: 41px;
    position: relative;
    top: auto;
    right: 5%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034049}}
  .home #principal {
    /*DEBUT SLIDER*/
    /*FIN SLIDER*/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034051}}
  .home #principal #home_content_1 {
    /*diaporama*/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034053}}
  .home #principal #home_content_1:before, .home #principal #home_content_1 .carousel {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034056}}
  .home #principal #home_content_2 .ctn:before, .home #principal #home_content_2 article:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034058}}
  .home #principal #home_content_2 .ctn > article h2, .home #principal #home_content_2 .ctn > article p {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034059}}
  .home #principal #home_content_2 .ctn > article h3, .home #principal #home_content_2 .ctn > article ul {
    width: 100%;
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034060}}
  .home #principal #home_content_2 .ctn > article h3 {
    margin: 2.5em 0 1.15em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034064}}
  .home #principal #home_content_3 .ctn:before, .home #principal #home_content_3 .ctn > aside {
    position: relative;
  }

  /*---------- FIN ACCUEIL & SLIDER----------*/
  /*---------- 3. DEBUT  COMMON CLASS & COMPONENTS ----------*/
  /* DEBUT COMMON classes*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034069}}
  .None #content > section, .home #principal .ressources {
    padding: 0;
  }

  /* DEBUT COMMON classes*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034072}}
  .committee #content > h1 + ul {
    /* @extend %columnconfig; // Deprecated - This will be an error in Sass 3.3  */
    margin-left: 2.03252%;
    float: left;
    min-height: 1px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* end */
    width: 100%;
    margin-left: 0;
    padding: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/var\/_settings\.scss}line{font-family:\00003284}}
  .committee #content > h1 + ul:after {
    content: "";
    clear: both;
    display: block;
  }
  /* DEBUT article.ressources, DEBUT article.actualite*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034086}}
  #principal .ressources .feed_plugin .avatar, #principal .ressources .feed_plugin img, #last_articles .avatar, #last_articles img, .article .avatar, .article img, .detail_event #principal .ctn > #content .avatar, .detail_event #principal .ctn > #content img, .detail_article #principal .ctn > #content .avatar, .detail_article #principal .ctn > #content img {
    margin: 0 20px 10px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034088}}
  #principal .ressources .feed_plugin > ul table, #principal .ressources .feed_plugin .cms_plugin > ul table, #last_articles > ul table, #last_articles .cms_plugin > ul table, .article > ul table, .article .cms_plugin > ul table, .detail_event #principal .ctn > #content > ul table, .detail_event #principal .ctn > #content .cms_plugin > ul table, .detail_article #principal .ctn > #content > ul table, .detail_article #principal .ctn > #content .cms_plugin > ul table {
    width: 100%;
    float: none;
    left: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034092}}
  #principal .ressources .feed_plugin h3, #principal .ressources .feed_plugin > ul, #principal .ressources .feed_plugin .cms_plugin > ul {
    width: 100%;
    float: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034094}}
  .detail_event #principal .ctn > #content, .detail_article #principal .ctn > #content {
    padding-left: 0;
  }

  /* DEBUT page carte CRIAVS */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034096}}
  .None #content > section#criavs_list_description {
    position: relative;
    padding: 40px 20px;
    margin-bottom: 80px;
  }

  /* DEBUT page AGENDA */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034103}}
  .layout-calendar #content > h1 {
    border-bottom: 0 none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034104}}
  .layout-calendar .link_month, .layout-calendar .link_list {
    padding: 10px;
    margin-bottom: 1em;
    text-align: center;
  }

  /* DEBUT page liste Actualité */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034107}}
  .rss {
    right: 0;
  }

  /*---------- 7. DEBUT FORMULAIRES ----------*/
  /*formulaire de contact*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034112}}
  #form_contact label, #form_contact input, #form_contact textarea, #form_contact [type="submit"] {
    float: left;
    width: 100%;
  }

  /*---------- FIN FORMULAIRES ----------*/
  /*---------------*/
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034072}}
  .committee #content > h1 + ul {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

/*FIN all-phones*/
@media only screen and (max-width: 601px) {
  /*---------- 2.1 DEBUT HEADER ----------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034122}}
  #header .wrapper .ctn {
    min-height: 80px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034123}}
  #header .header_logo #logo {
    margin: 5px 5%;
    width: 100px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034124}}
  #header .header_logo #logo img {
    max-height: auto;
    max-width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034125}}
  #header .header_logo #baseline {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034126}}
  #header #mainnav.navbar {
    margin-top: 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/dev\/ffcriavs\/app\/src\/ffcriavs\/static\/ffcriavs\/sass\/_custom\.scss}line{font-family:\000034129}}
  a {
    word-wrap: break-word;
  }

  /*------------------------*/
}
/*FIN (max-width : 601px)*/
/*
.field-debrief_who_when input[type=checkbox]{
    left: unset !important;
    position: unset !important;
}*/

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:sans-serif;line-height:1}iframe{border:none}main{display:block}dl{margin-top:0;margin-bottom:0}dd{margin-left:0}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;font-size:inherit}blockquote{margin:0;padding:0}p{margin-top:0;margin-bottom:0}sup{position:relative;top:-.5em;font-size:75%;line-height:0;vertical-align:baseline}strong{font-weight:bold}figure{margin:0}img,svg{box-sizing:content-box;max-width:100%;height:auto;border:none;fill:currentColor;vertical-align:middle}img.vertical,svg.vertical{width:auto;max-height:100%}a{color:inherit}button{margin:0;padding:0;overflow:visible;border:none;background:none;font:inherit;letter-spacing:inherit;text-align:inherit;text-transform:inherit;cursor:pointer;-webkit-font-smoothing:inherit}::-moz-focus-inner{padding:0;border:none}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}@keyframes jello{from,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg)}}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:none}}@keyframes pop{50%{transform:scale(1.05)}}@keyframes arrows-slideleft{from{transform:rotate(45deg)}50%{transform:rotate(45deg) translate(5px, -5px)}to{transform:rotate(45deg)}}@keyframes bounce{from,20%,53%,80%,to{transform:translate3d(0, 0, 0);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}40%,43%{transform:translate3d(0, -30px, 0);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)}70%{transform:translate3d(0, -15px, 0);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)}90%{transform:translate3d(0, -4px, 0)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{transform:scale3d(0.3, 0.3, 0.3);opacity:0}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{transform:scale3d(1.03, 1.03, 1.03);opacity:1}80%{transform:scale3d(0.97, 0.97, 0.97)}to{transform:scale3d(1, 1, 1);opacity:1}}@keyframes specialBounce{from,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-1rem)}60%{transform:translateY(-.5rem)}}#branding .icon-logo::before,div.cms .cms-toolbar-item-logo a::before{content:url("/static/ffcriavs/img/sprites/main.svg?e323be6b8ea8#home-inverted") !important;display:inline-block;width:3rem;height:3rem;transition:background-color .3s ease-in-out;background-color:#a3b019}#branding .icon-logo:hover::before,div.cms .cms-toolbar-item-logo a:hover::before{content:url("/static/ffcriavs/img/sprites/main/home.svg?e323be6b8ea8") !important;background-color:transparent}.is-safari #branding .icon-logo:hover::before,.is-edge #branding .icon-logo:hover::before,.is-safari div.cms .cms-toolbar-item-logo a:hover::before,.is-edge div.cms .cms-toolbar-item-logo a:hover::before{content:url("/static/ffcriavs/img/sprites/main/home.svg?e323be6b8ea8") !important}.hide{display:none}.js_show{display:none}html.js .js_show{display:initial}html.js .js_hide{display:none}svg.icon,a.icon svg{display:inline-block;width:2rem;height:2rem}a.icon{text-decoration:none}.cms-ckeditor-dialog a.cke_dialog_ui_button_ok,.cms-ckeditor-dialog a.cke_dialog_ui_button_ok:focus{background:#0bf !important;border-color:#0bf !important}.cms-ckeditor-dialog a.cke_dialog_ui_button_ok:hover,.cms-ckeditor-dialog a.cke_dialog_ui_button_ok:active{background:#0096cc !important;border-color:#0096cc !important;color:white !important}.cms-ckeditor-dialog-background-cover{opacity:.8 !important;background-color:#0b0b0b !important}.cms-pagetree-header-search .cms-pagetree-header-search-btn{display:flex !important;align-items:center;justify-content:center}.cms-btn-toolbar{line-height:34px !important}.cms-pagetree-dropdown-menu .label{margin-bottom:0 !important}.cms-pagetree-dropdown-menu .cms-pagetree-dropdown-item,.cms-pagetree-dropdown-menu a{display:flex !important;align-items:center}#usersettings_form .submit-row input.default{float:none}div.cms .cms-modal.cms-modal-open{display:flex !important;flex-direction:column}div.cms .cms-modal .cms-modal-body{all:unset;flex:1 0 auto;max-height:calc(100% - 69px);border-top:1px solid #ddd;background:#fff;border-bottom:1px solid #ddd}div.cms .cms-modal .cms-modal-foot{all:unset;min-height:50px}div.cms .cms-modal .cms-modal-buttons{position:relative}.cms-modal-buttons{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end;top:0 !important;padding:8px 32px 8px 20px !important;text-align:right !important}.cms-modal-buttons a{height:36px;padding:.41667rem 1.25rem !important;font:400 12px/1 'Lucida Grande','DejaVu Sans','Bitstream Vera Sans',Verdana,Arial,sans-serif !important}.cms-modal-buttons .cancel_button{display:flex;box-sizing:border-box;align-items:center;justify-content:center;height:36px;margin-top:0 !important;float:left}.cms-modal-buttons .cancel_button:hover,.cms-modal-buttons .cancel_button:active,.cms-modal-buttons .cancel_button:focus{height:36px;background:#f1faff !important;margin-right:auto}.cms-modal-buttons .deletelink{border-color:#cc3434 !important;background:#fff !important;color:#cc3434 !important}.cms-modal-buttons .deletelink::before{content:url("/static/webu_design/img/sprites/admin-icons.svg?2057e177c00a#icon-trash") !important;display:inline-block;font-size:1.25rem;height:28px;width:28px}.cms-modal-buttons .deletelink,.cms-modal-buttons .deletelink:hover{font-weight:bold !important}.cms-modal-buttons div.fake_h3_dropdown{display:inline-block;position:relative;font-size:1rem;vertical-align:middle}.cms-modal-buttons div.fake_h3_dropdown h3{margin:0 !important;padding:0 0 0 10px !important;border:1px solid #ddd !important;border-radius:2px;background-color:#fff;font-size:12px;font-weight:normal;cursor:pointer}.cms-modal-buttons div.fake_h3_dropdown h3::after{content:'▼';display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;width:34px;height:34px;margin-left:.625rem;padding:.3125rem 0 !important;border-left:1px solid #ddd !important;border-radius:0 1px 1px 0;background-color:#ddd;color:#666;font-weight:bold;text-align:center}.cms-modal-buttons div.fake_h3_dropdown h3 strong{font-size:12px !important}.cms-modal-buttons div.fake_h3_dropdown>ul{display:none;position:absolute;right:0;box-sizing:border-box;min-width:100%;margin:0;padding:0;border:1px solid #ddd;border-width:0 1px 1px;background-color:#fff}.cms-modal-buttons div.fake_h3_dropdown>ul li{margin:0 !important;padding:0 !important;border-top:1px solid #ddd}.cms-modal-buttons div.fake_h3_dropdown>ul li a,.cms-modal-buttons div.fake_h3_dropdown>ul li input,.cms-modal-buttons div.fake_h3_dropdown>ul li button{display:flex;align-items:center;justify-content:flex-end;padding:.41667rem .625rem;color:#333;white-space:nowrap}.cms-modal-buttons div.fake_h3_dropdown>ul li a:hover,.cms-modal-buttons div.fake_h3_dropdown>ul li input:hover,.cms-modal-buttons div.fake_h3_dropdown>ul li button:hover{background:#f1faff !important}.cms-modal-buttons div.fake_h3_dropdown.opened h3::after{content:'▲'}.cms-modal-buttons div.fake_h3_dropdown.opened>ul{display:block}.cms-modal-buttons div.fake_h3_dropdown>ul{bottom:35px}.cms-modal-buttons div.fake_h3_dropdown h3::after{content:'▲' !important}.cms-modal-buttons div.fake_h3_dropdown.opened h3::after{content:'▼' !important}.cms-modal-buttons div.fake_h3_dropdown input,.cms-modal-buttons div.fake_h3_dropdown button,.cms-modal-buttons div.fake_h3_dropdown a{box-sizing:border-box;min-width:100% !important;height:36px !important;margin:0;border:none !important;border-radius:0 !important;line-height:1.45 !important;text-align:right}.cms-modal-buttons .cancel_button,.cms-modal-buttons .cancel_button:active,.cms-modal-buttons .cancel_button:hover,.cms-modal-buttons .cancel_button:focus{margin-right:auto}.cms-modal-buttons>.cms-btn-action{display:flex;align-items:center;height:36px}.cms-modal-buttons>.cms-btn-action:hover{height:36px;font-size:12px;line-height:34px !important}.cms-modal-buttons .cms-modal-item-buttons{margin-top:3px !important}.cms-modal-buttons .cms-modal-item-buttons:last-child{margin-left:0 !important;float:left}.cms-modal-buttons .cms-modal-item-buttons a{min-height:36px !important;float:unset !important}.cms-modal-buttons .deletelink::before{margin-top:-2px;margin-left:-.625rem;vertical-align:middle}.cms-modal-buttons .cms-modal-buttons-inner{margin-top:-2px}.cms-modal-iframe,.cms-modal-foot{overflow:visible !important}.cke_editable img{width:auto}.success,.errorlist,.msg.info,.msg.warning,.msg.success,.msg.error,.msg.debug{position:relative;margin-bottom:.5rem;padding:0.5rem 3.3rem 0.5rem 4rem}.comp__notification-bar{display:flex;position:absolute;z-index:1011;width:100%;height:auto;margin:10rem auto .75rem;transition:background-color, width, height, .4s ease-in-out}.comp__notification-bar.permanent{position:fixed;z-index:1998;align-items:center;justify-content:center;width:100vw;height:100vh;margin:0;overflow:auto;background-color:rgba(181,192,71,0.75)}.comp__notification-bar ul{margin-right:0;margin-left:0;width:100%;font-weight:700}.comp__notification-bar ul::after{clear:both;content:"";display:block}@media only screen and (min-width: 600px){.comp__notification-bar ul{padding-right:4rem;padding-left:4rem}}@media only screen and (min-width: 1200px){.comp__notification-bar ul{max-width:47rem;margin-right:auto;margin-left:auto}}.msg.debug{color:darkred;border-color:darkred;background:url("/static/fosm/img/sprites/messages-sprite-icons.svg#icon-debug"),linear-gradient(to left, rgba(139,0,0,0.1), rgba(139,0,0,0.1)),linear-gradient(to left, #fff, #fff);background-size:3rem,100%,100%;background-position:.5rem center, 0 0, 0 0;background-repeat:no-repeat}html.is_safari .msg.debug{background:url("/static/fosm/img/sprites/messages-sprite-icons/icon-debug.svg"),linear-gradient(to left, rgba(139,0,0,0.1), rgba(139,0,0,0.1)),linear-gradient(to left, #fff, #fff)}.msg.debug a:not(.icon){border-bottom:1px dotted #530000;color:#530000;text-decoration:none}.msg.debug a.icon{top:.25rem;right:.25rem}.msg.debug a.icon svg{fill:darkred;color:darkred}.msg.error{color:#b94a48;border-color:#b94a48;background:url("/static/fosm/img/sprites/messages-sprite-icons.svg#icon-error"),linear-gradient(to left, rgba(185,74,72,0.1), rgba(185,74,72,0.1)),linear-gradient(to left, #fff, #fff);background-size:3rem,100%,100%;background-position:.5rem center, 0 0, 0 0;background-repeat:no-repeat}html.is_safari .msg.error{background:url("/static/fosm/img/sprites/messages-sprite-icons/icon-error.svg"),linear-gradient(to left, rgba(185,74,72,0.1), rgba(185,74,72,0.1)),linear-gradient(to left, #fff, #fff)}.msg.error a:not(.icon){border-bottom:1px dotted #6f2c2b;color:#6f2c2b;text-decoration:none}.msg.error a.icon{top:.25rem;right:.25rem}.msg.error a.icon svg{fill:#b94a48;color:#b94a48}.msg.success{color:#468847;border-color:#468847;background:url("/static/fosm/img/sprites/messages-sprite-icons.svg#icon-success"),linear-gradient(to left, rgba(70,136,71,0.1), rgba(70,136,71,0.1)),linear-gradient(to left, #fff, #fff);background-size:3rem,100%,100%;background-position:.5rem center, 0 0, 0 0;background-repeat:no-repeat}html.is_safari .msg.success{background:url("/static/fosm/img/sprites/messages-sprite-icons/icon-success.svg"),linear-gradient(to left, rgba(70,136,71,0.1), rgba(70,136,71,0.1)),linear-gradient(to left, #fff, #fff)}.msg.success a:not(.icon){border-bottom:1px dotted #2a522b;color:#2a522b;text-decoration:none}.msg.success a.icon{top:.25rem;right:.25rem}.msg.success a.icon svg{fill:#468847;color:#468847}.msg.warning{color:#c09853;border-color:#c09853;background:url("/static/fosm/img/sprites/messages-sprite-icons.svg#icon-warning"),linear-gradient(to left, rgba(192,152,83,0.1), rgba(192,152,83,0.1)),linear-gradient(to left, #fff, #fff);background-size:3rem,100%,100%;background-position:.5rem center, 0 0, 0 0;background-repeat:no-repeat}html.is_safari .msg.warning{background:url("/static/fosm/img/sprites/messages-sprite-icons/icon-warning.svg"),linear-gradient(to left, rgba(192,152,83,0.1), rgba(192,152,83,0.1)),linear-gradient(to left, #fff, #fff)}.msg.warning a:not(.icon){border-bottom:1px dotted #735b32;color:#735b32;text-decoration:none}.msg.warning a.icon{top:.25rem;right:.25rem}.msg.warning a.icon svg{fill:#c09853;color:#c09853}.msg.info{color:#3a87ad;border-color:#3a87ad;background:url("/static/fosm/img/sprites/messages-sprite-icons.svg#icon-info"),linear-gradient(to left, rgba(58,135,173,0.1), rgba(58,135,173,0.1)),linear-gradient(to left, #fff, #fff);background-size:3rem,100%,100%;background-position:.5rem center, 0 0, 0 0;background-repeat:no-repeat}html.is_safari .msg.info{background:url("/static/fosm/img/sprites/messages-sprite-icons/icon-info.svg"),linear-gradient(to left, rgba(58,135,173,0.1), rgba(58,135,173,0.1)),linear-gradient(to left, #fff, #fff)}.msg.info a:not(.icon){border-bottom:1px dotted #235168;color:#235168;text-decoration:none}.msg.info a.icon{top:.25rem;right:.25rem}.msg.info a.icon svg{fill:#3a87ad;color:#3a87ad}#comp__cookie-notif{position:fixed;z-index:1999;bottom:0;left:0;box-sizing:border-box;width:100%;padding:2rem 1.5rem 1.5rem;background-color:#000;color:#fff;text-align:center}.comp__mfp-ajax-ctn.account_login>p,.comp__mfp-ajax-ctn.account_login .comp__mfp-ajax-ctn.account_signup>p,.comp__mfp-ajax-ctn.account_login>h1,.comp__mfp-ajax-ctn.account_login .comp__mfp-ajax-ctn.account_signup>h1,.comp__mfp-ajax-ctn.account_signup .comp__mfp-ajax-ctn.account_login>p,.comp__mfp-ajax-ctn.account_signup>p,.comp__mfp-ajax-ctn.account_signup .comp__mfp-ajax-ctn.account_login>h1,.comp__mfp-ajax-ctn.account_signup>h1{text-align:center}.comp__mfp-ajax-ctn.account_login>h1,.comp__mfp-ajax-ctn.account_signup>h1{text-transform:uppercase}.comp__mfp-ajax-ctn.account_login>p,.comp__mfp-ajax-ctn.account_signup>p{margin-bottom:1.25rem}.comp__mfp-ajax-ctn.account_login a,.comp__mfp-ajax-ctn.account_signup a{color:#000;font-weight:700;text-decoration:underline dotted #000}.comp__mfp-ajax-ctn.account_logout{text-align:center}.comp__mfp-ajax-ctn form::after{clear:both;content:"";display:block}.comp__mfp-ajax-ctn form:not(.login){text-align:center}@media only screen and (min-width: 600px) and (max-width: 999px){.comp__mfp-ajax-ctn form.login{text-align:left}}@media only screen and (max-width: 599px){.comp__mfp-ajax-ctn form.login{text-align:center}}.comp__mfp-ajax-ctn form [type="submit"]{margin-top:.75rem;margin-left:0}@media only screen and (min-width: 600px) and (max-width: 999px){.comp__mfp-ajax-ctn form [type="submit"]{float:none}}.comp__mfp-ajax-ctn form .lostpassword{text-align:center}.error-page #comp__main main[role="main"],.dialog-page #comp__main main[role="main"]{margin:2.5rem auto;text-align:center}.error-page #comp__main main[role="main"] h1,.dialog-page #comp__main main[role="main"] h1{justify-content:center}.error-page #comp__main main[role="main"] .http-error,.dialog-page #comp__main main[role="main"] .http-error{font-size:2rem;font-weight:700;text-transform:uppercase}.error-page #comp__main main[role="main"] p,.dialog-page #comp__main main[role="main"] p{margin:2.5rem auto}.error-page #comp__main main[role="main"] p.button,.dialog-page #comp__main main[role="main"] p.button{display:inline-block}.error-page #comp__main main[role="main"] p.button+.button,.dialog-page #comp__main main[role="main"] p.button+.button{margin-left:1.25rem}.error-page #comp__main main[role="main"] a{display:inline-block;position:relative;padding:.5rem 2rem .5rem 1rem;background-color:#000;color:#fff;font-size:1.2rem;font-weight:700;text-align:center;text-decoration:none}.error-page #comp__main main[role="main"] a:after{content:'';display:inline-block;position:absolute;top:50%;width:1rem;height:1rem;margin-top:-.5rem;transition:transform .2s ease-in-out;right:0;margin-right:.75rem;border-width:1px;border-top-width:1px;border-right-width:1px;border-style:solid;border-color:#fff;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(45deg)}button,[type='button'],[type='reset'],[type='submit']{display:inline-block;padding:.75rem 1rem .625rem;font-size:1rem;font-weight:bold;line-height:1;text-decoration:none;text-transform:uppercase;border:none;vertical-align:middle;cursor:pointer;-webkit-font-smoothing:antialiased}@media only screen and (max-width: 599px){button,[type='button'],[type='reset'],[type='submit']{width:100%}}button,[type='button'],[type='reset'],[type='submit']{color:#fff;border-color:#a3b019;background-color:#a3b019}button:hover,button:focus,[type='button']:hover,[type='button']:focus,[type='reset']:hover,[type='reset']:focus,[type='submit']:hover,[type='submit']:focus{color:#a3b019;background-color:#fff}button:disabled,[type='button']:disabled,[type='reset']:disabled,[type='submit']:disabled{cursor:not-allowed;opacity:.5}button.secondary,.secondary[type='button'],.secondary[type='reset'],.secondary[type='submit']{color:#a3b019;border-color:#fff;background-color:#fff}button.secondary:hover,button.secondary:focus,.secondary[type='button']:hover,.secondary[type='button']:focus,.secondary[type='reset']:hover,.secondary[type='reset']:focus,.secondary[type='submit']:hover,.secondary[type='submit']:focus{color:#fff;background-color:#a3b019}button.secondary:disabled,.secondary[type='button']:disabled,.secondary[type='reset']:disabled,.secondary[type='submit']:disabled{cursor:not-allowed;opacity:.5}.field-avatar .comp__clearable-file-input a>img{width:6rem;height:6rem;border-radius:50%}.comp__clearable-file-input{display:flex;position:relative;align-items:center}@media only screen and (max-width: 599px){.comp__clearable-file-input{width:100%;max-width:100%}}@media only screen and (min-width: 600px){.comp__clearable-file-input{max-width:calc(100% - 12.75rem)}}.comp__clearable-file-input .current-selected-file-name{display:flex;align-items:center;width:100%;height:2rem}.comp__clearable-file-input .current-selected-file-name::before{content:url("/static/fosm/img/sprites/main.svg#icon-addfile");display:flex;box-sizing:border-box;align-items:center;width:2rem;min-width:2rem;height:2rem;margin-right:.25rem;margin-left:-.25rem;cursor:pointer}.comp__clearable-file-input .current-selected-file-name>span{overflow:hidden;font-size:.8125rem;text-overflow:ellipsis;white-space:nowrap;direction:rtl}html.js .comp__clearable-file-input .current-selected-file-name.js_show{display:flex}.comp__clearable-file-input input{position:absolute;z-index:0;max-width:100%;height:2rem;opacity:0;cursor:pointer}.comp__clearable-file-input .delete{overflow:hidden;text-indent:-1001%;white-space:nowrap;width:2rem;height:2rem;background-repeat:no-repeat;background-position:center;background-image:url("/static/fosm/img/sprites/main.svg#icon-trash");display:none;position:relative;min-width:2rem;margin-left:.75rem;text-decoration:none}.comp__clearable-file-input .initial{display:flex}.comp__clearable-file-input .initial+.amendment-fields{max-width:calc(100% - 6.75rem);margin-left:.75rem}.comp__clearable-file-input .amendment-fields{max-width:100%}.comp__clearable-file-input .amendment-fields>div{position:relative;max-width:100%}.comp__clearable-file-input.with-file-selected .current-selected-file-name{color:#a3b019}.comp__clearable-file-input.with-file-selected .current-selected-file-name::before{content:url("/static/fosm/img/sprites/main.svg#icon-paperclip")}.comp__clearable-file-input.with-file-selected .delete{display:inline-flex}.mod__content-list:not(.faq-faq) .comp__list-forms{position:relative;margin-bottom:3rem}.mod__content-list:not(.faq-faq) .comp__list-forms::after{clear:both;content:"";display:block}.comp__contact-form{max-width:50rem;margin:1.25rem auto}.comp__contact-form div>label{margin-bottom:auto;padding-top:.3rem;line-height:1.5}.comp__contact-form div>label+[type='range']{margin-top:.375rem !important}@media only screen and (max-width: 999px){.comp__contact-form [type='submit']{margin-left:0}}@media only screen and (min-width: 1000px){.comp__contact-form [type='submit']{margin-left:17.41667rem}form.login .comp__contact-form [type='submit']{margin-left:8.75rem}}form .password-change{max-width:50rem;margin:0 auto 1.25rem}form .password-change .comp__field:last-of-type{margin-bottom:1.25rem}form>.comp__help{color:#999;font-size:.8em;font-style:italic;text-align:center}.button.cancel{padding:.375rem .75rem;border:1px solid #a3b019;color:#999;text-decoration:none}@media only screen and (max-width: 999px){.button.cancel{width:100%}}.button.cancel:hover,.button.cancel:focus{background-color:rgba(181,192,71,0.25)}fieldset{margin:0;padding:0;border:none;background-color:transparent}legend{margin-bottom:.75rem;padding:0;font-weight:600}label{line-height:1}input,select{font-family:"Arial",Helvetica,Clean,sans-serif;font-size:1rem}[type='color'],[type='date'],[type='datetime'],[type='datetime-local'],[type='email'],[type='month'],[type='number'],[type='password'],[type='search'],[type='tel'],[type='text'],[type='time'],[type='url'],[type='week'],input:not([type]),textarea,select[multiple],select{box-sizing:border-box;margin-right:auto;padding:.375rem .75rem;transition:border-color 150ms ease;border:1px solid #d9d9d9;background-color:#fff;box-shadow:inset 0 0.0625rem 0.33rem rgba(0,0,0,0.06);font-family:"Arial",Helvetica,Clean,sans-serif;font-size:.9rem;appearance:inherit;-moz-appearance:inherit}[type='color']:hover,[type='date']:hover,[type='datetime']:hover,[type='datetime-local']:hover,[type='email']:hover,[type='month']:hover,[type='number']:hover,[type='password']:hover,[type='search']:hover,[type='tel']:hover,[type='text']:hover,[type='time']:hover,[type='url']:hover,[type='week']:hover,input:not([type]):hover,textarea:hover,select[multiple]:hover,select:hover{border-color:#481f40}[type='color']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='email']:focus,[type='month']:focus,[type='number']:focus,[type='password']:focus,[type='search']:focus,[type='tel']:focus,[type='text']:focus,[type='time']:focus,[type='url']:focus,[type='week']:focus,input:not([type]):focus,textarea:focus,select[multiple]:focus,select:focus{border-color:rgba(90,39,80,0.75);outline:none;box-shadow:inset 0 0.0625rem 0.33rem rgba(0,0,0,0.06),0 0 0.3125rem rgba(54,24,48,0.35)}[type='color']:disabled,[type='date']:disabled,[type='datetime']:disabled,[type='datetime-local']:disabled,[type='email']:disabled,[type='month']:disabled,[type='number']:disabled,[type='password']:disabled,[type='search']:disabled,[type='tel']:disabled,[type='text']:disabled,[type='time']:disabled,[type='url']:disabled,[type='week']:disabled,input:not([type]):disabled,textarea:disabled,select[multiple]:disabled,select:disabled{background-color:#ddd;cursor:not-allowed}[type='color']:disabled:hover,[type='date']:disabled:hover,[type='datetime']:disabled:hover,[type='datetime-local']:disabled:hover,[type='email']:disabled:hover,[type='month']:disabled:hover,[type='number']:disabled:hover,[type='password']:disabled:hover,[type='search']:disabled:hover,[type='tel']:disabled:hover,[type='text']:disabled:hover,[type='time']:disabled:hover,[type='url']:disabled:hover,[type='week']:disabled:hover,input:not([type]):disabled:hover,textarea:disabled:hover,select[multiple]:disabled:hover,select:disabled:hover{border:1px solid #d9d9d9}.error [type='color'],.error [type='date'],.error [type='datetime'],.error [type='datetime-local'],.error [type='email'],.error [type='month'],.error [type='number'],.error [type='password'],.error [type='search'],.error [type='tel'],.error [type='text'],.error [type='time'],.error [type='url'],.error [type='week'],.error input:not([type]),.error textarea,.error select[multiple],.error select{border-color:#b94a48;outline:none;background-color:rgba(185,74,72,0.05);box-shadow:inset 0 0.0625rem 0.33rem rgba(0,0,0,0.06),0 0 0.3125rem rgba(149,59,57,0.6)}select{background-image:url("/static/webu_design/img/sprites/main-icons.svg?2057e177c00a#icon-chevron-down-select");max-width:100%;padding-right:2rem;background-repeat:no-repeat;background-position:right 0;appearance:none;-webkit-appearance:none}@media only screen and (max-width: 999px){select{width:100%}}@media only screen and (min-width: 1000px){select{width:auto}}_:-ms-fullscreen select,:root select{padding-right:.75rem;background:none}textarea{resize:vertical}[type='search']{appearance:none}[type='file']{width:100%;max-width:100%;font-size:.875rem}[type='number']{padding-right:.1rem}[type='checkbox'],[type='radio']{display:inline;margin-right:.375rem}.comp__field{margin:.75rem 0}@media only screen and (max-width: 999px){.comp__field [type='checkbox']:not(:checked),.comp__field [type='checkbox']:checked,.comp__field [type='radio']:not(:checked),.comp__field [type='radio']:checked,.comp__field .forgot,.comp__field .comp__help,.comp__field.error .errorlist,.comp__field>div:first-of-type>[type='checkbox']+label,.comp__field .mod__content-list:not(.faq-faq) .comp__list-forms button,.mod__content-list:not(.faq-faq) .comp__list-forms .comp__field button{margin-left:0}}@media only screen and (min-width: 1000px){.comp__field [type='checkbox']:not(:checked),.comp__field [type='checkbox']:checked,.comp__field [type='radio']:not(:checked),.comp__field [type='radio']:checked,.comp__field .forgot,.comp__field .comp__help,.comp__field.error .errorlist,.comp__field>div:first-of-type>[type='checkbox']+label,.comp__field .mod__content-list:not(.faq-faq) .comp__list-forms button,.mod__content-list:not(.faq-faq) .comp__list-forms .comp__field button{margin-left:17.41667rem}form.login .comp__field [type='checkbox']:not(:checked),form.login .comp__field [type='checkbox']:checked,form.login .comp__field [type='radio']:not(:checked),form.login .comp__field [type='radio']:checked,form.login .comp__field .forgot,form.login .comp__field .comp__help,form.login .comp__field.error .errorlist,form.login .comp__field>div:first-of-type>[type='checkbox']+label,form.login .comp__field .mod__content-list:not(.faq-faq) .comp__list-forms button,.mod__content-list:not(.faq-faq) .comp__list-forms form.login .comp__field button{margin-left:8.75rem}}.comp__field>div:first-of-type{display:flex;position:relative;flex-wrap:wrap;align-items:flex-start}@media only screen and (min-width: 1000px){.comp__field>div:first-of-type{flex-direction:row}}.comp__field>div:first-of-type label{width:auto}@media only screen and (min-width: 1000px){.comp__field>div:first-of-type label{margin-right:.75rem;text-align:right}}.comp__field>div:first-of-type label+[type='color']:-moz-system-metric(color-picker-available){width:2rem;height:2rem;padding:.25rem}@media screen and (-webkit-min-device-pixel-ratio: 0){.comp__field>div:first-of-type label+[type='color']{width:2rem;height:2rem;padding:0.05rem 0.15rem}}.comp__field>div:first-of-type label+[type='email'],.comp__field>div:first-of-type label+[type='text'],.comp__field>div:first-of-type label+[type='url'],.comp__field>div:first-of-type label+[type='range'],.comp__field>div:first-of-type label+[type='password'],.comp__field>div:first-of-type label+[type='search'],.comp__field>div:first-of-type label+select,.comp__field>div:first-of-type label+textarea{flex:1 0 auto;margin:0}@media only screen and (max-width: 999px){.comp__field>div:first-of-type label+[type='email'],.comp__field>div:first-of-type label+[type='text'],.comp__field>div:first-of-type label+[type='url'],.comp__field>div:first-of-type label+[type='range'],.comp__field>div:first-of-type label+[type='password'],.comp__field>div:first-of-type label+[type='search'],.comp__field>div:first-of-type label+select,.comp__field>div:first-of-type label+textarea{width:100%}}@media only screen and (min-width: 1000px){.comp__field>div:first-of-type label+[type='email'],.comp__field>div:first-of-type label+[type='text'],.comp__field>div:first-of-type label+[type='url'],.comp__field>div:first-of-type label+[type='range'],.comp__field>div:first-of-type label+[type='password'],.comp__field>div:first-of-type label+[type='search'],.comp__field>div:first-of-type label+select,.comp__field>div:first-of-type label+textarea{width:auto}}.comp__field>div:first-of-type label+ul{display:inline-flex;flex:1 0 0%;flex-direction:row;flex-wrap:wrap;margin:0;padding-left:0}@media only screen and (max-width: 999px){.comp__field>div:first-of-type label+ul{width:100%}}@media only screen and (min-width: 1000px){.comp__field>div:first-of-type label+ul{align-items:center;width:auto}}.comp__field>div:first-of-type label+ul>li{display:inline-flex;align-items:center;margin-right:.75rem;padding:.25rem 0}@media only screen and (min-width: 1000px){.comp__field>div:first-of-type label+ul>li{margin-top:0}}@media only screen and (max-width: 999px){.comp__field>div:first-of-type>label{display:block;width:100%;max-width:100%;margin-bottom:.375rem;text-align:left}}@media only screen and (min-width: 1000px){.comp__field>div:first-of-type>label{min-width:16.66667rem;max-width:16.66667rem}.comp__field>div:first-of-type>label[for^='id_accept_']{max-width:100%;font-size:.875rem}}@media only screen and (min-width: 1000px){form.login .comp__field>div:first-of-type>label{min-width:8rem}}.comp__field>div:first-of-type li label{margin-bottom:0;text-align:left}.comp__field>div:first-of-type>[type='checkbox']+label{padding-top:0;text-align:left}.comp__field>div:first-of-type>[type='checkbox']+label span{vertical-align:text-bottom}.comp__field.required div:first-of-type>label{position:relative;font-weight:bold}@media only screen and (max-width: 999px){.comp__field.required div:first-of-type>label:first-child::after{content:'*';color:#999;padding-left:.125rem}}@media only screen and (min-width: 1000px){.comp__field.required div:first-of-type>label:first-child::before{content:'*';color:#999;padding-right:.125rem}}.comp__field.required div:first-of-type>label:last-child span::before{content:'*';color:#999;padding-right:.125rem}@media only screen and (max-width: 999px){.comp__field>div>[type='checkbox']{left:0}.comp__field>div>[type='checkbox']+label{width:calc(100% - 1.5rem + .5rem)}}@media only screen and (min-width: 1000px){.comp__field>div>[type='checkbox']{margin-left:17.41667rem}}.comp__field.lostpassword{padding:0 .375rem;text-align:left}@media only screen and (min-width: 1000px){.comp__field.lostpassword{float:right}}.comp__field.error label:first-child{color:#b94a48;font-weight:bold}.comp__field.error .errorlist{margin-top:.3rem;margin-bottom:0}.comp__field .comp__help{text-align:left}.comp__field .comp__help>div{display:inline-block;margin-top:.2rem;padding:0.25rem 0.5rem 0.25rem 0.5rem;color:#999;font-size:.85rem;font-style:italic;text-indent:1.275rem}.comp__field .comp__help>div::before{overflow:hidden;text-indent:-1001%;white-space:nowrap;width:1.775rem;height:1.775rem;background-repeat:no-repeat;background-position:center;background-image:url("/static/webu_design/img/sprites/main-icons.svg?2057e177c00a#icon-question");content:'';display:inline-block;position:absolute;box-sizing:content-box;margin-top:-0.25rem;margin-left:-1.775rem;text-indent:0}.comp__field.field-charter{margin-top:1.25rem;margin-bottom:1.25rem}.comp__field.field-charter>div:first-of-type>label{max-width:100% !important}.comp__field.field-charter a{color:#000;text-decoration:underline dotted #000}.comp__field.oneline{display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 999px){.comp__field.field-birthdate>div:first-of-type,.comp__field.field-publication_start_date>div:first-of-type,.comp__field.field-publication_end_date>div:first-of-type,.comp__field.field-start_date>div:first-of-type,.comp__field.field-end_date>div:first-of-type{flex-direction:row}}.comp__field.field-birthdate>div:first-of-type input,.comp__field.field-publication_start_date>div:first-of-type input,.comp__field.field-publication_end_date>div:first-of-type input,.comp__field.field-start_date>div:first-of-type input,.comp__field.field-end_date>div:first-of-type input{max-width:calc(100% - 2.5rem)}.errorlist{color:#b94a48;border-color:#b94a48;background:url("/static/fosm/img/sprites/messages-sprite-icons.svg#icon-"),linear-gradient(to left, rgba(185,74,72,0.1), rgba(185,74,72,0.1)),linear-gradient(to left, #fff, #fff);background-size:3rem,100%,100%;background-position:.5rem center, 0 0, 0 0;background-repeat:no-repeat;padding:0 .4rem;list-style:none;font-size:.9rem}html.is_safari .errorlist{background:url("/static/fosm/img/sprites/messages-sprite-icons/icon-.svg"),linear-gradient(to left, rgba(185,74,72,0.1), rgba(185,74,72,0.1)),linear-gradient(to left, #fff, #fff)}.errorlist a:not(.icon){border-bottom:1px dotted #6f2c2b;color:#6f2c2b;text-decoration:none}.errorlist a.icon{top:.25rem;right:.25rem}.errorlist a.icon svg{fill:#b94a48;color:#b94a48}.success{color:#468847;border-color:#468847;background:url("/static/fosm/img/sprites/messages-sprite-icons.svg#icon-"),linear-gradient(to left, rgba(70,136,71,0.1), rgba(70,136,71,0.1)),linear-gradient(to left, #fff, #fff);background-size:3rem,100%,100%;background-position:.5rem center, 0 0, 0 0;background-repeat:no-repeat}html.is_safari .success{background:url("/static/fosm/img/sprites/messages-sprite-icons/icon-.svg"),linear-gradient(to left, rgba(70,136,71,0.1), rgba(70,136,71,0.1)),linear-gradient(to left, #fff, #fff)}.success a:not(.icon){border-bottom:1px dotted #2a522b;color:#2a522b;text-decoration:none}.success a.icon{top:.25rem;right:.25rem}.success a.icon svg{fill:#468847;color:#468847}.field-remember{background-color:#fefefe}.field-remember label{max-width:100%}.field-motivation label,.field-explanation label{align-self:flex-start;margin-top:.25rem}.forgot{display:block;margin-bottom:1.25rem;font-size:.9rem;font-style:italic}.forgot+button{display:block}[type='checkbox']:not(:checked)+label::before,[type='checkbox']:checked+label::before,[type='radio']:not(:checked)+label::before,[type='radio']:checked+label::before{content:'';position:absolute;top:50%;left:0;box-sizing:border-box;width:1.5rem;height:1.5rem;margin-top:-.75rem;margin-right:.25rem;border:.0625rem solid #d9d9d9;background-color:#fff}[type='checkbox']:not(:checked)+label::after,[type='checkbox']:checked+label::after,[type='radio']:not(:checked)+label::after,[type='radio']:checked+label::after{position:absolute;top:50%;left:.375rem;box-sizing:border-box;margin-top:-.375rem;font-weight:300}[type='checkbox']:not(:checked),[type='checkbox']:checked,[type='radio']:not(:checked),[type='radio']:checked{position:absolute;top:auto;right:auto;bottom:auto;left:auto;margin-left:.3125rem;opacity:0}[type='checkbox']:not(:checked):focus+label::before,[type='checkbox']:checked:focus+label::before,[type='radio']:not(:checked):focus+label::before,[type='radio']:checked:focus+label::before{border-color:rgba(90,39,80,0.75);outline:none;box-shadow:inset 0 0.0625rem 0.33rem rgba(0,0,0,0.06),0 0 0.3125rem rgba(54,24,48,0.35)}[type='checkbox']:not(:checked)+label,[type='checkbox']:checked+label,[type='radio']:not(:checked)+label,[type='radio']:checked+label{display:flex;position:relative;align-items:center;min-width:2rem;min-height:1.5rem;padding-left:2rem;cursor:pointer}[type='checkbox']:not(:checked)+label::after,[type='radio']:not(:checked)+label::after{transform:scale(0);opacity:0}[type='checkbox']:checked+label::after,[type='radio']:checked+label::after{transform:scale(1);opacity:1}[type='radio']+label::before{border-radius:50%}[type='checkbox']:checked+label::after{content:'✔';width:.75rem;height:.75rem;color:#a3b019;font-size:2.25rem;line-height:.5rem;text-indent:-.25rem;box-sizing:border-box}[type='radio']:checked+label::after{content:'';width:.75rem;height:.75rem;background-color:#a3b019;box-sizing:border-box;border-radius:50%}.open-calendar{overflow:hidden;text-indent:-1001%;white-space:nowrap;width:2.5rem;height:2.5rem;background-repeat:no-repeat;background-position:center;background-image:url("/static/webu_design/img/sprites/main-icons.svg?2057e177c00a#icon-calendar")}.open-calendar:focus{border-color:rgba(90,39,80,0.75);outline:none;box-shadow:inset 0 0.0625rem 0.33rem rgba(0,0,0,0.06),0 0 0.3125rem rgba(54,24,48,0.35)}input:invalid{border:1px solid crimson !important}dl{margin-bottom:.75rem}dl dt{margin-top:.75rem;font-weight:600}dl dd{margin:0}.comp__toc.toc{list-style-type:none;margin:0;padding:0;padding-top:2.5rem;line-height:2;border-top:0}.comp__toc.toc a{display:inline-block;text-decoration:none;border-bottom:1px dotted transparent}.comp__toc.toc a:hover{border-bottom-color:#a3b019}.comp__toc.toc ul{list-style-type:none;margin:0;padding:0}.comp__toc.toc>ul{margin-left:3.75rem}.comp__toc.toc>ul>li{list-style-type:none;margin:0 0 2.5rem 0;padding:0 0 0 1.25rem;display:flex;flex-direction:column;border-left:0.5rem solid #a3b019;font-weight:700}.comp__toc.toc>ul>li>a{margin-bottom:.5rem;text-transform:uppercase}.comp__toc.toc>ul>li>ul{list-style-type:none;margin:0 0 0 0;padding:0 0 0 1.25rem}.comp__toc.toc>ul>li>ul li{list-style-image:url("/static/fosm/img/sprites/main.svg#bullet");font-weight:400}.comp__toc.toc>ul>li>ul li.parent ul{list-style-type:none;margin:0.5rem 0 1.25rem 0;padding:0 0 0 1.25rem;display:block}table{table-layout:auto;width:100%;max-width:100%;margin:.75rem 0;border-collapse:collapse;border-color:#441d3c}th{border-bottom:1px solid #441d3c;font-weight:600;text-align:left}td{border-bottom:.0625rem solid #5a2750;border-color:#441d3c}th,td{padding:.75rem;line-height:1;word-wrap:break-word;hyphens:auto}tr,td,th{vertical-align:middle}.comp__languages{display:flex;gap:.5rem;align-items:center;justify-content:flex-end}.comp__languages span,.comp__languages a{display:block}.comp__languages span.fr,.comp__languages a.fr{overflow:hidden;text-indent:-1001%;white-space:nowrap;width:2em;height:2em;background-repeat:no-repeat;background-position:center;background-image:url("/static/fosm/img/sprites/flags.svg#fr")}.comp__content-list .comp__languages span.fr,.comp__content-list .comp__languages a.fr{width:1.77rem;height:1.77rem}.comp__languages span.en,.comp__languages a.en{overflow:hidden;text-indent:-1001%;white-space:nowrap;width:2em;height:2em;background-repeat:no-repeat;background-position:center;background-image:url("/static/fosm/img/sprites/flags.svg#en")}.comp__content-list .comp__languages span.en,.comp__content-list .comp__languages a.en{width:1.77rem;height:1.77rem}.comp__languages span.de,.comp__languages a.de{overflow:hidden;text-indent:-1001%;white-space:nowrap;width:2em;height:2em;background-repeat:no-repeat;background-position:center;background-image:url("/static/fosm/img/sprites/flags.svg#de")}.comp__content-list .comp__languages span.de,.comp__content-list .comp__languages a.de{width:1.77rem;height:1.77rem}.comp__languages span.sp,.comp__languages a.sp{overflow:hidden;text-indent:-1001%;white-space:nowrap;width:2em;height:2em;background-repeat:no-repeat;background-position:center;background-image:url("/static/fosm/img/sprites/flags.svg#sp")}.comp__content-list .comp__languages span.sp,.comp__content-list .comp__languages a.sp{width:1.77rem;height:1.77rem}.comp__languages span.it,.comp__languages a.it{overflow:hidden;text-indent:-1001%;white-space:nowrap;width:2em;height:2em;background-repeat:no-repeat;background-position:center;background-image:url("/static/fosm/img/sprites/flags.svg#it")}.comp__content-list .comp__languages span.it,.comp__content-list .comp__languages a.it{width:1.77rem;height:1.77rem}.comp__languages span.es,.comp__languages a.es{overflow:hidden;text-indent:-1001%;white-space:nowrap;width:2em;height:2em;background-repeat:no-repeat;background-position:center;background-image:url("/static/fosm/img/sprites/flags.svg#es")}.comp__content-list .comp__languages span.es,.comp__content-list .comp__languages a.es{width:1.77rem;height:1.77rem}.comp__languages span.disabled,.comp__languages span.current,.comp__languages a.disabled,.comp__languages a.current{text-decoration:none}html:not(.cms-ready) .comp__languages span.disabled,html:not(.cms-ready) .comp__languages span.current,html:not(.cms-ready) .comp__languages a.disabled,html:not(.cms-ready) .comp__languages a.current{display:none}.comp__languages span.disabled,.comp__languages a.disabled{filter:grayscale(1)}.comp__languages span.disabled:hover,.comp__languages a.disabled:hover{filter:unset;outline:1px dotted black}.comp__languages a:hover{outline:1px dotted black}.mod__page-content>.comp__languages{margin-top:-2.395rem;margin-bottom:.625rem}@media only screen and (min-width: 1000px){.mod__content-detail:not(.fosm-event) .comp__languages{position:absolute;right:-2.395rem;flex-direction:column}}@media only screen and (min-width: 1000px){.mod__content-detail.fosm-event .comp__languages{margin-top:-2.395rem;margin-bottom:.625rem}}@media only screen and (max-width: 999px){.mod__content-detail.fosm-event .comp__languages{margin-top:-.625rem;margin-right:.625rem;margin-bottom:.625rem}}.comp__content-list .comp__languages{position:absolute}footer .comp__content-list .comp__languages{display:none}.comp__content-list.fosm-event>article,.comp__content-list.fosm-news>article{position:relative}@media only screen and (min-width: 1000px){.comp__content-list.fosm-event>article .fosm-list-item,.comp__content-list.fosm-news>article .fosm-list-item{position:relative}}@media only screen and (min-width: 600px) and (max-width: 999px){.comp__content-list.fosm-event>article:nth-child(odd) .comp__languages,.comp__content-list.fosm-news>article:nth-child(odd) .comp__languages{left:2.5rem}.comp__content-list.fosm-event>article:nth-child(even) .comp__languages,.comp__content-list.fosm-news>article:nth-child(even) .comp__languages{right:2.5rem}}@media only screen and (min-width: 1000px){.comp__content-list.fosm-event .comp__languages,.comp__content-list.fosm-news .comp__languages{top:1.25rem;right:1.25rem}}@media only screen and (max-width: 999px){.comp__content-list.fosm-event .comp__languages,.comp__content-list.fosm-news .comp__languages{position:static;justify-content:center;margin-top:1.25rem}}@media only screen and (min-width: 600px) and (max-width: 999px){.comp__content-list.fosm-event .comp__languages,.comp__content-list.fosm-news .comp__languages{justify-content:flex-start}}@media only screen and (max-width: 599px){.comp__content-list.fosm-event .comp__languages,.comp__content-list.fosm-news .comp__languages{justify-content:center}}body{color:#000;font-family:"Arial",Helvetica,Clean,sans-serif;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{margin:0 0 .75rem;color:#a3b019;font-family:"Arial",Helvetica,Clean,sans-serif;line-height:1.125}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:currentColor;text-decoration:none}h1 a:active,h1 a:focus,h1 a:hover,h2 a:active,h2 a:focus,h2 a:hover,h3 a:active,h3 a:focus,h3 a:hover,h4 a:active,h4 a:focus,h4 a:hover,h5 a:active,h5 a:focus,h5 a:hover,h6 a:active,h6 a:focus,h6 a:hover{opacity:.65;color:currentColor}h1{font-size:2.09rem}h2,section article h2-1,section section h2-1{font-size:1.74167rem}h3,section article h3-1,section section h3-1{font-size:1.45139rem}h4,section article h4-1,section section h4-1{font-size:1.20949rem}h5,section article h5-1,section section h5-1{font-size:1.00791rem}h6,section article h6-1,section section h6-1{font-size:1rem;font-weight:bold}ol+h6,ol+h5,ol+h4,ol+h3,ol+h2,ol+h1,ul+h6,ul+h5,ul+h4,ul+h3,ul+h2,ul+h1,p+h6,p+h5,p+h4,p+h3,p+h2,p+h1{margin-top:1.875rem}h2{color:#a3b019}h4{color:#a3b019}h6{color:#a3b019}.cke_editable[contenteditable="true"] h2,.mod__page-content h2{color:#000}.cke_editable[contenteditable="true"] h4,.mod__page-content h4{color:#000}.cke_editable[contenteditable="true"] h6,.mod__page-content h6{color:#000}h2 a:hover,h2 a:focus,section article h1 a:hover,section article h1 a:focus,section section h1 a:hover,section section h1 a:focus{opacity:.65;color:currentColor}.mod__page-content section article h2,section article h2,section section h2{color:#a3b019}p{hyphens:manual;overflow-wrap:break-word}p+p{margin:.75rem 0 0}p+ul,p+ol{margin-top:0}p+h2{margin-top:4rem}a{transition:color 150ms ease;color:#a3b019}a:active,a:focus,a:hover{color:#5a610e}a:focus{outline-offset:-.063rem}hr{margin:1.5rem 0;border-top:none;border-right:none;border-bottom:.0625rem solid #5a2750;border-left:none}@media only screen and (min-width: 600px){ul{padding-left:1.875rem}}@media only screen and (max-width: 599px){ul{padding-left:.9375rem}}img[data-src]:not([src]){display:inline-block;visibility:hidden}@-moz-document url-prefix(){img:-moz-loading{visibility:hidden}}.vjs-modal-dialog .vjs-modal-dialog-content,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url("/static/ffcriavs/sass/font/VideoJS.eot?#iefix") format("eot")}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:normal;font-style:normal}.vjs-icon-play,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-play:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:"\f103"}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:"\f104"}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:"\f105"}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:"\f106"}.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:"\f107"}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f108"}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.vjs-icon-subtitles,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:"\f10c"}.vjs-icon-captions,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-captions:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:"\f10d"}.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.vjs-icon-circle,.video-js .vjs-volume-level,.video-js .vjs-play-progress{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle:before,.video-js .vjs-volume-level:before,.video-js .vjs-play-progress:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:"\f115"}.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:"\f11d"}.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:"\f11e"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:normal;font-style:normal;font-family:Arial,Helvetica,sans-serif}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100% !important;height:100% !important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100% !important;height:100% !important;padding-top:0 !important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none !important}.vjs-disabled{opacity:0.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block !important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0px auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66A8CC}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:0.06666em solid #fff;background-color:#2B333F;background-color:rgba(43,51,63,0.7);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,0.5);-webkit-transition:all 0s;-moz-transition:all 0s;-ms-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:0.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,0.8);background:-webkit-linear-gradient(-90deg, rgba(0,0,0,0.8),rgba(255,255,255,0));background:linear-gradient(180deg, rgba(0,0,0,0.8),rgba(255,255,255,0));overflow:auto;box-sizing:content-box}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto;box-sizing:content-box}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:0.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,0.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2B333F}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 0.3em 0;font-weight:bold;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:rgba(43,51,63,0.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2B333F;background-color:rgba(43,51,63,0.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3.0em;background-color:#2B333F;background-color:rgba(43,51,63,0.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility 0.1s,opacity 0.1s;-moz-transition:visibility 0.1s,opacity 0.1s;-ms-transition:visibility 0.1s,opacity 0.1s;-o-transition:visibility 0.1s,opacity 0.1s;transition:visibility 0.1s,opacity 0.1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none !important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0em 0em 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em}.vjs-live .vjs-progress-control{display:none}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;height:0.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:0.9em;position:absolute;right:-0.5em;top:-0.333333333333333em;z-index:1}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,0.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,0.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:relative;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:0.6em;visibility:visible}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,0.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 0.45em 0 0.45em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,0.5)}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em #fff;-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;padding-left:2em;padding-right:2em;padding-bottom:3em}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.video-js .vjs-volume-panel{-webkit-transition:width 1s;-moz-transition:width 1s;-ms-transition:width 1s;-o-transition:width 1s;transition:width 1s}.video-js .vjs-volume-panel:hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:focus,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility 0.1s,opacity 0.1s,height 0.1s,width 0.1s,left 0s,top 0s;-moz-transition:visibility 0.1s,opacity 0.1s,height 0.1s,width 0.1s,left 0s,top 0s;-ms-transition:visibility 0.1s,opacity 0.1s,height 0.1s,width 0.1s,left 0s,top 0s;-o-transition:visibility 0.1s,opacity 0.1s,height 0.1s,width 0.1s,left 0s,top 0s;transition:visibility 0.1s,opacity 0.1s,height 0.1s,width 0.1s,left 0s,top 0s}.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal:hover,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal:active,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal:focus,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:hover,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:active,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:focus,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:hover .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:hover .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:active .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:active .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:focus .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical:focus .vjs-volume-level,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:9em;-webkit-transition:width 0.1s;-moz-transition:width 0.1s;-ms-transition:width 0.1s;-o-transition:width 0.1s;transition:width 0.1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:0.5em}.video-js .vjs-volume-panel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-bar{margin:1.35em 0.45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:0.3em}.vjs-volume-bar.vjs-slider-vertical{width:0.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:0.9em}.vjs-slider-vertical .vjs-volume-level{width:0.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-0.5em;left:-0.3em}.vjs-slider-horizontal .vjs-volume-level{height:0.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-0.3em;right:-0.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2B333F;background-color:rgba(43,51,63,0.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;vertical-align:middle;margin:0 auto;max-height:100%;padding:0;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control{width:0px !important;white-space:nowrap}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:0.1em;background-color:#000;background-color:rgba(0,0,0,0.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-moz-transform:translateY(-3em);-ms-transform:translateY(-3em);-o-transform:translateY(-3em);-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-moz-transform:translateY(-1.5em);-ms-transform:translateY(-1.5em);-o-transform:translateY(-1.5em);-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0em}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-0.5em;position:absolute;text-shadow:0.05em 0.05em 0.1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:0.85;text-align:left;border:6px solid rgba(43,51,63,0.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:white}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:0.44s;animation-delay:0.44s}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{position:absolute}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto}.video-js.vjs-layout-tiny.vjs-no-flex:not(.vjs-fullscreen) .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button{display:none}.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button{display:none}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2B333F;background-color:rgba(43,51,63,0.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;margin-left:5px}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg, #fff 88%, #73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,0.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg, #fff 88%, #73859f 100%);color:#2B333F;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.comp__ctn-image{display:block}.comp__ctn-image.left{margin-right:.75rem;float:left;clear:both}.comp__ctn-image.left::after{clear:both;content:"";display:block}.comp__ctn-image.right{margin-left:.75rem;float:right;clear:both}.comp__ctn-image.right::after{clear:both;content:"";display:block}.comp__ctn-image.center{margin-right:auto;margin-left:auto}.comp__ctn-image.center::after{clear:both;content:"";display:block}.comp__ctn-image.left+.comp__ctn-image.right{clear:none}.comp__ctn-video{display:block}.comp__ctn-video.left{margin-right:.75rem;float:left;clear:both}.comp__ctn-video.left::after{clear:both;content:"";display:block}.comp__ctn-video.right{margin-left:.75rem;float:right;clear:both}.comp__ctn-video.right::after{clear:both;content:"";display:block}.comp__ctn-video.center{margin-right:auto;margin-left:auto}.comp__ctn-video.center::after{clear:both;content:"";display:block}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#a3b019}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#797676;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{border:1px solid #b7b7b7;height:2em;padding:.5em;margin-left:.25em;margin-right:.25em}@media (min-width: 24.5em){.picker__select--month,.picker__select--year{margin-top:-.5em}}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#a3b019}.picker__nav--prev,.picker__nav--next{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-.25em}@media (min-width: 24.5em){.picker__nav--prev,.picker__nav--next{top:-.33em}}.picker__nav--prev{left:-1em;padding-right:1.25em}@media (min-width: 24.5em){.picker__nav--prev{padding-right:1.5em}}.picker__nav--next{right:-1em;padding-left:1.25em}@media (min-width: 24.5em){.picker__nav--next{padding-left:1.5em}}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:0.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:0.75em solid #000}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000;background:#e8ebc6}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:none;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height: 33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#797676;font-weight:500}@media (min-height: 33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:0.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#222}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#e8ebc6}.picker__day--highlighted{border-color:#a3b019}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{cursor:pointer;color:#000;background:#e8ebc6}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{background:#a3b019;color:#fff}.picker__day--disabled,.picker__day--disabled:hover,.picker--focused .picker__day--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#222;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbb}.picker .picker__footer{text-align:center}.picker .picker__footer button.picker__button--today,.picker .picker__footer button.picker__button--clear,.picker .picker__footer button.picker__button--close{border:1px solid #a3b019;background:#a3b019;color:#fff;font-size:.8em;padding:.66em 0;font-weight:bold;width:33%;display:inline-block;vertical-align:bottom}.picker .picker__footer button.picker__button--today:hover,.picker .picker__footer button.picker__button--clear:hover,.picker .picker__footer button.picker__button--close:hover{cursor:pointer;color:#000;background:#e8ebc6;border-bottom-color:#e8ebc6}.picker .picker__footer button.picker__button--today:focus,.picker .picker__footer button.picker__button--clear:focus,.picker .picker__footer button.picker__button--close:focus{background:#e8ebc6;border-color:#a3b019;outline:none}.picker .picker__footer button.picker__button--today:before,.picker .picker__footer button.picker__button--clear:before,.picker .picker__footer button.picker__button--close:before{position:relative;display:inline-block;height:0}.picker .picker__footer button.picker__button--today:before,.picker .picker__footer button.picker__button--clear:before{content:" ";margin-right:.45em}.picker .picker__footer button.picker__button--today:before{top:-.05em;width:0;border-top:0.66em solid #0059bc;border-left:.66em solid transparent}.picker .picker__footer button.picker__button--clear:before{top:-.25em;width:.66em;border-top:3px solid #e20}.picker .picker__footer button.picker__button--close:before{content:"\D7";top:-.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#000}.picker .picker__footer button.picker__button--today[disabled],.picker .picker__footer button.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#222;cursor:default}.picker .picker__footer button.picker__button--today[disabled]:before{border-top-color:#aaa}/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#a3b019}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.picker__holder,.picker__frame{top:0;bottom:0;left:0;right:0;transform:translateY(100%)}.picker__holder{position:fixed;transition:background .15s ease-out,transform 0s .15s;-webkit-backface-visibility:hidden}.picker__frame{position:absolute;margin:0 auto;min-width:256px;max-width:666px;width:100%;opacity:0;transition:all .15s ease-out}@media (min-height: 33.875em){.picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}}@media (min-height: 40.125em){.picker__frame{margin-bottom:7.5%}}.picker__wrap{display:table;width:100%;height:100%}@media (min-height: 33.875em){.picker__wrap{display:block}}.picker__box{background:#fff;display:table-cell;vertical-align:middle}@media (min-height: 26.5em){.picker__box{font-size:1.25em}}@media (min-height: 33.875em){.picker__box{display:block;font-size:1.33em;border:1px solid #777;border-top-color:#898989;border-bottom-width:0;border-radius:5px 5px 0 0;box-shadow:0 12px 36px 16px rgba(0,0,0,0.24)}}@media (min-height: 40.125em){.picker__box{font-size:1.5em;border-bottom-width:1px;border-radius:5px}}.picker--opened .picker__holder{transform:translateY(0);background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";zoom:1;background:rgba(0,0,0,0.32);transition:background .15s ease-out}.picker--opened .picker__frame{transform:translateY(0);opacity:1}@media (min-height: 33.875em){.picker--opened .picker__frame{top:auto;bottom:0}}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#a3b019}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.picker__list{list-style:none;padding:0.75em 0 4.2em;margin:0}.picker__list-item{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-bottom:-1px;position:relative;background:#fff;padding:.75em 1.25em}@media (min-height: 46.75em){.picker__list-item{padding:.5em 1em}}.picker__list-item:hover{cursor:pointer;color:#000;background:#e8ebc6;border-color:#a3b019;z-index:10}.picker__list-item--highlighted{border-color:#a3b019;z-index:10}.picker__list-item--highlighted:hover,.picker--focused .picker__list-item--highlighted{cursor:pointer;color:#000;background:#e8ebc6}.picker__list-item--selected,.picker__list-item--selected:hover,.picker--focused .picker__list-item--selected{background:#a3b019;color:#fff;z-index:10}.picker__list-item--disabled,.picker__list-item--disabled:hover,.picker--focused .picker__list-item--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#222;cursor:default;border-color:#ddd;z-index:auto}.picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:none;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.picker--time .picker__button--clear:hover,.picker--time .picker__button--clear:focus{cursor:pointer;color:#000;background:#e8ebc6;background:#e20;border-color:#e20;cursor:pointer;color:#fff;outline:none}.picker--time .picker__button--clear:before{top:-.25em;color:#666;font-size:1.25em;font-weight:bold}.picker--time .picker__button--clear:hover:before,.picker--time .picker__button--clear:focus:before{color:#fff;border-color:#fff}/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#a3b019}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.picker__holder,.picker__frame{top:0;bottom:0;left:0;right:0;transform:translateY(100%)}.picker__holder{position:fixed;transition:background .15s ease-out,transform 0s .15s;-webkit-backface-visibility:hidden}.picker__frame{position:absolute;margin:0 auto;min-width:256px;max-width:666px;width:100%;opacity:0;transition:all .15s ease-out}@media (min-height: 33.875em){.picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}}@media (min-height: 40.125em){.picker__frame{margin-bottom:7.5%}}.picker__wrap{display:table;width:100%;height:100%}@media (min-height: 33.875em){.picker__wrap{display:block}}.picker__box{background:#fff;display:table-cell;vertical-align:middle}@media (min-height: 26.5em){.picker__box{font-size:1.25em}}@media (min-height: 33.875em){.picker__box{display:block;font-size:1.33em;border:1px solid #777;border-top-color:#898989;border-bottom-width:0;border-radius:5px 5px 0 0;box-shadow:0 12px 36px 16px rgba(0,0,0,0.24)}}@media (min-height: 40.125em){.picker__box{font-size:1.5em;border-bottom-width:1px;border-radius:5px}}.picker--opened .picker__holder{transform:translateY(0);background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";zoom:1;background:rgba(0,0,0,0.32);transition:background .15s ease-out}.picker--opened .picker__frame{transform:translateY(0);opacity:1}@media (min-height: 33.875em){.picker--opened .picker__frame{top:auto;bottom:0}}.picker--time .picker__frame{min-width:256px;max-width:320px}.picker--time .picker__box{font-size:1em;background:#f2f2f2;padding:0}@media (min-height: 40.125em){.picker--time .picker__box{margin-bottom:5em}}.picker__select--month,.picker__select--year{padding:0}#breadcrumb{font-family:"ralewaybold",helvetica,arial,clean,sans-serif;display:inline-block;flex:1 0 100%;margin-bottom:1.5rem;text-align:left}#breadcrumb .breadcrumb-item{display:inline-block;position:relative;margin-right:.313rem;margin-bottom:.125rem;padding:0 .375rem 0 1rem;border-bottom:0 solid #b5c047;background-color:#fff;color:#b5c047;font-size:.8em;line-height:1.5rem}#breadcrumb .breadcrumb-item a{text-decoration:none}#breadcrumb .breadcrumb-item:first-child{padding-left:.75rem;border-left:0 solid #b5c047;border-top-left-radius:0;border-bottom-left-radius:0}#breadcrumb .breadcrumb-item:last-child{padding-right:.75rem;border-right:0 solid #b5c047;border-top-right-radius:0;border-bottom-right-radius:0;background-color:#fff}#breadcrumb .breadcrumb-item:last-child>a{color:#b5c047}#breadcrumb .breadcrumb-item:focus,#breadcrumb .breadcrumb-item:hover{background-color:#fff;color:rgba(90,39,80,0.75)}#breadcrumb .breadcrumb-item:focus>.active,#breadcrumb .breadcrumb-item:hover>.active{color:#b5c047}#breadcrumb .breadcrumb-item::after,#breadcrumb .breadcrumb-item::before{position:absolute;top:0;right:auto;bottom:0;left:100%;content:'';display:block;z-index:2;margin:auto;border-top:.75rem solid transparent;border-bottom:.75rem solid transparent;border-left:.375rem solid transparent}#breadcrumb .breadcrumb-item:last-child::after,#breadcrumb .breadcrumb-item:last-child::before{border:none}#breadcrumb .breadcrumb-item::before{z-index:1;margin-left:.063rem;border-left-color:#b5c047}#breadcrumb .breadcrumb-item::after{border-left-color:#fff}#breadcrumb .breadcrumb-item .separator{display:none}.select2-container--default{width:656px !important;min-width:656px !important;max-width:656px !important}.select2-container--default .select2-selection--multiple .select2-selection__rendered{display:flex !important;position:relative;flex-wrap:wrap;align-items:center;padding:.5rem 3rem .5rem .5rem !important;border-bottom:none}.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{position:absolute;top:calc(50% - .75rem);right:1rem;margin:0;font-size:1.5rem;font-weight:bold;line-height:1}.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field{margin:0;padding:.25rem .5rem !important;line-height:1.85}.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin:.25rem;padding:.45rem .75rem;border-color:#ddd;background-color:#f0f1f5}.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search{margin:.25rem;padding:0 !important;border-top:none !important}.internal_form_success{text-align:center}.layout-calendar .filtre.agenda>form .titre span{border-radius:4px;padding-right:10px}.layout-calendar .filtre.agenda>form .tous{border:0}.layout-calendar .filtre.agenda>form [type="checkbox"]:not(:checked)+label,.layout-calendar .filtre.agenda>form [type="checkbox"]:checked+label,.layout-calendar .filtre.agenda>form [type="radio"]:not(:checked)+label,.layout-calendar .filtre.agenda>form [type="radio"]:checked+label{margin-bottom:5px}.layout-calendar .filtre.agenda>form .select2-container .select2-selection--single{display:flex;align-items:center;height:32px}.layout-calendar .filtre.agenda>form .select2-container--default{all:unset}.layout-calendar .filtre.agenda>form .select2-container--default .select2-selection--multiple .select2-selection__rendered{display:flex !important;position:relative;flex-wrap:wrap;align-items:center;padding:unset !important;border-bottom:none}.layout-calendar .filtre.agenda>form .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{position:absolute;top:calc(50% - .75rem);right:1rem;margin:0;font-size:1.5rem;font-weight:bold;line-height:1}.layout-calendar .filtre.agenda>form .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field{margin:0;padding:0 6px !important;line-height:1.85;color:#000}.layout-calendar .filtre.agenda>form .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin:.25rem;padding:.45rem .75rem;border-color:#ddd;background-color:#f0f1f5}.layout-calendar .filtre.agenda>form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search{margin:0;padding:0 6px !important;border-top:none !important}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#a3b019 !important}.select2-container--default .select2-results>.select2-results__options{width:100%}.filtre form input[type="text"],.filtre form textarea,.filtre form .select,.filtre form select{border-radius:4px}#signup_form .select2-container--default,#signup_form .field_in_charge_of_committee{min-width:1024px !important;max-width:1024px !important}#signup_form button[type=submit]{clear:left;margin-left:349px}#signup_form .field_criavss,#signup_form .field_committees,#signup_form .field_in_charge_of_committee{clear:left;margin-left:0}#signup_form .select2-container .select2-selection--single{display:flex;align-items:center;height:32px}#signup_form .select2-container--default .select2-selection--multiple{border-radius:0 !important;border-color:#a3b019 !important}#signup_form .select2-container--default .select2-selection--multiple .select2-selection__rendered{display:flex !important;position:relative;flex-wrap:wrap;align-items:center;padding:unset !important;border-bottom:none}#signup_form .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{position:absolute;top:calc(50% - .75rem);right:1rem;margin:0;font-size:1.5rem;font-weight:bold;line-height:1}#signup_form .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field{margin:0;padding:0 6px !important;line-height:1.85;color:#000}#signup_form .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin:.25rem;padding:.45rem .75rem;border-color:#ddd;background-color:#f0f1f5}#signup_form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search{margin:0;padding:0 6px !important;border-top:none !important}#signup_form .select2-container--default .select2-selection--multiple .select2-selection__rendered input{font-size:.875rem}

/*# sourceMappingURL=extrascreen.css.map */