/* Import Font */
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,600,700&display=swap");

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

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* 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: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.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-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.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: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.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: 20px;
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.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-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.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;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: 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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	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 override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.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 .ui-tabs-anchor {
	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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	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;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../bundles/aneolacmscore/vendor/jquery-ui/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../bundles/aneolacmscore/vendor/jquery-ui/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../bundles/aneolacmscore/vendor/jquery-ui/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../bundles/aneolacmscore/vendor/jquery-ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../bundles/aneolacmscore/vendor/jquery-ui/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../bundles/aneolacmscore/vendor/jquery-ui/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../bundles/aneolacmscore/vendor/jquery-ui/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url("../bundles/aneolacmscore/vendor/summernote-master/dist/./font/summernote.eot?dbafe969167589eda84514394d126413");src:url("../bundles/aneolacmscore/vendor/summernote-master/dist/./font/summernote.eot?#iefix") format("embedded-opentype"),url("../bundles/aneolacmscore/vendor/summernote-master/dist/./font/summernote.woff?dbafe969167589eda84514394d126413") format("woff"),url("../bundles/aneolacmscore/vendor/summernote-master/dist/./font/summernote.ttf?dbafe969167589eda84514394d126413") format("truetype")}[class^="note-icon-"]:before,[class*=" note-icon-"]:before{display:inline-block;font:normal normal normal 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;speak:none;-moz-osx-font-smoothing:grayscale}.note-icon-align-center:before,.note-icon-align-indent:before,.note-icon-align-justify:before,.note-icon-align-left:before,.note-icon-align-outdent:before,.note-icon-align-right:before,.note-icon-align:before,.note-icon-arrow-circle-down:before,.note-icon-arrow-circle-left:before,.note-icon-arrow-circle-right:before,.note-icon-arrow-circle-up:before,.note-icon-arrows-alt:before,.note-icon-arrows-h:before,.note-icon-arrows-v:before,.note-icon-bold:before,.note-icon-caret:before,.note-icon-chain-broken:before,.note-icon-circle:before,.note-icon-close:before,.note-icon-code:before,.note-icon-col-after:before,.note-icon-col-before:before,.note-icon-col-remove:before,.note-icon-eraser:before,.note-icon-font:before,.note-icon-frame:before,.note-icon-italic:before,.note-icon-link:before,.note-icon-magic:before,.note-icon-menu-check:before,.note-icon-minus:before,.note-icon-orderedlist:before,.note-icon-pencil:before,.note-icon-picture:before,.note-icon-question:before,.note-icon-redo:before,.note-icon-row-above:before,.note-icon-row-below:before,.note-icon-row-remove:before,.note-icon-special-character:before,.note-icon-square:before,.note-icon-strikethrough:before,.note-icon-subscript:before,.note-icon-summernote:before,.note-icon-superscript:before,.note-icon-table:before,.note-icon-text-height:before,.note-icon-trash:before,.note-icon-underline:before,.note-icon-undo:before,.note-icon-unorderedlist:before,.note-icon-video:before{display:inline-block;font-family:"summernote";font-style:normal;font-weight:normal;text-decoration:inherit}.note-icon-align-center:before{content:"\f101"}.note-icon-align-indent:before{content:"\f102"}.note-icon-align-justify:before{content:"\f103"}.note-icon-align-left:before{content:"\f104"}.note-icon-align-outdent:before{content:"\f105"}.note-icon-align-right:before{content:"\f106"}.note-icon-align:before{content:"\f107"}.note-icon-arrow-circle-down:before{content:"\f108"}.note-icon-arrow-circle-left:before{content:"\f109"}.note-icon-arrow-circle-right:before{content:"\f10a"}.note-icon-arrow-circle-up:before{content:"\f10b"}.note-icon-arrows-alt:before{content:"\f10c"}.note-icon-arrows-h:before{content:"\f10d"}.note-icon-arrows-v:before{content:"\f10e"}.note-icon-bold:before{content:"\f10f"}.note-icon-caret:before{content:"\f110"}.note-icon-chain-broken:before{content:"\f111"}.note-icon-circle:before{content:"\f112"}.note-icon-close:before{content:"\f113"}.note-icon-code:before{content:"\f114"}.note-icon-col-after:before{content:"\f115"}.note-icon-col-before:before{content:"\f116"}.note-icon-col-remove:before{content:"\f117"}.note-icon-eraser:before{content:"\f118"}.note-icon-font:before{content:"\f119"}.note-icon-frame:before{content:"\f11a"}.note-icon-italic:before{content:"\f11b"}.note-icon-link:before{content:"\f11c"}.note-icon-magic:before{content:"\f11d"}.note-icon-menu-check:before{content:"\f11e"}.note-icon-minus:before{content:"\f11f"}.note-icon-orderedlist:before{content:"\f120"}.note-icon-pencil:before{content:"\f121"}.note-icon-picture:before{content:"\f122"}.note-icon-question:before{content:"\f123"}.note-icon-redo:before{content:"\f124"}.note-icon-row-above:before{content:"\f125"}.note-icon-row-below:before{content:"\f126"}.note-icon-row-remove:before{content:"\f127"}.note-icon-special-character:before{content:"\f128"}.note-icon-square:before{content:"\f129"}.note-icon-strikethrough:before{content:"\f12a"}.note-icon-subscript:before{content:"\f12b"}.note-icon-summernote:before{content:"\f12c"}.note-icon-superscript:before{content:"\f12d"}.note-icon-table:before{content:"\f12e"}.note-icon-text-height:before{content:"\f12f"}.note-icon-trash:before{content:"\f130"}.note-icon-underline:before{content:"\f131"}.note-icon-undo:before{content:"\f132"}.note-icon-unorderedlist:before{content:"\f133"}.note-icon-video:before{content:"\f134"}.note-frame *{color:#000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}p{margin:0 0 10px}kbd{padding:3px 5px;font-weight:700;color:#fff;background-color:#000;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.note-toolbar{padding:10px 5px;border-bottom:1px solid #e2e2e2}.note-btn-group{position:relative;display:inline-block;margin-right:8px}.note-btn-group>.note-btn-group{margin-right:0}.note-btn-group>.note-btn,.note-btn-group>.note-btn-group{margin-left:-4px;border-radius:0}.note-btn-group>.note-btn.focus,.note-btn-group>.note-btn-group.focus,.note-btn-group>.note-btn.active,.note-btn-group>.note-btn-group.active{border-radius:0}.note-btn-group>.note-btn:first-child,.note-btn-group>.note-btn-group:first-child{margin-left:0;border-bottom-left-radius:1px;border-top-left-radius:1px}.note-btn-group>.note-btn:first-child.focus,.note-btn-group>.note-btn-group:first-child.focus,.note-btn-group>.note-btn:first-child.active,.note-btn-group>.note-btn-group:first-child.active{border-bottom-left-radius:1px;border-top-left-radius:1px}.note-btn-group>.note-btn:last-child:not(.note-dropdown),.note-btn-group>.note-btn-group:last-child:not(.note-dropdown){border-top-right-radius:1px;border-bottom-right-radius:1px}.note-btn-group>.note-btn:last-child:not(.note-dropdown).focus,.note-btn-group>.note-btn-group:last-child:not(.note-dropdown).focus,.note-btn-group>.note-btn:last-child:not(.note-dropdown).active,.note-btn-group>.note-btn-group:last-child:not(.note-dropdown).active{border-top-right-radius:1px;border-bottom-right-radius:1px}.note-btn-group.open>.note-dropdown{display:block}.note-btn{display:inline-block;padding:5px 10px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.4;color:#333;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-color:#fff;background-image:none;border:1px solid #fff;border-color:#fff;border-radius:1px;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation}.note-btn:focus,.note-btn.focus{color:#333;background-color:#ebebeb;border-color:#fff}.note-btn:hover{color:#333;background-color:#ebebeb;border-color:#fff}.note-btn.disabled:focus,.note-btn[disabled]:focus,fieldset[disabled] .note-btn:focus,.note-btn.disabled.focus,.note-btn[disabled].focus,fieldset[disabled] .note-btn.focus{background-color:#fff;border-color:#fff}.note-btn:hover,.note-btn:focus,.note-btn.focus{color:#333;text-decoration:none;background-color:#ebebeb;border:1px solid #fff;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;outline:0}.note-btn:active,.note-btn.active{background-image:none;outline:0}.note-btn.disabled,.note-btn[disabled],fieldset[disabled] .note-btn{cursor:not-allowed;-webkit-opacity:.65;-khtml-opacity:.65;-moz-opacity:.65;opacity:.65;-ms-filter:alpha(opacity=65);filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.note-btn-primary{color:#fff;background:#fa6362}.note-btn-primary:hover,.note-btn-primary:focus,.note-btn-primary.focus{color:#fff;text-decoration:none;background-color:#fa6362;border:1px solid #fff;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.note-btn-block{display:block;width:100%}.note-btn-block+.note-btn-block{margin-top:5px}input[type="submit"].note-btn-block,input[type="reset"].note-btn-block,input[type="button"].note-btn-block{width:100%}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.close{float:right;font-size:21px;line-height:1;color:#000;opacity:.2}.close:hover{-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100)}.note-dropdown{position:relative}.note-dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:100px;padding:5px;text-align:left;background:#fff;border:1px solid #e2e2e2;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.06);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.06);box-shadow:0 1px 1px rgba(0,0,0,0.06);background-clip:padding-box}.note-btn-group.open .note-dropdown-menu{display:block}.note-dropdown-item{display:block}.note-dropdown-item:hover{background-color:#ebebeb}a.note-dropdown-item,a.note-dropdown-item:hover{margin:2px 0;color:#000;text-decoration:none}.note-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100)}.note-modal.open{display:block}.note-modal-content{position:relative;width:auto;margin:30px 20px;background:#fff;border:1px solid rgba(0,0,0,0.2);outline:0;background-clip:border-box}.note-modal-header{padding:30px 20px 20px 20px;border:1px solid #ededef}.note-modal-header .close{margin-top:-10px}.note-modal-body{position:relative;padding:20px 30px}.note-modal-footer{height:40px;padding:10px;text-align:center}.note-modal-footer a{color:#337ab7;text-decoration:none}.note-modal-footer a:hover,.note-modal-footer a:focus{color:#23527c;text-decoration:underline}.note-modal-footer .note-btn{float:right}.note-modal-title{margin:0;font-size:26px;line-height:1.4;color:#42515f}.note-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;background:#000;-webkit-opacity:.5;-khtml-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:alpha(opacity=50);filter:alpha(opacity=50)}.note-modal-backdrop.open{display:block}@media(min-width:768px){.note-modal-content{width:600px;margin:30px auto}}@media(min-width:992px){.note-modal-content-large{width:900px}}.note-form-group{padding-bottom:20px}.note-form-group:last-child{padding-bottom:0}.note-form-label{display:block;margin-bottom:10px;font-size:16px;font-weight:700;color:#42515f}.note-input{display:block;width:100%;padding:6px 4px;font-size:14px;background:#fff;border:1px solid #ededef;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.note-input::-webkit-input-placeholder{color:#eee}.note-input:-moz-placeholder{color:#eee}.note-input::-moz-placeholder{color:#eee}.note-input:-ms-input-placeholder{color:#eee}.note-tooltip{position:absolute;z-index:1070;display:block;font-size:13px;-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:alpha(opacity=0);filter:alpha(opacity=0)}.note-tooltip.in{-webkit-opacity:.9;-khtml-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:alpha(opacity=90);filter:alpha(opacity=90)}.note-tooltip.top{padding:5px 0;margin-top:-3px}.note-tooltip.right{padding:0 5px;margin-left:3px}.note-tooltip.bottom{padding:5px 0;margin-top:3px}.note-tooltip.left{padding:0 5px;margin-left:-3px}.note-tooltip.bottom .note-tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.note-tooltip.top .note-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.note-tooltip.right .note-tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.note-tooltip.left .note-tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.note-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.note-tooltip-content{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000}.note-popover{position:absolute;z-index:1060;display:block;display:none;font-size:13px;background:#fff;border:1px solid rgba(0,0,0,0.2);border:1px solid #ccc}.note-popover.in{display:block}.note-popover.top{padding:5 0;margin-top:-3px}.note-popover.right{padding:0 5;margin-left:3px}.note-popover.bottom{padding:5 0;margin-top:3px}.note-popover.left{padding:0 5;margin-left:-3px}.note-popover.bottom .note-popover-arrow{top:-11px;left:50%;margin-left:-10px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.note-popover.bottom .note-popover-arrow::after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.note-popover.top .note-popover-arrow{bottom:-11px;left:50%;margin-left:-10px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.note-popover.top .note-popover-arrow::after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.note-popover.right .note-popover-arrow{top:50%;left:-11px;margin-top:-10px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.note-popover.right .note-popover-arrow::after{left:1px;margin-top:-10px;border-right-color:#fff;border-left-width:0;content:" "}.note-popover.left .note-popover-arrow{top:50%;right:-11px;margin-top:-10px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.note-popover.left .note-popover-arrow::after{right:1px;margin-top:-10px;border-left-color:#fff;border-right-width:0;content:" "}.note-popover-arrow{position:absolute;width:0;height:0;border:11px solid transparent}.note-popover-arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:10px;content:" "}.note-popover-content{min-width:100px;min-height:30px;padding:3px 8px;color:#000;text-align:center;background-color:#fff}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:#fff;opacity:.95;pointer-event:none}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:700;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area p{margin:0 0 10px}.note-editor .note-editing-area .note-editable{outline:0}.note-editor .note-editing-area .note-editable table{width:100%;border-collapse:collapse}.note-editor .note-editing-area .note-editable table td,.note-editor .note-editing-area .note-editable table th{padding:5px 3px;border:1px solid #ececec}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area .note-editable a{font-family:inherit;font-weight:inherit;color:#337ab7;text-decoration:inherit;background-color:inherit}.note-editor .note-editing-area .note-editable a:hover,.note-editor .note-editing-area .note-editable a:focus{color:#23527c;text-decoration:underline;outline:0}.note-editor .note-editing-area .note-editable figure{margin:0}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;word-wrap:break-word;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important}.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-status-output{display:block;width:100%;height:20px;margin-bottom:0;font-size:14px;line-height:1.42857143;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-frame .note-status-output .alert{padding:7px 10px 2px 10px;margin:-7px 0 0 0;color:#000;background-color:#f5f5f5;border-radius:0}.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:9px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover{max-width:none}.note-popover .note-popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover .note-popover-arrow{left:20px!important}.note-popover .note-popover-content,.note-toolbar{padding:0 0 5px 5px;margin:0;background-color:#fff}.note-popover .note-popover-content>.note-btn-group,.note-toolbar>.note-btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .note-popover-content .note-btn-group .note-table,.note-toolbar .note-btn-group .note-table{min-width:0;padding:5px}.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker,.note-toolbar .note-btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .note-popover-content .note-style h1,.note-toolbar .note-style h1,.note-popover .note-popover-content .note-style h2,.note-toolbar .note-style h2,.note-popover .note-popover-content .note-style h3,.note-toolbar .note-style h3,.note-popover .note-popover-content .note-style h4,.note-toolbar .note-style h4,.note-popover .note-popover-content .note-style h5,.note-toolbar .note-style h5,.note-popover .note-popover-content .note-style h6,.note-toolbar .note-style h6,.note-popover .note-popover-content .note-style blockquote,.note-toolbar .note-style blockquote{margin:0}.note-popover .note-popover-content .note-color .dropdown-toggle,.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .note-popover-content .note-color .note-dropdown-menu,.note-toolbar .note-color .note-dropdown-menu{min-width:346px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette,.note-toolbar .note-color .note-dropdown-menu .note-palette{display:inline-block;width:160px;margin:0}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette:first-child,.note-toolbar .note-color .note-dropdown-menu .note-palette:first-child{margin:0 5px;margin-right:15px}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset{width:100%;padding:2px 3px;margin:3px;cursor:pointer;background-color:#fff;border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover{background:#eee}.note-popover .note-popover-content .note-para .note-dropdown-menu,.note-toolbar .note-para .note-dropdown-menu{min-width:216px;padding:5px}.note-popover .note-popover-content .note-para .note-dropdown-menu>div:first-child,.note-toolbar .note-para .note-dropdown-menu>div:first-child{margin-right:5px}.note-popover .note-popover-content .note-btn-fontname .note-dropdown-menu,.note-toolbar .note-btn-fontname .note-dropdown-menu{min-width:200px}.note-popover .note-popover-content .note-dropdown-menu,.note-toolbar .note-dropdown-menu{min-width:160px}.note-popover .note-popover-content .note-dropdown-menu.right,.note-toolbar .note-dropdown-menu.right{right:0;left:auto}.note-popover .note-popover-content .note-dropdown-menu.right::before,.note-toolbar .note-dropdown-menu.right::before{right:9px;left:auto!important}.note-popover .note-popover-content .note-dropdown-menu.right::after,.note-toolbar .note-dropdown-menu.right::after{right:10px;left:auto!important}.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item i,.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item i{color:deepskyblue;visibility:hidden}.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item.checked i,.note-toolbar .note-dropdown-menu.note-check .note-dropdown-item.checked i{visibility:visible}.note-popover .note-popover-content .note-dropdown-menu .note-dropdown-item>*,.note-toolbar .note-dropdown-menu .note-dropdown-item>*{margin:0}.note-popover .note-popover-content .note-fontsize-10,.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .note-popover-content .note-color-palette,.note-toolbar .note-color-palette{line-height:1}.note-popover .note-popover-content .note-color-palette div .note-color-btn,.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .note-popover-content .note-color-palette div .note-color-btn:hover,.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-modal .note-modal-body label{display:inline-block;padding:2px 5px;margin-bottom:2px}.note-modal .note-modal-body .help-list-item:hover{background-color:#e0e0e0}@-moz-document url-prefix(){.note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid black}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:#fff;border:1px solid #000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .note-popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .note-popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .note-popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .note-popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0}.help-list-item label{display:inline-block;margin-bottom:5px}
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -moz-box-shadow: 5px 5px 4px -4px #666666;
  -webkit-box-shadow: 2px 2px 2px #999999;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
  display: inline;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 white;
  -webkit-text-shadow: 1px 1px 0 white;
  text-shadow: 1px 1px 0 white;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png");
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
  background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png");
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png");
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/40px.png");
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../bundles/aneolacmscore/vendor/jstree/themes/default/40px.png");
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url("../bundles/aneolacmscore/vendor/jstree/themes/default/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../bundles/aneolacmscore/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../bundles/aneolacmscore/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../bundles/aneolacmscore/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../bundles/aneolacmscore/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../bundles/aneolacmscore/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../bundles/aneolacmscore/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.mce-object{border:1px dotted #3A3A3A;background:#d5d5d5 url(../bundles/aneolacmscore/css/img/object.gif) no-repeat center}.mce-pagebreak{cursor:default;display:block;border:0;width:100%;height:5px;border:1px dashed #666;margin-top:15px;page-break-before:always}@media print{.mce-pagebreak{border:0px}}.mce-item-anchor{cursor:default;display:inline-block;-webkit-user-select:all;-webkit-user-modify:read-only;-moz-user-select:all;-moz-user-modify:read-only;user-select:all;user-modify:read-only;width:9px !important;height:9px !important;border:1px dotted #3A3A3A;background:#d5d5d5 url(../bundles/aneolacmscore/css/img/anchor.gif) no-repeat center}.mce-nbsp{background:#AAA}hr{cursor:default}.mce-match-marker{background:#AAA;color:#fff}.mce-match-marker-selected{background:#3399ff;color:#fff}.mce-spellchecker-word{border-bottom:2px solid #F00;cursor:default}.mce-spellchecker-grammar{border-bottom:2px solid #008000;cursor:default}.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{border:1px dashed #BBB}td.mce-item-selected,th.mce-item-selected{background-color:#3399ff !important}.mce-edit-focus{outline:1px dotted #333}
body{background-color:#FFFFFF;color:#000000;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;scrollbar-3dlight-color:#F0F0EE;scrollbar-arrow-color:#676662;scrollbar-base-color:#F0F0EE;scrollbar-darkshadow-color:#DDDDDD;scrollbar-face-color:#E0E0DD;scrollbar-highlight-color:#F0F0EE;scrollbar-shadow-color:#F0F0EE;scrollbar-track-color:#F5F5F5}td,th{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px}.mce-object{border:1px dotted #3A3A3A;background:#d5d5d5 url(../bundles/aneolacmscore/css/img/object.gif) no-repeat center}.mce-pagebreak{cursor:default;display:block;border:0;width:100%;height:5px;border:1px dashed #666;margin-top:15px;page-break-before:always}@media print{.mce-pagebreak{border:0px}}.mce-item-anchor{cursor:default;display:inline-block;-webkit-user-select:all;-webkit-user-modify:read-only;-moz-user-select:all;-moz-user-modify:read-only;user-select:all;user-modify:read-only;width:9px !important;height:9px !important;border:1px dotted #3A3A3A;background:#d5d5d5 url(../bundles/aneolacmscore/css/img/anchor.gif) no-repeat center}.mce-nbsp{background:#AAA}hr{cursor:default}.mce-match-marker{background:#AAA;color:#fff}.mce-match-marker-selected{background:#3399ff;color:#fff}.mce-spellchecker-word{border-bottom:2px solid #F00;cursor:default}.mce-spellchecker-grammar{border-bottom:2px solid #008000;cursor:default}.mce-item-table,.mce-item-table td,.mce-item-table th,.mce-item-table caption{border:1px dashed #BBB}td.mce-item-selected,th.mce-item-selected{background-color:#3399ff !important}.mce-edit-focus{outline:1px dotted #333}
.mce-container,.mce-container *,.mce-widget,.mce-widget *,.mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;-webkit-tap-highlight-color:transparent;line-height:normal;font-weight:normal;text-align:left;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr}.mce-widget button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.mce-container *[unselectable]{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.mce-fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.mce-fade.mce-in{opacity:1}.mce-tinymce{visibility:inherit !important;position:relative}.mce-fullscreen{border:0;padding:0;margin:0;overflow:hidden;height:100%;z-index:100}div.mce-fullscreen{position:fixed;top:0;left:0;width:100%;height:auto}.mce-tinymce{display:block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mce-wordcount{position:absolute;top:0;right:0;padding:8px}div.mce-edit-area{background:#FFF;filter:none}.mce-statusbar{position:relative}.mce-statusbar .mce-container-body{position:relative}.mce-fullscreen .mce-resizehandle{display:none}.mce-charmap{border-collapse:collapse}.mce-charmap td{cursor:default;border:1px solid #9e9e9e;width:20px;height:20px;line-height:20px;text-align:center;vertical-align:middle;padding:2px}.mce-charmap td div{text-align:center}.mce-charmap td:hover{background:#d9d9d9}.mce-grid td.mce-grid-cell div{border:1px solid #d6d6d6;width:15px;height:15px;margin:0px;cursor:pointer}.mce-grid td.mce-grid-cell div:focus{border-color:#a1a1a1}.mce-grid td.mce-grid-cell div[disabled]{cursor:not-allowed}.mce-grid{border-spacing:2px;border-collapse:separate}.mce-grid a{display:block;border:1px solid transparent}.mce-grid a:hover,.mce-grid a:focus{border-color:#a1a1a1}.mce-grid-border{margin:0 4px 0 4px}.mce-grid-border a{border-color:#d6d6d6;width:13px;height:13px}.mce-grid-border a:hover,.mce-grid-border a.mce-active{border-color:#a1a1a1;background:#c8def4}.mce-text-center{text-align:center}div.mce-tinymce-inline{width:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-colorbtn-trans div{text-align:center;vertical-align:middle;font-weight:bold;font-size:20px;line-height:16px;color:#707070}.mce-toolbar-grp{padding-bottom:2px}.mce-toolbar-grp .mce-flow-layout-item{margin-bottom:0}.mce-rtl .mce-wordcount{left:0;right:auto}.mce-container,.mce-container-body{display:block}.mce-autoscroll{overflow:hidden}.mce-scrollbar{position:absolute;width:7px;height:100%;top:2px;right:2px;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-scrollbar-h{top:auto;right:auto;left:2px;bottom:2px;width:100%;height:7px}.mce-scrollbar-thumb{position:absolute;background-color:#000;border:1px solid #888;border-color:rgba(85,85,85,0.6);width:5px;height:100%;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mce-scrollbar-h .mce-scrollbar-thumb{width:100%;height:5px}.mce-scrollbar:hover,.mce-scrollbar.mce-active{background-color:#AAA;opacity:.6;filter:alpha(opacity=60);zoom:1;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mce-scroll{position:relative}.mce-panel{border:0 solid #9e9e9e;background-color:#f0f0f0;background-image:-moz-linear-gradient(top, #fdfdfd, #ddd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ddd));background-image:-webkit-linear-gradient(top, #fdfdfd, #ddd);background-image:-o-linear-gradient(top, #fdfdfd, #ddd);background-image:linear-gradient(to bottom, #fdfdfd, #ddd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffdddddd', GradientType=0);zoom:1}.mce-floatpanel{position:absolute;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0);box-shadow:0 5px 10px rgba(0, 0, 0, 0)}.mce-floatpanel.mce-fixed{position:fixed}.mce-floatpanel .mce-arrow,.mce-floatpanel .mce-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.mce-floatpanel .mce-arrow{border-width:11px}.mce-floatpanel .mce-arrow:after{border-width:10px;content:""}.mce-floatpanel.mce-popover{filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0);box-shadow:0 5px 10px rgba(0, 0, 0, 0);top:0;left:0;background:#fff;border:1px solid #9e9e9e;border:1px solid rgba(0,0,0,0.25)}.mce-floatpanel.mce-popover.mce-bottom{margin-top:10px;*margin-top:0}.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#9e9e9e;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.mce-floatpanel.mce-popover.mce-bottom.mce-start{margin-left:-22px}.mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow{left:20px}.mce-floatpanel.mce-popover.mce-bottom.mce-end{margin-left:22px}.mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow{right:10px;left:auto}.mce-fullscreen{border:0;padding:0;margin:0;overflow:hidden;background:#fff;height:100%}div.mce-fullscreen{position:fixed;top:0;left:0}#mce-modal-block{opacity:0;filter:alpha(opacity=0);zoom:1;position:fixed;left:0;top:0;width:100%;height:100%;background:#000}#mce-modal-block.mce-in{opacity:.3;filter:alpha(opacity=30);zoom:1}.mce-window-move{cursor:move}.mce-window{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0);box-shadow:0 3px 7px rgba(0, 0, 0, 0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;background:#fff;position:fixed;top:0;left:0;opacity:0;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.mce-window.mce-in{opacity:1}.mce-window-head{padding:9px 15px;border-bottom:1px solid #c5c5c5;position:relative}.mce-window-head .mce-close{position:absolute;right:15px;top:9px;font-size:20px;font-weight:bold;line-height:20px;color:#858585;cursor:pointer;height:20px;overflow:hidden}.mce-close:hover{color:#adadad}.mce-window-head .mce-title{line-height:20px;font-size:20px;font-weight:bold;text-rendering:optimizelegibility;padding-right:10px}.mce-window .mce-container-body{display:block}.mce-foot{display:block;background-color:#fff;border-top:1px solid #c5c5c5;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.mce-window-head .mce-dragh{position:absolute;top:0;left:0;cursor:move;width:90%;height:100%}.mce-window iframe{width:100%;height:100%}.mce-window.mce-fullscreen,.mce-window.mce-fullscreen .mce-foot{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mce-rtl .mce-window-head .mce-close{position:absolute;right:auto;left:15px}.mce-rtl .mce-window-head .mce-dragh{left:auto;right:0}.mce-rtl .mce-window-head .mce-title{direction:rtl;text-align:right}.mce-abs-layout{position:relative}body .mce-abs-layout-item,.mce-abs-end{position:absolute}.mce-abs-end{width:1px;height:1px}.mce-container-body.mce-abs-layout{overflow:hidden}.mce-tooltip{position:absolute;padding:5px;opacity:.8;filter:alpha(opacity=80);zoom:1}.mce-tooltip-inner{font-size:11px;background-color:#000;color:#fff;max-width:200px;padding:5px 8px 4px 8px;text-align:center;white-space:normal}.mce-tooltip-inner{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.mce-tooltip-inner{-webkit-box-shadow:0 0 5px #000000;-moz-box-shadow:0 0 5px #000000;box-shadow:0 0 5px #000000}.mce-tooltip-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.mce-tooltip-arrow-n{border-bottom-color:#000}.mce-tooltip-arrow-s{border-top-color:#000}.mce-tooltip-arrow-e{border-left-color:#000}.mce-tooltip-arrow-w{border-right-color:#000}.mce-tooltip-nw,.mce-tooltip-sw{margin-left:-14px}.mce-tooltip-n .mce-tooltip-arrow{top:0px;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-nw .mce-tooltip-arrow{top:0;left:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-ne .mce-tooltip-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-s .mce-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-sw .mce-tooltip-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-se .mce-tooltip-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-e .mce-tooltip-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent}.mce-tooltip-w .mce-tooltip-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent}.mce-btn{border:1px solid #b1b1b1;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) rgba(0,0,0,0.25);position:relative;text-shadow:0 1px 1px rgba(255,255,255,0.75);display:inline-block;*display:inline;*zoom:1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);background-color:#f0f0f0;background-image:-moz-linear-gradient(top, #fff, #d9d9d9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));background-image:-webkit-linear-gradient(top, #fff, #d9d9d9);background-image:-o-linear-gradient(top, #fff, #d9d9d9);background-image:linear-gradient(to bottom, #fff, #d9d9d9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd9d9d9', GradientType=0);zoom:1}.mce-btn:hover,.mce-btn:focus{color:#333;background-color:#e3e3e3;background-image:-moz-linear-gradient(top, #f2f2f2, #ccc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ccc));background-image:-webkit-linear-gradient(top, #f2f2f2, #ccc);background-image:-o-linear-gradient(top, #f2f2f2, #ccc);background-image:linear-gradient(to bottom, #f2f2f2, #ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffcccccc', GradientType=0);zoom:1}.mce-btn.mce-disabled button,.mce-btn.mce-disabled:hover button{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-btn.mce-active,.mce-btn.mce-active:hover{background-color:#d6d6d6;background-image:-moz-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#c0c0c0));background-image:-webkit-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:-o-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:linear-gradient(to bottom, #e6e6e6, #c0c0c0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffc0c0c0', GradientType=0);zoom:1;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0)}.mce-btn:active{background-color:#d6d6d6;background-image:-moz-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#c0c0c0));background-image:-webkit-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:-o-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:linear-gradient(to bottom, #e6e6e6, #c0c0c0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffc0c0c0', GradientType=0);zoom:1;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0)}.mce-btn button{padding:4px 10px;font-size:14px;line-height:20px;*line-height:16px;cursor:pointer;color:#333;text-align:center;overflow:visible;-webkit-appearance:none}.mce-btn button::-moz-focus-inner{border:0;padding:0}.mce-btn i{text-shadow:1px 1px #fff}.mce-primary{min-width:50px;color:#fff;border:1px solid #b1b1b1;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) rgba(0,0,0,0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(top, #08c, #04c);background-image:-o-linear-gradient(top, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);zoom:1}.mce-primary:hover,.mce-primary:focus{background-color:#005fb3;background-image:-moz-linear-gradient(top, #0077b3, #003cb3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0077b3), to(#003cb3));background-image:-webkit-linear-gradient(top, #0077b3, #003cb3);background-image:-o-linear-gradient(top, #0077b3, #003cb3);background-image:linear-gradient(to bottom, #0077b3, #003cb3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0077b3', endColorstr='#ff003cb3', GradientType=0);zoom:1}.mce-primary.mce-disabled button,.mce-primary.mce-disabled:hover button{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-primary.mce-active,.mce-primary.mce-active:hover,.mce-primary:not(.mce-disabled):active{background-color:#005299;background-image:-moz-linear-gradient(top, #069, #039);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#069), to(#039));background-image:-webkit-linear-gradient(top, #069, #039);background-image:-o-linear-gradient(top, #069, #039);background-image:linear-gradient(to bottom, #069, #039);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006699', endColorstr='#ff003399', GradientType=0);zoom:1;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0)}.mce-primary button,.mce-primary button i{color:#fff;text-shadow:1px 1px #333}.mce-btn-large button{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.mce-btn-large i{margin-top:2px}.mce-btn-small button{padding:1px 5px;font-size:12px;*padding-bottom:2px}.mce-btn-small i{line-height:20px;vertical-align:top;*line-height:18px}.mce-btn .mce-caret{margin-top:8px;margin-left:0}.mce-btn-small .mce-caret{margin-top:8px;margin-left:0}.mce-caret{display:inline-block;*display:inline;*zoom:1;width:0;height:0;vertical-align:top;border-top:4px solid #333;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.mce-disabled .mce-caret{border-top-color:#aaa}.mce-caret.mce-up{border-bottom:4px solid #333;border-top:0}.mce-btn-flat{border:0;background:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:none}.mce-btn-flat:hover,.mce-btn-flat.mce-active,.mce-btn-flat:focus,.mce-btn-flat:active{border:0;background:#e6e6e6;filter:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-rtl .mce-btn button{direction:rtl}.mce-btn-group .mce-btn{border-width:1px 0 1px 0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mce-btn-group .mce-first{border-left:1px solid #b1b1b1;border-left:1px solid rgba(0,0,0,0.25);-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.mce-btn-group .mce-last{border-right:1px solid #b1b1b1;border-right:1px solid rgba(0,0,0,0.1);-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.mce-btn-group .mce-first.mce-last{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.mce-btn-group .mce-btn.mce-flow-layout-item{margin:0}.mce-checkbox{cursor:pointer}i.mce-i-checkbox{margin:0 3px 0 0;border:1px solid #c5c5c5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);background-color:#f0f0f0;background-image:-moz-linear-gradient(top, #fff, #d9d9d9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));background-image:-webkit-linear-gradient(top, #fff, #d9d9d9);background-image:-o-linear-gradient(top, #fff, #d9d9d9);background-image:linear-gradient(to bottom, #fff, #d9d9d9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd9d9d9', GradientType=0);zoom:1;text-indent:-10em;*font-size:0;*line-height:0;*text-indent:0;overflow:hidden}.mce-checked i.mce-i-checkbox{color:#333;font-size:16px;line-height:16px;text-indent:0}.mce-checkbox:focus i.mce-i-checkbox,.mce-checkbox.mce-focus i.mce-i-checkbox{border:1px solid rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec}.mce-checkbox.mce-disabled .mce-label,.mce-checkbox.mce-disabled i.mce-i-checkbox{color:#acacac}.mce-rtl .mce-checkbox{direction:rtl;text-align:right}.mce-rtl i.mce-i-checkbox{margin:0 0 0 3px}.mce-combobox{display:inline-block;*display:inline;*zoom:1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);*height:32px}.mce-combobox input{border:1px solid #c5c5c5;border-right-color:#c5c5c5;height:28px}.mce-combobox.mce-disabled input{color:#adadad}.mce-combobox.mce-has-open input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.mce-combobox .mce-btn{border-left:0;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.mce-combobox button{padding-right:8px;padding-left:8px}.mce-combobox.mce-disabled .mce-btn button{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-colorbox i{border:1px solid #c5c5c5;width:14px;height:14px}.mce-colorbutton .mce-ico{position:relative}.mce-colorbutton-grid{margin:4px}.mce-colorbutton button{padding-right:4px}.mce-colorbutton .mce-preview{padding-right:3px;display:block;position:absolute;left:50%;top:50%;margin-left:-14px;margin-top:7px;background:gray;width:13px;height:2px;overflow:hidden}.mce-colorbutton.mce-btn-small .mce-preview{margin-left:-16px;padding-right:0;width:16px}.mce-colorbutton .mce-open{padding-left:4px;border-left:1px solid transparent;border-right:1px solid transparent}.mce-colorbutton:hover .mce-open{border-left-color:#bdbdbd;border-right-color:#bdbdbd}.mce-colorbutton.mce-btn-small .mce-open{padding:0 3px 0 3px}.mce-rtl .mce-colorbutton{direction:rtl}.mce-rtl .mce-colorbutton .mce-preview{margin-left:0;padding-right:0;padding-left:4px;margin-right:-14px}.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview{margin-left:0;padding-right:0;margin-right:-17px;padding-left:0}.mce-rtl .mce-colorbutton button{padding-right:10px;padding-left:10px}.mce-rtl .mce-colorbutton .mce-open{padding-left:4px;padding-right:4px}.mce-colorpicker{position:relative;width:250px;height:220px}.mce-colorpicker-sv{position:absolute;top:0;left:0;width:90%;height:100%;border:1px solid #c5c5c5;cursor:crosshair;overflow:hidden}.mce-colorpicker-h-chunk{width:100%}.mce-colorpicker-overlay1,.mce-colorpicker-overlay2{width:100%;height:100%;position:absolute;top:0;left:0}.mce-colorpicker-overlay1{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";background:linear-gradient(to right, #fff, rgba(255,255,255,0))}.mce-colorpicker-overlay2{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";background:linear-gradient(to bottom, rgba(0,0,0,0), #000)}.mce-colorpicker-selector1{background:none;position:absolute;width:12px;height:12px;margin:-8px 0 0 -8px;border:1px solid black;border-radius:50%}.mce-colorpicker-selector2{position:absolute;width:10px;height:10px;border:1px solid white;border-radius:50%}.mce-colorpicker-h{position:absolute;top:0;right:0;width:6.5%;height:100%;border:1px solid #c5c5c5;cursor:crosshair}.mce-colorpicker-h-marker{margin-top:-4px;position:absolute;top:0;left:-1px;width:100%;border:1px solid #333;background:#fff;height:4px;z-index:100}.mce-path{display:inline-block;*display:inline;*zoom:1;padding:8px;white-space:normal}.mce-path .mce-txt{display:inline-block;padding-right:3px}.mce-path .mce-path-body{display:inline-block}.mce-path-item{display:inline-block;*display:inline;*zoom:1;cursor:pointer;color:#333}.mce-path-item:hover{text-decoration:underline}.mce-path-item:focus{background:#666;color:#fff}.mce-path .mce-divider{display:inline}.mce-disabled .mce-path-item{color:#aaa}.mce-rtl .mce-path{direction:rtl}.mce-fieldset{border:0 solid #9E9E9E;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.mce-fieldset>.mce-container-body{margin-top:-15px}.mce-fieldset-title{margin-left:5px;padding:0 5px 0 5px}.mce-fit-layout{display:inline-block;*display:inline;*zoom:1}.mce-fit-layout-item{position:absolute}.mce-flow-layout-item{display:inline-block;*display:inline;*zoom:1}.mce-flow-layout-item{margin:2px 0 2px 2px}.mce-flow-layout-item.mce-last{margin-right:2px}.mce-flow-layout{white-space:normal}.mce-tinymce-inline .mce-flow-layout{white-space:nowrap}.mce-rtl .mce-flow-layout{text-align:right;direction:rtl}.mce-rtl .mce-flow-layout-item{margin:2px 2px 2px 0}.mce-rtl .mce-flow-layout-item.mce-last{margin-left:2px}.mce-iframe{border:0 solid #9e9e9e;width:100%;height:100%}.mce-label{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 1px rgba(255,255,255,0.75);overflow:hidden}.mce-label.mce-autoscroll{overflow:auto}.mce-label.mce-disabled{color:#aaa}.mce-label.mce-multiline{white-space:pre-wrap}.mce-label.mce-error{color:#a00}.mce-rtl .mce-label{text-align:right;direction:rtl}.mce-menubar .mce-menubtn{border-color:transparent;background:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:none}.mce-menubar{border:1px solid #c4c4c4}.mce-menubar .mce-menubtn button span{color:#333}.mce-menubar .mce-caret{border-top-color:#333}.mce-menubar .mce-menubtn:hover,.mce-menubar .mce-menubtn.mce-active,.mce-menubar .mce-menubtn:focus{border-color:transparent;background:#e6e6e6;filter:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-menubtn span{color:#333;margin-right:2px;line-height:20px;*line-height:16px}.mce-menubtn.mce-btn-small span{font-size:12px}.mce-menubtn.mce-fixed-width span{display:inline-block;overflow-x:hidden;text-overflow:ellipsis;width:90px}.mce-menubtn.mce-fixed-width.mce-btn-small span{width:70px}.mce-menubtn .mce-caret{*margin-top:6px}.mce-rtl .mce-menubtn button{direction:rtl;text-align:right}.mce-listbox button{text-align:left;padding-right:20px;position:relative}.mce-listbox .mce-caret{position:absolute;margin-top:-2px;right:8px;top:50%}.mce-rtl .mce-listbox .mce-caret{right:auto;left:8px}.mce-rtl .mce-listbox button{padding-right:10px;padding-left:20px}.mce-menu-item{display:block;padding:6px 15px 6px 12px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap;cursor:pointer;line-height:normal;border-left:4px solid transparent;margin-bottom:1px}.mce-menu-item .mce-ico,.mce-menu-item .mce-text{color:#333}.mce-menu-item.mce-disabled .mce-text,.mce-menu-item.mce-disabled .mce-ico{color:#adadad}.mce-menu-item:hover .mce-text,.mce-menu-item.mce-selected .mce-text,.mce-menu-item:focus .mce-text{color:#fff}.mce-menu-item:hover .mce-ico,.mce-menu-item.mce-selected .mce-ico,.mce-menu-item:focus .mce-ico{color:#fff}.mce-menu-item.mce-disabled:hover{background:#ccc}.mce-menu-shortcut{display:inline-block;color:#adadad}.mce-menu-shortcut{display:inline-block;*display:inline;*zoom:1;padding:0 15px 0 20px}.mce-menu-item:hover .mce-menu-shortcut,.mce-menu-item.mce-selected .mce-menu-shortcut,.mce-menu-item:focus .mce-menu-shortcut{color:#fff}.mce-menu-item .mce-caret{margin-top:4px;*margin-top:3px;margin-right:6px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #333}.mce-menu-item.mce-selected .mce-caret,.mce-menu-item:focus .mce-caret,.mce-menu-item:hover .mce-caret{border-left-color:#fff}.mce-menu-align .mce-menu-shortcut{*margin-top:-2px}.mce-menu-align .mce-menu-shortcut,.mce-menu-align .mce-caret{position:absolute;right:0}.mce-menu-item.mce-active i{visibility:visible}.mce-menu-item-normal.mce-active{background-color:#c8def4}.mce-menu-item-preview.mce-active{border-left:5px solid #aaa}.mce-menu-item-normal.mce-active .mce-text{color:#333}.mce-menu-item-normal.mce-active:hover .mce-text,.mce-menu-item-normal.mce-active:hover .mce-ico{color:#fff}.mce-menu-item-normal.mce-active:focus .mce-text,.mce-menu-item-normal.mce-active:focus .mce-ico{color:#fff}.mce-menu-item:hover,.mce-menu-item.mce-selected,.mce-menu-item:focus{text-decoration:none;color:#fff;background-color:#0081c2;background-image:-moz-linear-gradient(top, #08c, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));background-image:-webkit-linear-gradient(top, #08c, #0077b3);background-image:-o-linear-gradient(top, #08c, #0077b3);background-image:linear-gradient(to bottom, #08c, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);zoom:1}div.mce-menu .mce-menu-item-sep,.mce-menu-item-sep:hover{border:0;padding:0;height:1px;margin:9px 1px;overflow:hidden;background:#cbcbcb;border-bottom:1px solid #fff;cursor:default;filter:none}.mce-menu.mce-rtl{direction:rtl}.mce-rtl .mce-menu-item{text-align:right;direction:rtl;padding:6px 12px 6px 15px}.mce-menu-align.mce-rtl .mce-menu-shortcut,.mce-menu-align.mce-rtl .mce-caret{right:auto;left:0}.mce-rtl .mce-menu-item .mce-caret{margin-left:6px;margin-right:0;border-right:4px solid #333;border-left:0}.mce-rtl .mce-menu-item.mce-selected .mce-caret,.mce-rtl .mce-menu-item:focus .mce-caret,.mce-rtl .mce-menu-item:hover .mce-caret{border-left-color:transparent;border-right-color:#fff}.mce-menu{position:absolute;left:0;top:0;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;z-index:1000;padding:5px 0 5px 0;margin:2px 0 0;min-width:160px;background:#fff;border:1px solid #989898;border:1px solid rgba(0,0,0,0.2);z-index:1002;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0);box-shadow:0 5px 10px rgba(0, 0, 0, 0);max-height:400px;overflow:auto;overflow-x:hidden}.mce-menu i{display:none}.mce-menu-has-icons i{display:inline-block;*display:inline}.mce-menu-sub-tr-tl{margin:-6px 0 0 -1px}.mce-menu-sub-br-bl{margin:6px 0 0 -1px}.mce-menu-sub-tl-tr{margin:-6px 0 0 1px}.mce-menu-sub-bl-br{margin:6px 0 0 1px}.mce-container-body .mce-resizehandle{position:absolute;right:0;bottom:0;width:16px;height:16px;visibility:visible;cursor:s-resize;margin:0}.mce-container-body .mce-resizehandle-both{cursor:se-resize}i.mce-i-resize{color:#333}.mce-spacer{visibility:hidden}.mce-splitbtn .mce-open{border-left:1px solid transparent;border-right:1px solid transparent}.mce-splitbtn:hover .mce-open{border-left-color:#bdbdbd;border-right-color:#bdbdbd}.mce-splitbtn button{padding-right:4px}.mce-splitbtn .mce-open{padding-left:4px}.mce-splitbtn .mce-open.mce-active{-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0)}.mce-splitbtn.mce-btn-small .mce-open{padding:0 3px 0 3px}.mce-rtl .mce-splitbtn{direction:rtl;text-align:right}.mce-rtl .mce-splitbtn button{padding-right:10px;padding-left:10px}.mce-rtl .mce-splitbtn .mce-open{padding-left:4px;padding-right:4px}.mce-stack-layout-item{display:block}.mce-tabs{display:block;border-bottom:1px solid #c5c5c5}.mce-tab{display:inline-block;*display:inline;*zoom:1;border:1px solid #c5c5c5;border-width:0 1px 0 0;background:#e3e3e3;padding:8px;text-shadow:0 1px 1px rgba(255,255,255,0.75);height:13px;cursor:pointer}.mce-tab:hover{background:#fdfdfd}.mce-tab.mce-active{background:#fdfdfd;border-bottom-color:transparent;margin-bottom:-1px;height:14px}.mce-rtl .mce-tabs{text-align:right;direction:rtl}.mce-rtl .mce-tab{border-width:0 0 0 1px}.mce-textbox{background:#fff;border:1px solid #c5c5c5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);display:inline-block;-webkit-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;height:28px;resize:none;padding:0 4px 0 4px;white-space:pre-wrap;*white-space:pre;color:#333}.mce-textbox:focus,.mce-textbox.mce-focus{border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec}.mce-placeholder .mce-textbox{color:#aaa}.mce-textbox.mce-multiline{padding:4px}.mce-textbox.mce-disabled{color:#adadad}.mce-rtl .mce-textbox{text-align:right;direction:rtl}.mce-throbber{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6;filter:alpha(opacity=60);zoom:1;background:#fff url('../bundles/aneolacmscore/css/img/loader.gif') no-repeat center center}.mce-throbber-inline{position:static;height:50px}@font-face{font-family:'tinymce';src:url('../bundles/aneolacmscore/css/fonts/tinymce.eot');src:url('../bundles/aneolacmscore/css/fonts/tinymce.eot?#iefix') format('embedded-opentype'),url('../bundles/aneolacmscore/css/fonts/tinymce.woff') format('woff'),url('../bundles/aneolacmscore/css/fonts/tinymce.ttf') format('truetype'),url('../bundles/aneolacmscore/css/fonts/tinymce.svg#tinymce') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'tinymce-small';src:url('../bundles/aneolacmscore/css/fonts/tinymce-small.eot');src:url('../bundles/aneolacmscore/css/fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),url('../bundles/aneolacmscore/css/fonts/tinymce-small.woff') format('woff'),url('../bundles/aneolacmscore/css/fonts/tinymce-small.ttf') format('truetype'),url('../bundles/aneolacmscore/css/fonts/tinymce-small.svg#tinymce') format('svg');font-weight:normal;font-style:normal}.mce-ico{font-family:'tinymce',Arial;font-style:normal;font-weight:normal;font-variant:normal;font-size:16px;line-height:16px;speak:none;vertical-align:text-top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;background:transparent center center;background-size:cover;width:16px;height:16px;color:#333}.mce-btn-small .mce-ico{font-family:'tinymce-small',Arial}.mce-i-save:before{content:"\e000"}.mce-i-newdocument:before{content:"\e001"}.mce-i-fullpage:before{content:"\e002"}.mce-i-alignleft:before{content:"\e003"}.mce-i-aligncenter:before{content:"\e004"}.mce-i-alignright:before{content:"\e005"}.mce-i-alignjustify:before{content:"\e006"}.mce-i-cut:before{content:"\e007"}.mce-i-paste:before{content:"\e008"}.mce-i-searchreplace:before{content:"\e009"}.mce-i-bullist:before{content:"\e00a"}.mce-i-numlist:before{content:"\e00b"}.mce-i-indent:before{content:"\e00c"}.mce-i-outdent:before{content:"\e00d"}.mce-i-blockquote:before{content:"\e00e"}.mce-i-undo:before{content:"\e00f"}.mce-i-redo:before{content:"\e010"}.mce-i-link:before{content:"\e011"}.mce-i-unlink:before{content:"\e012"}.mce-i-anchor:before{content:"\e013"}.mce-i-image:before{content:"\e014"}.mce-i-media:before{content:"\e015"}.mce-i-help:before{content:"\e016"}.mce-i-code:before{content:"\e017"}.mce-i-insertdatetime:before{content:"\e018"}.mce-i-preview:before{content:"\e019"}.mce-i-forecolor:before{content:"\e01a"}.mce-i-backcolor:before{content:"\e01a"}.mce-i-table:before{content:"\e01b"}.mce-i-hr:before{content:"\e01c"}.mce-i-removeformat:before{content:"\e01d"}.mce-i-subscript:before{content:"\e01e"}.mce-i-superscript:before{content:"\e01f"}.mce-i-charmap:before{content:"\e020"}.mce-i-emoticons:before{content:"\e021"}.mce-i-print:before{content:"\e022"}.mce-i-fullscreen:before{content:"\e023"}.mce-i-spellchecker:before{content:"\e024"}.mce-i-nonbreaking:before{content:"\e025"}.mce-i-template:before{content:"\e026"}.mce-i-pagebreak:before{content:"\e027"}.mce-i-restoredraft:before{content:"\e028"}.mce-i-untitled:before{content:"\e029"}.mce-i-bold:before{content:"\e02a"}.mce-i-italic:before{content:"\e02b"}.mce-i-underline:before{content:"\e02c"}.mce-i-strikethrough:before{content:"\e02d"}.mce-i-visualchars:before{content:"\e02e"}.mce-i-visualblocks:before{content:"\e02e"}.mce-i-ltr:before{content:"\e02f"}.mce-i-rtl:before{content:"\e030"}.mce-i-copy:before{content:"\e031"}.mce-i-resize:before{content:"\e032"}.mce-i-browse:before{content:"\e034"}.mce-i-pastetext:before{content:"\e035"}.mce-i-checkbox:before,.mce-i-selected:before{content:"\e033"}.mce-i-selected{visibility:hidden}i.mce-i-backcolor{text-shadow:none;background:#bbb}
.mce-container,.mce-container *,.mce-widget,.mce-widget *,.mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;-webkit-tap-highlight-color:transparent;line-height:normal;font-weight:normal;text-align:left;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr}.mce-widget button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.mce-container *[unselectable]{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.mce-fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.mce-fade.mce-in{opacity:1}.mce-tinymce{visibility:inherit !important;position:relative}.mce-fullscreen{border:0;padding:0;margin:0;overflow:hidden;height:100%;z-index:100}div.mce-fullscreen{position:fixed;top:0;left:0;width:100%;height:auto}.mce-tinymce{display:block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mce-wordcount{position:absolute;top:0;right:0;padding:8px}div.mce-edit-area{background:#FFF;filter:none}.mce-statusbar{position:relative}.mce-statusbar .mce-container-body{position:relative}.mce-fullscreen .mce-resizehandle{display:none}.mce-charmap{border-collapse:collapse}.mce-charmap td{cursor:default;border:1px solid #9e9e9e;width:20px;height:20px;line-height:20px;text-align:center;vertical-align:middle;padding:2px}.mce-charmap td div{text-align:center}.mce-charmap td:hover{background:#d9d9d9}.mce-grid td.mce-grid-cell div{border:1px solid #d6d6d6;width:15px;height:15px;margin:0px;cursor:pointer}.mce-grid td.mce-grid-cell div:focus{border-color:#a1a1a1}.mce-grid td.mce-grid-cell div[disabled]{cursor:not-allowed}.mce-grid{border-spacing:2px;border-collapse:separate}.mce-grid a{display:block;border:1px solid transparent}.mce-grid a:hover,.mce-grid a:focus{border-color:#a1a1a1}.mce-grid-border{margin:0 4px 0 4px}.mce-grid-border a{border-color:#d6d6d6;width:13px;height:13px}.mce-grid-border a:hover,.mce-grid-border a.mce-active{border-color:#a1a1a1;background:#c8def4}.mce-text-center{text-align:center}div.mce-tinymce-inline{width:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-colorbtn-trans div{text-align:center;vertical-align:middle;font-weight:bold;font-size:20px;line-height:16px;color:#707070}.mce-toolbar-grp{padding-bottom:2px}.mce-toolbar-grp .mce-flow-layout-item{margin-bottom:0}.mce-rtl .mce-wordcount{left:0;right:auto}.mce-container,.mce-container-body{display:block}.mce-autoscroll{overflow:hidden}.mce-scrollbar{position:absolute;width:7px;height:100%;top:2px;right:2px;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-scrollbar-h{top:auto;right:auto;left:2px;bottom:2px;width:100%;height:7px}.mce-scrollbar-thumb{position:absolute;background-color:#000;border:1px solid #888;border-color:rgba(85,85,85,0.6);width:5px;height:100%;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mce-scrollbar-h .mce-scrollbar-thumb{width:100%;height:5px}.mce-scrollbar:hover,.mce-scrollbar.mce-active{background-color:#AAA;opacity:.6;filter:alpha(opacity=60);zoom:1;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mce-scroll{position:relative}.mce-panel{border:0 solid #9e9e9e;background-color:#f0f0f0;background-image:-moz-linear-gradient(top, #fdfdfd, #ddd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#ddd));background-image:-webkit-linear-gradient(top, #fdfdfd, #ddd);background-image:-o-linear-gradient(top, #fdfdfd, #ddd);background-image:linear-gradient(to bottom, #fdfdfd, #ddd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffdddddd', GradientType=0);zoom:1}.mce-floatpanel{position:absolute;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0);box-shadow:0 5px 10px rgba(0, 0, 0, 0)}.mce-floatpanel.mce-fixed{position:fixed}.mce-floatpanel .mce-arrow,.mce-floatpanel .mce-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.mce-floatpanel .mce-arrow{border-width:11px}.mce-floatpanel .mce-arrow:after{border-width:10px;content:""}.mce-floatpanel.mce-popover{filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0);box-shadow:0 5px 10px rgba(0, 0, 0, 0);top:0;left:0;background:#fff;border:1px solid #9e9e9e;border:1px solid rgba(0,0,0,0.25)}.mce-floatpanel.mce-popover.mce-bottom{margin-top:10px;*margin-top:0}.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#9e9e9e;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.mce-floatpanel.mce-popover.mce-bottom>.mce-arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.mce-floatpanel.mce-popover.mce-bottom.mce-start{margin-left:-22px}.mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow{left:20px}.mce-floatpanel.mce-popover.mce-bottom.mce-end{margin-left:22px}.mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow{right:10px;left:auto}.mce-fullscreen{border:0;padding:0;margin:0;overflow:hidden;background:#fff;height:100%}div.mce-fullscreen{position:fixed;top:0;left:0}#mce-modal-block{opacity:0;filter:alpha(opacity=0);zoom:1;position:fixed;left:0;top:0;width:100%;height:100%;background:#000}#mce-modal-block.mce-in{opacity:.3;filter:alpha(opacity=30);zoom:1}.mce-window-move{cursor:move}.mce-window{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0);box-shadow:0 3px 7px rgba(0, 0, 0, 0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;background:#fff;position:fixed;top:0;left:0;opacity:0;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.mce-window.mce-in{opacity:1}.mce-window-head{padding:9px 15px;border-bottom:1px solid #c5c5c5;position:relative}.mce-window-head .mce-close{position:absolute;right:15px;top:9px;font-size:20px;font-weight:bold;line-height:20px;color:#858585;cursor:pointer;height:20px;overflow:hidden}.mce-close:hover{color:#adadad}.mce-window-head .mce-title{line-height:20px;font-size:20px;font-weight:bold;text-rendering:optimizelegibility;padding-right:10px}.mce-window .mce-container-body{display:block}.mce-foot{display:block;background-color:#fff;border-top:1px solid #c5c5c5;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.mce-window-head .mce-dragh{position:absolute;top:0;left:0;cursor:move;width:90%;height:100%}.mce-window iframe{width:100%;height:100%}.mce-window.mce-fullscreen,.mce-window.mce-fullscreen .mce-foot{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mce-rtl .mce-window-head .mce-close{position:absolute;right:auto;left:15px}.mce-rtl .mce-window-head .mce-dragh{left:auto;right:0}.mce-rtl .mce-window-head .mce-title{direction:rtl;text-align:right}.mce-abs-layout{position:relative}body .mce-abs-layout-item,.mce-abs-end{position:absolute}.mce-abs-end{width:1px;height:1px}.mce-container-body.mce-abs-layout{overflow:hidden}.mce-tooltip{position:absolute;padding:5px;opacity:.8;filter:alpha(opacity=80);zoom:1}.mce-tooltip-inner{font-size:11px;background-color:#000;color:#fff;max-width:200px;padding:5px 8px 4px 8px;text-align:center;white-space:normal}.mce-tooltip-inner{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.mce-tooltip-inner{-webkit-box-shadow:0 0 5px #000000;-moz-box-shadow:0 0 5px #000000;box-shadow:0 0 5px #000000}.mce-tooltip-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.mce-tooltip-arrow-n{border-bottom-color:#000}.mce-tooltip-arrow-s{border-top-color:#000}.mce-tooltip-arrow-e{border-left-color:#000}.mce-tooltip-arrow-w{border-right-color:#000}.mce-tooltip-nw,.mce-tooltip-sw{margin-left:-14px}.mce-tooltip-n .mce-tooltip-arrow{top:0px;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-nw .mce-tooltip-arrow{top:0;left:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-ne .mce-tooltip-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-s .mce-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-sw .mce-tooltip-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-se .mce-tooltip-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.mce-tooltip-e .mce-tooltip-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent}.mce-tooltip-w .mce-tooltip-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent}.mce-btn{border:1px solid #b1b1b1;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) rgba(0,0,0,0.25);position:relative;text-shadow:0 1px 1px rgba(255,255,255,0.75);display:inline-block;*display:inline;*zoom:1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);background-color:#f0f0f0;background-image:-moz-linear-gradient(top, #fff, #d9d9d9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));background-image:-webkit-linear-gradient(top, #fff, #d9d9d9);background-image:-o-linear-gradient(top, #fff, #d9d9d9);background-image:linear-gradient(to bottom, #fff, #d9d9d9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd9d9d9', GradientType=0);zoom:1}.mce-btn:hover,.mce-btn:focus{color:#333;background-color:#e3e3e3;background-image:-moz-linear-gradient(top, #f2f2f2, #ccc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ccc));background-image:-webkit-linear-gradient(top, #f2f2f2, #ccc);background-image:-o-linear-gradient(top, #f2f2f2, #ccc);background-image:linear-gradient(to bottom, #f2f2f2, #ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffcccccc', GradientType=0);zoom:1}.mce-btn.mce-disabled button,.mce-btn.mce-disabled:hover button{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-btn.mce-active,.mce-btn.mce-active:hover{background-color:#d6d6d6;background-image:-moz-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#c0c0c0));background-image:-webkit-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:-o-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:linear-gradient(to bottom, #e6e6e6, #c0c0c0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffc0c0c0', GradientType=0);zoom:1;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0)}.mce-btn:active{background-color:#d6d6d6;background-image:-moz-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#c0c0c0));background-image:-webkit-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:-o-linear-gradient(top, #e6e6e6, #c0c0c0);background-image:linear-gradient(to bottom, #e6e6e6, #c0c0c0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffc0c0c0', GradientType=0);zoom:1;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0)}.mce-btn button{padding:4px 10px;font-size:14px;line-height:20px;*line-height:16px;cursor:pointer;color:#333;text-align:center;overflow:visible;-webkit-appearance:none}.mce-btn button::-moz-focus-inner{border:0;padding:0}.mce-btn i{text-shadow:1px 1px #fff}.mce-primary{min-width:50px;color:#fff;border:1px solid #b1b1b1;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) rgba(0,0,0,0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(top, #08c, #04c);background-image:-o-linear-gradient(top, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);zoom:1}.mce-primary:hover,.mce-primary:focus{background-color:#005fb3;background-image:-moz-linear-gradient(top, #0077b3, #003cb3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0077b3), to(#003cb3));background-image:-webkit-linear-gradient(top, #0077b3, #003cb3);background-image:-o-linear-gradient(top, #0077b3, #003cb3);background-image:linear-gradient(to bottom, #0077b3, #003cb3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0077b3', endColorstr='#ff003cb3', GradientType=0);zoom:1}.mce-primary.mce-disabled button,.mce-primary.mce-disabled:hover button{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-primary.mce-active,.mce-primary.mce-active:hover,.mce-primary:not(.mce-disabled):active{background-color:#005299;background-image:-moz-linear-gradient(top, #069, #039);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#069), to(#039));background-image:-webkit-linear-gradient(top, #069, #039);background-image:-o-linear-gradient(top, #069, #039);background-image:linear-gradient(to bottom, #069, #039);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006699', endColorstr='#ff003399', GradientType=0);zoom:1;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0)}.mce-primary button,.mce-primary button i{color:#fff;text-shadow:1px 1px #333}.mce-btn-large button{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.mce-btn-large i{margin-top:2px}.mce-btn-small button{padding:1px 5px;font-size:12px;*padding-bottom:2px}.mce-btn-small i{line-height:20px;vertical-align:top;*line-height:18px}.mce-btn .mce-caret{margin-top:8px;margin-left:0}.mce-btn-small .mce-caret{margin-top:8px;margin-left:0}.mce-caret{display:inline-block;*display:inline;*zoom:1;width:0;height:0;vertical-align:top;border-top:4px solid #333;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.mce-disabled .mce-caret{border-top-color:#aaa}.mce-caret.mce-up{border-bottom:4px solid #333;border-top:0}.mce-btn-flat{border:0;background:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:none}.mce-btn-flat:hover,.mce-btn-flat.mce-active,.mce-btn-flat:focus,.mce-btn-flat:active{border:0;background:#e6e6e6;filter:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-rtl .mce-btn button{direction:rtl}.mce-btn-group .mce-btn{border-width:1px 0 1px 0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mce-btn-group .mce-first{border-left:1px solid #b1b1b1;border-left:1px solid rgba(0,0,0,0.25);-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.mce-btn-group .mce-last{border-right:1px solid #b1b1b1;border-right:1px solid rgba(0,0,0,0.1);-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.mce-btn-group .mce-first.mce-last{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.mce-btn-group .mce-btn.mce-flow-layout-item{margin:0}.mce-checkbox{cursor:pointer}i.mce-i-checkbox{margin:0 3px 0 0;border:1px solid #c5c5c5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);background-color:#f0f0f0;background-image:-moz-linear-gradient(top, #fff, #d9d9d9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));background-image:-webkit-linear-gradient(top, #fff, #d9d9d9);background-image:-o-linear-gradient(top, #fff, #d9d9d9);background-image:linear-gradient(to bottom, #fff, #d9d9d9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd9d9d9', GradientType=0);zoom:1;text-indent:-10em;*font-size:0;*line-height:0;*text-indent:0;overflow:hidden}.mce-checked i.mce-i-checkbox{color:#333;font-size:16px;line-height:16px;text-indent:0}.mce-checkbox:focus i.mce-i-checkbox,.mce-checkbox.mce-focus i.mce-i-checkbox{border:1px solid rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec}.mce-checkbox.mce-disabled .mce-label,.mce-checkbox.mce-disabled i.mce-i-checkbox{color:#acacac}.mce-rtl .mce-checkbox{direction:rtl;text-align:right}.mce-rtl i.mce-i-checkbox{margin:0 0 0 3px}.mce-combobox{display:inline-block;*display:inline;*zoom:1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);*height:32px}.mce-combobox input{border:1px solid #c5c5c5;border-right-color:#c5c5c5;height:28px}.mce-combobox.mce-disabled input{color:#adadad}.mce-combobox.mce-has-open input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.mce-combobox .mce-btn{border-left:0;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.mce-combobox button{padding-right:8px;padding-left:8px}.mce-combobox.mce-disabled .mce-btn button{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:.4;filter:alpha(opacity=40);zoom:1}.mce-colorbox i{border:1px solid #c5c5c5;width:14px;height:14px}.mce-colorbutton .mce-ico{position:relative}.mce-colorbutton-grid{margin:4px}.mce-colorbutton button{padding-right:4px}.mce-colorbutton .mce-preview{padding-right:3px;display:block;position:absolute;left:50%;top:50%;margin-left:-14px;margin-top:7px;background:gray;width:13px;height:2px;overflow:hidden}.mce-colorbutton.mce-btn-small .mce-preview{margin-left:-16px;padding-right:0;width:16px}.mce-colorbutton .mce-open{padding-left:4px;border-left:1px solid transparent;border-right:1px solid transparent}.mce-colorbutton:hover .mce-open{border-left-color:#bdbdbd;border-right-color:#bdbdbd}.mce-colorbutton.mce-btn-small .mce-open{padding:0 3px 0 3px}.mce-rtl .mce-colorbutton{direction:rtl}.mce-rtl .mce-colorbutton .mce-preview{margin-left:0;padding-right:0;padding-left:4px;margin-right:-14px}.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview{margin-left:0;padding-right:0;margin-right:-17px;padding-left:0}.mce-rtl .mce-colorbutton button{padding-right:10px;padding-left:10px}.mce-rtl .mce-colorbutton .mce-open{padding-left:4px;padding-right:4px}.mce-colorpicker{position:relative;width:250px;height:220px}.mce-colorpicker-sv{position:absolute;top:0;left:0;width:90%;height:100%;border:1px solid #c5c5c5;cursor:crosshair;overflow:hidden}.mce-colorpicker-h-chunk{width:100%}.mce-colorpicker-overlay1,.mce-colorpicker-overlay2{width:100%;height:100%;position:absolute;top:0;left:0}.mce-colorpicker-overlay1{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";background:linear-gradient(to right, #fff, rgba(255,255,255,0))}.mce-colorpicker-overlay2{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";background:linear-gradient(to bottom, rgba(0,0,0,0), #000)}.mce-colorpicker-selector1{background:none;position:absolute;width:12px;height:12px;margin:-8px 0 0 -8px;border:1px solid black;border-radius:50%}.mce-colorpicker-selector2{position:absolute;width:10px;height:10px;border:1px solid white;border-radius:50%}.mce-colorpicker-h{position:absolute;top:0;right:0;width:6.5%;height:100%;border:1px solid #c5c5c5;cursor:crosshair}.mce-colorpicker-h-marker{margin-top:-4px;position:absolute;top:0;left:-1px;width:100%;border:1px solid #333;background:#fff;height:4px;z-index:100}.mce-path{display:inline-block;*display:inline;*zoom:1;padding:8px;white-space:normal}.mce-path .mce-txt{display:inline-block;padding-right:3px}.mce-path .mce-path-body{display:inline-block}.mce-path-item{display:inline-block;*display:inline;*zoom:1;cursor:pointer;color:#333}.mce-path-item:hover{text-decoration:underline}.mce-path-item:focus{background:#666;color:#fff}.mce-path .mce-divider{display:inline}.mce-disabled .mce-path-item{color:#aaa}.mce-rtl .mce-path{direction:rtl}.mce-fieldset{border:0 solid #9E9E9E;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.mce-fieldset>.mce-container-body{margin-top:-15px}.mce-fieldset-title{margin-left:5px;padding:0 5px 0 5px}.mce-fit-layout{display:inline-block;*display:inline;*zoom:1}.mce-fit-layout-item{position:absolute}.mce-flow-layout-item{display:inline-block;*display:inline;*zoom:1}.mce-flow-layout-item{margin:2px 0 2px 2px}.mce-flow-layout-item.mce-last{margin-right:2px}.mce-flow-layout{white-space:normal}.mce-tinymce-inline .mce-flow-layout{white-space:nowrap}.mce-rtl .mce-flow-layout{text-align:right;direction:rtl}.mce-rtl .mce-flow-layout-item{margin:2px 2px 2px 0}.mce-rtl .mce-flow-layout-item.mce-last{margin-left:2px}.mce-iframe{border:0 solid #9e9e9e;width:100%;height:100%}.mce-label{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 1px rgba(255,255,255,0.75);overflow:hidden}.mce-label.mce-autoscroll{overflow:auto}.mce-label.mce-disabled{color:#aaa}.mce-label.mce-multiline{white-space:pre-wrap}.mce-label.mce-error{color:#a00}.mce-rtl .mce-label{text-align:right;direction:rtl}.mce-menubar .mce-menubtn{border-color:transparent;background:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:none}.mce-menubar{border:1px solid #c4c4c4}.mce-menubar .mce-menubtn button span{color:#333}.mce-menubar .mce-caret{border-top-color:#333}.mce-menubar .mce-menubtn:hover,.mce-menubar .mce-menubtn.mce-active,.mce-menubar .mce-menubtn:focus{border-color:transparent;background:#e6e6e6;filter:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.mce-menubtn span{color:#333;margin-right:2px;line-height:20px;*line-height:16px}.mce-menubtn.mce-btn-small span{font-size:12px}.mce-menubtn.mce-fixed-width span{display:inline-block;overflow-x:hidden;text-overflow:ellipsis;width:90px}.mce-menubtn.mce-fixed-width.mce-btn-small span{width:70px}.mce-menubtn .mce-caret{*margin-top:6px}.mce-rtl .mce-menubtn button{direction:rtl;text-align:right}.mce-listbox button{text-align:left;padding-right:20px;position:relative}.mce-listbox .mce-caret{position:absolute;margin-top:-2px;right:8px;top:50%}.mce-rtl .mce-listbox .mce-caret{right:auto;left:8px}.mce-rtl .mce-listbox button{padding-right:10px;padding-left:20px}.mce-menu-item{display:block;padding:6px 15px 6px 12px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap;cursor:pointer;line-height:normal;border-left:4px solid transparent;margin-bottom:1px}.mce-menu-item .mce-ico,.mce-menu-item .mce-text{color:#333}.mce-menu-item.mce-disabled .mce-text,.mce-menu-item.mce-disabled .mce-ico{color:#adadad}.mce-menu-item:hover .mce-text,.mce-menu-item.mce-selected .mce-text,.mce-menu-item:focus .mce-text{color:#fff}.mce-menu-item:hover .mce-ico,.mce-menu-item.mce-selected .mce-ico,.mce-menu-item:focus .mce-ico{color:#fff}.mce-menu-item.mce-disabled:hover{background:#ccc}.mce-menu-shortcut{display:inline-block;color:#adadad}.mce-menu-shortcut{display:inline-block;*display:inline;*zoom:1;padding:0 15px 0 20px}.mce-menu-item:hover .mce-menu-shortcut,.mce-menu-item.mce-selected .mce-menu-shortcut,.mce-menu-item:focus .mce-menu-shortcut{color:#fff}.mce-menu-item .mce-caret{margin-top:4px;*margin-top:3px;margin-right:6px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #333}.mce-menu-item.mce-selected .mce-caret,.mce-menu-item:focus .mce-caret,.mce-menu-item:hover .mce-caret{border-left-color:#fff}.mce-menu-align .mce-menu-shortcut{*margin-top:-2px}.mce-menu-align .mce-menu-shortcut,.mce-menu-align .mce-caret{position:absolute;right:0}.mce-menu-item.mce-active i{visibility:visible}.mce-menu-item-normal.mce-active{background-color:#c8def4}.mce-menu-item-preview.mce-active{border-left:5px solid #aaa}.mce-menu-item-normal.mce-active .mce-text{color:#333}.mce-menu-item-normal.mce-active:hover .mce-text,.mce-menu-item-normal.mce-active:hover .mce-ico{color:#fff}.mce-menu-item-normal.mce-active:focus .mce-text,.mce-menu-item-normal.mce-active:focus .mce-ico{color:#fff}.mce-menu-item:hover,.mce-menu-item.mce-selected,.mce-menu-item:focus{text-decoration:none;color:#fff;background-color:#0081c2;background-image:-moz-linear-gradient(top, #08c, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));background-image:-webkit-linear-gradient(top, #08c, #0077b3);background-image:-o-linear-gradient(top, #08c, #0077b3);background-image:linear-gradient(to bottom, #08c, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);zoom:1}div.mce-menu .mce-menu-item-sep,.mce-menu-item-sep:hover{border:0;padding:0;height:1px;margin:9px 1px;overflow:hidden;background:#cbcbcb;border-bottom:1px solid #fff;cursor:default;filter:none}.mce-menu.mce-rtl{direction:rtl}.mce-rtl .mce-menu-item{text-align:right;direction:rtl;padding:6px 12px 6px 15px}.mce-menu-align.mce-rtl .mce-menu-shortcut,.mce-menu-align.mce-rtl .mce-caret{right:auto;left:0}.mce-rtl .mce-menu-item .mce-caret{margin-left:6px;margin-right:0;border-right:4px solid #333;border-left:0}.mce-rtl .mce-menu-item.mce-selected .mce-caret,.mce-rtl .mce-menu-item:focus .mce-caret,.mce-rtl .mce-menu-item:hover .mce-caret{border-left-color:transparent;border-right-color:#fff}.mce-menu{position:absolute;left:0;top:0;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;z-index:1000;padding:5px 0 5px 0;margin:2px 0 0;min-width:160px;background:#fff;border:1px solid #989898;border:1px solid rgba(0,0,0,0.2);z-index:1002;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0);box-shadow:0 5px 10px rgba(0, 0, 0, 0);max-height:400px;overflow:auto;overflow-x:hidden}.mce-menu i{display:none}.mce-menu-has-icons i{display:inline-block;*display:inline}.mce-menu-sub-tr-tl{margin:-6px 0 0 -1px}.mce-menu-sub-br-bl{margin:6px 0 0 -1px}.mce-menu-sub-tl-tr{margin:-6px 0 0 1px}.mce-menu-sub-bl-br{margin:6px 0 0 1px}.mce-container-body .mce-resizehandle{position:absolute;right:0;bottom:0;width:16px;height:16px;visibility:visible;cursor:s-resize;margin:0}.mce-container-body .mce-resizehandle-both{cursor:se-resize}i.mce-i-resize{color:#333}.mce-spacer{visibility:hidden}.mce-splitbtn .mce-open{border-left:1px solid transparent;border-right:1px solid transparent}.mce-splitbtn:hover .mce-open{border-left-color:#bdbdbd;border-right-color:#bdbdbd}.mce-splitbtn button{padding-right:4px}.mce-splitbtn .mce-open{padding-left:4px}.mce-splitbtn .mce-open.mce-active{-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0)}.mce-splitbtn.mce-btn-small .mce-open{padding:0 3px 0 3px}.mce-rtl .mce-splitbtn{direction:rtl;text-align:right}.mce-rtl .mce-splitbtn button{padding-right:10px;padding-left:10px}.mce-rtl .mce-splitbtn .mce-open{padding-left:4px;padding-right:4px}.mce-stack-layout-item{display:block}.mce-tabs{display:block;border-bottom:1px solid #c5c5c5}.mce-tab{display:inline-block;*display:inline;*zoom:1;border:1px solid #c5c5c5;border-width:0 1px 0 0;background:#e3e3e3;padding:8px;text-shadow:0 1px 1px rgba(255,255,255,0.75);height:13px;cursor:pointer}.mce-tab:hover{background:#fdfdfd}.mce-tab.mce-active{background:#fdfdfd;border-bottom-color:transparent;margin-bottom:-1px;height:14px}.mce-rtl .mce-tabs{text-align:right;direction:rtl}.mce-rtl .mce-tab{border-width:0 0 0 1px}.mce-textbox{background:#fff;border:1px solid #c5c5c5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0);display:inline-block;-webkit-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;height:28px;resize:none;padding:0 4px 0 4px;white-space:pre-wrap;*white-space:pre;color:#333}.mce-textbox:focus,.mce-textbox.mce-focus{border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px #52a8ec}.mce-placeholder .mce-textbox{color:#aaa}.mce-textbox.mce-multiline{padding:4px}.mce-textbox.mce-disabled{color:#adadad}.mce-rtl .mce-textbox{text-align:right;direction:rtl}.mce-throbber{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6;filter:alpha(opacity=60);zoom:1;background:#fff url('../bundles/aneolacmscore/css/img/loader.gif') no-repeat center center}.mce-throbber-inline{position:static;height:50px}@font-face{font-family:'tinymce';src:url('../bundles/aneolacmscore/css/fonts/tinymce.eot');src:url('../bundles/aneolacmscore/css/fonts/tinymce.eot?#iefix') format('embedded-opentype'),url('../bundles/aneolacmscore/css/fonts/tinymce.woff') format('woff'),url('../bundles/aneolacmscore/css/fonts/tinymce.ttf') format('truetype'),url('../bundles/aneolacmscore/css/fonts/tinymce.svg#tinymce') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'tinymce-small';src:url('../bundles/aneolacmscore/css/fonts/tinymce-small.eot');src:url('../bundles/aneolacmscore/css/fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),url('../bundles/aneolacmscore/css/fonts/tinymce-small.woff') format('woff'),url('../bundles/aneolacmscore/css/fonts/tinymce-small.ttf') format('truetype'),url('../bundles/aneolacmscore/css/fonts/tinymce-small.svg#tinymce') format('svg');font-weight:normal;font-style:normal}.mce-ico{font-family:'tinymce';font-style:normal;font-weight:normal;font-size:16px;line-height:16px;vertical-align:text-top;-webkit-font-smoothing:antialiased;display:inline-block;background:transparent center center;width:16px;height:16px;color:#333;-ie7-icon:' '}.mce-btn-small .mce-ico{font-family:'tinymce-small'}.mce-ico,i.mce-i-checkbox{zoom:expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = this.currentStyle['-ie7-icon'].substr(1, 1) + '&nbsp;')}.mce-i-save{-ie7-icon:"\e000"}.mce-i-newdocument{-ie7-icon:"\e001"}.mce-i-fullpage{-ie7-icon:"\e002"}.mce-i-alignleft{-ie7-icon:"\e003"}.mce-i-aligncenter{-ie7-icon:"\e004"}.mce-i-alignright{-ie7-icon:"\e005"}.mce-i-alignjustify{-ie7-icon:"\e006"}.mce-i-cut{-ie7-icon:"\e007"}.mce-i-paste{-ie7-icon:"\e008"}.mce-i-searchreplace{-ie7-icon:"\e009"}.mce-i-bullist{-ie7-icon:"\e00a"}.mce-i-numlist{-ie7-icon:"\e00b"}.mce-i-indent{-ie7-icon:"\e00c"}.mce-i-outdent{-ie7-icon:"\e00d"}.mce-i-blockquote{-ie7-icon:"\e00e"}.mce-i-undo{-ie7-icon:"\e00f"}.mce-i-redo{-ie7-icon:"\e010"}.mce-i-link{-ie7-icon:"\e011"}.mce-i-unlink{-ie7-icon:"\e012"}.mce-i-anchor{-ie7-icon:"\e013"}.mce-i-image{-ie7-icon:"\e014"}.mce-i-media{-ie7-icon:"\e015"}.mce-i-help{-ie7-icon:"\e016"}.mce-i-code{-ie7-icon:"\e017"}.mce-i-insertdatetime{-ie7-icon:"\e018"}.mce-i-preview{-ie7-icon:"\e019"}.mce-i-forecolor{-ie7-icon:"\e01a"}.mce-i-backcolor{-ie7-icon:"\e01a"}.mce-i-table{-ie7-icon:"\e01b"}.mce-i-hr{-ie7-icon:"\e01c"}.mce-i-removeformat{-ie7-icon:"\e01d"}.mce-i-subscript{-ie7-icon:"\e01e"}.mce-i-superscript{-ie7-icon:"\e01f"}.mce-i-charmap{-ie7-icon:"\e020"}.mce-i-emoticons{-ie7-icon:"\e021"}.mce-i-print{-ie7-icon:"\e022"}.mce-i-fullscreen{-ie7-icon:"\e023"}.mce-i-spellchecker{-ie7-icon:"\e024"}.mce-i-nonbreaking{-ie7-icon:"\e025"}.mce-i-template{-ie7-icon:"\e026"}.mce-i-pagebreak{-ie7-icon:"\e027"}.mce-i-restoredraft{-ie7-icon:"\e028"}.mce-i-untitled{-ie7-icon:"\e029"}.mce-i-bold{-ie7-icon:"\e02a"}.mce-i-italic{-ie7-icon:"\e02b"}.mce-i-underline{-ie7-icon:"\e02c"}.mce-i-strikethrough{-ie7-icon:"\e02d"}.mce-i-visualchars{-ie7-icon:"\e02e"}.mce-i-ltr{-ie7-icon:"\e02f"}.mce-i-rtl{-ie7-icon:"\e030"}.mce-i-copy{-ie7-icon:"\e031"}.mce-i-resize{-ie7-icon:"\e032"}.mce-i-browse{-ie7-icon:"\e034"}.mce-i-pastetext{-ie7-icon:"\e035"}.mce-i-checkbox,.mce-i-selected{-ie7-icon:"\e033"}.mce-i-selected{visibility:hidden}.mce-i-backcolor{background:#BBB}
@font-face {
  font-family: 'frm';
  src:  url('../bundles/app/css/fonts/frm.eot?o023k7');
  src:  url('../bundles/app/css/fonts/frm.eot?o023k7#iefix') format('embedded-opentype'),
    url('../bundles/app/css/fonts/frm.ttf?o023k7') format('truetype'),
    url('../bundles/app/css/fonts/frm.woff?o023k7') format('woff'),
    url('../bundles/app/css/fonts/frm.svg?o023k7#frm') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'frm' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Icon-ionic-ios-close-circle-outline:before {
  content: "\e9001";
}

@charset "UTF-8";
/* Universav Box Sizong */
*, *:before, *:after {
  box-sizing: border-box;
}

/* OldSchool reset */
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: 600;
}

b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

big {
  font-size: 1.3em;
}

small {
  font-size: 0.7em;
}

sup {
  line-height: 0.8em;
}

/* Color palette */
.background-frm {
  color: white;
  background-color: #005093;
}

.background-don {
  color: white;
  background-color: #ffb200;
}

.background-fiscalite {
  color: white;
  background-color: #2a80c7;
}

.background-cancer {
  color: white;
  background-color: #1db096;
}

.background-neurologiques {
  color: white;
  background-color: #4684c4;
}

.background-cardiovasculaires {
  color: white;
  background-color: #ff5977;
}

.background-infectieuses {
  color: white;
  background-color: #da3338;
}

.background-rares {
  color: white;
  background-color: #ec651e;
}

.background-autres {
  color: white;
  background-color: #a2a2a2;
}

.background-text {
  color: white;
  background-color: #313030;
}

.background-light-grey {
  background-color: #f3f3f3;
}

.background-white {
  background-color: white;
}

.background-environnement-et-sante {
  color: white;
  background-color: #40ae49;
}

.background-reparatrice {
  color: white;
  background-color: #d94f45;
}

mark {
  background: transparent;
  color: #005093;
}

.acms-box-add-menu li.ui-menu-item {
  white-space: nowrap;
}

.background-frm {
  color: white;
  background-color: #005093;
}

.background-don {
  color: white;
  background-color: #ffb200;
}

.background-fiscalite {
  color: white;
  background-color: #2a80c7;
}

.background-cancer {
  color: white;
  background-color: #1db096;
}

.background-neurologiques {
  color: white;
  background-color: #4684c4;
}

.background-cardiovasculaires {
  color: white;
  background-color: #ff5977;
}

.background-infectieuses {
  color: white;
  background-color: #da3338;
}

.background-rares {
  color: white;
  background-color: #ec651e;
}

.background-autres {
  color: white;
  background-color: #a2a2a2;
}

.background-text {
  color: white;
  background-color: #313030;
}

.background-environnement-et-sante {
  color: white;
  background-color: #40ae49;
}

.background-reparatrice {
  color: white;
  background-color: #d94f45;
}

/* Text styles */
.box-static-campagne-a-propos-de-la-frm .title, html.acms-logged .box-anchor-wrapper a.link, body {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}

body {
  padding-top: 85px;
}
.underline > span {
  display: inline-block;
  border-bottom: none;
}
.underline > span:last-child {
  border-bottom: solid 4px #313030;
}

.center {
  text-align: center;
}

.h1 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
}

.h2, .box-key-statistics .box-key-statistics-wrapper ul p strong, .box-key-statistics .box-key-statistics-wrapper ul p b {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
}

.h3, .box-focus-text .focuses i {
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}

.h1.underline > span, .h2.underline > span, .box-key-statistics .box-key-statistics-wrapper ul p strong.underline > span, .box-key-statistics .box-key-statistics-wrapper ul p b.underline > span {
  padding-bottom: 20px;
}

.txt1 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
}

.txt2, .login-wrapper label, select.txt2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.txt3, .box-focus-text .focuses {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.txt4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin: 1em 0;
}

.wrapper {
  padding: 15px;
}

.relative {
  position: relative;
}

a:visited {
  color: rgb(0, 0, 238);
}

.acms-box .acms-box-content b, .acms-box .acms-box-content strong, .acms-box .acms-box-content .bold {
  font-weight: 600;
}
.acms-box .acms-box-content ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.acms-box .acms-box-content ul li {
  margin: 10px 0px;
  position: relative;
}
.acms-box .acms-box-content ul li:before {
  color: #005093;
  position: absolute;
  left: -20px;
  content: "●";
}
.acms-box .acms-box-content ul > ul, .acms-box .acms-box-content ul > li > ul {
  padding-left: 0px;
}
.acms-box .acms-box-content ul > ul li, .acms-box .acms-box-content ul > li > ul li {
  margin-left: 15px;
  position: relative;
}
.acms-box .acms-box-content ul > ul li:before, .acms-box .acms-box-content ul > li > ul li:before {
  color: #005093;
  position: absolute;
  left: -20px;
  content: "○";
}
.acms-box .acms-box-content ol li {
  margin: 0 0 0 18px;
}

.youtube-fullscreen-video, .youtube-fullscreen-video-close {
  background-color: black;
  z-index: 200;
  opacity: 1;
  top: 0px;
  visibility: hidden;
  display: none;
  position: fixed;
}
.youtube-fullscreen-video.visible, .youtube-fullscreen-video-close.visible {
  visibility: visible;
  display: block;
}

.youtube-fullscreen-video {
  left: 0px;
  width: 100%;
  height: 100%;
}

.youtube-fullscreen-video-close {
  top: 10px;
  right: 10px;
  color: white;
  z-index: 201;
  font-size: 30px;
  cursor: pointer;
}

.seo-only {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@media screen and (min-width: 455px) {
  body {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 80px !important;
  }
  .wrapper {
    margin: 0 auto;
    width: 1024px;
  }
  .h1 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 600;
  }
  .h2, .box-key-statistics .box-key-statistics-wrapper ul p strong, .box-key-statistics .box-key-statistics-wrapper ul p b {
    font-size: 42px;
    line-height: 55px;
    font-weight: 600;
  }
  .h3, .box-focus-text .focuses i {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
  }
  .justify-center, .justify-start, .justify-end {
    display: flex;
    flex-direction: column;
    height: 180px;
  }
  .justify-center.justify-center, .justify-start.justify-center, .justify-end.justify-center {
    justify-content: center;
  }
  .justify-center.justify-start, .justify-start.justify-start, .justify-end.justify-start {
    justify-content: start;
  }
  .justify-center.justify-end, .justify-start.justify-end, .justify-end.justify-end {
    justify-content: end;
  }
}
.lazyloading {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.lazyloading.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.btn-transition-effect {
  transition: all 0.3s;
}

@font-face {
  font-family: "font-aneol";
  src: url("../bundles/aneolacmscore/css/fonts/font-aneol.eot?ckr4hc");
  src: url("../bundles/aneolacmscore/css/fonts/font-aneol.eot?#iefixckr4hc") format("embedded-opentype"), url("../bundles/aneolacmscore/css/fonts/font-aneol.ttf?ckr4hc") format("truetype"), url("../bundles/aneolacmscore/css/fonts/font-aneol.woff?ckr4hc") format("woff"), url("../bundles/aneolacmscore/css/fonts/font-aneol.svg?ckr4hc#font-aneol") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ui-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-state-default .ui-icon, .ui-icon, .ui-icon[class*=" icon-"], .ui-widget-content .ui-icon {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  overflow: visible;
}
.ui-state-default .ui-icon.ui-icon-closethick, .ui-icon.ui-icon-closethick, .ui-icon[class*=" icon-"].ui-icon-closethick, .ui-widget-content .ui-icon.ui-icon-closethick {
  margin-top: -0.5em;
}

.ui-button .ui-icon,
.ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background: none transparent;
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
  margin-top: -0.75em;
}

.ui-button-icon-only .ui-icon[class*=" icon-"] {
  margin-left: -7px;
}

.ui-icon-closethick:before {
  content: "\f00d";
}

.ui-icon-help {
  cursor: help;
}
.ui-icon-help:before {
  content: "\f059";
}

.ui-widget-content .ui-datepicker-header .ui-icon-circle-triangle-w, .ui-widget-content .ui-datepicker-header .ui-icon-circle-triangle-e {
  overflow: hidden;
  cursor: pointer;
  height: 1.3em;
}
.ui-widget-content .ui-datepicker-header .ui-icon-circle-triangle-w:before, .ui-widget-content .ui-datepicker-header .ui-icon-circle-triangle-e:before {
  line-height: 1.3em;
  width: 1em;
  height: 1.3em;
  display: block;
  text-align: center;
}
.ui-widget-content .ui-datepicker-header .ui-icon-circle-triangle-w:before {
  content: "\f137";
}
.ui-widget-content .ui-datepicker-header .ui-icon-circle-triangle-e:before {
  content: "\f138";
}

/*** Mise en forme complémentaire ***/
.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.ui-dialog .acms-ml {
  margin-left: 60px;
  margin-bottom: 10px;
}

.acms-admin label {
  display: inline-block;
}
.acms-admin .text-success {
  color: #335f32;
}
.acms-admin .text-info {
  color: #003d5f;
}
.acms-admin .text-warning {
  color: #5f3900;
}
.acms-admin .inline {
  display: inline-block;
}
.acms-admin .w10 {
  width: 10%;
}
.acms-admin .w20 {
  width: 20%;
}
.acms-admin .w30 {
  width: 30%;
}
.acms-admin .w40 {
  width: 40%;
}
.acms-admin .w50 {
  width: 49%;
}
.acms-admin .mb5 {
  margin-bottom: 5px;
}
.acms-admin .mt5 {
  margin-top: 5px;
}
.acms-admin .mt10 {
  margin-top: 10px;
}
.acms-admin .mb10 {
  margin-bottom: 10px;
}
.acms-admin .mt20 {
  margin-top: 20px;
}
.acms-admin .mb20 {
  margin-bottom: 20px;
}
.acms-admin .acms-selected {
  background: #555;
  color: #FFF;
}

.acms-container {
  margin: 0;
  padding: 0;
  overflow: visible;
}

.acms-box {
  margin: 0;
  padding: 0;
}

.acms-container-side {
  float: left;
  width: 30%;
}

.acms-container-main {
  float: right;
  width: 60%;
}

div.clear {
  width: 0;
  height: 0;
}

.acms-form .formRows .acms-page-add-image, .acms-form .acms-page-add-image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
}
.acms-form .formRows .acms-page-add-image:hover, .acms-form .acms-page-add-image:hover {
  cursor: pointer;
}

#remove-image {
  display: block;
}

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

.ui-dialog #PageForm_image {
  height: 0;
  width: 0;
  border: none;
}
.ui-dialog #PageForm_tags {
  width: 100%;
  margin-top: 20px;
  overflow-y: auto;
  max-height: 460px;
  overflow-x: hidden;
  display: inline-block;
}
.ui-dialog #PageForm_tags input {
  width: 8%;
  display: inline-block;
}
.ui-dialog #PageForm_tags input:hover {
  cursor: pointer;
}
.ui-dialog #PageForm_tags label {
  width: 88%;
  float: none;
  line-height: 30px;
  transition: 0.5s;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
.ui-dialog #PageForm_tags label:hover {
  cursor: pointer;
}
.ui-dialog #PageForm_tags:after, .ui-dialog #PageForm_tags:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.vakata-context {
  z-index: 150;
}

#jstree-tree-container #jstree_arbo {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  height: 645px;
  overflow: auto;
}
#jstree-tree-container #jstree_arbo:active {
  border: none;
}

#jstree-form-container #form-content {
  padding-left: 10px;
  height: 645px;
  position: relative;
}
#jstree-form-container #form-content .acms-button {
  position: absolute;
  right: 0;
  bottom: 0;
}

.acms-admin .acms-box-add-menu {
  display: none;
}
.acms-admin .acms-box-add-menu .ui-tabs-nav {
  display: none;
  position: relative;
}
.acms-admin .acms-box-add-menu.ui-menu .ui-menu-item {
  white-space: initial;
}
.acms-admin .acms-box-add-menu.ui-menu .ui-menu-item:hover {
  white-space: initial;
  text-overflow: initial;
  overflow: hidden;
}
.acms-admin .acms-box-add-menu.ui-menu .ui-icon {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  margin: 0;
}
.acms-admin .acms-box-add-menu .acms-form-actions {
  height: 35px;
  text-align: right;
  line-height: 30px;
}
.acms-admin .acms-box-add-menu .acms-form-actions > * {
  vertical-align: middle;
}
.acms-admin .acms-box-add-menu .acms-add-box-list {
  display: flex;
  flex-wrap: wrap;
}
.acms-admin .acms-box-add-menu .acms-add-box-list > * {
  flex: 0 0 49%;
  max-width: 49%;
  text-align: center;
  border: 1px solid #adadad;
  margin: 0.5%;
}
.acms-admin .acms-box-add-menu .acms-add-box-icon {
  max-width: 100%;
  overflow: hidden;
  height: 100px;
  line-height: 100px;
  text-align: center;
  padding: 5px;
}
.acms-admin .acms-box-add-menu .acms-add-box-icon > * {
  vertical-align: middle;
  max-height: 100px;
  max-width: 100%;
}
.acms-admin .acms-box-add-menu .acms-add-box-icon > *.fa {
  font-size: 80px;
}
.acms-admin .acms-box-add-menu .acms-add-box-label {
  max-height: 40px;
  overflow: hidden;
  line-height: 40px;
  padding: 0 5px;
}
.acms-admin .acms-box-add-menu .acms-add-box-label > span {
  vertical-align: middle;
  line-height: 1.4;
  display: inline-block;
}

@media (min-width: 960px) {
  .acms-admin .acms-box-add-menu .ui-tabs-nav {
    display: block !important;
  }
  .acms-admin .acms-box-add-menu .ui-tabs-panel.ui-tabs-panel {
    display: block;
    max-height: 75vh;
    overflow: auto;
  }
  .acms-admin .acms-box-add-menu .acms-add-box-list > * {
    flex: 0 0 19%;
    max-width: 19%;
    height: 140px;
  }
}
.note-status-output {
  display: none;
}

.fa.fa-aneol {
  font-family: "font-aneol";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa.fa-aneol:before {
  content: "\e600";
}

.acms-container .acms-admin.acms-container-toolbar {
  display: none;
}
.acms-container.empty .acms-admin.acms-container-toolbar {
  display: block;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.acms-container.empty .acms-admin.acms-container-toolbar .acms-container-toolbar-bt-add {
  margin: auto;
}
.acms-container .acms-container-add-menu {
  display: none;
  position: absolute;
  z-index: 100;
}

.acms-container-SlideShow .acms-box-toolbar > div {
  display: none;
}
.acms-container-SlideShow .acms-box-toolbar > div.visible {
  display: inline-block;
}

.acms-box {
  position: relative;
}
.acms-box .acms-admin.acms-box-toolbar {
  position: absolute;
  top: -9px;
  right: 5px;
  z-index: 4;
  display: none;
  height: auto;
  padding: 5px 25px 5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.acms-box .acms-admin.acms-box-toolbar.expanded {
  display: block;
}
.acms-box .acms-admin.acms-box-toolbar .acms-box-add-menu {
  display: none;
  position: absolute;
}
.acms-no-live-edit .acms-box .acms-admin.acms-box-toolbar.expanded,
.acms-no-live-edit.acms-box .acms-admin.acms-box-toolbar.expanded .acms-box-toolbar-bt-edit,
.acms-no-live-edit.acms-box .acms-admin.acms-box-toolbar.expanded .acms-box-toolbar-bt-delete {
  display: none;
}

.acms-container.acms-toolbar-align-left .acms-box .acms-box-toolbar {
  left: 5px;
  width: auto;
  right: auto;
}

.acms-admin#acms-version-draft-information {
  z-index: 5;
  top: 0;
  right: 0;
  max-width: 200px;
  color: #555;
  background: #F6F6F6;
  position: fixed;
  outline: 0 none;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0;
  padding: 10px 7px;
  border: 1px solid #555;
}

.acms-admin#acms-interface {
  z-index: 5;
  top: 150px;
  right: -165px;
  width: 200px;
  position: fixed;
  outline: 0 none;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.acms-admin#acms-interface.expanded, .acms-admin#acms-interface #panel-head {
  color: #555;
  background-color: #F6F6F6;
  border: 1px solid #555;
  border-right: 0 none;
}
.acms-admin#acms-interface #panel-head {
  opacity: 1;
  padding: 10px 7px;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.acms-admin#acms-interface #panel-head.expanded {
  border: 0 none;
  box-shadow: 0 0 0 transparent;
}
.acms-admin#acms-interface #panel-head #panel-logo {
  margin-top: 3px;
}
.acms-admin#acms-interface.expanded {
  right: 0;
}
.acms-admin#acms-interface #panel-buttons {
  opacity: 0;
  padding: 10px 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.acms-admin#acms-interface #panel-buttons.expanded {
  opacity: 1;
}
.acms-admin#acms-interface .panel-button {
  width: 100%;
  margin-bottom: 7px;
}

.acms-admin .note-editor .note-toolbar button i {
  color: #555 !important;
}

.acms-admin .acms-form, .acms-form {
  padding: 15px 0;
}
.acms-admin .acms-form label, .acms-form label {
  color: #555;
  margin-top: 0;
  width: 150px;
  float: left;
}
.acms-admin .acms-form input[type=text], .acms-admin .acms-form input[type=email], .acms-admin .acms-form input[type=number], .acms-admin .acms-form input[type=date], .acms-admin .acms-form textarea, .acms-form input[type=text], .acms-form input[type=email], .acms-form input[type=number], .acms-form input[type=date], .acms-form textarea {
  outline: 0 none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.acms-admin .acms-form input[type=text]:focus, .acms-admin .acms-form input[type=email]:focus, .acms-admin .acms-form input[type=number]:focus, .acms-admin .acms-form input[type=date]:focus, .acms-admin .acms-form textarea:focus, .acms-form input[type=text]:focus, .acms-form input[type=email]:focus, .acms-form input[type=number]:focus, .acms-form input[type=date]:focus, .acms-form textarea:focus {
  outline: 0 none;
}
.acms-admin .acms-form input, .acms-admin .acms-form select, .acms-form input, .acms-form select {
  width: 400px;
}
.acms-admin .acms-form input.datePicker, .acms-admin .acms-form select.datePicker, .acms-form input.datePicker, .acms-form select.datePicker {
  width: 100px;
}
.acms-admin .acms-form input.error, .acms-admin .acms-form select.error, .acms-form input.error, .acms-form select.error {
  border-color: 1px solid #5f3f3f;
}
.acms-admin .acms-form input.imageText, .acms-form input.imageText {
  width: 0;
  height: 0;
  border: none;
}
.acms-admin .acms-form input[type=checkbox], .acms-admin .acms-form input[type=radio], .acms-form input[type=checkbox], .acms-form input[type=radio] {
  width: auto;
}
.acms-admin .acms-form input[type=checkbox].error, .acms-admin .acms-form input[type=radio].error, .acms-form input[type=checkbox].error, .acms-form input[type=radio].error {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  box-shadow: 0 0 0 transparent;
}
.acms-admin .acms-form textarea, .acms-form textarea {
  width: 480px;
  height: 80px;
}
.acms-admin .acms-form input[type=text].w10, .acms-admin .acms-form input[type=number].w10, .acms-admin .acms-form input[type=date].w10, .acms-admin .acms-form select.w10, .acms-admin .acms-form textarea.w10, .acms-form input[type=text].w10, .acms-form input[type=number].w10, .acms-form input[type=date].w10, .acms-form select.w10, .acms-form textarea.w10 {
  width: 9.9%;
}
.acms-admin .acms-form input[type=text].w20, .acms-admin .acms-form input[type=number].w20, .acms-admin .acms-form input[type=date].w20, .acms-admin .acms-form select.w20, .acms-admin .acms-form textarea.w20, .acms-form input[type=text].w20, .acms-form input[type=number].w20, .acms-form input[type=date].w20, .acms-form select.w20, .acms-form textarea.w20 {
  width: 19.9%;
}
.acms-admin .acms-form input[type=text].w30, .acms-admin .acms-form input[type=number].w30, .acms-admin .acms-form input[type=date].w30, .acms-admin .acms-form select.w30, .acms-admin .acms-form textarea.w30, .acms-form input[type=text].w30, .acms-form input[type=number].w30, .acms-form input[type=date].w30, .acms-form select.w30, .acms-form textarea.w30 {
  width: 29.9%;
}
.acms-admin .acms-form input[type=text].w40, .acms-admin .acms-form input[type=number].w40, .acms-admin .acms-form input[type=date].w40, .acms-admin .acms-form select.w40, .acms-admin .acms-form textarea.w40, .acms-form input[type=text].w40, .acms-form input[type=number].w40, .acms-form input[type=date].w40, .acms-form select.w40, .acms-form textarea.w40 {
  width: 39.9%;
}
.acms-admin .acms-form input[type=text].w50, .acms-admin .acms-form input[type=number].w50, .acms-admin .acms-form input[type=date].w50, .acms-admin .acms-form select.w50, .acms-admin .acms-form textarea.w50, .acms-form input[type=text].w50, .acms-form input[type=number].w50, .acms-form input[type=date].w50, .acms-form select.w50, .acms-form textarea.w50 {
  width: 49.9%;
}
.acms-admin .acms-form input[type=text].w60, .acms-admin .acms-form input[type=number].w60, .acms-admin .acms-form input[type=date].w60, .acms-admin .acms-form select.w60, .acms-admin .acms-form textarea.w60, .acms-form input[type=text].w60, .acms-form input[type=number].w60, .acms-form input[type=date].w60, .acms-form select.w60, .acms-form textarea.w60 {
  width: 59.9%;
}
.acms-admin .acms-form input[type=text].w70, .acms-admin .acms-form input[type=number].w70, .acms-admin .acms-form input[type=date].w70, .acms-admin .acms-form select.w70, .acms-admin .acms-form textarea.w70, .acms-form input[type=text].w70, .acms-form input[type=number].w70, .acms-form input[type=date].w70, .acms-form select.w70, .acms-form textarea.w70 {
  width: 69.9%;
}
.acms-admin .acms-form input[type=text].w80, .acms-admin .acms-form input[type=number].w80, .acms-admin .acms-form input[type=date].w80, .acms-admin .acms-form select.w80, .acms-admin .acms-form textarea.w80, .acms-form input[type=text].w80, .acms-form input[type=number].w80, .acms-form input[type=date].w80, .acms-form select.w80, .acms-form textarea.w80 {
  width: 79.9%;
}
.acms-admin .acms-form input[type=text].w90, .acms-admin .acms-form input[type=number].w90, .acms-admin .acms-form input[type=date].w90, .acms-admin .acms-form select.w90, .acms-admin .acms-form textarea.w90, .acms-form input[type=text].w90, .acms-form input[type=number].w90, .acms-form input[type=date].w90, .acms-form select.w90, .acms-form textarea.w90 {
  width: 89.9%;
}
.acms-admin .acms-form input[type=text].w100, .acms-admin .acms-form input[type=number].w100, .acms-admin .acms-form input[type=date].w100, .acms-admin .acms-form select.w100, .acms-admin .acms-form textarea.w100, .acms-form input[type=text].w100, .acms-form input[type=number].w100, .acms-form input[type=date].w100, .acms-form select.w100, .acms-form textarea.w100 {
  width: 99.9%;
}
.acms-admin .acms-form div.radio-container, .acms-admin .acms-form div.checkbox-container, .acms-form div.radio-container, .acms-form div.checkbox-container {
  display: inline-block;
}
.acms-admin .acms-form .acms-form-label-over label, .acms-admin .acms-form label.acms-form-label-over, .acms-form .acms-form-label-over label, .acms-form label.acms-form-label-over {
  display: block;
  width: auto;
  float: none;
}
.acms-admin .acms-form .acms-form-actions, .acms-form .acms-form-actions {
  margin: 0 -15px;
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #555;
}
.acms-admin .acms-form .acms-relations-datagrid table, .acms-form .acms-relations-datagrid table {
  width: 100%;
}
.acms-admin .acms-form .acms-relations-datagrid table thead th, .acms-admin .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span, .acms-form .acms-relations-datagrid table thead th, .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span {
  width: 150px;
}
.acms-admin .acms-form .acms-relations-datagrid table thead th.acms-relations-language, .acms-admin .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span.acms-relations-language, .acms-form .acms-relations-datagrid table thead th.acms-relations-language, .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span.acms-relations-language {
  width: 40px;
}
.acms-admin .acms-form .acms-relations-datagrid table thead th.acms-relations-actions, .acms-admin .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span.acms-relations-actions, .acms-form .acms-relations-datagrid table thead th.acms-relations-actions, .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span.acms-relations-actions {
  width: 185px;
}
.acms-admin .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span.acms-relations-language, .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span.acms-relations-language {
  text-align: right;
}
.acms-admin .acms-form .acms-relations-datagrid .acms_resource_container > *, .acms-form .acms-relations-datagrid .acms_resource_container > * {
  display: inline-block;
}
.acms-admin .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection, .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection {
  width: 365px;
}
.acms-admin .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span, .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span {
  display: inline-block;
}
.acms-admin .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_actions, .acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_actions {
  width: 185px;
}
.acms-admin .acms-form .formRows .collection-add, .acms-form .formRows .collection-add {
  top: 0;
  height: 2em;
  right: 0;
  position: absolute;
}
.acms-admin .acms-form .formRows fieldset.collection-item, .acms-form .formRows fieldset.collection-item {
  border: 1px solid #555;
  padding: 50px 10px 10px;
  position: relative;
  margin: 5px 0;
}
.acms-admin .acms-form .formRows fieldset.collection-item.collection-item-collapsed, .acms-form .formRows fieldset.collection-item.collection-item-collapsed {
  padding: 2em 10px 0;
}
.acms-admin .acms-form .formRows fieldset.collection-item > nav.collection-toolbar, .acms-form .formRows fieldset.collection-item > nav.collection-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2em;
}
.acms-admin .acms-form .formRows fieldset.collection-item > nav.collection-toolbar button, .acms-form .formRows fieldset.collection-item > nav.collection-toolbar button {
  height: 2em;
}
.acms-admin .acms-form .formRows fieldset.collection-item > nav.collection-toolbar span.text-overflow, .acms-form .formRows fieldset.collection-item > nav.collection-toolbar span.text-overflow {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acms-admin .acms-form .formRows > div, .acms-admin .acms-form .formRows .collection-item > div, .acms-form .formRows > div, .acms-form .formRows .collection-item > div {
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.acms-admin .acms-form .formRows > div > div, .acms-admin .acms-form .formRows .collection-item > div > div, .acms-form .formRows > div > div, .acms-form .formRows .collection-item > div > div {
  width: auto;
}
.acms-admin .acms-form .formRows > div > div > label, .acms-admin .acms-form .formRows .collection-item > div > div > label, .acms-form .formRows > div > div > label, .acms-form .formRows .collection-item > div > div > label {
  width: auto;
}
.acms-admin .acms-form .formRows > div > div.dateIcon, .acms-admin .acms-form .formRows .collection-item > div > div.dateIcon, .acms-form .formRows > div > div.dateIcon, .acms-form .formRows .collection-item > div > div.dateIcon {
  width: 20px;
  float: left;
  height: 20px;
  margin-left: 5px;
}
.acms-admin .acms-form .formRows > div > div:after, .acms-admin .acms-form .formRows .collection-item > div > div:after, .acms-form .formRows > div > div:after, .acms-form .formRows .collection-item > div > div:after {
  content: "";
  clear: both;
}
.acms-admin .acms-form .formRows > div .acms_resource_container > *, .acms-admin .acms-form .formRows .collection-item > div .acms_resource_container > *, .acms-form .formRows > div .acms_resource_container > *, .acms-form .formRows .collection-item > div .acms_resource_container > * {
  display: block;
}
.acms-admin .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed, .acms-admin .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed, .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed, .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed {
  display: inline-block;
}
.acms-admin .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + .acms_resource_selection, .acms-admin .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + .acms_resource_selection, .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + .acms_resource_selection, .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + .acms_resource_selection {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
}
.acms-admin .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + div + div, .acms-admin .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + div + div, .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + div + div, .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + div + div {
  display: inline-block;
}
.acms-admin .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt, .acms-admin .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt_clear, .acms-admin .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt, .acms-admin .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt_clear, .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt, .acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt_clear, .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt, .acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt_clear {
  max-width: 24px;
  overflow: hidden;
  height: 24px;
  padding: 5px;
}
.acms-admin .acms-form .formRows > div .acms-help, .acms-admin .acms-form .formRows .collection-item > div .acms-help, .acms-form .formRows > div .acms-help, .acms-form .formRows .collection-item > div .acms-help {
  margin-left: 5px;
  margin-top: 0;
  font-size: medium;
}
.acms-admin .acms-form .formRows > div .error, .acms-admin .acms-form .formRows .collection-item > div .error, .acms-form .formRows > div .error, .acms-form .formRows .collection-item > div .error {
  color: #5f3f3f;
}
.acms-admin .acms-form .collection-inline, .acms-form .collection-inline {
  position: relative;
}
.acms-admin .acms-form .collection-inline .collection-item, .acms-form .collection-inline .collection-item {
  position: relative;
  width: 80%;
  line-height: 30px;
}
.acms-admin .acms-form .collection-inline .collection-item input, .acms-admin .acms-form .collection-inline .collection-item select, .acms-admin .acms-form .collection-inline .collection-item textarea, .acms-form .collection-inline .collection-item input, .acms-form .collection-inline .collection-item select, .acms-form .collection-inline .collection-item textarea {
  max-width: 100%;
}
.acms-admin .acms-form .collection-inline .collection-item .collection-toolbar .right, .acms-form .collection-inline .collection-item .collection-toolbar .right {
  position: absolute;
  top: 0;
  right: -35px;
}
.acms-admin .acms-form .collection-inline .collection-item label.error, .acms-form .collection-inline .collection-item label.error {
  width: auto;
  float: none;
  font-size: 0.8em;
}

.acms-admin.ui-dialog div.acms-form {
  padding: 15px 0;
}
.acms-admin.ui-dialog div.acms-form label {
  color: #555;
  margin-top: 0;
  width: 150px;
  float: left;
}
.acms-admin.ui-dialog div.acms-form input[type=text], .acms-admin.ui-dialog div.acms-form input[type=email], .acms-admin.ui-dialog div.acms-form input[type=number], .acms-admin.ui-dialog div.acms-form input[type=date], .acms-admin.ui-dialog div.acms-form textarea {
  outline: 0 none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.acms-admin.ui-dialog div.acms-form input[type=text]:focus, .acms-admin.ui-dialog div.acms-form input[type=email]:focus, .acms-admin.ui-dialog div.acms-form input[type=number]:focus, .acms-admin.ui-dialog div.acms-form input[type=date]:focus, .acms-admin.ui-dialog div.acms-form textarea:focus {
  outline: 0 none;
}
.acms-admin.ui-dialog div.acms-form input, .acms-admin.ui-dialog div.acms-form select {
  width: 400px;
}
.acms-admin.ui-dialog div.acms-form input.datePicker, .acms-admin.ui-dialog div.acms-form select.datePicker {
  width: 100px;
}
.acms-admin.ui-dialog div.acms-form input.error, .acms-admin.ui-dialog div.acms-form select.error {
  border-color: 1px solid #5f3f3f;
}
.acms-admin.ui-dialog div.acms-form input.imageText {
  width: 0;
  height: 0;
  border: none;
}
.acms-admin.ui-dialog div.acms-form input[type=checkbox], .acms-admin.ui-dialog div.acms-form input[type=radio] {
  width: auto;
}
.acms-admin.ui-dialog div.acms-form input[type=checkbox].error, .acms-admin.ui-dialog div.acms-form input[type=radio].error {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  box-shadow: 0 0 0 transparent;
}
.acms-admin.ui-dialog div.acms-form textarea {
  width: 480px;
  height: 80px;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w10, .acms-admin.ui-dialog div.acms-form input[type=number].w10, .acms-admin.ui-dialog div.acms-form input[type=date].w10, .acms-admin.ui-dialog div.acms-form select.w10, .acms-admin.ui-dialog div.acms-form textarea.w10 {
  width: 9.9%;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w20, .acms-admin.ui-dialog div.acms-form input[type=number].w20, .acms-admin.ui-dialog div.acms-form input[type=date].w20, .acms-admin.ui-dialog div.acms-form select.w20, .acms-admin.ui-dialog div.acms-form textarea.w20 {
  width: 19.9%;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w30, .acms-admin.ui-dialog div.acms-form input[type=number].w30, .acms-admin.ui-dialog div.acms-form input[type=date].w30, .acms-admin.ui-dialog div.acms-form select.w30, .acms-admin.ui-dialog div.acms-form textarea.w30 {
  width: 29.9%;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w40, .acms-admin.ui-dialog div.acms-form input[type=number].w40, .acms-admin.ui-dialog div.acms-form input[type=date].w40, .acms-admin.ui-dialog div.acms-form select.w40, .acms-admin.ui-dialog div.acms-form textarea.w40 {
  width: 39.9%;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w50, .acms-admin.ui-dialog div.acms-form input[type=number].w50, .acms-admin.ui-dialog div.acms-form input[type=date].w50, .acms-admin.ui-dialog div.acms-form select.w50, .acms-admin.ui-dialog div.acms-form textarea.w50 {
  width: 49.9%;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w60, .acms-admin.ui-dialog div.acms-form input[type=number].w60, .acms-admin.ui-dialog div.acms-form input[type=date].w60, .acms-admin.ui-dialog div.acms-form select.w60, .acms-admin.ui-dialog div.acms-form textarea.w60 {
  width: 59.9%;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w70, .acms-admin.ui-dialog div.acms-form input[type=number].w70, .acms-admin.ui-dialog div.acms-form input[type=date].w70, .acms-admin.ui-dialog div.acms-form select.w70, .acms-admin.ui-dialog div.acms-form textarea.w70 {
  width: 69.9%;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w80, .acms-admin.ui-dialog div.acms-form input[type=number].w80, .acms-admin.ui-dialog div.acms-form input[type=date].w80, .acms-admin.ui-dialog div.acms-form select.w80, .acms-admin.ui-dialog div.acms-form textarea.w80 {
  width: 79.9%;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w90, .acms-admin.ui-dialog div.acms-form input[type=number].w90, .acms-admin.ui-dialog div.acms-form input[type=date].w90, .acms-admin.ui-dialog div.acms-form select.w90, .acms-admin.ui-dialog div.acms-form textarea.w90 {
  width: 89.9%;
}
.acms-admin.ui-dialog div.acms-form input[type=text].w100, .acms-admin.ui-dialog div.acms-form input[type=number].w100, .acms-admin.ui-dialog div.acms-form input[type=date].w100, .acms-admin.ui-dialog div.acms-form select.w100, .acms-admin.ui-dialog div.acms-form textarea.w100 {
  width: 99.9%;
}
.acms-admin.ui-dialog div.acms-form div.radio-container, .acms-admin.ui-dialog div.acms-form div.checkbox-container {
  display: inline-block;
}
.acms-admin.ui-dialog div.acms-form .acms-form-label-over label, .acms-admin.ui-dialog div.acms-form label.acms-form-label-over {
  display: block;
  width: auto;
  float: none;
}
.acms-admin.ui-dialog div.acms-form .acms-form-actions {
  margin: 0 -15px;
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #555;
}
.acms-admin.ui-dialog div.acms-form .acms-relations-datagrid table {
  width: 100%;
}
.acms-admin.ui-dialog div.acms-form .acms-relations-datagrid table thead th, .acms-admin.ui-dialog div.acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span {
  width: 150px;
}
.acms-admin.ui-dialog div.acms-form .acms-relations-datagrid table thead th.acms-relations-language, .acms-admin.ui-dialog div.acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span.acms-relations-language {
  width: 40px;
}
.acms-admin.ui-dialog div.acms-form .acms-relations-datagrid table thead th.acms-relations-actions, .acms-admin.ui-dialog div.acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span.acms-relations-actions {
  width: 185px;
}
.acms-admin.ui-dialog div.acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span.acms-relations-language {
  text-align: right;
}
.acms-admin.ui-dialog div.acms-form .acms-relations-datagrid .acms_resource_container > * {
  display: inline-block;
}
.acms-admin.ui-dialog div.acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection {
  width: 365px;
}
.acms-admin.ui-dialog div.acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_selection span {
  display: inline-block;
}
.acms-admin.ui-dialog div.acms-form .acms-relations-datagrid .acms_resource_container .acms_resource_actions {
  width: 185px;
}
.acms-admin.ui-dialog div.acms-form .formRows .collection-add {
  top: 0;
  height: 2em;
  right: 0;
  position: absolute;
}
.acms-admin.ui-dialog div.acms-form .formRows fieldset.collection-item {
  border: 1px solid #555;
  padding: 50px 10px 10px;
  position: relative;
  margin: 5px 0;
}
.acms-admin.ui-dialog div.acms-form .formRows fieldset.collection-item.collection-item-collapsed {
  padding: 2em 10px 0;
}
.acms-admin.ui-dialog div.acms-form .formRows fieldset.collection-item > nav.collection-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2em;
}
.acms-admin.ui-dialog div.acms-form .formRows fieldset.collection-item > nav.collection-toolbar button {
  height: 2em;
}
.acms-admin.ui-dialog div.acms-form .formRows fieldset.collection-item > nav.collection-toolbar span.text-overflow {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acms-admin.ui-dialog div.acms-form .formRows > div, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div {
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.acms-admin.ui-dialog div.acms-form .formRows > div > div, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div > div {
  width: auto;
}
.acms-admin.ui-dialog div.acms-form .formRows > div > div > label, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div > div > label {
  width: auto;
}
.acms-admin.ui-dialog div.acms-form .formRows > div > div.dateIcon, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div > div.dateIcon {
  width: 20px;
  float: left;
  height: 20px;
  margin-left: 5px;
}
.acms-admin.ui-dialog div.acms-form .formRows > div > div:after, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div > div:after {
  content: "";
  clear: both;
}
.acms-admin.ui-dialog div.acms-form .formRows > div .acms_resource_container > *, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div .acms_resource_container > * {
  display: block;
}
.acms-admin.ui-dialog div.acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed {
  display: inline-block;
}
.acms-admin.ui-dialog div.acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + .acms_resource_selection, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + .acms_resource_selection {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
}
.acms-admin.ui-dialog div.acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + div + div, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + div + div {
  display: inline-block;
}
.acms-admin.ui-dialog div.acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt, .acms-admin.ui-dialog div.acms-form .formRows > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt_clear, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div .acms_resource_container > *.acms_resource_condensed + div + div .acms_resource_bt_clear {
  max-width: 24px;
  overflow: hidden;
  height: 24px;
  padding: 5px;
}
.acms-admin.ui-dialog div.acms-form .formRows > div .acms-help, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div .acms-help {
  margin-left: 5px;
  margin-top: 0;
  font-size: medium;
}
.acms-admin.ui-dialog div.acms-form .formRows > div .error, .acms-admin.ui-dialog div.acms-form .formRows .collection-item > div .error {
  color: #5f3f3f;
}
.acms-admin.ui-dialog div.acms-form .collection-inline {
  position: relative;
}
.acms-admin.ui-dialog div.acms-form .collection-inline .collection-item {
  position: relative;
  width: 80%;
  line-height: 30px;
}
.acms-admin.ui-dialog div.acms-form .collection-inline .collection-item input, .acms-admin.ui-dialog div.acms-form .collection-inline .collection-item select, .acms-admin.ui-dialog div.acms-form .collection-inline .collection-item textarea {
  max-width: 100%;
}
.acms-admin.ui-dialog div.acms-form .collection-inline .collection-item .collection-toolbar .right {
  position: absolute;
  top: 0;
  right: -35px;
}
.acms-admin.ui-dialog div.acms-form .collection-inline .collection-item label.error {
  width: auto;
  float: none;
  font-size: 0.8em;
}
.acms-admin.ui-dialog .ui-autocomplete {
  overflow: auto;
  max-height: 200px;
}
.acms-admin.ui-dialog #oi-search-panel {
  overflow: hidden;
  max-height: 200px;
  padding: 10px 0 0 0;
}
.acms-admin.ui-dialog #oi-search-panel > select {
  width: 100%;
}
.acms-admin.ui-dialog #oi-search-panel > input {
  margin: 0 20% 5px 0;
  outline: 0 none;
}
.acms-admin.ui-dialog #oi-search-panel > input:focus {
  outline: 0 none;
}
.acms-admin.ui-dialog #sitraList {
  width: 100%;
  overflow: auto;
  height: 150px;
  margin-bottom: 10px;
}
.acms-admin.ui-dialog #sitraList #selectable-list-ois {
  padding: 0;
  color: #000;
  list-style: none;
}
.acms-admin.ui-dialog #sitraList #selectable-list-ois .ui-widget-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1px 0 1px 2px;
}
.acms-admin.ui-dialog #sitraList #selectable-list-ois .ui-widget-content:hover {
  cursor: pointer;
}
.acms-admin.ui-dialog #preview #oi {
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.acms-admin.ui-dialog #preview #oi > img {
  width: 30%;
  float: left;
  margin: 0 7px 7px 0;
}
.acms-admin.ui-dialog #preview #oi .titreOi {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.acms-admin.ui-dialog .datagrid ul.slices {
  display: inline-block;
}
.acms-admin.ui-dialog .datagrid ul.slices li {
  text-align: center;
  display: inline-block;
}
.acms-admin.ui-dialog .datagrid ul.slices li a {
  padding: 5px 7px;
  line-height: 25px;
}
.acms-admin.ui-dialog .datagrid ul.pages li {
  color: #C3C3C3;
  font-size: 16pt;
  font-weight: bold;
  display: inline-block;
}
.acms-admin.ui-dialog .datagrid ul.pages li span {
  color: #C3C3C3;
}
.acms-admin.ui-dialog .datagrid ul.pages li a {
  color: #C3C3C3;
  background: transparent;
}
.acms-admin.ui-dialog .datagrid table {
  border: none;
  margin: 10px 0;
}
.acms-admin.ui-dialog .datagrid table caption {
  margin: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
}
.acms-admin.ui-dialog .datagrid table tr.pair {
  background-color: #EFEFEF;
}
.acms-admin.ui-dialog .datagrid table tr:first-child {
  border-top: 1px solid #d6d7da;
  border-bottom: 1px solid #d6d7da;
  box-shadow: 0 3px 4px #d6d7da;
}
.acms-admin.ui-dialog .datagrid table tr th {
  padding: 0;
  border: none;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
}
.acms-admin.ui-dialog .datagrid table tr th:hover {
  cursor: pointer;
}
.acms-admin.ui-dialog .datagrid table tr th#user-firstname {
  width: 20em;
  text-align: left;
  padding-left: 1em;
}
.acms-admin.ui-dialog .datagrid table tr td {
  color: inherit;
  border: none;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
}
.acms-admin.ui-dialog .datagrid table tr td a {
  padding: 0;
  border: none;
}
.acms-admin.ui-dialog .datagrid table tr td.user-name {
  padding-left: 1em;
  text-align: left;
}
.acms-admin.ui-dialog ul#boxes.saved-box-list {
  padding: 0;
  width: 100%;
  min-height: 200px;
  max-height: 350px;
  list-style-type: none;
  overflow-y: scroll;
}
.acms-admin.ui-dialog ul#boxes.saved-box-list li.saved-box-item {
  width: 100%;
  min-height: 1.8em;
  transition: 0.5s;
  padding-left: 0.5em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  border: 0 none;
  text-overflow: ellipsis;
}
.acms-admin.ui-dialog ul#boxes.saved-box-list li.saved-box-item:hover {
  cursor: pointer;
}

.acms-admin #acms-arbo-container {
  list-style: none;
}
.acms-admin #acms-arbo-container #acms-arbo-home {
  padding-top: 15px;
  padding-bottom: 15px;
}
.acms-admin #acms-arbo-container #acms-arbo-home > div {
  height: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 5px 3px 15px;
  color: #555;
  outline: 0 none;
}
.acms-admin #acms-arbo-container .acms-arbo-page {
  list-style: none;
  padding-bottom: 15px;
}
.acms-admin #acms-arbo-container .acms-arbo-page > div {
  box-sizing: initial;
  height: 25px;
  font-weight: bold;
  padding: 10px 5px 3px 15px;
  outline: 0 none;
}
.acms-admin #acms-arbo-container .acms-arbo-page > div .acms-arbo-label {
  margin: 0;
  color: #555;
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.acms-admin #acms-arbo-container .acms-arbo-page > div .controls {
  display: inline-block;
  width: 215px;
  height: auto;
  float: right;
}
.acms-admin #acms-arbo-container .acms-arbo-page > div .controls .acms-page-add-menu {
  position: absolute;
  display: none;
  z-index: 4;
}
.acms-admin #acms-arbo-container .acms-arbo-page .children {
  padding-top: 5px;
}
.acms-admin #acms-arbo-container .acms-arbo-page .children .acms-page-placeholder {
  width: 100%;
  height: 30px;
  list-style: none;
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.acms-admin #acms-arbo-container .acms-arbo-page .empty {
  min-height: 15px;
}

html.acms-logged .acms-broken-link {
  color: #5f3f3f;
  -webkit-text-decoration-style: wavy;
  -moz-text-decoration-style: wavy;
  text-decoration-style: wavy;
  text-decoration: underline;
}
html.acms-logged .acms-broken-link:before {
  font-family: FontAwesome;
  content: "\f127";
}

.acms-loading, .acms-message {
  position: absolute;
  text-align: center;
  top: 0;
  display: block;
  z-index: 99999;
}
.acms-loading.acms-success, .acms-message.acms-success {
  color: #335f32;
}
.acms-loading.acms-error, .acms-message.acms-error {
  color: #5f3f3f;
}

.acms-loading {
  font-size: 3em;
}

.acms-redactor-datagrid {
  width: 100%;
}
.acms-redactor-datagrid > table {
  width: 100%;
}
.acms-redactor-datagrid > table tbody > tr {
  cursor: pointer;
}
.acms-redactor-datagrid > table tbody > tr:hover {
  background: #007fff;
  color: #f6f6f6;
}
.acms-redactor-datagrid > table th, .acms-redactor-datagrid > table td {
  text-align: center;
}
.acms-redactor-datagrid > table td:first-child {
  text-align: left;
}

.acms-logged .acms-box {
  outline: 1px dashed #555;
  outline-offset: -1px;
  min-height: 50px;
}
.acms-logged .acms-box:before {
  padding: 5px;
  color: #f6f6f6;
  background-color: #007fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: attr(data-acms-box-type-label);
}

#jstree-marker {
  z-index: 999999999;
}

.acms-admin {
  /*** Menu ***/
  /*** Item de liste ***/
  /* List item */
  /* Icon item */
}
.acms-admin .rexp-toolbar, .acms-admin .pexp-toolbar {
  overflow: hidden;
  white-space: nowrap;
}
.acms-admin .rexp-toolbar ul.ui-menu, .acms-admin .pexp-toolbar ul.ui-menu {
  width: 150px;
  position: absolute;
  z-index: 5;
}
.acms-admin .rexp-toolbar ul.ui-menu li, .acms-admin .pexp-toolbar ul.ui-menu li {
  cursor: pointer;
}
.acms-admin .rexp-message, .acms-admin .pexp-message {
  position: absolute;
  opacity: 0;
  text-align: center;
  top: 0;
}
.acms-admin .rexp-loading, .acms-admin .pexp-loading {
  display: none;
  position: absolute;
  opacity: 0;
  text-align: center;
  font-size: 3em;
  filter: alpha(opacity=0);
  top: 0;
}
.acms-admin .rexp-loading, .acms-admin .rexp-message, .acms-admin .pexp-loading, .acms-admin .pexp-message {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.acms-admin .rexp-selector, .acms-admin .pexp-selector {
  position: absolute;
  bottom: 4px;
  text-align: center;
  width: 100%;
}
.acms-admin .pexp-tree {
  overflow: auto;
}
.acms-admin .pexp-form {
  height: 99%;
  z-index: 5;
  top: 1%;
  right: 1%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
}
.acms-admin .pexp-form > div {
  min-height: 100%;
}
.acms-admin .pexp-form form {
  position: relative;
  min-height: 100%;
  padding-top: 0;
}
.acms-admin .pexp-form form > img.right {
  margin: 0.5em 0.5em 0 0;
}
.acms-admin .pexp-form form div.acms-form input[type=text], .acms-admin .pexp-form form div.acms-form input[type=email], .acms-admin .pexp-form form div.acms-form input[type=number], .acms-admin .pexp-form form div.acms-form input[type=date], .acms-admin .pexp-form form div.acms-form select, .acms-admin .pexp-form form div.acms-form input[type=text].error, .acms-admin .pexp-form form div.acms-form select.error {
  width: 360px;
}
.acms-admin .pexp-form form div.acms-form textarea, .acms-admin .pexp-form form div.acms-form textarea.error {
  width: 515px;
}
.acms-admin .pexp-form form div.acms-form label.error, .acms-admin .pexp-form form div.acms-form .formRows > div label.error {
  font-size: 0.8em;
  left: 0;
  width: 100%;
  top: 1em;
}
.acms-admin .pexp-form form .acms-form-actions {
  margin: -4px;
}
.acms-admin .pexp-form form .acms-form-actions button {
  display: inline-block;
}
.acms-admin .pexp-toolbar label {
  margin: 4px 0 0 8px;
}
.acms-admin .pexp-toolbar input.search {
  float: left;
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 0.4em;
}
.acms-admin .rexp-item {
  cursor: pointer;
}
.acms-admin .rexp-item-filename {
  white-space: nowrap;
  overflow: hidden;
}
.acms-admin .rexp-item-list {
  position: relative;
  clear: left;
}
.acms-admin .rexp-item-list > * {
  float: left;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.acms-admin .rexp-item-list .rexp-item-filename {
  text-align: left;
}
.acms-admin .rexp-item-icon {
  width: 100px;
  overflow: hidden;
  margin: 2px;
}
.acms-admin .rexp-item-icon .rexp-item-filetype {
  width: 100px;
  height: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.acms-admin .rexp-item-icon span {
  display: block;
  float: left;
  overflow: hidden;
}
.acms-admin .rexp-item-icon .rexp-item-check {
  width: 22px;
  margin-left: -3px;
  margin-top: -1px;
}
.acms-admin .rexp-item-icon .rexp-item-filename {
  width: 75px;
}

.acms-version-header label {
  width: 30%;
}
.acms-version-header span {
  padding: 0 5px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.acms-version-datagrid, .acms-version-datagrid > table {
  width: 100%;
}
.acms-version-datagrid tbody > tr, .acms-version-datagrid > table tbody > tr {
  cursor: pointer;
}
.acms-version-datagrid td, .acms-version-datagrid > table td {
  text-align: center;
}

/** ACMS **/
.acms-admin, .ui-datepicker {
  /** JQUI **/
}
.acms-admin .jstree-default .jstree-wholerow-hovered,
.acms-admin .jstree-default .jstree-wholerow-clicked, .ui-datepicker .jstree-default .jstree-wholerow-hovered,
.ui-datepicker .jstree-default .jstree-wholerow-clicked {
  color: #555;
}
.acms-admin .jstree-container-ul .jstree-node > a > span, .ui-datepicker .jstree-container-ul .jstree-node > a > span {
  display: inline-block;
  min-width: 18px;
  text-align: center;
}
.acms-admin .jstree-default > .jstree-wholerow-ul .jstree-hovered,
.acms-admin .jstree-default > .jstree-wholerow-ul .jstree-clicked, .ui-datepicker .jstree-default > .jstree-wholerow-ul .jstree-hovered,
.ui-datepicker .jstree-default > .jstree-wholerow-ul .jstree-clicked {
  color: #555;
}
.acms-admin .jstree-default > .jstree-wholerow-ul .jstree-hovered > span > i,
.acms-admin .jstree-default > .jstree-wholerow-ul .jstree-clicked > span > i, .ui-datepicker .jstree-default > .jstree-wholerow-ul .jstree-hovered > span > i,
.ui-datepicker .jstree-default > .jstree-wholerow-ul .jstree-clicked > span > i {
  color: #555;
}
.acms-admin .ui-widget-content, .acms-admin .ui-state-default, .acms-admin .ui-widget-content .ui-state-default, .acms-admin .ui-widget-header .ui-state-default, .ui-datepicker .ui-widget-content, .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
  border: 0 none;
}
.acms-admin .ui-menu, .ui-datepicker .ui-menu {
  font-weight: normal;
  padding: 0;
}
.acms-admin .ui-menu .ui-menu-item, .ui-datepicker .ui-menu .ui-menu-item {
  padding: 2px;
}
.acms-admin .ui-menu .ui-menu-item.ui-state-hover, .acms-admin .ui-menu .ui-menu-item:hover, .acms-admin .ui-menu .ui-menu-item.ui-state-focus, .ui-datepicker .ui-menu .ui-menu-item.ui-state-hover, .ui-datepicker .ui-menu .ui-menu-item:hover, .ui-datepicker .ui-menu .ui-menu-item.ui-state-focus {
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.acms-admin .ui-menu .ui-menu-item > span, .ui-datepicker .ui-menu .ui-menu-item > span {
  width: 1em;
  display: inline-block;
  text-align: center;
  margin-right: 0.2em;
}
.acms-admin #datagrid.users .ui-button, .ui-datepicker #datagrid.users .ui-button {
  background: transparent;
}
.jstree-contextmenu, .jstree-contextmenu ul {
  font-weight: normal;
  padding: 0 !important;
  box-shadow: 0 0 transparent !important;
}

.jstree-contextmenu li a, .jstree-contextmenu li > a.vakata-context-parent {
  -moz-text-shadow: 0 0 transparent;
  -webkit-text-shadow: 0 0 transparent;
  text-shadow: 0 0 transparent;
}
.jstree-contextmenu li.vakata-context-hover > a, .jstree-contextmenu li.vakata-context-hover > a.vakata-context-parent, .jstree-contextmenu li a:hover {
  color: #f6f6f6;
  background: #007fff;
}
.jstree-contextmenu li.vakata-context-hover > a .vakata-contextmenu-sep, .jstree-contextmenu li.vakata-context-hover > a.vakata-context-parent .vakata-contextmenu-sep, .jstree-contextmenu li a:hover .vakata-contextmenu-sep {
  border: 0 none;
}
.jstree-contextmenu li > a .vakata-contextmenu-sep {
  border: 0 none;
  margin: 0;
  background: transparent;
}

.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
  margin: 0;
}
.vakata-context li a i.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
  margin-top: 0.6em;
  height: 1em;
}

/** TINYMCE / JSTREE **/
.acms-admin {
  /*** LIST ***/
  /*** Item de liste ***/
  /* List item */
  /* Icon item */
  /* Delete Selection list in dialog (avoid infinite window) */
}
.acms-admin .fexp-toolbar {
  overflow: hidden;
  white-space: nowrap;
}
.acms-admin .fexp-toolbar-path > .ui-buttonset > .ui-button {
  margin-top: 1px;
  margin-left: 1px;
}
.acms-admin .fexp-path {
  float: left;
  overflow: hidden;
}
.acms-admin .fexp-path > div {
  position: relative;
  width: auto;
}
.acms-admin .fexp-path a span {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acms-admin .fexp-message {
  position: absolute;
  opacity: 0;
  text-align: center;
  top: 0;
}
.acms-admin .fexp-dropzone, .acms-admin .fexp-loading {
  display: none;
  position: absolute;
  opacity: 0;
  text-align: center;
  font-size: 3em;
  filter: alpha(opacity=0);
  top: 0;
}
.acms-admin .fexp-dropzone-in, .acms-admin .fexp-loading, .acms-admin .fexp-message {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.acms-admin .fexp-dropzone-hover {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.acms-admin .fexp-selector {
  position: absolute;
  bottom: 4px;
  text-align: center;
  width: 100%;
}
.acms-admin .fexp-list-container {
  position: relative;
}
.acms-admin .fexp-list {
  overflow-y: scroll;
}
.acms-admin .fexp-list-header-col {
  display: inline-block;
  cursor: pointer;
}
.acms-admin .fexp-list-header-col {
  text-align: center;
  font-weight: bold;
}
.acms-admin .fexp-list-header-cb, .acms-admin .fexp-item-list .fexp-item-check {
  width: 4%;
}
.acms-admin .fexp-list-header-name, .acms-admin .fexp-item-list .fexp-item-filename {
  width: 34%;
}
.acms-admin .fexp-list-header-type, .acms-admin .fexp-item-list .fexp-item-filetype {
  width: 19%;
}
.acms-admin .fexp-list-header-size, .acms-admin .fexp-item-list .fexp-item-filesize {
  width: 19%;
}
.acms-admin .fexp-list-header-date, .acms-admin .fexp-item-list .fexp-item-filedate {
  width: 19%;
}
.acms-admin .fexp-item-uploadFailed {
  background: #5f3f3f;
}
.acms-admin .fexp-iframe-container iframe {
  width: 100%;
  height: 100%;
  border: 0 none;
}
.acms-admin .fexp-item {
  cursor: pointer;
}
.acms-admin .fexp-item-filename {
  white-space: nowrap;
  overflow: hidden;
}
.acms-admin .fexp-item-icon .fexp-item-fileloading {
  position: absolute;
  font-size: 0.8rem;
  width: 100%;
  top: 36%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.acms-admin .fexp-item-list {
  position: relative;
  clear: left;
}
.acms-admin .fexp-item-list > * {
  float: left;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.acms-admin .fexp-item-list .fexp-item-filename {
  text-align: left;
}
.acms-admin .fexp-item-list .fexp-item-filename i {
  margin-right: 0.2em;
  width: 1em;
  text-align: center;
}
.acms-admin .fexp-item-icon {
  float: left;
  width: 100px;
  overflow: hidden;
  margin: 2px;
  position: relative;
}
.acms-admin .fexp-item-icon .fexp-item-filetype {
  width: 100px;
  height: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.acms-admin .fexp-item-icon span {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.acms-admin .fexp-item-icon .fexp-item-check {
  width: 22px;
  margin-left: -3px;
  margin-top: -1px;
}
.acms-admin .fexp-item-icon .fexp-item-filename {
  width: 75px;
}
.acms-admin .fexp-item-icon .fexp-item-filename.fexp-item-nocheck {
  width: 100%;
}
.acms-admin .acms_resource_container {
  display: inline-block;
}
.acms-admin .acms_resource_container.no_input {
  position: relative;
}
.acms-admin .acms_resource_container.no_input input.acms_resource {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  overflow: hidden;
}
.acms-admin .acms_resource_container.no_input .acms_resource_selection, .acms-admin .acms_resource_container.no_input .acms_resource_actions {
  display: inline-block;
}
.acms-admin .fexp-item-list.ui-state-default {
  font-weight: normal;
}
.acms-admin .fexp-item:hover, .acms-admin .fexp-item:hover > div, .acms-admin .fexp-item:hover > span {
  background-color: #007fff;
  color: #f6f6f6;
}
.acms-admin .ui-state-default.fexp-item-icon.acms-selected, .acms-admin .ui-widget-content .ui-state-default.fexp-item-icon.acms-selected, .acms-admin .ui-widget-header .ui-state-default.fexp-item-icon.acms-selected, .acms-admin .fexp-item-icon.acms-selected,
.acms-admin .ui-state-default.fexp-item-list.acms-selected, .acms-admin .ui-widget-content .ui-state-default.fexp-item-list.acms-selected, .acms-admin .ui-widget-header .ui-state-default.fexp-item-list.acms-selected, .acms-admin .fexp-item-list.acms-selected {
  background: #007fff;
}
.acms-admin .ui-state-default.fexp-item-icon.acms-selected, .acms-admin .ui-widget-content .ui-state-default.fexp-item-icon.acms-selected, .acms-admin .ui-widget-header .ui-state-default.fexp-item-icon.acms-selected, .acms-admin .fexp-item-icon.acms-selected,
.acms-admin .ui-state-default.fexp-item-list.acms-selected, .acms-admin .ui-widget-content .ui-state-default.fexp-item-list.acms-selected, .acms-admin .ui-widget-header .ui-state-default.fexp-item-list.acms-selected, .acms-admin .fexp-item-list.acms-selected {
  color: #007fff;
}
.acms-admin .ui-state-default.fexp-item-icon.acms-selected > span > i, .acms-admin .ui-widget-content .ui-state-default.fexp-item-icon.acms-selected > span > i, .acms-admin .ui-widget-header .ui-state-default.fexp-item-icon.acms-selected > span > i, .acms-admin .fexp-item-icon.acms-selected > span > i,
.acms-admin .ui-state-default.fexp-item-list.acms-selected > span > i, .acms-admin .ui-widget-content .ui-state-default.fexp-item-list.acms-selected > span > i, .acms-admin .ui-widget-header .ui-state-default.fexp-item-list.acms-selected > span > i, .acms-admin .fexp-item-list.acms-selected > span > i {
  color: #007fff;
}
.acms-admin .fexp-delete-selection ul {
  overflow-y: auto;
  max-height: 300px;
}

.mce-text {
  color: #333;
}

.acms-box iframe {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mce-menu-item-preview span {
  color: #555 !important;
}

html body .mce-tinymce.mce-tinymce-inline.mce-container.mce-panel.mce-floatpanel {
  z-index: 105 !important;
}

.acms-box-add-menu li.ui-menu-item {
  white-space: nowrap;
}

.acms-admin {
  font-size: 17px;
}

.acms-admin .acms-form .formRows div.col-2 > * {
  width: 50%;
  float: left;
}
.acms-admin .acms-form .formRows div.col-2-1 > * {
  float: left;
}
.acms-admin .acms-form .formRows div.col-2-1 > *:nth-child(2n) {
  width: 40%;
}
.acms-admin .acms-form .formRows div.col-2-1 > *:nth-child(2n+1) {
  width: 60%;
}
.acms-admin .acms-form .formRows div.col-2-1 > * input, .acms-admin .acms-form .formRows div.col-2-1 > * textarea, .acms-admin .acms-form .formRows div.col-2-1 > * select {
  max-width: 100%;
}
.acms-admin .acms-form .formRows div.col-3 > * {
  width: 33%;
  float: left;
}
.acms-admin .acms-form .formRows .col-2:after,
.acms-admin .acms-form .formRows div.col-2-1:after,
.acms-admin .acms-form .formRows .col-3:after {
  content: "";
  clear: both;
}

.acms-container.empty .acms-admin.acms-container-toolbar .acms-container-toolbar-bt-add {
  height: 2em;
}

.ui-menu {
  border: 1px solid #d9d9d9;
  background: #FFF;
}
.ui-menu li a {
  display: block;
}

.acms-logged .acms-box {
  outline: 1px dashed #555;
  outline-offset: -1px;
  min-height: 50px;
}
.acms-logged .acms-box:before {
  padding: 5px;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: attr(data-acms-box-type-label);
}
.acms-logged .acms-box.acms-box-saved:after {
  padding: 5px;
  color: white;
  background-color: #007fff;
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 3;
  content: attr(data-acms-box-saved-label);
}

.acms-box .acms-admin.acms-box-toolbar {
  top: 0px;
  right: 0px;
}

.acms-logged .acms-box {
  outline-color: #d9d6d6;
}

.ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  text-rendering: auto;
}

.acms-admin .acms-form .form-collection {
  height: 400px;
  overflow: scroll;
  border: solid 1px black;
  padding: 10px;
}

.acms-admin .acms-form .formRows fieldset.collection-item, .acms-form .formRows fieldset.collection-item {
  border: 1px dashed #555;
}

.acms-admin .acms-box-add-menu .acms-add-box-label > span {
  line-height: 1.1;
}

.acms-admin .acms-box-add-menu .acms-add-box-list > * {
  height: 60px;
}

.acms-admin .acms-box-add-menu .acms-add-box-icon {
  height: 0;
  overflow: hidden;
}

.note-editing-area, .note-frame {
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
}
.note-editing-area mark, .note-editing-area mark *, .note-frame mark, .note-frame mark * {
  background: transparent;
  color: #005093;
}
.note-editing-area small, .note-frame small {
  font-size: 0.7em;
}
.note-editing-area ul, .note-editing-area ol, .note-frame ul, .note-frame ol {
  padding: 0 0 0 25px;
}

.acms-admin.ui-dialog div.acms-form.input-left label, .acms-admin.ui-dialog div.acms-form .input-left label {
  width: 100%;
}
.acms-admin.ui-dialog div.acms-form.input-left .sp-replacer, .acms-admin.ui-dialog div.acms-form .input-left .sp-replacer {
  width: 100px;
}
.acms-admin.ui-dialog div.acms-form.input-left input[type=text], .acms-admin.ui-dialog div.acms-form.input-left .sp-original-input-container .sp-add-on, .acms-admin.ui-dialog div.acms-form .input-left input[type=text], .acms-admin.ui-dialog div.acms-form .input-left .sp-original-input-container .sp-add-on {
  border: 1px solid gray;
}

.acms-admin .acms-form label, .acms-form label {
  float: none;
  font-size: 0.9em;
  line-height: 1em;
  vertical-align: top;
  margin-top: 9px;
}

.acms-admin .pexp-form form div.acms-form input[type=url] {
  width: 360px;
}

.acms-admin input[type=color] {
  width: 50px;
}

.static-status {
  font-size: 0.75em;
  line-height: 1.2;
  text-align: center;
}
.static-status .static-generation, .static-status .static-last {
  transition: 300ms opacity linear, 300ms height linear;
}
.static-status .static-generation {
  opacity: 0;
  height: 0;
}
.static-status .static-last {
  opacity: 1;
  height: 30px;
}
.static-status.generating .static-generation {
  opacity: 1;
  height: 30px;
}
.static-status.generating .static-last {
  opacity: 0;
  height: 0;
}
.static-status small {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  padding-top: 2px;
}

.acms-admin#acms-interface {
  z-index: 112;
}

.menu-overlay {
  display: none;
  background-color: #005093;
  position: absolute;
  top: 80px;
  left: 0px;
  right: 0px;
  height: 500px;
  z-index: 2;
}

.menu-full {
  background-color: white;
  position: fixed;
  top: 0px;
  z-index: 120;
  width: 100%;
}

.language-switcher {
  position: absolute;
  top: 0px;
  right: 12px;
}

.menu-wrapper {
  margin: 0 auto;
  background: white;
  height: 85px;
  text-align: center;
}
.menu-wrapper a {
  outline: none;
  line-height: 1;
  display: inline-block;
}
.menu-wrapper li {
  list-style: none;
}
.menu-wrapper li.lvl2 {
  line-height: 1em;
  padding: 7px 0;
}
.menu-wrapper .logo-header {
  display: block;
  position: absolute;
  z-index: 10;
  width: 80px;
  height: 57px;
  top: 10px;
  left: 10px;
  background-image: url("../bundles/app/images/logo-header-new2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.menu-wrapper .menu {
  text-align: left;
  top: 80px;
  left: 0px;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-color: #005093;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms, visible 600ms;
}
.menu-wrapper .menu.visible {
  visibility: visible;
  opacity: 1;
  padding-bottom: 3000px;
  transition: opacity 600ms, visible 600ms;
}
.menu-wrapper .menu ul {
  padding: 20px 10px;
}
.menu-wrapper .menu a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-wrapper .lvl1 {
  border-bottom: solid 2px white;
  position: relative;
}
.menu-wrapper .lvl1 > ul {
  padding: 0px;
  padding-left: 20px;
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  transition: opacity 600ms, visible 600ms;
}
.menu-wrapper .lvl1 > ul.visible {
  visibility: visible;
  opacity: 1;
  max-height: 1000px;
  transition: opacity 600ms, visible 600ms;
}
.menu-wrapper .lvl1:last-child {
  border-bottom: none;
}
.menu-wrapper .lvl1 span.opener {
  position: absolute;
  display: block;
  top: 0px;
  right: 0%;
  height: 20px;
  width: 20px;
  background-color: none;
  color: white;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
}
.menu-wrapper .lvl1 .bt-espace-donateur {
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-image: url("/bundles/app/images/picto-espace-donateur.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.menu-wrapper .lvl1.mobile {
  padding-left: 25px;
}
.menu-wrapper .lvl1.desktop {
  display: none;
  visibility: hidden;
}
.menu-wrapper .je-donne {
  font-weight: 600;
  margin-top: 10px;
  margin-left: 38px;
  display: inline-block;
  min-width: 145px;
  max-width: 195px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #313030;
  background-color: #ffb200;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.menu-wrapper .je-donne span {
  margin-top: -3px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.menu-wrapper .open-menu {
  display: block;
  position: absolute;
  top: 31px;
  right: 20px;
  z-index: 2;
  width: 27px;
  height: 19px;
  background-image: url("../bundles/app/images/picto/icon-burger-menu.png");
  background-repeat: no-repeat;
}
.menu-wrapper.none .logo-header {
  transition: all 0.5s ease;
  opacity: 0;
}

@media screen and (min-width: 455px) {
  .menu-wrapper {
    max-width: 1024px;
    position: relative;
    height: 80px !important;
  }
  .menu-wrapper .je-donne {
    right: 10px;
    position: absolute;
    z-index: 20;
    transition: all 0.5s ease;
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-full {
    box-shadow: 0px 0px 8px 2px lightgray;
  }
  .menu-wrapper {
    max-width: 1024px;
    position: relative;
    height: 80px !important;
  }
  .menu-wrapper .open-menu {
    display: none;
  }
  .menu-wrapper .logo-header {
    display: block;
    background-image: url("../bundles/app/images/logo-header-new2.png");
    background-repeat: no-repeat;
    width: 160px;
    height: 114px;
    top: 7px;
    left: 0px;
    position: absolute;
    z-index: 2;
    transition: height 600ms, width 600ms;
  }
  .menu-wrapper .logo-header.small {
    top: 5px;
    width: 98px;
    height: 70px;
  }
  .menu-wrapper .je-donne {
    right: 10px;
    position: absolute;
    z-index: 20;
    transition: all 0.5s ease;
    margin-top: 18px;
  }
  .menu-wrapper .menu {
    width: 848px;
    visibility: visible;
    opacity: 1;
    top: 0px;
    left: 175px;
    background: none;
    transition: all 0.5s ease;
  }
  .menu-wrapper .menu a {
    color: #313030;
    font-weight: 600;
    line-height: 24px;
  }
  .menu-wrapper .menu ul {
    padding: 0px;
  }
  .menu-wrapper a {
    color: #313030;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
  }
  .menu-wrapper .lvl1 {
    display: inline-block;
    padding: 20px 10px 26px 10px;
    border: none;
    position: static;
  }
  .menu-wrapper .lvl1 > ul {
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    background-color: #005093;
    position: absolute;
    max-height: 0px;
    left: 0px;
    top: 80px;
    padding: 20px 10px;
  }
  .menu-wrapper .lvl1:hover {
    background-color: #005093;
  }
  .menu-wrapper .lvl1:hover a {
    color: white;
  }
  .menu-wrapper .lvl1:hover > ul {
    display: block;
    max-height: 3000px;
    transition: max-height 600ms;
  }
  .menu-wrapper .lvl1 span.opener {
    display: none;
    visibility: hidden;
  }
  .menu-wrapper .lvl1.mobile {
    display: none;
    visibility: hidden;
  }
  .menu-wrapper .lvl1.desktop {
    display: inline-block;
    visibility: visible;
  }
  .menu-wrapper .lvl1.desktop .bt-espace-donateur {
    top: 15px;
    left: auto;
    right: 10px;
    height: 45px;
    width: 45px;
  }
  .menu-wrapper .lvl1:last-child {
    width: 65px;
    margin-left: 212px;
  }
  .menu-wrapper .lvl1:last-child ul {
    width: auto;
    left: auto;
    right: 0px;
  }
  .menu-wrapper .je-donne {
    right: 70px;
  }
  .menu-wrapper .lvl2 {
    display: inline-block;
    width: 237px;
    margin: 5px 18px;
    padding: 5px 0px;
    overflow: hidden;
    border-bottom: solid 2px white;
    transition: all 0.5s ease;
    line-height: 35px;
  }
  .menu-wrapper .lvl2 a {
    font-size: 16px;
    color: white;
    display: inline-block;
    line-height: 1.3em;
    padding-bottom: 10px;
  }
  div[data-page-class=LandingPage] .menu-wrapper .je-donne {
    right: 10px;
  }
}
.breadcrumb a {
  color: #313030;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:after {
  content: " > ";
}
.breadcrumb li:last-child:after {
  content: "";
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding-right: 120px;
  }
}
.socials {
  margin-top: 15px;
}
.socials ul {
  list-style: none;
}
.socials li {
  display: inline-block;
  margin-right: 10px;
}
.socials li:last-child {
  margin-right: 0px;
}
.socials a {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .socials {
    position: absolute;
    top: 0px;
    right: 15px;
  }
}
.head-research .wrapper {
  padding-bottom: 50px;
}
.head-research span.underline {
  position: relative;
  display: block;
}
.head-research span.underline span.publication-date {
  border-bottom: none;
  position: absolute;
  z-index: 12;
  bottom: -40px;
  right: 0px;
  font-size: 18px;
}
.head-research .center {
  margin-top: 30px;
}
.head-research .center .h1 {
  text-align: center;
}
.head-research h1 {
  display: inline;
}

.head-research.color-frm .wrapper {
  border-top: solid 5px #005093;
}

.head-research.color-don .wrapper {
  border-top: solid 5px #ffb200;
}

.head-research.color-fiscalite .wrapper {
  border-top: solid 5px #2a80c7;
}

.head-research.color-cancer .wrapper {
  border-top: solid 5px #1db096;
}

.head-research.color-neurologiques .wrapper {
  border-top: solid 5px #4684c4;
}

.head-research.color-cardiovasculaires .wrapper {
  border-top: solid 5px #ff5977;
}

.head-research.color-infectieuses .wrapper {
  border-top: solid 5px #da3338;
}

.head-research.color-rares .wrapper {
  border-top: solid 5px #ec651e;
}

.head-research.color-autres .wrapper {
  border-top: solid 5px #a2a2a2;
}

.head-research.color-environnement-et-sante .wrapper {
  border-top: solid 5px #40ae49;
}

.head-research.color-reparatrice .wrapper {
  border-top: solid 5px #d94f45;
}

@media screen and (min-width: 1024px) {
  .head-research {
    background-color: #f3f3f3;
    padding-top: 80px;
  }
}
.head-n1 {
  color: #313030;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.head-n1 .head {
  width: 100%;
  position: relative;
  border-bottom: solid 5px #005093;
}
.head-n1 .full {
  display: none;
}
.head-n1 img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .head-n1 {
    background-image: none !important;
    padding-bottom: 0px;
  }
  .head-n1 .head {
    width: 1024px;
    margin: 0 auto;
    height: 236px;
  }
  .head-n1 .full {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 560px;
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .head-n1 img {
    display: none;
    visibility: hidden;
  }
}
.head-n2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #005093;
}
.head-n2 .head-text {
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  color: white;
  order: 2;
}
.head-n2 .underline span {
  border-bottom: none;
}
.head-n2 .underline span:last-child {
  border-bottom: solid 4px white;
}
.head-n2 .head-picture {
  width: 100%;
  height: 236px;
  order: 1;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1024px) {
  .head-n2 {
    height: 320px;
    flex-direction: row;
  }
  .head-n2 .head-text {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 50%;
    height: 100%;
    order: 1;
  }
  .head-n2 .head-picture {
    width: 50%;
    height: 100%;
    order: 2;
  }
  .head-n2 .head-text > div {
    margin: 0 auto;
    width: 495px;
    float: right;
    z-index: 2;
  }
  .head-n2 .head-text .h1 {
    margin-top: 70px;
    text-align: left;
  }
  .head-n2 .head-text .h1 span:last-child {
    padding-bottom: 40px;
  }
  .head-n2 .head-text .h1 span:first-child:nth-last-child(1) {
    margin-top: 50px;
  }
}
.head-n3 span.underline {
  position: relative;
}
.head-n3 .center .h1 {
  margin-top: 40px;
  text-align: center;
}
.head-n3 .wrapper {
  border-top: solid 5px #005093;
}

@media screen and (min-width: 1024px) {
  .head-n3 {
    background-color: #f3f3f3;
    padding-top: 80px;
  }
}
.head-disease {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.head-disease .head-text {
  padding-top: 20px;
  width: 100%;
  color: white;
  order: 2;
}
.head-disease .abstract {
  padding: 15px;
  padding-top: 60px;
}
.head-disease .underline > span {
  border-bottom: none;
}
.head-disease .underline > span:last-child {
  border-bottom: solid 4px white;
}
.head-disease .head-picture {
  width: 100%;
  height: 236px;
  order: 1;
  background-size: cover;
  background-position: center center;
}
.head-disease.color-frm {
  background-color: #005093;
}

.head-disease.color-don {
  background-color: #ffb200;
}

.head-disease.color-fiscalite {
  background-color: #2a80c7;
}

.head-disease.color-cancer {
  background-color: #1db096;
}

.head-disease.color-neurologiques {
  background-color: #4684c4;
}

.head-disease.color-cardiovasculaires {
  background-color: #ff5977;
}

.head-disease.color-infectieuses {
  background-color: #da3338;
}

.head-disease.color-rares {
  background-color: #ec651e;
}

.head-disease.color-autres {
  background-color: #a2a2a2;
}

.head-disease.color-environnement-et-sante {
  background-color: #40ae49;
}

.head-disease.color-reparatrice {
  background-color: #d94f45;
}

@media screen and (min-width: 1024px) {
  .head-disease {
    height: 320px;
    flex-direction: row;
  }
  .head-disease .head-text {
    padding-top: 0px;
    width: 50%;
    height: 100%;
    order: 1;
  }
  .head-disease .head-picture {
    width: 50%;
    height: 100%;
    order: 2;
  }
  .head-disease .head-text > div {
    margin: 0 auto;
    width: 495px;
    float: right;
    z-index: 2;
  }
  .head-disease .head-text .h1 {
    margin-top: 40px;
    text-align: left;
  }
  .head-disease .head-text .h1.underline span {
    padding-bottom: 0;
  }
  .head-disease .head-text .h1.underline span:last-child {
    padding-bottom: 20px;
  }
  .head-disease .head-text .h1.underline span:first-child:nth-last-child(1) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .head-disease .head-text .abstract {
    padding: 15px 60px 15px 0px;
  }
}
.head-topic {
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.head-topic .head {
  width: 100%;
  position: relative;
}
.head-topic .baseline {
  padding: 15px;
  padding-bottom: 20px;
}
.head-topic .baseline span {
  color: white;
  padding: 0px 5px 0px 0px;
}
.head-topic .baseline br {
  display: none;
}
.head-topic img {
  width: 100%;
}

.head-topic.color-frm .h1 {
  color: #005093;
}
.head-topic.color-frm .underline span {
  border-bottom: solid 4px #005093;
}

.head-topic.color-don .h1 {
  color: #ffb200;
}
.head-topic.color-don .underline span {
  border-bottom: solid 4px #ffb200;
}

.head-topic.color-fiscalite .h1 {
  color: #2a80c7;
}
.head-topic.color-fiscalite .underline span {
  border-bottom: solid 4px #2a80c7;
}

.head-topic.color-cancer .h1 {
  color: #1db096;
}
.head-topic.color-cancer .underline span {
  border-bottom: solid 4px #1db096;
}

.head-topic.color-neurologiques .h1 {
  color: #4684c4;
}
.head-topic.color-neurologiques .underline span {
  border-bottom: solid 4px #4684c4;
}

.head-topic.color-cardiovasculaires .h1 {
  color: #ff5977;
}
.head-topic.color-cardiovasculaires .underline span {
  border-bottom: solid 4px #ff5977;
}

.head-topic.color-infectieuses .h1 {
  color: #da3338;
}
.head-topic.color-infectieuses .underline span {
  border-bottom: solid 4px #da3338;
}

.head-topic.color-rares .h1 {
  color: #ec651e;
}
.head-topic.color-rares .underline span {
  border-bottom: solid 4px #ec651e;
}

.head-topic.color-autres .h1 {
  color: #a2a2a2;
}
.head-topic.color-autres .underline span {
  border-bottom: solid 4px #a2a2a2;
}

.head-topic.color-environnement-et-sante .h1 {
  color: #40ae49;
}
.head-topic.color-environnement-et-sante .underline span {
  border-bottom: solid 4px #40ae49;
}

.head-topic.color-reparatrice .h1 {
  color: #d94f45;
}
.head-topic.color-reparatrice .underline span {
  border-bottom: solid 4px #d94f45;
}

@media screen and (max-width: 1024px) {
  .head-topic.color-frm .baseline {
    background-color: #005093;
  }
  .head-topic.color-don .baseline {
    background-color: #ffb200;
  }
  .head-topic.color-fiscalite .baseline {
    background-color: #2a80c7;
  }
  .head-topic.color-cancer .baseline {
    background-color: #1db096;
  }
  .head-topic.color-neurologiques .baseline {
    background-color: #4684c4;
  }
  .head-topic.color-cardiovasculaires .baseline {
    background-color: #ff5977;
  }
  .head-topic.color-infectieuses .baseline {
    background-color: #da3338;
  }
  .head-topic.color-rares .baseline {
    background-color: #ec651e;
  }
  .head-topic.color-autres .baseline {
    background-color: #a2a2a2;
  }
  .head-topic.color-environnement-et-sante .baseline {
    background-color: #40ae49;
  }
  .head-topic.color-reparatrice .baseline {
    background-color: #d94f45;
  }
}
@media screen and (min-width: 1024px) {
  .head-topic.color-frm .head {
    border-bottom: solid 5px #005093;
  }
  .head-topic.color-frm .head span {
    background-color: #005093;
  }
  .head-topic.color-don .head {
    border-bottom: solid 5px #ffb200;
  }
  .head-topic.color-don .head span {
    background-color: #ffb200;
  }
  .head-topic.color-fiscalite .head {
    border-bottom: solid 5px #2a80c7;
  }
  .head-topic.color-fiscalite .head span {
    background-color: #2a80c7;
  }
  .head-topic.color-cancer .head {
    border-bottom: solid 5px #1db096;
  }
  .head-topic.color-cancer .head span {
    background-color: #1db096;
  }
  .head-topic.color-neurologiques .head {
    border-bottom: solid 5px #4684c4;
  }
  .head-topic.color-neurologiques .head span {
    background-color: #4684c4;
  }
  .head-topic.color-cardiovasculaires .head {
    border-bottom: solid 5px #ff5977;
  }
  .head-topic.color-cardiovasculaires .head span {
    background-color: #ff5977;
  }
  .head-topic.color-infectieuses .head {
    border-bottom: solid 5px #da3338;
  }
  .head-topic.color-infectieuses .head span {
    background-color: #da3338;
  }
  .head-topic.color-rares .head {
    border-bottom: solid 5px #ec651e;
  }
  .head-topic.color-rares .head span {
    background-color: #ec651e;
  }
  .head-topic.color-autres .head {
    border-bottom: solid 5px #a2a2a2;
  }
  .head-topic.color-autres .head span {
    background-color: #a2a2a2;
  }
  .head-topic.color-environnement-et-sante .head {
    border-bottom: solid 5px #40ae49;
  }
  .head-topic.color-environnement-et-sante .head span {
    background-color: #40ae49;
  }
  .head-topic.color-reparatrice .head {
    border-bottom: solid 5px #d94f45;
  }
  .head-topic.color-reparatrice .head span {
    background-color: #d94f45;
  }
  .head-topic {
    background-image: none !important;
    padding-bottom: 0px;
  }
  .head-topic .head {
    height: 236px;
    width: 1024px;
    margin: 0 auto;
  }
  .head-topic .baseline {
    background-color: none !important;
    position: absolute;
    padding: 0px;
    bottom: 50px;
    left: 5px;
  }
  .head-topic .baseline span {
    display: inline-block;
    opacity: 0.8;
    padding: 5px;
  }
  .head-topic .baseline br {
    display: inline-block;
  }
  .head-topic .full {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 560px;
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .head-topic img {
    display: none;
    visibility: hidden;
  }
}
.research-discovery-details .research-discovery-details-wrapper {
  padding: 10px;
  overflow: auto;
  background-color: white;
}
.research-discovery-details .content {
  position: relative;
  color: #313030;
}
.research-discovery-details .searcher-wrapper {
  display: table;
}
.research-discovery-details .image-wrapper {
  display: table-cell;
  width: 130px;
  float: left;
}
.research-discovery-details .image {
  width: 115px;
  height: 115px;
  background-size: cover;
  background-position: center center;
}
.research-discovery-details .searcher {
  display: table-cell;
  vertical-align: top;
}
.research-discovery-details .searcher p {
  margin: 0px;
  display: inline;
}
.research-discovery-details .don {
  border: solid 2px #ffb200;
  display: block;
  background-color: white;
  padding: 10px;
  margin-top: 40px;
  text-align: center;
  max-width: 400px;
}
.research-discovery-details .head {
  margin: 0 auto;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 52px;
  background-image: url("../bundles/app/images/sun-focus-research-discovery.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.research-discovery-details .amount {
  text-align: center;
  color: #ffb200;
}

@media screen and (min-width: 1024px) {
  .research-discovery-details .research-discovery-details-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 40px;
  }
  .research-discovery-details .research-discovery-details-wrapper .content {
    width: 480px;
    float: left;
  }
  .research-discovery-details .research-discovery-details-wrapper .searcher-block {
    width: 460px;
    float: right;
  }
  .research-discovery-details .research-discovery-details-wrapper .keypoints li {
    list-style: none;
  }
  .research-discovery-details .research-discovery-details-wrapper .keypoints li:first-child p {
    margin-top: 0px;
  }
}
.box-anchor .box-anchor-wrapper {
  display: none;
  visibility: hidden;
}

html.acms-logged .box-anchor-wrapper {
  display: block;
  visibility: visible;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
html.acms-logged .box-anchor-wrapper a.link {
  text-decoration: none;
  color: #313030;
  width: auto;
  display: inline-block;
  margin-top: 10px;
}
html.acms-logged .box-anchor-wrapper textarea {
  position: absolute;
  left: -3000px;
  right: -3000px;
  width: 0;
  height: 0;
}

.box-donation {
  margin: 0;
  padding: 0;
  background-size: 181px 226px;
  background: #ffb200;
}
.box-donation .box-donation-wrapper {
  margin: 0;
  width: 100%;
  padding: 1px 15px;
  color: #313030;
}
.box-donation .box-donation-wrapper .title {
  margin-bottom: 19px;
}
.box-donation .box-donation-wrapper .text {
  margin-bottom: 60px;
}
.box-donation .box-donation-wrapper .text p {
  margin: 0 0 10px;
}
.box-donation .box-donation-wrapper .links {
  text-align: center;
}
.box-donation .box-donation-wrapper a.link {
  font-weight: 600;
  color: #313030;
  background: #ffb200;
  padding: 10px 15px 13px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  border: 2px solid #313030;
}
.box-donation .box-donation-wrapper a.link.link-more {
  border-color: transparent;
  background: transparent;
}
.box-donation .box-donation-wrapper a.link.link-more:after {
  margin-left: 15px;
  content: " > ";
}
.box-donation.box-donation-2-links .box-donation-wrapper {
  padding: 0 15px;
}
.box-donation.box-donation-2-links .box-donation-wrapper .title {
  text-align: center;
  margin-bottom: 20px;
}
.box-donation.box-donation-2-links .box-donation-wrapper .text {
  margin-bottom: 36px;
}
.box-donation.box-donation-2-links .box-donation-wrapper .links {
  margin-bottom: 20px;
}
.box-donation.box-donation-2-links .box-donation-wrapper a.link {
  padding: 10px 9px 13px;
  margin-bottom: 10px;
}

.margin-top .box-donation .box-donation-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-donation .box-donation-wrapper {
  padding-bottom: 40px;
}

.margin-top .box-donation.box-donation-2-links .box-donation-wrapper {
  padding-top: 54px;
}

.margin-bottom .box-donation.box-donation-2-links .box-donation-wrapper {
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .box-donation {
    background-position: 80% bottom;
    background-size: contain;
  }
  .box-donation .box-donation-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
  .box-donation .box-donation-wrapper .title {
    margin-bottom: 10px;
  }
  .box-donation .box-donation-wrapper .text {
    margin-bottom: 0;
  }
  .box-donation .box-donation-wrapper > * {
    flex-grow: 1;
  }
  .box-donation.box-donation-1-link .box-donation-wrapper {
    padding: 26px 0 31px;
  }
  .box-donation.box-donation-1-link .box-donation-wrapper > :first-child {
    max-width: 66%;
    padding: 0 45px 0 71px;
  }
  .box-donation.box-donation-1-link .box-donation-wrapper .links {
    padding-top: 50px;
    max-width: 34%;
  }
  .box-donation.box-donation-1-link .box-donation-wrapper a.link {
    padding: 10px 15px 13px;
  }
  .box-donation.box-donation-2-links .box-donation-wrapper {
    padding: 29px 0 30px;
  }
  .box-donation.box-donation-2-links .box-donation-wrapper .title {
    text-align: left;
  }
  .box-donation.box-donation-2-links .box-donation-wrapper .text, .box-donation.box-donation-2-links .box-donation-wrapper a.link {
    margin-bottom: 0;
  }
  .box-donation.box-donation-2-links .box-donation-wrapper a.link-more {
    padding-top: 7px;
  }
  .box-donation.box-donation-2-links .box-donation-wrapper .links {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-bottom: 19px;
  }
  .box-donation.box-donation-2-links .box-donation-wrapper > * {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .box-donation.box-donation-2-links .box-donation-wrapper > *:first-child {
    padding-right: 12px;
  }
  .box-donation.box-donation-2-links .box-donation-wrapper > *:last-child {
    padding-left: 48px;
    text-align: center;
  }
  .box-donation .margin-top .box-donation.box-donation-1-link .box-donation-wrapper {
    padding-top: 26px;
  }
  .box-donation .margin-bottom .box-donation.box-donation-1-link .box-donation-wrapper {
    padding-bottom: 31px;
  }
  .box-donation .margin-top .box-donation.box-donation-2-links .box-donation-wrapper {
    padding-top: 29px;
  }
  .box-donation .margin-bottom .box-donation.box-donation-2-links .box-donation-wrapper {
    padding-bottom: 30px;
  }
}
.box-banner-values {
  margin: 0;
  padding: 0;
  background: #005093;
  color: #fff;
}
.box-banner-values .box-banner-values-wrapper {
  margin: 0;
  width: 100%;
  padding: 1px 6px;
  text-align: center;
}
.box-banner-values .box-banner-values-wrapper .title {
  text-align: center;
  margin-bottom: 19px;
}
.box-banner-values .box-banner-values-wrapper .title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid white;
}
.box-banner-values .box-banner-values-wrapper h3 {
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
.box-banner-values .box-banner-values-wrapper figure {
  text-align: center;
  margin: 0 0 15px;
}
.box-banner-values .box-banner-values-wrapper figure img {
  max-width: 50px;
  height: auto;
}
.box-banner-values .box-banner-values-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-banner-values .box-banner-values-wrapper ul li {
  padding: 40px 20px 0px 20px;
}
.box-banner-values .box-banner-values-wrapper ul li:before {
  content: none;
}
.box-banner-values .box-banner-values-wrapper ul p {
  margin: 0 0 40px;
}
.box-banner-values.box-banner-values-campagne {
  background-color: #0a1f8f;
}
.box-banner-values.box-banner-values-campagne .box-banner-values-wrapper {
  padding-top: 20px;
  line-height: 1.5;
  font-size: 15px;
}
.box-banner-values.box-banner-values-campagne .box-banner-values-wrapper h2 {
  font-size: 48px;
  margin-bottom: 0;
}
.box-banner-values.box-banner-values-campagne .box-banner-values-wrapper h2 span {
  border: 0 none;
}
.box-banner-values.box-banner-values-campagne .box-banner-values-wrapper h3 {
  color: #fbcf01;
  font-size: 32px;
}
.box-banner-values.box-banner-values-campagne .box-banner-values-wrapper ul {
  width: 100%;
  margin: 0 auto;
}
.box-banner-values.box-banner-values-campagne .box-banner-values-wrapper ul.desktop {
  display: none;
}
.box-banner-values.box-banner-values-campagne .box-banner-values-wrapper ul li {
  padding-top: 0px;
  margin-top: 0px;
  height: 340px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box-banner-values.box-banner-values-campagne .box-banner-values-wrapper figure {
  height: 75px;
}
.box-banner-values.box-banner-values-campagne .box-banner-values-wrapper figure img {
  height: 72px;
  max-height: 72px;
  max-width: 72px;
}
.box-banner-values a.prev, .box-banner-values a.next {
  text-decoration: none;
  display: none;
  position: absolute;
  top: 170px;
  width: 25px;
  height: 25px;
  z-index: 110;
  cursor: pointer;
  outline: none;
  background-size: cover;
}
.box-banner-values .prev {
  left: 10px;
  background-image: url("../bundles/app/images/diapo-left.svg");
}
.box-banner-values .next {
  right: 10px;
  background-image: url("../bundles/app/images/diapo-right.svg");
}
.box-banner-values .pager {
  margin: 0px;
  padding: 0px;
  display: block;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 109;
  width: 100%;
}
.box-banner-values .pager span {
  display: inline-block;
  color: white;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: white;
  margin: 0px 5px;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-indent: -9999px;
}
.box-banner-values .pager span.cycle-pager-active {
  background-color: #FBCF01;
}

.margin-top .box-banner-values {
  margin-top: 40px;
}

.margin-bottom .box-banner-values {
  margin-bottom: 40px;
}

.acms-box .acms-box-content .box-banner-values .box-banner-values-wrapper ul li:before {
  content: none;
}

@media screen and (min-width: 1024px) {
  .box-banner-values .box-banner-values-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-banner-values .box-banner-values-wrapper a.next, .box-banner-values .box-banner-values-wrapper a.prev, .box-banner-values .box-banner-values-wrapper .pager {
    display: none;
  }
  .box-banner-values .box-banner-values-wrapper figure {
    height: 55px;
  }
  .box-banner-values .box-banner-values-wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
  }
  .box-banner-values .box-banner-values-wrapper ul li {
    width: 25%;
    flex: 0 0 25%;
    padding: 35px 15px 0;
  }
  .box-banner-values .box-banner-values-wrapper h3 {
    display: flex;
    height: 87px;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .box-banner-values.box-banner-values-campagne .box-banner-values-wrapper {
    max-width: 1265px;
  }
  .box-banner-values.box-banner-values-campagne .box-banner-values-wrapper ul {
    width: 100%;
    padding-top: 20px;
  }
  .box-banner-values.box-banner-values-campagne .box-banner-values-wrapper ul.mobile {
    display: none;
  }
  .box-banner-values.box-banner-values-campagne .box-banner-values-wrapper ul.desktop {
    display: flex;
  }
  .box-banner-values.box-banner-values-campagne .box-banner-values-wrapper ul li {
    width: 20%;
    flex: 0 0 20%;
    top: auto;
    left: auto;
    position: relative;
    height: auto;
  }
}
.box-banner-statistics {
  background-color: white;
}
.box-banner-statistics .box-banner-statistics-wrapper {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1px 0;
}
.box-banner-statistics .content > div {
  position: relative;
  background: white;
  color: #313030;
  border: 1px solid #d9d6d6;
  border-bottom: 4px solid #005093;
  padding: 49px 32px 36px 23px;
  max-width: 318px;
  height: 411px;
  margin: 0 auto 20px;
  text-align: left;
}
.box-banner-statistics .content > div p {
  margin: 9px 0 0;
  display: block;
}
.box-banner-statistics .content > div p strong {
  display: block;
}
.box-banner-statistics .content > div > strong {
  display: block;
  height: 86px;
  margin: 0;
}
.box-banner-statistics .content > div a.link {
  position: absolute;
  bottom: 36px;
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.box-banner-statistics .content > div a.link:after {
  margin-left: 15px;
  content: " > ";
}

.margin-top .box-banner-statistics .box-banner-statistics-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-banner-statistics .box-banner-statistics-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-banner-statistics .box-banner-statistics-wrapper {
    max-width: 1024px;
  }
  .box-banner-statistics .box-banner-statistics-wrapper .content {
    display: flex;
    flex-direction: row;
  }
  .box-banner-statistics .box-banner-statistics-wrapper .content > div {
    display: inline-block;
    margin: 0;
    width: 318px;
  }
  .box-banner-statistics .box-banner-statistics-wrapper .content > div:first-child {
    margin: 0 42px 0 172px;
  }
}
.box-key-statistics {
  color: #313030;
  margin: 0;
  padding: 0;
}
.box-key-statistics .box-key-statistics-wrapper {
  margin: 0;
  width: 100%;
  padding: 1px 0;
}
.box-key-statistics .box-key-statistics-wrapper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-key-statistics .box-key-statistics-wrapper ul li {
  padding: 25px 12px 0;
  width: 50%;
  flex: 0 0 50%;
}
.box-key-statistics .box-key-statistics-wrapper ul li:before {
  content: "";
  display: none;
}
.box-key-statistics .box-key-statistics-wrapper ul p {
  margin: 0;
  text-align: center;
}
.box-key-statistics .box-key-statistics-wrapper ul p:first-child {
  margin-bottom: 3px;
  text-align: center;
}
.margin-top .box-key-statistics .box-key-statistics-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-key-statistics .box-key-statistics-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-key-statistics .box-key-statistics-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
  }
  .box-key-statistics .box-key-statistics-wrapper ul {
    display: inline-block;
    margin: 0 auto;
  }
  .box-key-statistics .box-key-statistics-wrapper ul li {
    vertical-align: top;
    width: 252px;
    padding: 25px 5px 0;
    display: inline-block;
  }
  .box-key-statistics .box-key-statistics-wrapper ul li p:first-child {
    margin-bottom: 4px;
  }
}
.box-button .box-button-wrapper {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1px 10px;
}
.box-button a.link {
  padding: 8px 15px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  background: #005093;
  color: white;
}

.margin-top .box-button .box-button-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-button .box-button-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-button a.link {
    white-space: nowrap;
  }
}
.box-calculator {
  padding: 1px 27px;
  text-align: center;
  color: #313030;
  background-color: #ffb200;
}
.box-calculator .title {
  padding: 0 0 40px;
  text-align: center;
}
.box-calculator .amounts ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  width: 100%;
  flex-grow: 1;
}
.box-calculator .amounts ul li {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  margin-bottom: 17px;
  margin-top: 0px;
  padding: 0;
}
.box-calculator .amounts ul li:nth-child(1), .box-calculator .amounts ul li:nth-child(3) {
  padding: 0 0 0 9px;
}
.box-calculator .amounts ul li:nth-child(2), .box-calculator .amounts ul li:nth-child(4) {
  text-align: center;
}
.box-calculator .amounts ul li .custom {
  display: inline-block;
  height: 48px;
  vertical-align: top;
}
.box-calculator .amounts ul li:before {
  content: "";
}
.box-calculator .amounts input[type=text] {
  width: 100%;
  padding: 12px 5px 14px;
  text-align: center;
  vertical-align: top;
}
.box-calculator a.link {
  color: #313030;
  background: #ffb200;
  padding: 10px 15px 13px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  border: 2px solid #313030;
  margin-top: 21px;
}
.box-calculator a.link.link-more {
  border-color: transparent;
  background: transparent;
}
.box-calculator a.link.link-more:after {
  margin-left: 15px;
  content: " > ";
}
.box-calculator .txt-pourcents {
  padding: 0px 20px;
}
.box-calculator.box-calculator-3-values-blue {
  color: #fff;
  background-color: #2a80c7;
}
.box-calculator.box-calculator-3-values-blue a.link {
  border-color: #fff;
  color: #fff;
  background-color: #2a80c7;
}
.box-calculator.box-calculator-3-values-blue a.link.link-more {
  border-color: transparent;
  background: transparent;
}
.box-calculator.box-calculator-ifi-ir .amounts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  vertical-align: middle;
  margin-bottom: 15px;
}
.box-calculator.box-calculator-ifi-ir .amounts label {
  width: 60%;
}
.box-calculator.box-calculator-ifi-ir .amounts input {
  width: 35%;
  max-width: 147px;
}
.box-calculator.box-calculator-reussite {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1368ac+0,0a1f8f+99 */
  background: #1368ac; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #1368ac 0%, #0a1f8f 99%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #1368ac 0%, #0a1f8f 99%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #1368ac 0%, #0a1f8f 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1368ac", endColorstr="#0a1f8f",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-position: bottom center;
  color: white;
  padding: 0;
}
.box-calculator.box-calculator-reussite .title {
  text-transform: uppercase;
}
.box-calculator.box-calculator-reussite .calcul-wrapper {
  margin: 10px 0px;
  text-align: center;
  background-color: #1db8cc;
}
.box-calculator.box-calculator-reussite .calcul {
  overflow: hidden;
  position: relative;
  height: 70px;
  display: block;
  padding-right: 90px;
  padding-left: 20px;
  font-size: 18px;
}
.box-calculator.box-calculator-reussite .amount {
  color: #1db8cc;
  background-color: white;
  background-image: url("../bundles/app/images/fleche-calculette-reussite.png");
  background-repeat: no-repeat;
  background-position: 0px 12px;
  min-width: 70px;
  padding-left: 10px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.box-calculator.box-calculator-reussite .link {
  border: solid 1px white;
  color: white;
  background: none;
}
.box-calculator.box-calculator-reussite span.blue {
  color: #4cecff;
}
.box-calculator.box-calculator-reussite .amounts ul {
  display: block;
}
.box-calculator.box-calculator-reussite .amounts ul li {
  width: 24%;
  flex: none;
  display: inline-block;
  text-align: center;
}
.box-calculator.box-calculator-reussite .amounts ul li input {
  margin: 0 auto;
  display: block;
}
.box-calculator.box-calculator-reussite .amounts ul li label {
  display: block;
}
.box-calculator.box-calculator-reussite .amounts ul li:nth-child(1), .box-calculator.box-calculator-reussite .amounts ul li:nth-child(3) {
  padding: 0px;
}
.box-calculator.box-calculator-reussite .amounts ul li:last-child {
  width: 100%;
}
.box-calculator.box-calculator-countdown {
  padding: 0;
  color: #2e3292;
}
.box-calculator.box-calculator-countdown .countdown-side {
  background-color: #ffb200;
  text-align: center;
  padding: 20px 0px;
}
.box-calculator.box-calculator-countdown .countdown-side .title {
  padding-bottom: 20px;
}
.box-calculator.box-calculator-countdown .countdown-side .title span:first-child {
  display: block;
  padding: 10px 0px;
}
.box-calculator.box-calculator-countdown .countdown-side .text {
  padding: 15px 10px;
}
.box-calculator.box-calculator-countdown .countdown-side .countdown {
  width: 100%;
  border-top: solid 4px #2e3292;
  border-bottom: solid 4px #2e3292;
  padding: 8px 0px;
}
.box-calculator.box-calculator-countdown .countdown-side .case {
  display: inline-block;
  width: 45px;
  text-align: center;
}
.box-calculator.box-calculator-countdown .calculator-side {
  background-color: #f59c00;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.box-calculator.box-calculator-countdown .calculator-side a.link {
  color: #313030;
  background-color: none;
  border-color: white;
  border: none;
  width: auto;
  padding: 0px 20px;
}
.box-calculator.box-calculator-countdown .calculator-side .calcul-wrapper {
  width: 100%;
}
.box-calculator.box-calculator-countdown .calculator-side .amounts ul li {
  width: auto;
  padding: 0 0 0 0px;
  margin-bottom: 20px;
}
.box-calculator.box-calculator-countdown .calculator-side .amounts ul li:nth-child(1), .box-calculator.box-calculator-countdown .calculator-side .amounts ul li:nth-child(3) {
  padding-right: 10px;
}
.box-calculator.box-calculator-countdown .calculator-side .amounts ul li:nth-child(2), .box-calculator.box-calculator-countdown .calculator-side .amounts ul li:nth-child(4) {
  padding-left: 10px;
}
.box-calculator.box-calculator-countdown .calculator-side .amounts ul li:nth-child(5) {
  width: 100%;
  display: block;
}
.box-calculator.box-calculator-countdown .calculator-side .calcul {
  height: auto;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
}
.box-calculator.box-calculator-countdown .calculator-side .amount {
  text-align: left;
  background: none;
  background-color: #f59c00;
  color: #2e3292;
  margin: 0px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
}
.box-calculator.box-calculator-countdown .calculator-side .txt-pourcents {
  text-align: left;
  padding: 0px;
  margin-top: 15px;
}
.box-calculator.box-calculator-countdown .calculator-side span.blue {
  color: #2e3292;
}
.box-calculator.box-calculator-countdown .calculator-side label {
  text-align: center;
  height: 55px;
  width: 100%;
  color: #2e3292;
  background-color: transparent;
  border: solid 2px #2e3292;
  display: inline-block;
  cursor: pointer;
}
.box-calculator.box-calculator-countdown .calculator-side label.selected {
  color: white;
  background-color: #2e3292;
}
.box-calculator.box-calculator-countdown .calculator-side input[type=radio] {
  display: none;
}
.box-calculator.box-calculator-countdown .calculator-side input[type=text] {
  margin-top: 0;
  color: #2e3292;
  text-align: center;
  height: 55px;
  width: 100%;
  display: block;
  border: solid 2px #2e3292;
}
.box-calculator.box-calculator-countdown .calculator-side a.link {
  display: block;
  width: 100%;
  color: white;
  background-color: #2e3292;
  height: 70px;
  text-align: center;
}
.box-calculator.box-calculator-campaign {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1368ac+0,0a1f8f+99 */
  background: #1368ac; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #1368ac 0%, #0a1f8f 99%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #1368ac 0%, #0a1f8f 99%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #1368ac 0%, #0a1f8f 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1368ac", endColorstr="$cReussiteBleu",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-position: bottom center;
  color: white;
  padding: 0;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .title {
  color: #fff;
  text-transform: uppercase;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .title span {
  display: block;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .title span:first-child {
  line-height: 40px;
  font-style: italic;
  padding: 30px 0px;
  text-transform: none;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .title span:nth-child(2) {
  font-weight: bold;
  line-height: 1.17;
  text-align: center;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .title span:nth-child(3), .box-calculator.box-calculator-campaign .box-calculator-wrapper .title span:nth-child(4) {
  text-align: center;
  text-transform: none;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .calcul-wrapper {
  margin: 10px 0px;
  text-align: center;
  width: 100%;
  background: transparent;
  color: #fbcf01;
  text-transform: uppercase;
  font-weight: bold;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .calcul-wrapper strong {
  font-weight: bold;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .calcul {
  overflow: hidden;
  position: relative;
  display: block;
  text-transform: none;
  font-weight: bold;
  color: #fbcf01;
  height: auto;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amount {
  color: #1db8cc;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 0px 12px;
  min-width: 70px;
  padding-left: 10px;
  top: 0px;
  left: 0px;
  right: 0px;
  justify-content: center;
  align-items: center;
  text-align: left;
  background: none;
  background-color: none;
  color: #fbcf01;
  margin: 0px;
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .link {
  border: solid 1px white;
  color: white;
  background: none;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper span.blue {
  color: white;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts {
  text-align: center;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul {
  display: block;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li {
  width: auto;
  flex: none;
  display: inline-block;
  text-align: center;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li input {
  margin: 0 auto;
  display: block;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li label {
  display: block;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li:nth-child(1), .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li:nth-child(3) {
  padding: 0px;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li:last-child {
  width: 100%;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li input[type=radio] {
  display: none;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li input[type=text] {
  margin-top: 0;
  color: #0a1f8f;
  border: 0 none;
  text-align: center;
  line-height: 60px;
  height: 60px;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper a.link {
  border: 0 none;
  width: auto;
  padding: 0 20px;
  color: #0a1f8f;
  background-color: #fbcf01;
  white-space: break-spaces;
  text-align: center;
  font-weight: bold;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .txt-pourcents {
  color: white;
  text-align: left;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper label {
  text-align: center;
  font-weight: bold;
  height: 70px;
  line-height: 67px;
  width: 70px;
  color: #0a1f8f;
  background-color: #fbcf01;
  border: solid 2px #fbcf01;
  display: inline-block;
  cursor: pointer;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper label.selected {
  background-color: #0a1f8f;
  border: solid 2px #fbcf01;
  color: #fbcf01;
}
.box-calculator.box-calculator-campaign .box-calculator-wrapper .links {
  text-align: center;
  padding: 20px;
}
.box-calculator.box-calculator-campaign.box-calculator-campaign-month .box-calculator-wrapper .calcul-wrapper {
  height: auto;
}
.box-calculator.box-calculator-campaign.box-calculator-campaign-month .box-calculator-wrapper .amount-wrapper {
  display: block;
}
.box-calculator.box-calculator-campaign.box-calculator-campaign-month .box-calculator-wrapper .amount {
  min-width: auto;
}
.box-calculator.box-calculator-ir-ifi-campaign {
  background: #1368ac; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #1368ac 0%, #0a1f8f 99%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #1368ac 0%, #0a1f8f 99%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #1368ac 0%, #0a1f8f 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper {
  flex-direction: column;
  /*.border-top {
  	border-top: 2px solid $cReussiteJaune
  }
  .border-bottom {
  	border-bottom: 2px solid $cReussiteJaune
  }*/
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper input[type=radio] {
  display: none;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper label {
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #0a1f8f;
  background-color: #fbcf01;
  border: solid 2px #fbcf01;
  display: inline-block;
  cursor: pointer;
  line-height: 67px;
  height: 67px;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper label.selected {
  background-color: #0a1f8f;
  border: solid 2px #fbcf01;
  color: #fbcf01;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0 0 50px;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts ul {
  display: inline-flex;
  width: auto;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts ul li {
  width: auto;
  margin-bottom: 0;
  padding: 0 10px 10px;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts ul li:last-child {
  max-width: 100%;
  flex: 0 0 100%;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts ul li .custom {
  background: transparent;
  display: inline-flex;
  margin: 0 auto;
  max-width: 100%;
  height: 67px;
  line-height: 67px;
  border: 1px solid #c1c1c1;
  overflow: hidden;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts ul li .custom input[type=text] {
  flex-grow: 1;
  border: 0 none;
  text-align: center;
  margin-top: 0;
  color: #0a1f8f;
  line-height: 67px;
  width: 100%;
  height: 67px;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts ul li .custom .amount-devise {
  display: block;
  flex: 0 0 40px;
  width: 40px;
  height: 67px;
  font-weight: bold;
  background: white;
  text-align: center;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  text-transform: uppercase;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts > *, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > * {
  text-align: center;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts .amount, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts .amount {
  display: block;
  color: #fbcf01;
  margin-top: 5px;
  line-height: 70px;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts > div a.link, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > div a.link {
  background: transparent;
  color: #0a1f8f;
  border: 1px solid #ffbf3e;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts > div a.av-ir, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > div a.av-ir {
  color: #0a1f8f;
  background-color: #ffbf3e;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts > div a.faded, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > div a.faded {
  background-color: transparent;
  color: #fbcf01 !important;
  border: 1px solid #ffbf3e;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts > div a.highlighted, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > div a.highlighted {
  color: #0a1f8f !important;
  background-color: #ffbf3e;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts {
  padding: 25px 0;
  flex-direction: column;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts .txt-amount {
  padding-top: 15px;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts big {
  display: block;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts {
  display: none;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper a.link {
  margin: 20px 0 0;
  font-weight: bold;
  padding: 10px 15px 12px;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-more {
  font-weight: bold;
  font-size: 32px;
  margin: 35px 0 0;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper a.link-more {
  color: inherit;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .d-none {
  display: none !important;
}
.box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .d-flex {
  display: flex !important;
}

.margin-top .box-calculator {
  padding-top: 40px;
}

.margin-bottom .box-calculator {
  padding-bottom: 40px;
}

.margin-top .box-calculator.box-calculator-campaign {
  padding-top: 50px;
}

.margin-bottom .box-calculator.box-calculator-campaign {
  padding-bottom: 30px;
}

.margin-top .box-calculator.box-calculator-reussite {
  padding-top: 20px;
}

.margin-bottom .box-calculator.box-calculator-reussite {
  padding-bottom: 20px;
}

.acms-box .acms-box-content .box-calculator ul li:before {
  content: "";
}

@media screen and (min-width: 1024px) {
  .box-calculator {
    background-position: 80% bottom;
    background-size: contain;
  }
  .box-calculator .box-calculator-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
  .box-calculator .box-calculator-wrapper .title {
    width: 300px;
    text-align: left;
    padding-left: 7px;
  }
  .box-calculator .box-calculator-wrapper .title span {
    display: block;
  }
  .box-calculator .box-calculator-wrapper .amounts {
    min-width: 540px;
    margin: 0 0 11px;
  }
  .box-calculator .box-calculator-wrapper .amounts ul {
    flex-wrap: nowrap;
    padding: 26px 0 0 0;
  }
  .box-calculator .box-calculator-wrapper .amounts ul li {
    flex: 0 0 auto;
    max-width: none;
  }
  .box-calculator .box-calculator-wrapper .amounts ul li:nth-child(1), .box-calculator .box-calculator-wrapper .amounts ul li:nth-child(2), .box-calculator .box-calculator-wrapper .amounts ul li:nth-child(3), .box-calculator .box-calculator-wrapper .amounts ul li:nth-child(4) {
    padding: 0 10px;
    text-align: left;
  }
  .box-calculator .box-calculator-wrapper .amounts ul li input[type=text] {
    width: 130px;
    height: 45px;
  }
  .box-calculator .box-calculator-wrapper .links {
    text-align: left;
    padding: 1px 0 0 20px;
  }
  .box-calculator .box-calculator-wrapper .links a.link {
    height: 45px;
    min-width: 215px;
    text-align: center;
    padding: 7px 13px 13px;
    margin-top: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .box-calculator .txt-pourcents {
    margin-top: 20px;
  }
  .box-calculator.box-calculator-3-values .txt-pourcents, .box-calculator.box-calculator-3-values-blue .txt-pourcents {
    padding: 0;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper {
    max-width: 819px;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .title {
    width: 360px;
    padding-right: 40px;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .calcul {
    width: 464px;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .amounts, .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .deduction {
    min-width: 540px;
    text-align: left;
    border-bottom: 1px solid #313030;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .deduction {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .deduction label span {
    display: block;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .deduction .amount-or {
    margin: 0 17px;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .deduction > :first-child {
    width: 192px;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .deduction > :last-child {
    text-align: right;
    padding-top: 10px;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .links {
    text-align: right;
    padding: 0;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .links a.link {
    margin-top: 10px;
    padding: 8px 23px 12px 21px;
    width: auto;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .links a.link.link-more {
    padding: 0;
  }
  .box-calculator.box-calculator-ifi-ir .box-calculator-wrapper .links a.link.link-more:after {
    position: absolute;
    right: -15px;
  }
  .box-calculator.box-calculator-reussite .box-calculator-wrapper {
    flex: none;
    display: block;
  }
  .box-calculator.box-calculator-reussite .title {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .box-calculator.box-calculator-reussite .amounts ul li, .box-calculator.box-calculator-reussite .amounts ul li:last-child {
    width: auto;
    display: inline-block;
    text-align: left;
  }
  .box-calculator.box-calculator-reussite .amounts ul li label, .box-calculator.box-calculator-reussite .amounts ul li input, .box-calculator.box-calculator-reussite .amounts ul li:last-child label, .box-calculator.box-calculator-reussite .amounts ul li:last-child input {
    display: inline-block;
  }
  .box-calculator.box-calculator-reussite .calcul-wrapper {
    width: 500px;
    margin: 0 auto;
    height: 51px;
  }
  .box-calculator.box-calculator-reussite .calcul {
    padding-top: 7px;
  }
  .box-calculator.box-calculator-reussite .calcul .amount {
    height: 51px;
    background-position: 0px 3px;
  }
  .box-calculator.box-calculator-reussite .links {
    text-align: center;
  }
  .box-calculator.box-calculator-reussite .links a.link {
    height: 65px;
    min-width: 200px;
    padding: 0 20px;
  }
  .box-calculator.box-calculator-countdown {
    background-image: linear-gradient(to right, #ffb200 50%, #f59c00 50%);
  }
  .box-calculator.box-calculator-countdown .countdown-side {
    width: 50%;
    padding-right: 90px;
    padding-top: 40px;
  }
  .box-calculator.box-calculator-countdown .countdown-side .title {
    width: auto;
  }
  .box-calculator.box-calculator-countdown .countdown-side .countdown {
    width: 380px;
  }
  .box-calculator.box-calculator-countdown .countdown-side .countdown .case {
    width: 60px;
  }
  .box-calculator.box-calculator-countdown .countdown-side .text {
    text-align: left;
  }
  .box-calculator.box-calculator-countdown .calculator-side {
    width: 500px;
    padding-left: 90px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .box-calculator.box-calculator-countdown .calculator-side label {
    width: 107px;
  }
  .box-calculator.box-calculator-countdown .calculator-side .amounts {
    position: relative;
    width: auto;
    min-width: 0;
    margin-bottom: 0px;
  }
  .box-calculator.box-calculator-countdown .calculator-side .amounts ul {
    padding-top: 0px;
    flex-wrap: wrap;
  }
  .box-calculator.box-calculator-countdown .calculator-side .amounts ul li {
    padding: 0px !important;
    padding-right: 20px !important;
  }
  .box-calculator.box-calculator-countdown .calculator-side input[type=text] {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 28px;
    width: 233px;
  }
  .box-calculator.box-calculator-countdown .calculator-side .calcul {
    padding-top: 0px;
    padding-right: 50px;
  }
  .box-calculator.box-calculator-countdown .calculator-side .amount {
    padding-left: 10px;
  }
  .box-calculator.box-calculator-countdown .calculator-side .links {
    padding: 0px;
    margin-top: 15px;
  }
  .box-calculator.box-calculator-countdown .calculator-side .links a.link {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 70px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper {
    flex: none;
    display: block;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .title {
    display: block;
    text-align: center;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 800px;
    margin: 0 auto;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li, .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li:last-child {
    width: auto;
    display: inline-block;
    text-align: left;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li label, .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li input, .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li:last-child label, .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li:last-child input {
    display: inline-block;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li label, .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li:last-child label {
    width: 180px;
    font-weight: bold;
    font-size: 47.5px;
    line-height: 57px;
    height: 63px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li input[type=text], .box-calculator.box-calculator-campaign .box-calculator-wrapper .amounts ul li:last-child input[type=text] {
    width: 150px;
    line-height: 63px;
    height: 63px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .calcul-wrapper {
    width: 800px;
    margin: 0 auto;
    height: 51px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .calcul {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 0px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .calcul .amount {
    height: 51px;
    background-position: 0px 3px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .links {
    text-align: center;
    padding-top: 20px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .links a.link {
    height: 65px;
    min-width: 200px;
    padding: 0 20px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper ul li {
    margin-bottom: 0px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .amount {
    font-size: 50px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper .txt-pourcents {
    text-align: center;
    font-weight: 500;
    width: 800px;
    margin: 20px auto;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .box-calculator.box-calculator-campaign .box-calculator-wrapper a.link {
    margin-top: 10px;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper {
    /*.border-top, .border-bottom {
    	border-width: 4px;
    }*/
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper label {
    width: 180px;
    font-size: 47.5px;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts ul li {
    padding: 0 0 0 9px;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts ul li a.link {
    display: none;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .amounts ul li:last-child {
    max-width: none;
    flex: 0 0 auto;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts {
    flex-direction: row;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts > *, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > * {
    width: 50%;
    border-left: 2px solid #fbcf01;
    border-right: 2px solid #fbcf01;
    padding-bottom: 25px;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts > *:first-child, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > *:first-child {
    border-left: 0 none;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts > *:last-child, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > *:last-child {
    border-right: 0 none;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts big, .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts big {
    display: inline;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts {
    padding-bottom: 0;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts {
    display: flex;
    margin-bottom: 50px;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-more {
    margin: 0 0 50px;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .d-lg-none {
    display: none !important;
  }
  .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .d-lg-flex {
    display: flex !important;
  }
  .margin-top .box-calculator.box-calculator-campaign {
    padding-top: 30px;
  }
  .margin-bottom .box-calculator.box-calculator-campaign {
    padding-bottom: 40px;
  }
  .margin-top .box-calculator.box-calculator-reussite {
    padding-top: 30px;
  }
  .margin-bottom .box-calculator.box-calculator-reussite {
    padding-bottom: 40px;
  }
}
.box-carousel {
  margin: 0;
}
.box-carousel .box-carousel-wrapper {
  position: relative;
  padding: 1px 0;
}
.box-carousel .box-carousel-wrapper:after {
  position: absolute;
  top: 0px;
  right: 0px;
  content: " ";
  width: 15%;
  height: 100%;
  background: linear-gradient(to right, transparent 50%, white 100%);
}
.box-carousel .box-carousel-wrapper .prev, .box-carousel .box-carousel-wrapper .next {
  display: none;
}
.box-carousel .box-carousel-wrapper .content {
  width: 100%;
  height: 230px;
  overflow: hidden;
  overflow-x: scroll;
}
.box-carousel .box-carousel-wrapper ul {
  vertical-align: top;
  height: 100%;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.box-carousel .box-carousel-wrapper ul li {
  flex: none;
  vertical-align: top;
  display: block;
  list-style: none;
  width: 200px;
  height: 210px;
  border: solid 1px #d9d6d6;
  margin-left: 20px;
  position: relative;
  padding: 0px;
}
.box-carousel .box-carousel-wrapper ul li a {
  padding: 10px 15px 0;
  font-size: 18px;
  line-height: 30px;
  color: #313030;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
.box-carousel .box-carousel-wrapper ul li:before {
  content: none;
}
.box-carousel .box-carousel-wrapper ul li:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, white 13px, #d9d6d6 14px, white 15px, white 100%);
}
.box-carousel .box-carousel-pagination-wrapper {
  text-align: center;
}
.box-carousel .box-carousel-pagination-wrapper .prev, .box-carousel .box-carousel-pagination-wrapper .next, .box-carousel .box-carousel-pagination-wrapper .parent {
  color: white;
  height: 45px;
  line-height: 43px;
  text-align: center;
  width: 200px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
}
.box-carousel .box-carousel-pagination-wrapper .prev {
  background-color: #005093;
}
.box-carousel .box-carousel-pagination-wrapper .prev:before {
  position: absolute;
  content: "<";
  left: 10px;
  top: 0px;
  color: white;
}
.box-carousel .box-carousel-pagination-wrapper .next {
  background-color: #005093;
}
.box-carousel .box-carousel-pagination-wrapper .next:after {
  position: absolute;
  content: ">";
  right: 10px;
  top: 0px;
  color: white;
}
.box-carousel .box-carousel-pagination-wrapper .parent {
  color: #005093;
  background-color: white;
  border: solid 1px #d9d6d6;
}
.box-carousel .box-carousel-pagination-wrapper .parent:before {
  position: absolute;
  content: "∧";
  left: 50px;
  top: 0px;
  color: #005093;
}

.margin-top .box-carousel .box-carousel-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-carousel .box-carousel-pagination-wrapper {
  padding-bottom: 40px;
}

.box-carousel.color-frm .box-carousel-wrapper ul li {
  border-bottom: solid 4px #005093;
}
.box-carousel.color-frm .box-carousel-wrapper ul li:hover {
  background-color: #005093;
  border: solid 1px #005093;
}
.box-carousel.color-frm .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-frm .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #005093 14px, white 15px, white 100%);
}

.box-carousel.color-don .box-carousel-wrapper ul li {
  border-bottom: solid 4px #ffb200;
}
.box-carousel.color-don .box-carousel-wrapper ul li:hover {
  background-color: #ffb200;
  border: solid 1px #ffb200;
}
.box-carousel.color-don .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-don .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #ffb200 14px, white 15px, white 100%);
}

.box-carousel.color-fiscalite .box-carousel-wrapper ul li {
  border-bottom: solid 4px #2a80c7;
}
.box-carousel.color-fiscalite .box-carousel-wrapper ul li:hover {
  background-color: #2a80c7;
  border: solid 1px #2a80c7;
}
.box-carousel.color-fiscalite .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-fiscalite .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #2a80c7 14px, white 15px, white 100%);
}

.box-carousel.color-cancer .box-carousel-wrapper ul li {
  border-bottom: solid 4px #1db096;
}
.box-carousel.color-cancer .box-carousel-wrapper ul li:hover {
  background-color: #1db096;
  border: solid 1px #1db096;
}
.box-carousel.color-cancer .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-cancer .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #1db096 14px, white 15px, white 100%);
}

.box-carousel.color-neurologiques .box-carousel-wrapper ul li {
  border-bottom: solid 4px #4684c4;
}
.box-carousel.color-neurologiques .box-carousel-wrapper ul li:hover {
  background-color: #4684c4;
  border: solid 1px #4684c4;
}
.box-carousel.color-neurologiques .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-neurologiques .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #4684c4 14px, white 15px, white 100%);
}

.box-carousel.color-cardiovasculaires .box-carousel-wrapper ul li {
  border-bottom: solid 4px #ff5977;
}
.box-carousel.color-cardiovasculaires .box-carousel-wrapper ul li:hover {
  background-color: #ff5977;
  border: solid 1px #ff5977;
}
.box-carousel.color-cardiovasculaires .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-cardiovasculaires .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #ff5977 14px, white 15px, white 100%);
}

.box-carousel.color-infectieuses .box-carousel-wrapper ul li {
  border-bottom: solid 4px #da3338;
}
.box-carousel.color-infectieuses .box-carousel-wrapper ul li:hover {
  background-color: #da3338;
  border: solid 1px #da3338;
}
.box-carousel.color-infectieuses .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-infectieuses .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #da3338 14px, white 15px, white 100%);
}

.box-carousel.color-rares .box-carousel-wrapper ul li {
  border-bottom: solid 4px #ec651e;
}
.box-carousel.color-rares .box-carousel-wrapper ul li:hover {
  background-color: #ec651e;
  border: solid 1px #ec651e;
}
.box-carousel.color-rares .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-rares .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #ec651e 14px, white 15px, white 100%);
}

.box-carousel.color-autres .box-carousel-wrapper ul li {
  border-bottom: solid 4px #a2a2a2;
}
.box-carousel.color-autres .box-carousel-wrapper ul li:hover {
  background-color: #a2a2a2;
  border: solid 1px #a2a2a2;
}
.box-carousel.color-autres .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-autres .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #a2a2a2 14px, white 15px, white 100%);
}

.box-carousel.color-environnement-et-sante .box-carousel-wrapper ul li {
  border-bottom: solid 4px #40ae49;
}
.box-carousel.color-environnement-et-sante .box-carousel-wrapper ul li:hover {
  background-color: #40ae49;
  border: solid 1px #40ae49;
}
.box-carousel.color-environnement-et-sante .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-environnement-et-sante .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #40ae49 14px, white 15px, white 100%);
}

.box-carousel.color-reparatrice .box-carousel-wrapper ul li {
  border-bottom: solid 4px #d94f45;
}
.box-carousel.color-reparatrice .box-carousel-wrapper ul li:hover {
  background-color: #d94f45;
  border: solid 1px #d94f45;
}
.box-carousel.color-reparatrice .box-carousel-wrapper ul li:hover a {
  color: white;
}
.box-carousel.color-reparatrice .box-carousel-wrapper ul li:hover:after {
  position: absolute;
  background-color: white;
  top: -1px;
  right: -1px;
  content: " ";
  border-top: solid 1px white;
  border-right: solid 1px white;
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, #d94f45 14px, white 15px, white 100%);
}

@media screen and (min-width: 1024px) {
  .box-carousel .box-carousel-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-carousel .box-carousel-wrapper .content {
    height: 290px;
    overflow-x: hidden;
  }
  .box-carousel .box-carousel-wrapper ul li {
    width: 200px;
    height: 240px;
  }
  .box-carousel .box-carousel-wrapper .prev, .box-carousel .box-carousel-wrapper .next {
    display: block;
    position: absolute;
    top: 90px;
    width: 50px;
    height: 70px;
    z-index: 10;
    cursor: pointer;
  }
  .box-carousel .box-carousel-wrapper .prev {
    left: 0px;
    background-image: url("../bundles/app/images/button-left.png");
  }
  .box-carousel .box-carousel-wrapper .next {
    right: 0px;
    background-image: url("../bundles/app/images/button-right.png");
  }
  .box-carousel .box-carousel-pagination-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-carousel .box-carousel-pagination-wrapper .pagination {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
  }
  .box-carousel .box-carousel-pagination-wrapper .prev, .box-carousel .box-carousel-pagination-wrapper .next, .box-carousel .box-carousel-pagination-wrapper .parent {
    margin: 0px;
    display: inline-block;
  }
}
.box-campaign {
  color: #313030;
  margin: 0;
  padding: 1px 0;
}
.box-campaign .left-part {
  padding: 50px 27px;
  background-size: cover;
  background-position: center center;
  min-height: 220px;
}
.box-campaign .left-part img {
  width: 100%;
  height: auto;
  display: block;
}
.box-campaign .right-part {
  padding: 20px;
  background-color: white;
  font-size: 18px;
  line-height: 30px;
}
.box-campaign .title span, .box-campaign .abstract {
  color: white;
  padding: 5px 10px;
  opacity: 0.8;
}
.box-campaign .title span {
  display: inline-block;
}
.box-campaign .title span:empty {
  display: none;
}
.box-campaign .abstract {
  margin-top: 20px;
}
.box-campaign .abstract:empty {
  display: none;
}
.box-campaign .text p:first-child {
  margin-top: 0;
}
.box-campaign .gift, .box-campaign .more {
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px auto 0;
}
.box-campaign .gift {
  background-color: #ffb200;
  color: #313030;
}
.box-campaign .more {
  background-color: #005093;
  color: white;
}
.box-campaign .more:after {
  padding-left: 10px;
  content: " > ";
}
.box-campaign .text ul li {
  margin: 4px 0px;
}
.box-campaign .text ul li:before {
  content: " ";
  background-image: url("../bundles/app/images/picto/icon-fleche.png");
  width: 17px;
  height: 15px;
  left: -25px;
  top: 12px;
}

.margin-top .box-campaign {
  padding-top: 40px;
}

.margin-bottom .box-campaign {
  padding-bottom: 40px;
}

.box-campaign.color-frm .title span, .box-campaign.color-frm .abstract {
  background-color: #005093;
}

.box-campaign.color-don .title span, .box-campaign.color-don .abstract {
  background-color: #ffb200;
}

.box-campaign.color-fiscalite .title span, .box-campaign.color-fiscalite .abstract {
  background-color: #2a80c7;
}

.box-campaign.color-cancer .title span, .box-campaign.color-cancer .abstract {
  background-color: #1db096;
}

.box-campaign.color-neurologiques .title span, .box-campaign.color-neurologiques .abstract {
  background-color: #4684c4;
}

.box-campaign.color-cardiovasculaires .title span, .box-campaign.color-cardiovasculaires .abstract {
  background-color: #ff5977;
}

.box-campaign.color-infectieuses .title span, .box-campaign.color-infectieuses .abstract {
  background-color: #da3338;
}

.box-campaign.color-rares .title span, .box-campaign.color-rares .abstract {
  background-color: #ec651e;
}

.box-campaign.color-autres .title span, .box-campaign.color-autres .abstract {
  background-color: #a2a2a2;
}

.box-campaign.color-environnement-et-sante .title span, .box-campaign.color-environnement-et-sante .abstract {
  background-color: #40ae49;
}

.box-campaign.color-reparatrice .title span, .box-campaign.color-reparatrice .abstract {
  background-color: #d94f45;
}

@media screen and (min-width: 1024px) {
  .box-campaign .box-campaign-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    height: 430px;
    background: white;
  }
  .box-campaign .left-part {
    float: left;
    width: 588px;
    height: 100%;
    padding: 50px 27px;
    background-size: cover;
    background-position: center center;
  }
  .box-campaign .left-part img {
    display: none;
  }
  .box-campaign .right-part {
    padding: 50px;
    float: right;
    width: 418px;
    height: 100%;
    display: table;
    padding: 0px 20px;
  }
  .box-campaign .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .box-campaign .text {
    text-align: left;
  }
  .box-campaign .gift, .box-campaign .more {
    width: 300px;
  }
}
.box-contact {
  background: transparent no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.box-contact .box-contact-wrapper {
  background: white;
  margin: 0;
  padding: 1px 15px;
  width: 100%;
}
.box-contact .box-contact-wrapper .content, .box-contact .box-contact-wrapper .contact {
  color: #313030;
  width: 100%;
  padding: 0;
}
.box-contact .box-contact-wrapper .content ul, .box-contact .box-contact-wrapper .contact ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.box-contact .box-contact-wrapper .content ul li, .box-contact .box-contact-wrapper .contact ul li {
  position: relative;
}
.box-contact .box-contact-wrapper .content ul li:before, .box-contact .box-contact-wrapper .contact ul li:before {
  color: #005093;
  position: absolute;
  left: -20px;
  content: "◾";
}
.box-contact .box-contact-wrapper .title {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 48px;
}
.box-contact .box-contact-wrapper .title div {
  padding-bottom: 16px;
  display: inline-block;
  border-bottom: 4px solid #313030;
}
.box-contact .box-contact-wrapper .title div span {
  display: block;
}
.box-contact .box-contact-wrapper .abstract > p:first-child {
  margin-top: 0;
}
.box-contact .box-contact-wrapper .contact-name, .box-contact .box-contact-wrapper .contact-service, .box-contact .box-contact-wrapper .contact-phone, .box-contact .box-contact-wrapper .contact-email {
  font-size: 19px;
}
.box-contact .box-contact-wrapper .contact > div {
  display: table;
  width: 100%;
}
.box-contact .box-contact-wrapper .contact > div > * {
  vertical-align: top;
  display: table-cell;
}
.box-contact .box-contact-wrapper .contact > div > *:first-child {
  width: 135px;
  text-align: left;
}
.box-contact .box-contact-wrapper .contact .h3, .box-contact .box-contact-wrapper .contact .box-focus-text .focuses i, .box-focus-text .focuses .box-contact .box-contact-wrapper .contact i {
  margin: 40px 0 30px;
}
.box-contact .box-contact-wrapper .contact .h3 span, .box-contact .box-contact-wrapper .contact .box-focus-text .focuses i span, .box-focus-text .focuses .box-contact .box-contact-wrapper .contact i span {
  display: block;
}
.box-contact .box-contact-wrapper figure.contact-image {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 115px;
  height: 115px;
}
.box-contact .box-contact-wrapper figure.contact-image img {
  display: none;
}
.box-contact .box-contact-wrapper a {
  color: #005093;
}

.margin-top .box-contact .box-contact-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-contact .box-contact-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-contact .box-contact-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .box-contact .box-contact-wrapper .box-contact-col-2 {
    display: table;
  }
  .box-contact .box-contact-wrapper .box-contact-col-2 > * {
    display: table-cell;
    vertical-align: top;
  }
  .box-contact .box-contact-wrapper .box-contact-col-2 > *:first-child {
    width: 572px;
    padding-right: 90px;
  }
  .box-contact .box-contact-wrapper .box-contact-col-2 > *:last-child {
    width: 402px;
  }
  .box-contact .box-contact-wrapper .title {
    display: block;
    margin: 0 0 80px;
  }
  .box-contact .box-contact-wrapper .title > div {
    padding-bottom: 12px;
  }
  .box-contact .box-contact-wrapper .title > div span {
    display: inline;
  }
  .box-contact .box-contact-wrapper .title > div span:after {
    content: " ";
  }
  .box-contact .box-contact-wrapper .title > div span:last-child:after {
    content: "";
  }
  .box-contact .box-contact-wrapper .contact .h3, .box-contact .box-contact-wrapper .contact .box-focus-text .focuses i, .box-focus-text .focuses .box-contact .box-contact-wrapper .contact i {
    margin: 0 0 23px;
  }
  .margin-top .box-contact .box-contact-wrapper {
    padding-top: 50px;
  }
  .margin-bottom .box-contact .box-contact-wrapper {
    padding-bottom: 30px;
  }
}
.box-contacts {
  background: transparent no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.box-contacts .box-contacts-wrapper {
  margin: 0;
  padding: 1px 15px;
  width: 100%;
}
.box-contacts .box-contacts-wrapper .content, .box-contacts .box-contacts-wrapper .contact {
  color: #666666;
  line-height: normal;
  width: 100%;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
}
.box-contacts .box-contacts-wrapper .title {
  color: #0a2090;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 48px;
}
.box-contacts .box-contacts-wrapper .title div {
  display: inline-block;
}
.box-contacts .box-contacts-wrapper .title div span {
  display: block;
}
.box-contacts .box-contacts-wrapper .abstract > p:first-child {
  margin-top: 0;
}
.box-contacts .box-contacts-wrapper .contact {
  margin-bottom: 20px;
}
.box-contacts .box-contacts-wrapper .contact > div {
  width: 100%;
  text-align: center;
}
.box-contacts .box-contacts-wrapper .contact > div figure.contact-image {
  border-radius: 100%;
  width: 260px;
  height: 260px;
  margin: 0 auto 30px;
}
.box-contacts .box-contacts-wrapper .contact > div .contact-name {
  color: #0a2090;
  font-weight: 400;
}
.box-contacts .box-contacts-wrapper .contact > div .contact-name span {
  display: block;
}
.box-contacts .box-contacts-wrapper .contact > div .contact-image {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 115px;
  height: 115px;
}
.box-contacts .box-contacts-wrapper .contact > div .contact-image img {
  display: none;
}
.box-contacts .box-contacts-wrapper .contact > div .contact-info {
  margin-bottom: 10px;
}
.box-contacts .box-contacts-wrapper .contacts-link {
  padding-top: 20px;
  color: #0a2090;
  text-align: center;
}
.box-contacts .box-contacts-wrapper .contacts-link a {
  color: inherit;
  font-weight: bold;
}

.margin-top .box-contacts .box-contacts-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-contacts .box-contacts-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-contacts .box-contacts-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .box-contacts .box-contacts-wrapper .title {
    display: block;
    line-height: 40px;
    margin: 0 0 60px;
  }
  .box-contacts .box-contacts-wrapper .title > div {
    padding-bottom: 12px;
  }
  .box-contacts .box-contacts-wrapper .title > div span {
    display: block;
    text-align: center;
  }
  .box-contacts .box-contacts-wrapper .title > div span:after {
    content: " ";
  }
  .box-contacts .box-contacts-wrapper .title > div span:last-child:after {
    content: "";
  }
  .box-contacts .box-contacts-wrapper .contacts {
    display: flex;
    flex-wrap: wrap;
  }
  .box-contacts .box-contacts-wrapper .contacts > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .box-contacts .box-contacts-wrapper .contact > div {
    width: calc(100% - 114px);
    text-align: left;
    margin-left: 114px;
  }
  .box-contacts .box-contacts-wrapper .contact > div figure.contact-image {
    margin: 0 0 30px;
  }
  .box-contacts .box-contacts-wrapper .contact > div > div {
    padding: 0 0 0 35px;
  }
}
.box-diseases .box-diseases-wrapper {
  padding: 1px 10px;
  overflow: auto;
  background-color: white;
}
.box-diseases a {
  background-color: #f3f3f3;
  color: #313030;
  width: 100%;
  height: 100px;
  line-height: 100px;
  display: block;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
  padding: 0 6px;
}
.box-diseases a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
}
.box-diseases a.color-frm:hover {
  color: white;
  background-color: #005093;
  border-bottom: solid 5px white;
}
.box-diseases a.color-frm:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-don:hover {
  color: white;
  background-color: #ffb200;
  border-bottom: solid 5px white;
}
.box-diseases a.color-don:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-fiscalite:hover {
  color: white;
  background-color: #2a80c7;
  border-bottom: solid 5px white;
}
.box-diseases a.color-fiscalite:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-cancer:hover {
  color: white;
  background-color: #1db096;
  border-bottom: solid 5px white;
}
.box-diseases a.color-cancer:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-neurologiques:hover {
  color: white;
  background-color: #4684c4;
  border-bottom: solid 5px white;
}
.box-diseases a.color-neurologiques:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-cardiovasculaires:hover {
  color: white;
  background-color: #ff5977;
  border-bottom: solid 5px white;
}
.box-diseases a.color-cardiovasculaires:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-infectieuses:hover {
  color: white;
  background-color: #da3338;
  border-bottom: solid 5px white;
}
.box-diseases a.color-infectieuses:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-rares:hover {
  color: white;
  background-color: #ec651e;
  border-bottom: solid 5px white;
}
.box-diseases a.color-rares:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-autres:hover {
  color: white;
  background-color: #a2a2a2;
  border-bottom: solid 5px white;
}
.box-diseases a.color-autres:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-environnement-et-sante:hover {
  color: white;
  background-color: #40ae49;
  border-bottom: solid 5px white;
}
.box-diseases a.color-environnement-et-sante:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-diseases a.color-reparatrice:hover {
  color: white;
  background-color: #d94f45;
  border-bottom: solid 5px white;
}
.box-diseases a.color-reparatrice:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}

.margin-top .box-diseases .box-diseases-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-diseases .box-diseases-wrapper {
  padding-bottom: 40px;
}

.acms-diseasesbox.background-light-grey {
  background-color: #f3f3f3;
}
.acms-diseasesbox.background-light-grey a {
  background-color: white;
}

@media screen and (min-width: 1024px) {
  .box-diseases .box-diseases-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-diseases a {
    float: left;
    width: 318px;
    margin-right: 25px;
  }
  .box-diseases a:nth-child(1), .box-diseases a:nth-child(2), .box-diseases a:nth-child(3) {
    margin-top: 0;
  }
  .box-diseases a:nth-child(3n), .box-diseases a:nth-child(6n), .box-diseases a:nth-child(9n), .box-diseases a:nth-child(12n) {
    margin-right: 0px;
  }
}
.box-document-50-50-pct {
  color: #313030;
}
.box-document-50-50-pct .box-document-wrapper {
  margin: 0 auto;
  padding: 1px 15px;
}
.box-document-50-50-pct figure {
  width: 100%;
}
.box-document-50-50-pct figure img {
  max-width: 100%;
}
.box-document-50-50-pct .content {
  width: 100%;
  padding: 0;
}
.box-document-50-50-pct .category {
  margin: 9px 0 5px;
  padding: 0;
  color: #a2a2a2;
}
.box-document-50-50-pct .title {
  display: block;
  margin: 0 0 30px;
}
.box-document-50-50-pct .title a {
  color: #313030;
  text-align: left;
  width: 100%;
  text-decoration: none;
  display: inline;
}
.box-document-50-50-pct .title .block-underline {
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: 4px solid #313030;
}
.box-document-50-50-pct .title .block-underline span {
  display: block;
}
.box-document-50-50-pct .abstract {
  color: #313030;
  margin: 0 0 21px;
  padding-left: 4px;
}
.box-document-50-50-pct .abstract p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-document-50-50-pct a.link, .box-document-50-50-pct a.link-more {
  padding: 9px 7px 15px 12px;
  height: 45px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-document-50-50-pct a.link:after, .box-document-50-50-pct a.link-more:after {
  margin-left: 17px;
  content: " > ";
}
.box-document-50-50-pct a.link {
  background: #005093;
  color: white;
}
.box-document-50-50-pct a.link-more {
  margin-top: 5px;
  color: #005093;
}

.margin-top .box-document-50-50-pct .box-document-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-document-50-50-pct .box-document-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-document-50-50-pct .display-none-sm {
    display: block;
  }
  .box-document-50-50-pct .display-none-lg {
    display: none;
  }
  .box-document-50-50-pct .box-document-wrapper {
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box-document-50-50-pct .box-document-wrapper > * {
    width: 50%;
  }
  .box-document-50-50-pct .content {
    padding-left: 20px;
  }
  .box-document-50-50-pct figure {
    text-align: right;
    padding-right: 20px;
  }
  .box-document-50-50-pct figure img {
    max-height: 234px;
    max-width: 100%;
    width: auto;
  }
  .box-document-50-50-pct .category {
    margin-top: -2px;
  }
  .box-document-50-50-pct .title {
    display: block;
  }
  .box-document-50-50-pct .title .block-underline {
    padding-bottom: 12px;
  }
  .box-document-50-50-pct .title .block-underline span {
    display: inline;
  }
  .box-document-50-50-pct .title .block-underline span:after {
    content: " ";
  }
  .box-document-50-50-pct .title .block-underline span:last-child:after {
    content: "";
  }
  .box-document-50-50-pct .title.negativ-top {
    margin-top: -12px;
  }
  .box-document-50-50-pct .abstract {
    margin-bottom: 25px;
  }
  .box-document-50-50-pct .links > * {
    display: inline-block;
  }
}
.box-document-25-75-pct {
  color: #313030;
}
.box-document-25-75-pct .box-document-wrapper {
  margin: 0 auto;
  padding: 1px 15px;
  text-align: center;
}
.box-document-25-75-pct figure {
  max-width: 100%;
  max-height: 161px;
}
.box-document-25-75-pct figure img {
  max-height: 161px;
  width: auto;
}
.box-document-25-75-pct .content {
  width: 100%;
  padding: 0;
}
.box-document-25-75-pct .category {
  text-align: inherit;
  margin: 0 0 11px;
  padding: 0;
  color: #a2a2a2;
}
.box-document-25-75-pct .title {
  display: block;
  margin: 0 0 27px;
}
.box-document-25-75-pct .title a {
  color: #313030;
  text-align: left;
  width: 100%;
  text-decoration: none;
  display: inline;
}
.box-document-25-75-pct .title .block-underline {
  padding-bottom: 16px;
  display: inline-block;
  border-bottom: 4px solid #313030;
}
.box-document-25-75-pct .title .block-underline span {
  display: block;
}
.box-document-25-75-pct .display-none-sm {
  display: none;
}
.box-document-25-75-pct .abstract {
  text-align: inherit;
  color: #313030;
  margin: 16px 0 15px;
}
.box-document-25-75-pct .abstract p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-document-25-75-pct a.link, .box-document-25-75-pct a.link-more {
  padding: 7px 7px 17px 12px;
  height: 45px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.box-document-25-75-pct a.link:after, .box-document-25-75-pct a.link-more:after {
  margin-left: 15px;
  content: " > ";
}
.box-document-25-75-pct a.link {
  background: #005093;
  color: white;
}
.box-document-25-75-pct a.link-more {
  margin-top: 5px;
  color: #005093;
}

.margin-top .box-document-25-75-pct .box-document-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-document-25-75-pct .box-document-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-document-25-75-pct .display-none-sm {
    display: block;
  }
  .box-document-25-75-pct .display-none-lg {
    display: none;
  }
  .box-document-25-75-pct .box-document-wrapper {
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .box-document-25-75-pct .box-document-wrapper > :first-child {
    width: 400px;
  }
  .box-document-25-75-pct .box-document-wrapper > :last-child {
    width: 623px;
  }
  .box-document-25-75-pct .category {
    margin-top: -5px;
  }
  .box-document-25-75-pct .title {
    display: block;
  }
  .box-document-25-75-pct .title .block-underline {
    padding-bottom: 12px;
  }
  .box-document-25-75-pct .title .block-underline span {
    display: inline;
  }
  .box-document-25-75-pct .title .block-underline span:after {
    content: " ";
  }
  .box-document-25-75-pct .title .block-underline span:last-child:after {
    content: "";
  }
  .box-document-25-75-pct .title.negativ-top {
    margin-top: -12px;
  }
  .box-document-25-75-pct figure {
    text-align: right;
    padding-right: 34px;
    max-height: 240px;
  }
  .box-document-25-75-pct figure img {
    max-height: 240px;
    width: auto;
  }
  .box-document-25-75-pct .links > * {
    display: inline-block;
  }
  .box-document-25-75-pct a.link, .box-document-25-75-pct a.link-more {
    padding: 7px 7px 15px 15px;
  }
}
.box-doublevideo {
  color: #313030;
  background-color: white;
  padding: 1px 0;
}
.box-doublevideo .box-doublevideo-wrapper {
  cursor: pointer;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-overlay {
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-wrapper:first-child {
  top: 0;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-wrapper:last-child {
  bottom: 0;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-container .youtube-cookie-warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: lightgray;
  color: white;
  text-align: center;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-container::after {
  display: block;
  content: " ";
}
.box-doublevideo .box-doublevideo-wrapper .box-video-container iframe,
.box-doublevideo .box-doublevideo-wrapper .box-video-container embed,
.box-doublevideo .box-doublevideo-wrapper .box-video-container object,
.box-doublevideo .box-doublevideo-wrapper .box-video-container video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-container::after {
  padding-top: 42.8571428571%;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-container.r16by10::after {
  padding-top: 62.5%;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-container.r16by9::after {
  padding-top: 56.25%;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-container.r4by3::after {
  padding-top: 75%;
}
.box-doublevideo .box-doublevideo-wrapper .box-video-container.r1by1::after {
  padding-top: 100%;
}
.box-doublevideo .box-doublevideo-wrapper .content {
  text-align: left;
  background: #f3f3f3;
  width: 100%;
  padding: 24px 10px 18px;
  color: #313030;
}
.box-doublevideo .box-doublevideo-wrapper .content ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.box-doublevideo .box-doublevideo-wrapper .content ul li {
  position: relative;
}
.box-doublevideo .box-doublevideo-wrapper .content ul li:after {
  color: #005093;
  position: absolute;
  left: -20px;
  content: "◾";
}
.box-doublevideo .box-doublevideo-wrapper .title {
  margin: 0 0 20px;
}
.box-doublevideo .box-doublevideo-wrapper .title span {
  display: block;
}

.margin-top .box-doublevideo {
  padding-top: 40px;
}

.margin-bottom .box-doublevideo {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-doublevideo .content {
    padding: 37px 40px 46px 29px;
  }
  .box-doublevideo .box-doublevideo-wrapper::after {
    display: block;
    content: "";
    clear: both;
  }
  .box-doublevideo .box-doublevideo-wrapper .box-video-wrapper:first-child {
    width: 47%;
    float: left;
  }
  .box-doublevideo .box-doublevideo-wrapper .box-video-wrapper:first-child .box-video-overlay {
    cursor: pointer;
    width: 47%;
    height: 100%;
  }
  .box-doublevideo .box-doublevideo-wrapper .box-video-wrapper:last-child {
    width: 47%;
    float: right;
  }
  .box-doublevideo .box-doublevideo-wrapper .box-video-wrapper:last-child .box-video-overlay {
    cursor: pointer;
    margin-left: 53%;
    width: 47%;
    height: 100%;
  }
  .box-doublevideo .box-doublevideo-wrapper .title {
    margin: 0 0 17px;
  }
}
.box-financed-research-link {
  color: #313030;
}
.box-financed-research-link .box-financed-research-link-wrapper {
  padding: 1px 0;
  margin: 0 auto;
  overflow: auto;
}
.box-financed-research-link .content {
  position: relative;
  padding: 70px 6px 20px;
  background-color: #f3f3f3;
  color: #313030;
  text-align: center;
}
.box-financed-research-link .content .abstract {
  font-size: 18px;
  line-height: 25px;
}
.box-financed-research-link .content .abstract p {
  margin: 0.5em 0;
}
.box-financed-research-link .disease {
  display: inline-block;
  padding: 15px 5px;
  padding-top: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  font-size: 26px;
  line-height: 30px;
}
.box-financed-research-link .label {
  text-align: left;
  font-size: 34px;
  line-height: 40px;
}
.box-financed-research-link .keypoints, .box-financed-research-link .abstract, .box-financed-research-link .searcher {
  text-align: left;
}
.box-financed-research-link .keypoints li p {
  margin: 0;
}
.box-financed-research-link .know-more {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  background-color: #005093;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  padding-right: 40px;
}
.box-financed-research-link .know-more:after {
  content: " > ";
  position: absolute;
  right: 15px;
}
.box-financed-research-link .image {
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.box-financed-research-link .searcher {
  margin-top: 190px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 25px;
}
.box-financed-research-link .searcher p {
  margin: 0px;
  padding-left: 15px;
  padding-right: 5px;
  background-color: #f3f3f3;
  display: inline-block;
}
.box-financed-research-link .don {
  display: inline-block;
  background-color: white;
  padding: 10px;
  margin: 20px;
  text-align: center;
  max-width: 320px;
}
.box-financed-research-link .head {
  margin: 0 auto;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 52px;
  background-image: url("../bundles/app/images/sun-focus-research-discovery.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.box-financed-research-link .amount {
  text-align: center;
  color: #ffb200;
  padding: 10px;
}
.box-financed-research-link.color-frm .disease {
  color: white;
  background-color: #005093;
}
.box-financed-research-link.color-frm ul li:before {
  color: #005093;
}
.box-financed-research-link.color-don .disease {
  color: white;
  background-color: #ffb200;
}
.box-financed-research-link.color-don ul li:before {
  color: #ffb200;
}
.box-financed-research-link.color-fiscalite .disease {
  color: white;
  background-color: #2a80c7;
}
.box-financed-research-link.color-fiscalite ul li:before {
  color: #2a80c7;
}
.box-financed-research-link.color-cancer .disease {
  color: white;
  background-color: #1db096;
}
.box-financed-research-link.color-cancer ul li:before {
  color: #1db096;
}
.box-financed-research-link.color-neurologiques .disease {
  color: white;
  background-color: #4684c4;
}
.box-financed-research-link.color-neurologiques ul li:before {
  color: #4684c4;
}
.box-financed-research-link.color-cardiovasculaires .disease {
  color: white;
  background-color: #ff5977;
}
.box-financed-research-link.color-cardiovasculaires ul li:before {
  color: #ff5977;
}
.box-financed-research-link.color-infectieuses .disease {
  color: white;
  background-color: #da3338;
}
.box-financed-research-link.color-infectieuses ul li:before {
  color: #da3338;
}
.box-financed-research-link.color-rares .disease {
  color: white;
  background-color: #ec651e;
}
.box-financed-research-link.color-rares ul li:before {
  color: #ec651e;
}
.box-financed-research-link.color-autres .disease {
  color: white;
  background-color: #a2a2a2;
}
.box-financed-research-link.color-autres ul li:before {
  color: #a2a2a2;
}
.box-financed-research-link.color-environnement-et-sante .disease {
  color: white;
  background-color: #40ae49;
}
.box-financed-research-link.color-environnement-et-sante ul li:before {
  color: #40ae49;
}
.box-financed-research-link.color-reparatrice .disease {
  color: white;
  background-color: #d94f45;
}
.box-financed-research-link.color-reparatrice ul li:before {
  color: #d94f45;
}

.margin-top .box-financed-research-link .box-financed-research-link-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-financed-research-link .box-financed-research-link-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-financed-research-link .box-financed-research-link-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    background-color: #f3f3f3;
  }
  .box-financed-research-link .don {
    margin-bottom: 0px;
  }
  .box-financed-research-link .content, .box-financed-research-link .image {
    width: 50%;
    float: left;
  }
  .box-financed-research-link .content {
    padding: 70px 20px 20px;
  }
  .box-financed-research-link .amount {
    padding-bottom: 0px;
  }
  .box-financed-research-link .amount-html p:last-child {
    margin-bottom: 10px;
  }
}
.box-focus-text .box-focus-text-wrapper {
  margin: 0 auto;
  padding: 0;
  background-color: white;
}
.box-focus-text .focus-wrapper {
  width: 100%;
  color: #313030;
}
.box-focus-text .text {
  padding: 0px 15px;
}
.box-focus-text .focuses p {
  margin: 0;
}
.box-focus-text .focuses b {
  font-size: 35px;
  line-height: 50px;
}
.box-focus-text .focuses i {
  font-style: normal;
}
.box-focus-text .brackets {
  border: solid 4px #005093;
  margin: 10px;
}
.box-focus-text .bracket {
  border: solid 4px #005093;
  margin: 10px;
}
.box-focus-text .focuses-content {
  margin: -4px 10px;
}
.box-focus-text .bracket .focuses-content {
  margin: -4px -4px -4px 10px;
  padding-right: 14px;
}
.box-focus-text .focus {
  text-align: center;
}

.margin-top .box-focus-text .box-focus-text-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-focus-text .box-focus-text-wrapper {
  padding-bottom: 40px;
}

.background-light-grey .box-focus-text-wrapper {
  background-color: #f3f3f3;
}

.color-wrapper.color-frm .brackets, .color-wrapper.color-frm .bracket {
  border-color: #005093;
}

.box-focus-text-color-frm .brackets, .box-focus-text-color-frm .bracket {
  border-color: #005093;
}

.color-wrapper.color-don .brackets, .color-wrapper.color-don .bracket {
  border-color: #ffb200;
}

.box-focus-text-color-don .brackets, .box-focus-text-color-don .bracket {
  border-color: #ffb200;
}

.color-wrapper.color-fiscalite .brackets, .color-wrapper.color-fiscalite .bracket {
  border-color: #2a80c7;
}

.box-focus-text-color-fiscalite .brackets, .box-focus-text-color-fiscalite .bracket {
  border-color: #2a80c7;
}

.color-wrapper.color-cancer .brackets, .color-wrapper.color-cancer .bracket {
  border-color: #1db096;
}

.box-focus-text-color-cancer .brackets, .box-focus-text-color-cancer .bracket {
  border-color: #1db096;
}

.color-wrapper.color-neurologiques .brackets, .color-wrapper.color-neurologiques .bracket {
  border-color: #4684c4;
}

.box-focus-text-color-neurologiques .brackets, .box-focus-text-color-neurologiques .bracket {
  border-color: #4684c4;
}

.color-wrapper.color-cardiovasculaires .brackets, .color-wrapper.color-cardiovasculaires .bracket {
  border-color: #ff5977;
}

.box-focus-text-color-cardiovasculaires .brackets, .box-focus-text-color-cardiovasculaires .bracket {
  border-color: #ff5977;
}

.color-wrapper.color-infectieuses .brackets, .color-wrapper.color-infectieuses .bracket {
  border-color: #da3338;
}

.box-focus-text-color-infectieuses .brackets, .box-focus-text-color-infectieuses .bracket {
  border-color: #da3338;
}

.color-wrapper.color-rares .brackets, .color-wrapper.color-rares .bracket {
  border-color: #ec651e;
}

.box-focus-text-color-rares .brackets, .box-focus-text-color-rares .bracket {
  border-color: #ec651e;
}

.color-wrapper.color-autres .brackets, .color-wrapper.color-autres .bracket {
  border-color: #a2a2a2;
}

.box-focus-text-color-autres .brackets, .box-focus-text-color-autres .bracket {
  border-color: #a2a2a2;
}

.color-wrapper.color-environnement-et-sante .brackets, .color-wrapper.color-environnement-et-sante .bracket {
  border-color: #40ae49;
}

.box-focus-text-color-environnement-et-sante .brackets, .box-focus-text-color-environnement-et-sante .bracket {
  border-color: #40ae49;
}

.color-wrapper.color-reparatrice .brackets, .color-wrapper.color-reparatrice .bracket {
  border-color: #d94f45;
}

.box-focus-text-color-reparatrice .brackets, .box-focus-text-color-reparatrice .bracket {
  border-color: #d94f45;
}

.acms-box-text + .acms-box-textwithfocusbox .box-focus-text .box-focus-text-wrapper {
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .box-focus-text .box-focus-text-wrapper {
    max-width: 1024px;
  }
  .box-focus-text .text {
    display: inline-block;
    vertical-align: top;
  }
  .box-focus-text .text p:first-child {
    margin: 0;
  }
  .box-focus-text .focuses {
    display: inline-block;
    vertical-align: top;
  }
  .box-focus-text .w-80-20 .text {
    width: 76%;
  }
  .box-focus-text .w-80-20 .focuses {
    width: 23.5%;
  }
  .box-focus-text .w-66-33 .text {
    width: 66%;
  }
  .box-focus-text .w-66-33 .focuses {
    width: 33.5%;
  }
  .box-focus-text .w-50-50 .text {
    width: 49%;
  }
  .box-focus-text .w-50-50 .focuses {
    width: 50.5%;
  }
  .box-focus-text .focuses-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }
  .box-focus-text .focus {
    flex-grow: 1;
    padding: 0px 10px;
  }
}
.acms-headerbox, .acms-counterbox.acms-counterbox-2-header-50-50 {
  text-align: left;
  margin: 0;
  padding: 0;
  background: #005093;
}
.acms-headerbox .box-header-wrapper, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.acms-headerbox .box-header-wrapper mark, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper mark {
  color: #ffb200;
}
.acms-headerbox .box-header-wrapper .content, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .content {
  width: 100%;
  padding: 50px 25px;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
}
.acms-headerbox .box-header-wrapper .content .abstract, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .content .abstract {
  font-size: 28px;
  overflow: hidden;
  width: 100%;
  word-break: break-word;
}
.acms-headerbox .box-header-wrapper .content .abstract.align-center, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .content .abstract.align-center {
  text-align: center;
}
.acms-headerbox .box-header-wrapper .content .abstract.align-right, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .content .abstract.align-right {
  text-align: right;
}
.acms-headerbox .box-header-wrapper .content .abstract.align-justify, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .content .abstract.align-justify {
  text-align: justify;
}
.acms-headerbox .box-header-wrapper p, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper p {
  margin: 1em 0 0;
}
.acms-headerbox .box-header-wrapper .align-center, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .align-center {
  text-align: center;
}
.acms-headerbox .box-header-wrapper .align-right, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .align-right {
  text-align: right;
}
.acms-headerbox .box-header-wrapper .align-justify, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .align-justify {
  text-align: justify;
}
.acms-headerbox .box-header-wrapper .title, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2em;
}
.acms-headerbox .box-header-wrapper .title b, .acms-headerbox .box-header-wrapper .title strong, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title b, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title strong {
  font-weight: 600;
  font-size: 35px;
  line-height: 39px;
}
.acms-headerbox .box-header-wrapper .title big, .acms-headerbox .box-header-wrapper .title big b, .acms-headerbox .box-header-wrapper .title big strong, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title big, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title big b, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title big strong {
  font-size: 80px;
  line-height: 70px;
}
.acms-headerbox .box-header-wrapper .title span, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title span {
  display: inline;
}
.acms-headerbox .box-header-wrapper .title small b, .acms-headerbox .box-header-wrapper .title small strong, .acms-headerbox .box-header-wrapper .title b small, .acms-headerbox .box-header-wrapper .title strong small, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title small b, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title small strong, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title b small, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .title strong small {
  font-weight: bold;
}
.acms-headerbox .box-header-wrapper small, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper small {
  font-weight: 400;
}
.acms-headerbox .box-header-wrapper .abstract, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .abstract {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.acms-headerbox .box-header-wrapper .abstract b, .acms-headerbox .box-header-wrapper .abstract strong, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .abstract b, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper .abstract strong {
  font-weight: 600;
}
.acms-headerbox .box-header-wrapper a.faire-un-don, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper a.faire-un-don {
  text-transform: uppercase;
  background: #ffb200;
  color: #005093;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 30px;
  margin-top: 1em;
  font-weight: 600;
  font-size: 30px;
  line-height: 54px;
}
.acms-headerbox .box-header-wrapper-image .image-mobile, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image-mobile {
  display: block;
  width: 100%;
}
.acms-headerbox .box-header-wrapper-image .image-mobile img, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image-mobile img {
  width: 100%;
}
.acms-headerbox .box-header-wrapper-image .image, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image {
  display: none;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.acms-headerbox .box-header-wrapper-image .content.d-table-cell, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .content.d-table-cell {
  display: table-cell;
}
.acms-headerbox .box-header-wrapper-image .content.vertical-align-middle, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .content.vertical-align-middle {
  vertical-align: middle;
}
.acms-headerbox .box-header-wrapper-image .content .content-float, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .content .content-float {
  text-align: left;
}
.acms-headerbox .box-header-wrapper-image .content .abstract:first-child p, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .content .abstract:first-child p {
  margin-top: 0;
}
.acms-headerbox .box-header-overlay, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay {
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.acms-headerbox .box-header-overlay .head, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay .head {
  width: 100%;
  position: relative;
  background: #005093;
  background-color: rgb(10, 31, 143);
}
.acms-headerbox .box-header-overlay .baseline, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay .baseline {
  font-size: 30px;
  line-height: 36px;
  padding: 15px;
}
.acms-headerbox .box-header-overlay .baseline .title, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay .baseline .title {
  text-transform: uppercase;
}
.acms-headerbox .box-header-overlay .baseline span, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay .baseline span {
  color: white;
}
.acms-headerbox .box-header-overlay .baseline br, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay .baseline br {
  display: none;
}
.acms-headerbox .box-header-overlay .head-button, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay .head-button {
  background-color: #ffb200;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0 auto 10px;
  width: 200px;
  text-align: center;
  font-weight: 600;
}
.acms-headerbox .box-header-overlay img, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay img {
  width: 100%;
}
.acms-headerbox .box-header-overlay h1, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay h1 {
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 500;
}
.acms-headerbox .box-header-overlay .baseline span, .acms-headerbox .box-header-overlay .head-button, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay .baseline span, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-overlay .head-button {
  background: transparent;
}
.acms-headerbox .sub-head, .acms-counterbox.acms-counterbox-2-header-50-50 .sub-head {
  background-color: #6cb1a2;
  color: white;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 500;
  padding: 20px 20px;
}
.acms-headerbox .box-video-overlay, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-overlay {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.acms-headerbox .box-video-container, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.acms-headerbox .box-video-container h1, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container h1 {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.acms-headerbox .box-video-container .youtube-cookie-warning, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container .youtube-cookie-warning {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: lightgray;
  color: white;
  text-align: center;
}
.acms-headerbox .box-video-container::before, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container::before {
  display: block;
  content: "";
}
.acms-headerbox .box-video-container iframe,
.acms-headerbox .box-video-container embed,
.acms-headerbox .box-video-container object,
.acms-headerbox .box-video-container video, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container iframe,
.acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container embed,
.acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container object,
.acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.acms-headerbox .box-video-container::before, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container::before {
  padding-top: 42.8571428571%;
}
.acms-headerbox .box-video-container.r16by10::before, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container.r16by10::before {
  padding-top: 62.5%;
}
.acms-headerbox .box-video-container.r16by9::before, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container.r16by9::before {
  padding-top: 56.25%;
}
.acms-headerbox .box-video-container.r4by3::before, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container.r4by3::before {
  padding-top: 75%;
}
.acms-headerbox .box-video-container.r1by1::before, .acms-counterbox.acms-counterbox-2-header-50-50 .box-video-container.r1by1::before {
  padding-top: 100%;
}
.acms-headerbox .box-header-wrapper-image-50 .image, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image-50 .image {
  position: relative;
}
.acms-headerbox .box-header-wrapper-image-50.box-header-wrapper-video .image, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image-50.box-header-wrapper-video .image {
  display: block;
}
.acms-headerbox .box-header-wrapper-image-50.box-header-wrapper-video .image .box-video-container::before, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image-50.box-header-wrapper-video .image .box-video-container::before {
  padding-top: 42.8571428571%;
}

@media screen and (min-width: 1024px) {
  .acms-headerbox, .acms-counterbox.acms-counterbox-2-header-50-50 {
    padding: 0;
  }
  .acms-headerbox .box-header-wrapper-text, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-text {
    margin: 0 auto;
    max-width: 1024px;
  }
  .acms-headerbox .box-header-wrapper-image, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image {
    display: table;
  }
  .acms-headerbox .box-header-wrapper-image .image-mobile, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image-mobile {
    display: none;
  }
  .acms-headerbox .box-header-wrapper-image .image, .acms-headerbox .box-header-wrapper-image .content, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .content {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .acms-headerbox .box-header-wrapper-image .content, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .content {
    text-align: right;
  }
  .acms-headerbox .box-header-wrapper-image.box-header-wrapper-left .content, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image.box-header-wrapper-left .content {
    text-align: left;
  }
  .acms-headerbox .box-header-wrapper-image .content .content-float, .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .content .content-float {
    display: inline-block;
    width: 512px;
  }
  .acms-box-headerbox .box-header-overlay {
    height: 320px;
    padding-bottom: 0px;
  }
  .acms-box-headerbox .box-header-overlay .head {
    height: 320px;
    width: 1024px;
    margin: 0 auto;
    background: none transparent;
  }
  .acms-box-headerbox .box-header-overlay .baseline {
    position: absolute;
    bottom: 85px;
    left: 5px;
    font-size: 43px;
    line-height: 40px;
  }
  .acms-box-headerbox .box-header-overlay .baseline span {
    background-color: rgba(10, 31, 143, 0.8);
    display: inline-block;
    padding: 5px 10px;
  }
  .acms-box-headerbox .box-header-overlay .baseline br {
    display: inline-block;
  }
  .acms-box-headerbox .box-header-overlay img {
    display: none;
    visibility: hidden;
  }
  .acms-box-headerbox .box-header-overlay .head-button {
    display: inline-block;
    position: absolute;
    margin: 0;
    width: auto;
    bottom: 30px;
    left: 0px;
    right: auto;
    color: #313030;
    background-color: #ffb200;
    font-weight: 600;
    padding: 0 25px;
  }
  .acms-box-headerbox .box-header-overlay .baseline {
    top: 55px;
    right: auto;
    bottom: auto;
    left: 0px;
    margin: 0px;
    padding: 0px;
  }
  .acms-box-headerbox .box-header-overlay h1 {
    line-height: 0em;
  }
  .acms-box-headerbox .box-header-overlay .head {
    background-color: transparent;
  }
  .acms-box-headerbox .box-header-overlay .baseline span {
    font-size: 0.65em;
    line-height: 1.1em;
    font-weight: 600;
  }
  .acms-headerbox .box-video-container::before {
    padding-top: 29.0322580645%;
  }
  .acms-headerbox .box-header-wrapper-image-50 .image {
    position: relative;
  }
  .acms-headerbox .box-header-wrapper-image-50 .box-video-container {
    position: absolute;
    height: 100%;
  }
  .acms-headerbox .box-header-wrapper-image-50.box-header-wrapper-video .image {
    display: table-cell;
  }
  .acms-headerbox .box-header-wrapper-image-50.box-header-wrapper-video .image .box-video-container::before {
    display: none;
  }
}
.box-image.box-image-text-hover-background {
  background: transparent no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 1px 0;
}
.box-image.box-image-text-hover-background .box-image-wrapper {
  background: white;
  margin: 0;
  padding: 0;
  width: 100%;
}
.box-image.box-image-text-hover-background .box-image-wrapper figure {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 460px;
}
.box-image.box-image-text-hover-background .box-image-wrapper figure img {
  display: none;
}
.box-image.box-image-text-hover-background .box-image-wrapper .content {
  background: white;
  width: 100%;
  padding: 55px 15px 60px;
  color: #313030;
}
.box-image.box-image-text-hover-background .box-image-wrapper .title {
  margin: 0 0 38px;
}
.box-image.box-image-text-hover-background .box-image-wrapper .title span {
  display: block;
}
.box-image.box-image-text-hover-background .box-image-wrapper a.link {
  color: #005093;
  padding: 11px 7px 17px 12px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.box-image.box-image-text-hover-background .box-image-wrapper a.link:after {
  margin-left: 15px;
  content: " > ";
}

.margin-top .box-image.box-image-text-hover-background {
  padding-top: 40px;
}

.margin-bottom .box-image.box-image-text-hover-background {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-image.box-image-text-hover-background .box-image-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    background: transparent;
  }
  .box-image.box-image-text-hover-background .box-image-wrapper figure {
    display: none;
  }
  .box-image.box-image-text-hover-background .box-image-wrapper .content {
    width: 512px;
    max-width: 100%;
    padding: 20px 18px 70px 22px;
  }
}
.box-image.box-image-text-right-image-left {
  background: transparent no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 1px 9px;
}
.box-image.box-image-text-right-image-left .box-image-wrapper {
  background: white;
  margin: 0;
  padding: 0;
  width: 100%;
}
.box-image.box-image-text-right-image-left .box-image-wrapper figure {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 460px;
}
.box-image.box-image-text-right-image-left .box-image-wrapper figure img {
  display: none;
}
.box-image.box-image-text-right-image-left .box-image-wrapper .content {
  background: #f3f3f3;
  width: 100%;
  padding: 34px 6px 28px;
  color: #313030;
}
.box-image.box-image-text-right-image-left .box-image-wrapper .title {
  margin: 0 0 20px;
}
.box-image.box-image-text-right-image-left .box-image-wrapper .title span {
  display: block;
}
.box-image.box-image-text-right-image-left .box-image-wrapper .links {
  margin-top: 38px;
  text-align: center;
}
.box-image.box-image-text-right-image-left .box-image-wrapper a.link {
  color: #005093;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.box-image.box-image-text-right-image-left .box-image-wrapper a.link:after {
  margin-left: 15px;
  content: " > ";
}

.margin-top .box-image.box-image-text-right-image-left {
  padding-top: 40px;
}

.margin-bottom .box-image.box-image-text-right-image-left {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-image.box-image-text-right-image-left .box-image-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
  }
  .box-image.box-image-text-right-image-left .box-image-wrapper figure, .box-image.box-image-text-right-image-left .box-image-wrapper .content {
    width: 512px;
    height: 600px;
    float: left;
  }
  .box-image.box-image-text-right-image-left .box-image-wrapper .content {
    padding: 45px 45px 0 38px;
  }
  .box-image.box-image-text-right-image-left .box-image-wrapper .links {
    text-align: left;
  }
}
.box-image.box-image-text-right-title-image-left {
  background: transparent no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 1px 9px;
}
.box-image.box-image-text-right-title-image-left.background-light-grey {
  background-color: #f3f3f3;
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper {
  background: white;
  margin: 0;
  padding: 0;
  width: 100%;
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper div.image {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  height: 426px;
  padding: 70px 0 0 19px;
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper div.image img {
  display: none;
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper .content {
  background: white;
  width: 100%;
  padding: 34px 6px 28px;
  color: #313030;
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper .title span {
  display: inline-block;
  color: white;
  background: rgba(0, 44, 82, 0.85);
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper .title span:after {
  content: " ";
  display: inline-block;
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper .title span:last-child:after {
  content: "";
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper .links {
  margin-top: 38px;
  text-align: center;
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper a.link {
  background: #005093;
  color: white;
  padding: 8px 7px 17px 12px;
  height: 45px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.box-image.box-image-text-right-title-image-left .box-image-wrapper a.link:after {
  margin-left: 15px;
  content: " > ";
}

.margin-top .box-image.box-image-text-right-title-image-left {
  padding-top: 40px;
}

.margin-bottom .box-image.box-image-text-right-title-image-left {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-image.box-image-text-right-title-image-left .box-image-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    background: transparent;
    display: table;
  }
  .box-image.box-image-text-right-title-image-left .box-image-wrapper div.image, .box-image.box-image-text-right-title-image-left .box-image-wrapper .content {
    display: table-cell;
  }
  .box-image.box-image-text-right-title-image-left .box-image-wrapper div.image {
    width: 618px;
  }
  .box-image.box-image-text-right-title-image-left .box-image-wrapper .content {
    width: 406px;
    padding: 81px 40px 62px 39px;
    border: 1px solid #d9d6d6;
  }
  .box-image.box-image-text-right-title-image-left .box-image-wrapper .links {
    text-align: left;
  }
}
.box-image.box-image-full {
  margin: 0;
  padding: 1px 9px;
}
.box-image.box-image-full figure {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 460px;
}
.box-image.box-image-full figure img {
  display: none;
}

.margin-top .box-image.box-image-full {
  padding-top: 40px;
}

.margin-bottom .box-image.box-image-full {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-image.box-image-full figure {
    height: 650px;
  }
}
.box-image.box-image-full-text {
  margin: 0;
  padding: 0;
}
.box-image.box-image-full-text .box-image-background {
  padding: 0;
  background: transparent no-repeat center center;
  background-size: cover;
}
.box-image.box-image-full-text .box-image-wrapper {
  margin: 0;
  height: 460px;
  padding: 35px 0 0;
  width: 100%;
}
.box-image.box-image-full-text .box-image-wrapper figure {
  display: none;
}
.box-image.box-image-full-text .box-image-wrapper .title span {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: white;
  background: rgba(25, 150, 127, 0.85);
}
.box-image.box-image-full-text .box-image-wrapper .title span:before {
  content: " ";
  display: inline-block;
}
.box-image.box-image-full-text .box-image-wrapper .title span:after {
  content: " ";
  display: inline-block;
}
.box-image.box-image-full-text .box-image-wrapper .title span:last-child:after {
  content: "";
}
.box-image.box-image-full-text .box-image-wrapper a.link {
  color: #005093;
  padding: 11px 7px 17px 12px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.box-image.box-image-full-text .box-image-wrapper a.link:after {
  margin-left: 15px;
  content: " > ";
}

.margin-top .box-image.box-image-full-text {
  padding-top: 40px;
}

.margin-bottom .box-image.box-image-full-text {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-image.box-image-full-text {
    margin: 0;
  }
  .box-image.box-image-full-text .box-image-wrapper {
    max-width: 1024px;
    height: 615px;
    margin: 0 auto;
    background: transparent;
  }
}
.box-image.box-image-75pct {
  margin: 0;
  padding: 1px 0;
}
.box-image.box-image-75pct figure {
  width: 100%;
}
.box-image.box-image-75pct figure img {
  width: 100%;
}

.margin-top .box-image.box-image-75pct {
  padding-top: 40px;
}

.margin-bottom .box-image.box-image-75pct {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-image.box-image-75pct figure {
    max-width: 75%;
    margin: 0 auto;
  }
}
.box-image.box-image-center {
  background: transparent no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  text-align: center;
}
.box-image.box-image-center figure {
  margin: 0 auto;
}
.box-image.box-image-center figure img {
  max-width: 100%;
  margin: 0 auto;
  border: none;
}
.box-image.box-image-center a {
  text-decoration: none;
}
.box-image.box-image-center a, .box-image.box-image-center figure, .box-image.box-image-center img {
  outline: none;
}
.box-image.box-image-center a:focus, .box-image.box-image-center figure:focus, .box-image.box-image-center img:focus {
  outline: none;
}

.margin-top .box-image.box-image-center {
  padding-top: 40px;
}

.margin-bottom .box-image.box-image-center {
  padding-bottom: 40px;
}

.box-images-collection {
  margin: 0;
}
.box-images-collection .box-images-collection-wrapper {
  text-align: center;
  padding: 1px 0;
}
.box-images-collection .box-images-collection-wrapper img {
  width: 100%;
}
.box-images-collection .box-images-collection-wrapper .item {
  margin-bottom: 24px;
}

.margin-top .box-images-collection .box-images-collection-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-images-collection .box-images-collection-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-images-collection .box-images-collection-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-images-collection .box-images-collection-wrapper:after {
    content: "";
    clear: both;
    display: table;
  }
  .box-images-collection .box-images-collection-wrapper .item {
    width: 500px;
    height: 500px;
    display: inline-block;
    float: left;
    margin-left: 24px;
  }
  .box-images-collection .box-images-collection-wrapper .item:first-child, .box-images-collection .box-images-collection-wrapper .item:nth-child(odd) {
    margin-left: 0;
  }
  .box-images-collection .box-images-collection-wrapper.cols3 .item {
    width: 336px;
    margin-left: 8px;
  }
  .box-images-collection .box-images-collection-wrapper.cols3 .item:first-child {
    margin-left: 0px;
  }
  .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(4), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(7), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(10), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(13), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(16), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(19), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(22), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(25), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(28), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(31), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(34), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(37), .box-images-collection .box-images-collection-wrapper.cols3 .item:nth-child(40) {
    margin-left: 0px;
  }
}
.box-inversecalculator .box-calculator-wrapper {
  padding: 1px 15px;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.box-inversecalculator .box-calculator-wrapper .title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2c248d;
  margin-bottom: 12px;
}
.box-inversecalculator .box-calculator-wrapper .amount-box {
  display: flex;
  margin: 0 auto;
  width: 361px;
  max-width: 100%;
  height: 67px;
  line-height: 67px;
  color: #2c248d;
  border: 1px solid #c1c1c1;
  overflow: hidden;
}
.box-inversecalculator .box-calculator-wrapper .amount-box input {
  color: #2c248d;
  flex-grow: 1;
  border: 0 none;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
.box-inversecalculator .box-calculator-wrapper .amount-box .amount-devise {
  display: block;
  flex: 0 0 60px;
  width: 60px;
  height: 67px;
  font-weight: bold;
  color: #2c248d;
  background: white;
  text-align: center;
}
.box-inversecalculator .box-calculator-wrapper .amout-text {
  color: #2c248d;
  display: block;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 15px;
}
.box-inversecalculator .box-calculator-wrapper .amout-text .ifi-amount {
  font-weight: bold;
  margin-left: 10px;
}
.box-inversecalculator .box-calculator-wrapper .text {
  line-height: normal;
}
.box-inversecalculator .box-calculator-wrapper .text p {
  margin: 0;
}
.box-inversecalculator .box-calculator-wrapper .amount-donation {
  color: #fbcf01;
  line-height: 57px;
  font-weight: bold;
  margin-top: 5px;
}
.box-inversecalculator .box-calculator-wrapper .links {
  margin: 30px 0 15px;
}
.box-inversecalculator .box-calculator-wrapper .link {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #2c248d;
  background: #fbcf01;
  line-height: 57px;
  padding: 0 20px;
}
.box-inversecalculator .box-calculator-wrapper > div:last-child {
  padding-bottom: 17px;
  border-bottom: 4px solid #2c248d;
}

.margin-top .box-inversecalculator .box-calculator-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-inversecalculator .box-calculator-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-inversecalculator .box-calculator-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .box-inversecalculator .box-calculator-wrapper > div {
    display: flex;
    justify-content: left;
    flex-direction: row;
    padding: 0 9px;
  }
  .box-inversecalculator .box-calculator-wrapper > div:last-child {
    justify-content: space-between;
    align-items: flex-end;
  }
  .box-inversecalculator .box-calculator-wrapper .title {
    margin-bottom: 12px;
  }
  .box-inversecalculator .box-calculator-wrapper .amount-donation, .box-inversecalculator .box-calculator-wrapper .amout-text {
    margin: 0;
  }
  .box-inversecalculator .box-calculator-wrapper .amount-box {
    margin: 0 20px 18px 0;
  }
  .box-inversecalculator .box-calculator-wrapper .links {
    margin: 0;
  }
}
.box-links-news .box-links-news-wrapper {
  margin: 0 auto;
  padding: 1px 0;
  text-align: center;
}
.box-links-news .link {
  text-decoration: none;
  background: white;
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 26px;
  padding-bottom: 15px;
}
.box-links-news .link.border {
  border-bottom: solid 5px #005093;
}
.box-links-news .link.twitter, .box-links-news .link.facebook, .box-links-news .link.instagram, .box-links-news .link.youtube {
  position: relative;
  background-color: white;
}
.box-links-news .link.twitter:after, .box-links-news .link.facebook:after, .box-links-news .link.instagram:after, .box-links-news .link.youtube:after {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.box-links-news .link.twitter.border:after, .box-links-news .link.facebook.border:after, .box-links-news .link.instagram.border:after, .box-links-news .link.youtube.border:after {
  left: 20px;
}
.box-links-news .link.twitter:after {
  content: url("../bundles/app/images/picto/twitter-actus.png");
}
.box-links-news .link.facebook:after {
  content: url("../bundles/app/images/picto/facebook-actus.png");
}
.box-links-news .link.instagram:after {
  content: url("../bundles/app/images/picto/instagram-actus.png");
}
.box-links-news .link.youtube:after {
  content: url("../bundles/app/images/picto/youtube-actus.png");
}
.box-links-news figure {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-links-news img {
  display: none;
}
.box-links-news .content {
  width: 100%;
  padding: 20px;
  background-color: white;
  position: relative;
}
.box-links-news .abstract {
  color: #313030;
  display: none;
}
.box-links-news .label {
  color: #313030;
  text-align: left;
}
.box-links-news .know-more {
  display: none;
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
}
.box-links-news .know-more:after {
  content: " > ";
}
.box-links-news .date {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  right: 5px;
  color: #817a7a;
}
.box-links-news .col {
  padding-left: 5px;
  padding-right: 5px;
}
.box-links-news .link.image .label {
  position: relative;
  margin-top: -40px;
  background: white;
  padding: 0px 10px;
}
.box-links-news .see-all {
  display: inline-block;
  padding: 10px 20px;
  background-color: #005093;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px auto;
}
.box-links-news .see-all:after {
  padding-left: 20px;
  content: " > ";
}

.margin-top .box-links-news .box-links-news-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-news .box-links-news-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-news .box-links-news-wrapper {
    max-width: 1024px;
  }
  .box-links-news figure {
    display: block;
    height: 200px;
    width: 100%;
  }
  .box-links-news .content {
    position: relative;
  }
  .box-links-news .cols {
    overflow: auto;
  }
  .box-links-news .col {
    padding: 0px;
    width: 315px;
    float: left;
  }
  .box-links-news .col:nth-child(2) {
    margin: 0px 39.5px;
  }
  .box-links-news .link {
    width: 315px;
    margin: 0px auto;
    margin-bottom: 26px;
  }
  .box-links-news .link .date {
    bottom: -8px;
  }
}
.box-links-3-cols .box-links-3-cols-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-links-3-cols .link {
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 0;
  margin-top: 15px;
}
.box-links-3-cols .link:first-child {
  margin-top: 0px;
}
.box-links-3-cols .link .date {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  right: 5px;
  color: #817a7a;
}
.box-links-3-cols figure {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-links-3-cols img {
  display: none;
}
.box-links-3-cols .content {
  width: 100%;
  padding: 20px;
  background-color: white;
  position: relative;
}
.box-links-3-cols .parent {
  color: #a2a2a2;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-links-3-cols .label {
  color: #313030;
}
.box-links-3-cols .abstract {
  color: #313030;
  line-height: 24px;
  margin-top: 10px;
}
.box-links-3-cols .know-more {
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.7px;
}
.box-links-3-cols .know-more:after {
  content: " > ";
}

.margin-top .box-links-3-cols .box-links-3-cols-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-3-cols .box-links-3-cols-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-3-cols .box-links-3-cols-wrapper {
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box-links-3-cols .fixed-height {
    height: 300px;
    overflow: hidden;
  }
  .box-links-3-cols .link {
    align-self: flex-start;
    display: inline-block;
    width: 320px;
    margin-left: 32px;
    margin-bottom: 0px;
  }
  .box-links-3-cols .link:nth-child(2), .box-links-3-cols .link:nth-child(3) {
    margin-top: 0px;
  }
  .box-links-3-cols .link:first-child {
    margin-left: 0px;
  }
  .box-links-3-cols .link:nth-child(4n) {
    margin-left: 0px;
  }
  .box-links-3-cols .label.h3, .box-links-3-cols .box-focus-text .focuses i.label, .box-focus-text .focuses .box-links-3-cols i.label {
    font-size: 30px;
  }
}
.box-links-2-cols .box-links-2-cols-wrapper {
  margin: 0 auto;
  padding: 1px 15px;
}
.box-links-2-cols .link {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 0;
  margin-top: 15px;
}
.box-links-2-cols .link:first-child {
  margin-top: 0px;
}
.box-links-2-cols .link .date {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  right: 5px;
  color: #817a7a;
}
.box-links-2-cols figure {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-links-2-cols img {
  display: none;
}
.box-links-2-cols .content {
  width: 100%;
  padding: 20px;
  background-color: white;
}
.box-links-2-cols .fixed-height {
  padding-bottom: 20px;
}
.box-links-2-cols .label {
  color: #313030;
  text-align: center;
  background-color: white;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  margin-top: -50px;
  height: auto;
  padding-bottom: 10px;
  display: table;
}
.box-links-2-cols .label span {
  display: table-cell;
  vertical-align: middle;
}
.box-links-2-cols .abstract {
  color: #313030;
  margin-top: 0px;
}
.box-links-2-cols .know-more {
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
}
.box-links-2-cols .know-more:after {
  content: " > ";
}

.margin-top .box-links-2-cols .box-links-2-cols-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-2-cols .box-links-2-cols-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-2-cols .box-links-2-cols-wrapper {
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box-links-2-cols .label {
    height: 100px;
    position: absolute;
  }
  .box-links-2-cols .abstract {
    margin-top: 60px;
  }
  .box-links-2-cols .fixed-height {
    min-height: 220px;
    overflow: hidden;
  }
  .box-links-2-cols .link {
    align-self: flex-start;
    display: inline-block;
    width: 473px;
    margin-left: 40px;
    border: solid 2px #d9d6d6;
  }
  .box-links-2-cols .link:nth-child(2) {
    margin-top: 0;
  }
  .box-links-2-cols .link:first-child {
    margin-left: 0px;
  }
  .box-links-2-cols .link:nth-child(odd) {
    margin-left: 0px;
  }
  .box-links-2-cols .fixed-height {
    max-height: 220px;
  }
}
.box-links-2-cols-var2 .box-links-2-cols-var2-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-links-2-cols-var2 .link {
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px;
  margin-bottom: 40px;
}
.box-links-2-cols-var2 .link:first-child {
  margin-top: 40px;
}
.box-links-2-cols-var2 .link:last-child {
  margin-bottom: 0px;
}
.box-links-2-cols-var2 .link .date {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  right: 5px;
  color: #817a7a;
}
.box-links-2-cols-var2 figure {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-links-2-cols-var2 img {
  display: none;
}
.box-links-2-cols-var2 .fixed-height {
  height: 300px;
  overflow: hidden;
}
.box-links-2-cols-var2 .content {
  width: 100%;
  padding: 20px;
  background-color: white;
  position: relative;
}
.box-links-2-cols-var2 .parent {
  color: #a2a2a2;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-links-2-cols-var2 .label {
  color: #313030;
}
.box-links-2-cols-var2 .abstract {
  color: #a2a2a2;
  margin-top: 10px;
}
.box-links-2-cols-var2 .center-button {
  text-align: center;
}
.box-links-2-cols-var2 .know-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #005093;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.box-links-2-cols-var2 .know-more:after {
  content: " > ";
}

.margin-top .box-links-2-cols-var2 .box-links-2-cols-var2-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-2-cols-var2 .box-links-2-cols-var2-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-2-cols-var2 .box-links-2-cols-var2-wrapper {
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }
  .box-links-2-cols-var2 .link {
    align-self: flex-start;
    display: inline-block;
    width: 460px;
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .box-links-2-cols-var2 .link:first-child, .box-links-2-cols-var2 .link:nth-child(2) {
    margin-top: 0;
  }
  .box-links-2-cols-var2 .link:nth-child(odd) {
    margin-left: 0px;
  }
}
.box-links-3-cols-recherches .box-links-3-cols-recherches-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-links-3-cols-recherches .link {
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 15px;
}
.box-links-3-cols-recherches .link:last-child {
  margin-bottom: 0px;
}
.box-links-3-cols-recherches .link .date {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  right: 5px;
  color: #817a7a;
}
.box-links-3-cols-recherches figure {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-links-3-cols-recherches img {
  display: none;
}
.box-links-3-cols-recherches .fixed-height {
  height: 300px;
  overflow: hidden;
}
.box-links-3-cols-recherches .content {
  width: 100%;
  padding: 20px;
  background-color: white;
  position: relative;
}
.box-links-3-cols-recherches .amount {
  color: #313030;
  background-color: #ffb200;
  position: absolute;
  left: 0px;
  bottom: 32px;
  padding: 5px 15px;
}
.box-links-3-cols-recherches .parent {
  color: #a2a2a2;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-links-3-cols-recherches .label {
  color: #313030;
}
.box-links-3-cols-recherches .know-more {
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.7px;
}
.box-links-3-cols-recherches .know-more:after {
  content: " > ";
}

.margin-top .box-links-3-cols-recherches .box-links-3-cols-recherches-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-3-cols-recherches .box-links-3-cols-recherches-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-3-cols-recherches .box-links-3-cols-recherches-wrapper {
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box-links-3-cols-recherches .link {
    align-self: flex-start;
    display: inline-block;
    width: 320px;
    margin-left: 32px;
    margin-bottom: 0px;
  }
  .box-links-3-cols-recherches .link:first-child {
    margin-left: 0px;
  }
  .box-links-3-cols-recherches .link:nth-child(4n) {
    margin-left: 0px;
  }
}
.box-links-2-cols-nums .box-links-2-cols-nums-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-links-2-cols-nums .link {
  background-color: white;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px 36px;
  margin: 0 0 20px;
}
.box-links-2-cols-nums .link:last-child {
  margin-bottom: 0px;
}
.box-links-2-cols-nums .content {
  display: flex;
  color: #313030;
}
.box-links-2-cols-nums .num {
  display: table;
}
.box-links-2-cols-nums span {
  color: #005093;
  display: block;
  vertical-align: top;
  text-align: left;
  width: 80px;
}
.box-links-2-cols-nums .label {
  align-self: flex-start;
}
.box-links-2-cols-nums .know-more {
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
}
.box-links-2-cols-nums .know-more:after {
  content: " > ";
}

.margin-top .box-links-2-cols-nums .box-links-2-cols-nums-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-2-cols-nums .box-links-2-cols-nums-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-2-cols-nums .box-links-2-cols-nums-wrapper {
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-links-2-cols-nums .link {
    align-self: flex-start;
    display: inline-block;
    width: 452px;
    margin: 20px 0px 0px 20px;
  }
  .box-links-2-cols-nums .link:first-child {
    margin-left: 0px;
  }
  .box-links-2-cols-nums .link:nth-child(1), .box-links-2-cols-nums .link:nth-child(2) {
    margin-top: 0;
  }
  .box-links-2-cols-nums .link:nth-child(odd) {
    margin-left: 0px;
  }
  .box-links-2-cols-nums .content {
    height: 130px;
    overflow: hidden;
  }
}
.box-links-3-cols-sans-images .box-links-3-cols-sans-images-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-links-3-cols-sans-images .link {
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 0 0 15px;
}
.box-links-3-cols-sans-images .link:last-child {
  margin-bottom: 0px;
}
.box-links-3-cols-sans-images .link .date {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  right: 5px;
  color: #817a7a;
}
.box-links-3-cols-sans-images .content {
  width: 100%;
  padding: 20px;
  background-color: white;
  position: relative;
}
.box-links-3-cols-sans-images .label {
  color: #313030;
}
.box-links-3-cols-sans-images .abstract {
  display: none;
  color: #313030;
  margin-top: 10px;
}
.box-links-3-cols-sans-images .know-more {
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 20px;
}
.box-links-3-cols-sans-images .know-more:after {
  content: " > ";
}

.margin-top .box-links-3-cols-sans-images .box-links-3-cols-sans-images-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-3-cols-sans-images .box-links-3-cols-sans-images-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-3-cols-sans-images .box-links-3-cols-sans-images-wrapper {
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box-links-3-cols-sans-images .link {
    align-self: flex-start;
    display: inline-block;
    width: 320px;
    margin-left: 32px;
    margin-top: 32px;
    margin-bottom: 0px;
  }
  .box-links-3-cols-sans-images .link:nth-child(1), .box-links-3-cols-sans-images .link:nth-child(2), .box-links-3-cols-sans-images .link:nth-child(3) {
    margin-top: 0;
  }
  .box-links-3-cols-sans-images .link:first-child, .box-links-3-cols-sans-images .link:nth-child(4), .box-links-3-cols-sans-images .link:nth-child(7), .box-links-3-cols-sans-images .link:nth-child(10), .box-links-3-cols-sans-images .link:nth-child(13), .box-links-3-cols-sans-images .link:nth-child(16), .box-links-3-cols-sans-images .link:nth-child(19), .box-links-3-cols-sans-images .link:nth-child(22), .box-links-3-cols-sans-images .link:nth-child(25), .box-links-3-cols-sans-images .link:nth-child(28), .box-links-3-cols-sans-images .link:nth-child(31) {
    margin-left: 0px;
  }
  .box-links-3-cols-sans-images .fixed-height {
    height: 300px;
    overflow: hidden;
  }
  .box-links-3-cols-sans-images .label {
    font-size: 26px;
    line-height: 30px;
  }
  .box-links-3-cols-sans-images .abstract {
    display: block;
  }
  .box-links-3-cols-sans-images .know-more {
    padding-top: 0px;
  }
}
.box-links-3-cols-titres-seuls .box-links-3-cols-titres-seuls-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-links-3-cols-titres-seuls .link {
  text-decoration: none;
  background-color: white;
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: solid 4px #005093;
  padding-top: 50px;
}
.box-links-3-cols-titres-seuls .link:last-child {
  margin-bottom: 0px;
}
.box-links-3-cols-titres-seuls .fixed-height {
  padding: 0px 20px;
}
.box-links-3-cols-titres-seuls .label {
  color: #313030;
  font-size: 34px;
  line-height: 40px;
}
.box-links-3-cols-titres-seuls .know-more {
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
}
.box-links-3-cols-titres-seuls .know-more:after {
  content: " > ";
}

.margin-top .box-links-3-cols-titres-seuls .box-links-3-cols-titres-seuls-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-3-cols-titres-seuls .box-links-3-cols-titres-seuls-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-3-cols-titres-seuls .box-links-3-cols-titres-seuls-wrapper {
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 180px;
    padding-right: 180px;
  }
  .box-links-3-cols-titres-seuls .link {
    align-self: flex-start;
    display: inline-block;
    width: 200px;
    margin-left: 32px;
    margin-bottom: 0px;
  }
  .box-links-3-cols-titres-seuls .link:first-child {
    margin-left: 0px;
  }
  .box-links-3-cols-titres-seuls .link:nth-child(4n) {
    margin-left: 0px;
  }
  .box-links-3-cols-titres-seuls .fixed-height {
    padding: 0px 20px;
    height: 150px;
    overflow: hidden;
  }
}
.box-links-3-blocs-1col-2cols-recherches .box-links-3-blocs-1col-2cols-recherches-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-links-3-blocs-1col-2cols-recherches .link {
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 15px;
}
.box-links-3-blocs-1col-2cols-recherches .link:last-child {
  margin-bottom: 0px;
}
.box-links-3-blocs-1col-2cols-recherches .link .date {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  right: 5px;
  color: #817a7a;
}
.box-links-3-blocs-1col-2cols-recherches figure {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-links-3-blocs-1col-2cols-recherches img {
  display: none;
}
.box-links-3-blocs-1col-2cols-recherches .fixed-height {
  overflow: hidden;
}
.box-links-3-blocs-1col-2cols-recherches .content {
  width: 100%;
  padding: 20px;
  background-color: white;
  position: relative;
}
.box-links-3-blocs-1col-2cols-recherches .abstract {
  color: #313030;
}
.box-links-3-blocs-1col-2cols-recherches .amount {
  color: #313030;
  background-color: #ffb200;
  position: absolute;
  left: 0px;
  bottom: 32px;
  padding: 5px 15px;
}
.box-links-3-blocs-1col-2cols-recherches .label {
  color: #313030;
  font-size: 25px;
  line-height: 30px;
}
.box-links-3-blocs-1col-2cols-recherches .label a {
  color: #313030;
  text-decoration: none;
}
.box-links-3-blocs-1col-2cols-recherches .know-more {
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
}
.box-links-3-blocs-1col-2cols-recherches .know-more:after {
  content: " > ";
}
.box-links-3-blocs-1col-2cols-recherches .know-more a {
  color: #005093;
  text-decoration: none;
}

.margin-top .box-links-3-blocs-1col-2cols-recherches .box-links-3-blocs-1col-2cols-recherches-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-3-blocs-1col-2cols-recherches .box-links-3-blocs-1col-2cols-recherches-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-3-blocs-1col-2cols-recherches .box-links-3-blocs-1col-2cols-recherches-wrapper {
    max-width: 1024px;
    display: block;
  }
  .box-links-3-blocs-1col-2cols-recherches .box-links-3-blocs-1col-2cols-recherches-wrapper:after {
    content: "";
    clear: both;
    display: table;
  }
  .box-links-3-blocs-1col-2cols-recherches .fixed-height {
    height: 300px;
    overflow: hidden;
    display: table;
    margin-top: -20px;
  }
  .box-links-3-blocs-1col-2cols-recherches .cell {
    display: table-cell;
    vertical-align: top;
  }
  .box-links-3-blocs-1col-2cols-recherches figure {
    display: inline-block;
    float: left;
    height: 100%;
    width: 50%;
  }
  .box-links-3-blocs-1col-2cols-recherches .content {
    display: inline-block;
    float: left;
    height: 100%;
    width: 50%;
    position: relative;
  }
  .box-links-3-blocs-1col-2cols-recherches .know-more {
    position: absolute;
    bottom: 20px;
  }
  .box-links-3-blocs-1col-2cols-recherches .abstract {
    display: none;
  }
  .box-links-3-blocs-1col-2cols-recherches .link {
    display: inline-block;
    float: left;
    width: 496px;
    margin-left: 32px;
    margin-top: 32px;
    margin-bottom: 0px;
    height: 235px;
  }
  .box-links-3-blocs-1col-2cols-recherches .link:after {
    content: "";
    clear: both;
    display: table;
  }
  .box-links-3-blocs-1col-2cols-recherches .link:first-child {
    margin-top: 0;
    margin-left: 0;
    height: 330px;
    width: 100%;
  }
  .box-links-3-blocs-1col-2cols-recherches .link:first-child .cell {
    vertical-align: middle;
  }
  .box-links-3-blocs-1col-2cols-recherches .link:first-child .label {
    color: #313030;
  }
  .box-links-3-blocs-1col-2cols-recherches .link:first-child .abstract {
    display: block;
  }
  .box-links-3-blocs-1col-2cols-recherches .link:nth-child(even) {
    margin-left: 0px;
  }
}
.box-links-2-blocs-2cols-recherches .box-links-2-blocs-2cols-recherches-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-links-2-blocs-2cols-recherches .link {
  position: relative;
  background: white;
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 15px auto 0;
  float: none;
  padding-top: 0;
  padding-bottom: 50px;
}
.box-links-2-blocs-2cols-recherches .link:nth-child(1) {
  margin-top: 0;
}
.box-links-2-blocs-2cols-recherches .link .date {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  right: 5px;
  color: #817a7a;
}
.box-links-2-blocs-2cols-recherches figure {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
}
.box-links-2-blocs-2cols-recherches img {
  display: none;
}
.box-links-2-blocs-2cols-recherches .fixed-height {
  margin-bottom: 15px;
}
.box-links-2-blocs-2cols-recherches .content {
  width: 100%;
  padding: 20px;
  background-color: white;
  float: none;
  font-size: 32px;
  line-height: 40px;
}
.box-links-2-blocs-2cols-recherches .abstract {
  color: #313030;
}
.box-links-2-blocs-2cols-recherches .amount {
  margin-bottom: 15px;
}
.box-links-2-blocs-2cols-recherches .amount span {
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  color: white;
  background-color: #0a1f8f;
  font-weight: bold;
  text-transform: uppercase;
}
.box-links-2-blocs-2cols-recherches .label {
  color: #313030;
  font-size: 26px;
  line-height: 30px;
}
.box-links-2-blocs-2cols-recherches .label a {
  color: #0a1f8f;
  text-decoration: none;
}
.box-links-2-blocs-2cols-recherches .know-more a {
  display: inline-block;
  color: #0a1f8f;
  background-color: #c9e9f0;
  text-transform: uppercase;
  text-align: center;
  min-width: 180px;
  text-decoration: none;
  padding: 5px 15px;
}

.margin-top .box-links-2-blocs-2cols-recherches .box-links-2-blocs-2cols-recherches-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-2-blocs-2cols-recherches .box-links-2-blocs-2cols-recherches-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-links-2-blocs-2cols-recherches .box-links-2-blocs-2cols-recherches-wrapper {
    max-width: 1024px;
    display: block;
  }
  .box-links-2-blocs-2cols-recherches .box-links-2-blocs-2cols-recherches-wrapper:after {
    content: "";
    clear: both;
    display: table;
  }
  .box-links-2-blocs-2cols-recherches .fixed-height {
    height: auto;
    overflow: hidden;
    display: table;
    margin-top: -20px;
  }
  .box-links-2-blocs-2cols-recherches .cell {
    display: table-cell;
    vertical-align: top;
  }
  .box-links-2-blocs-2cols-recherches figure {
    display: inline-block;
    float: none;
    width: 100%;
    height: 235px;
  }
  .box-links-2-blocs-2cols-recherches .content {
    display: inline-block;
    position: relative;
    float: none;
    width: 100%;
    height: 200px;
    padding-left: 0px;
  }
  .box-links-2-blocs-2cols-recherches .abstract {
    display: none;
  }
  .box-links-2-blocs-2cols-recherches .link {
    display: block;
    float: left;
    width: 496px;
    margin-left: 32px;
    margin-top: 32px;
    height: auto;
  }
  .box-links-2-blocs-2cols-recherches .link:after {
    content: "";
    clear: both;
    display: table;
  }
  .box-links-2-blocs-2cols-recherches .link:nth-child(1), .box-links-2-blocs-2cols-recherches .link:nth-child(2) {
    margin-top: 0;
  }
  .box-links-2-blocs-2cols-recherches .link:nth-child(odd) {
    margin-left: 0;
  }
  .box-links-2-blocs-2cols-recherches .link:first-child:last-child {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .background-light-grey .box-links-2-blocs-2cols-recherches .content {
    padding-left: 20px;
  }
}
.box-links-topics-en .box-links-topics-en-wrapper {
  padding: 1px 10px;
  overflow: auto;
}
.box-links-topics-en a {
  background-color: #f3f3f3;
  color: #005093;
  border-bottom: solid 5px #005093;
  width: 100%;
  height: 100px;
  padding-top: 0 10px;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 100px;
}
.box-links-topics-en a .h3, .box-links-topics-en a .box-focus-text .focuses i, .box-focus-text .focuses .box-links-topics-en a i {
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.box-links-topics-en a:last-child {
  margin-bottom: 5px;
}
.box-links-topics-en a:nth-child(1) {
  color: #1db096;
  border-bottom: solid 5px #1db096;
}
.box-links-topics-en a:nth-child(1):hover {
  color: white;
  background-color: #1db096;
}
.box-links-topics-en a:nth-child(2) {
  color: #4684c4;
  border-bottom: solid 5px #4684c4;
}
.box-links-topics-en a:nth-child(2):hover {
  color: white;
  background-color: #4684c4;
}
.box-links-topics-en a:nth-child(3) {
  color: #ff5977;
  border-bottom: solid 5px #ff5977;
}
.box-links-topics-en a:nth-child(3):hover {
  color: white;
  background-color: #ff5977;
}
.box-links-topics-en a:nth-child(4) {
  color: #da3338;
  border-bottom: solid 5px #da3338;
}
.box-links-topics-en a:nth-child(4):hover {
  color: white;
  background-color: #da3338;
}
.box-links-topics-en a:nth-child(5) {
  color: #ec651e;
  border-bottom: solid 5px #ec651e;
}
.box-links-topics-en a:nth-child(5):hover {
  color: white;
  background-color: #ec651e;
}
.box-links-topics-en a:nth-child(6) {
  color: #a2a2a2;
  border-bottom: solid 5px #a2a2a2;
}
.box-links-topics-en a:nth-child(6):hover {
  color: white;
  background-color: #a2a2a2;
}

.margin-top .box-links-topics-en .box-links-topics-en-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-links-topics-en .box-links-topics-en-wrapper {
  padding-bottom: 40px;
}

.acms-topicsbox.background-light-grey {
  background-color: #f3f3f3;
}
.acms-topicsbox.background-light-grey a {
  background-color: white;
}

@media screen and (min-width: 1024px) {
  .box-links-topics-en .box-links-topics-en-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-links-topics-en a {
    float: left;
    width: 318px;
    margin-right: 25px;
  }
  .box-links-topics-en a:nth-child(3n), .box-links-topics-en a:nth-child(6n), .box-links-topics-en a:nth-child(9n), .box-links-topics-en a:nth-child(12n) {
    margin-right: 0px;
  }
}
.box-map {
  margin: 0;
  padding: 0;
}
.box-map .box-map-wrapper {
  padding: 1px 0;
  margin: 0;
  width: 100%;
  color: #313030;
}
.box-map .box-map-wrapper .title {
  margin-bottom: 19px;
}
.box-map .box-map-wrapper .text p {
  margin: 0 0 10px;
}
.box-map .box-map-wrapper .content {
  padding: 40px 0;
}
.box-map .box-map-wrapper .select {
  margin: 0 auto;
  width: 300px;
  height: 40px;
  background-color: #005093;
  overflow: hidden;
  position: relative;
}
.box-map .box-map-wrapper .select select {
  border: none;
  border-style: none;
  width: 130%;
  box-shadow: none;
  background-image: url("../bundles/app/images/map-arrow.png");
  background-repeat: no-repeat;
  background-position: top right 100px;
  -webkit-appearance: none;
  background-color: #005093;
  color: white;
  height: 100%;
  padding-left: 15px;
}
.box-map .box-map-wrapper .select select:focus {
  outline: 0;
}
.box-map .box-map-wrapper .map-wrapper {
  width: 100%;
  text-align: center;
}
.box-map .mobile {
  display: block;
  visibility: visible;
}
.box-map .desktop {
  display: none;
  visibility: hidden;
}
.box-map.big .box-map-wrapper {
  text-align: center;
}
.box-map.big img {
  margin: 0 auto;
}

.margin-top .box-map .box-map-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-map .box-map-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-map.small .box-map-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    display: table;
    direction: rtl;
  }
  .box-map.small .box-map-wrapper .title {
    margin-bottom: 10px;
  }
  .box-map.small .box-map-wrapper .content, .box-map.small .box-map-wrapper .map-wrapper {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
  }
  .box-map.small .box-map-wrapper .map-wrapper {
    width: 500px;
  }
  .box-map.big .mobile {
    display: none;
    visibility: hidden;
  }
  .box-map.big .desktop {
    display: block;
    visibility: visible;
  }
}
.box-newsletter {
  color: #313030;
  margin: 0;
  padding: 0;
  text-align: center;
}
.box-newsletter .box-newsletter-wrapper {
  padding: 1px 0;
}
.box-newsletter label {
  display: block;
}
.box-newsletter label.error {
  color: #da3338;
}
.box-newsletter .required {
  color: #da3338;
}
.box-newsletter .field-row {
  margin-bottom: 10px;
}
.box-newsletter .field-row > div {
  display: none;
}
.box-newsletter .field-row > div.select {
  display: inline-block;
}
.box-newsletter input[type=text] {
  display: block;
  height: 45px;
  vertical-align: top;
  border-style: none;
  border: solid 1px #005093;
  color: #817a7a;
  padding-left: 20px;
  width: 250px;
}
.box-newsletter .select {
  width: 250px;
  height: 45px;
  background-color: #005093;
  overflow: hidden;
  position: relative;
}
.box-newsletter .select select {
  border: none;
  border-style: none;
  width: 130%;
  box-shadow: none;
  background-image: url("../bundles/app/images/map-arrow.png");
  background-repeat: no-repeat;
  background-position: top right 100px;
  -webkit-appearance: none;
  background-color: #005093;
  color: white;
  height: 100%;
  padding-left: 15px;
}
.box-newsletter .select select:focus {
  outline: 0;
}
.box-newsletter input[type=submit] {
  display: block;
  height: 45px;
  border-style: none;
  color: white;
  background-color: #005093;
  text-transform: uppercase;
  text-align: center;
}

.box-newsletter-v2 {
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #005093;
}
.box-newsletter-v2 .box-newsletter-wrapper {
  padding: 26px 20px 190px 20px;
}
.box-newsletter-v2 .title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
}
.box-newsletter-v2 .title span:last-child {
  border-bottom: solid 4px white;
  padding-bottom: 15px;
}
.box-newsletter-v2 .content {
  align-items: center;
}
.box-newsletter-v2 .content .text {
  text-align: left;
}
.box-newsletter-v2 .content .text p {
  font-size: 18px;
  margin: 0;
}
.box-newsletter-v2 .content .text p .small {
  font-size: 13px;
}
.box-newsletter-v2 .content .form .text-form {
  line-height: 1.5;
  font-size: 13px;
  margin-top: 20px;
  max-width: 100%;
}
.box-newsletter-v2 .subscribed {
  display: none;
}
.box-newsletter-v2 .subscribed .header .title {
  margin-bottom: 32px;
}
.box-newsletter-v2 .subscribed .text {
  text-align: left;
  font-size: 18px;
}
.box-newsletter-v2 .subscribed .text .small {
  font-size: 13px;
}
.box-newsletter-v2 .subscribed .text p {
  margin: 0;
}
.box-newsletter-v2 label {
  display: block;
}
.box-newsletter-v2 label.error {
  color: #da3338;
}
.box-newsletter-v2 .field-row {
  margin-bottom: 10px;
}
.box-newsletter-v2 .field-row > div {
  display: none;
}
.box-newsletter-v2 .field-row > div.select {
  display: inline-block;
}
.box-newsletter-v2 input[type=text] {
  display: block;
  vertical-align: top;
  border-style: none;
  color: #817a7a;
  padding-left: 20px;
  height: 50px;
  max-width: 100%;
  width: 330px;
  margin: 20px auto 0 auto;
  font-style: italic;
}
.box-newsletter-v2 input[type=submit] {
  display: block;
  border-style: none;
  font-size: 18px;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  color: #313030;
  background-color: #FFB200;
  text-transform: uppercase;
  text-align: center;
  width: 150px;
  height: 50px;
  margin: 20px auto 0 auto;
}
.box-newsletter-v2 .text a {
  color: white;
}
.box-newsletter-v2 .content .form .input input + div {
  font-size: 13px;
}
.box-newsletter-v2.ribbon {
  background-color: transparent;
}
.box-newsletter-v2.ribbon .box-newsletter-wrapper {
  background-color: #005093;
}
.box-newsletter-v2.lg {
  background-color: transparent;
}
.box-newsletter-v2.lg .box-newsletter-wrapper {
  padding: 58px 0 35px 0;
}
.box-newsletter-v2.lg .box-newsletter-wrapper .content {
  padding: 0 20px;
}
.box-newsletter-v2.lg .header {
  background-color: #005093;
}
.box-newsletter-v2.lg .title {
  color: white;
  margin-bottom: 42px;
}
.box-newsletter-v2.lg .title span:last-child {
  border-bottom: none;
  padding: 12px 0;
}
.box-newsletter-v2.lg input[type=text] {
  background-color: #F3F3F3;
  color: #313030;
}
.box-newsletter-v2.lg .text {
  color: #313030;
}
.box-newsletter-v2.lg .text a {
  color: #313030;
}
.box-newsletter-v2.lg svg {
  display: none;
}
.box-newsletter-v2.lg .subscribed .text {
  padding: 0 20px;
}

.margin-top .box-newsletter .box-newsletter-wrapper,
.margin-top .box-newsletter-v2 .box-newsletter-wrapper .box-newsletter-inner {
  padding-top: 40px;
}

.margin-bottom .box-newsletter .box-newsletter-wrapper,
.margin-bottom .box-newsletter-v2 .box-newsletter-wrapper .box-newsletter-inner {
  padding-bottom: 40px;
}

.margin-bottom .box-newsletter-v2.lg .box-newsletter-wrapper .box-newsletter-inner {
  padding-bottom: 0;
}

.margin-bottom .box-newsletter-v2.lg {
  padding-bottom: 40px;
}

.acms-newsletterbox-4-newsletter-lp.background-light-grey .box-newsletter-v2.lg input[type=text] {
  background-color: white;
}

.box-newsletter-v2 .loading-overlay {
  display: block;
  height: 0;
  opacity: 0;
  background: #005093;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 400ms ease-in, height 0ms linear;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.box-newsletter-v2 .loading-overlay .loading-overlay-content {
  margin: 0 auto;
}

.loading .box-newsletter-v2 .loading-overlay {
  opacity: 0.8;
  height: 100%;
  transition: opacity 400ms ease-in, height 0ms linear;
}

@media screen and (min-width: 1024px) {
  .box-newsletter .box-newsletter-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    overflow: auto;
  }
  .box-newsletter label {
    display: inline-block;
    width: 290px;
    text-align: right;
    padding-right: 20px;
    height: 45px;
    vertical-align: top;
  }
  .box-newsletter label.error {
    text-align: left;
    padding-left: 20px;
    padding-right: 0px;
  }
  .box-newsletter input[type=text] {
    display: inline-block;
    vertical-align: top;
  }
  .box-newsletter input[type=submit] {
    display: inline-block;
  }
  .box-newsletter .field-row {
    vertical-align: top;
    height: 45px;
    overflow: hidden;
  }
  .box-newsletter-v2 {
    padding: 30px 0 40px 0px;
  }
  .box-newsletter-v2 .box-newsletter-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    overflow: auto;
    padding: 0;
  }
  .box-newsletter-v2 .header {
    display: inline-flex;
    align-items: flex-start;
  }
  .box-newsletter-v2 .header svg {
    margin-right: 15px;
  }
  .box-newsletter-v2 .content {
    display: flex;
  }
  .box-newsletter-v2 .content .form {
    flex: 1 1 100%;
    margin-left: 30px;
  }
  .box-newsletter-v2 .content .form .input {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box-newsletter-v2 .content .form .input input + div {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
  }
  .box-newsletter-v2 .content .form .text-form {
    margin-top: 10px;
  }
  .box-newsletter-v2 .subscribed .header .title {
    margin-bottom: 25px;
  }
  .box-newsletter-v2 label {
    display: inline-block;
    width: 290px;
    text-align: right;
    padding-right: 20px;
    height: 45px;
    vertical-align: top;
  }
  .box-newsletter-v2 label.error {
    text-align: left;
    padding-left: 20px;
    padding-right: 0px;
  }
  .box-newsletter-v2 input[type=text] {
    display: inline-block;
    vertical-align: top;
    flex: 1;
    margin: 0;
  }
  .box-newsletter-v2 input[type=submit] {
    display: inline-block;
    margin: 0;
  }
  .box-newsletter-v2 .field-row {
    vertical-align: top;
    height: 45px;
    overflow: hidden;
  }
  .box-newsletter-v2.ribbon {
    background-color: transparent;
    position: relative;
    padding: 0;
  }
  .box-newsletter-v2.ribbon .box-newsletter-wrapper {
    max-width: 1200px;
    background-color: #005093;
    padding: 30px 0 40px 0px;
  }
  .box-newsletter-v2.ribbon .box-newsletter-wrapper .box-newsletter-inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-newsletter-v2.lg {
    padding: 0;
  }
  .box-newsletter-v2.lg .box-newsletter-wrapper {
    padding: 0px 0 33px 0px;
  }
  .box-newsletter-v2.lg .box-newsletter-wrapper .header {
    width: 100%;
    margin-bottom: 35px;
  }
  .box-newsletter-v2.lg .box-newsletter-wrapper .header .title {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    margin-left: 10px;
  }
  .box-newsletter-v2.lg .box-newsletter-wrapper .content {
    padding: 0;
  }
  .box-newsletter-v2.lg .box-newsletter-wrapper .subscribed .text {
    padding: 0;
  }
  .acms-newsletterbox-3-newsletter-ribbon.background-light-grey {
    background-color: transparent;
  }
  .acms-newsletterbox-3-newsletter-ribbon.background-light-grey .box-newsletter-v2.ribbon:after {
    display: block;
    height: 50px;
    background-color: #FFB200;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
  }
}
.box-numbered-list {
  color: #313030;
}
.box-numbered-list .box-numbered-list-wrapper {
  background-color: white;
  margin: 0 auto;
  padding: 1px 15px 1px 30px;
}
.box-numbered-list .item {
  width: 100%;
  background-color: white;
  margin: 0;
  padding: 0 0 18px;
}
.box-numbered-list .item:after {
  content: "";
  display: block;
  clear: both;
}
.box-numbered-list .item .number {
  color: #005093;
  width: 61px;
  float: left;
}
.box-numbered-list .item .title {
  margin: 17px 0 10px;
}
.margin-top .box-numbered-list .box-numbered-list-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-numbered-list .box-numbered-list-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-numbered-list .box-numbered-list-wrapper {
    max-width: 1024px;
    padding-left: 108px;
    padding-right: 15px;
  }
  .box-numbered-list .box-numbered-list-wrapper .item {
    display: table;
  }
  .box-numbered-list .box-numbered-list-wrapper .item > * {
    display: table-cell;
    vertical-align: top;
  }
  .box-numbered-list .box-numbered-list-wrapper .item .number {
    width: 80px;
  }
  .box-numbered-list .box-numbered-list-wrapper .item .title {
    width: 820px;
  }
}
.box-optin {
  color: #313030;
  background: transparent no-repeat center center;
  margin: 0;
  padding: 0;
}
.box-optin form > div {
  display: none;
}
.box-optin .box-optin-wrapper {
  padding: 1px 0;
}
.box-optin .twitter {
  margin-top: 20px;
}
.box-optin .left-part {
  width: 100%;
  padding-bottom: 20px;
}
.box-optin .left-part img {
  margin: 0 auto;
  display: block;
}
.box-optin .newsletter, .box-optin .recherche-et-sante {
  padding: 10px;
}
.box-optin .title {
  text-align: center;
  margin-bottom: 40px;
}
.box-optin .title span:last-child {
  border-bottom: solid 4px #313030;
  padding-bottom: 15px;
}
.box-optin .text {
  margin-top: 60px;
}
.box-optin .content-rs {
  text-align: center;
}
.box-optin form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.box-optin input[type=text] {
  height: 45px;
  vertical-align: top;
  border-style: none;
  border: solid 1px #005093;
  color: #817a7a;
  padding-left: 20px;
}
.box-optin input[type=submit], .box-optin .submit-rs {
  display: inline-block;
  height: 45px;
  border-style: none;
  color: white;
  background-color: #005093;
  text-transform: uppercase;
  text-align: center;
}
.box-optin .submit-nl {
  width: 45px;
}
.box-optin .submit-rs, .box-optin .email-rs {
  min-width: 240px;
}
.box-optin a.submit-rs {
  text-decoration: none;
  padding: 7px 20px;
}
.box-optin .email-nl {
  width: 260px;
  flex: 0 1 260px;
}
.box-optin .abstract p {
  margin-bottom: 8px;
}
.box-optin .submit-rs {
  margin: 0px auto;
  margin-top: 8px;
}
.box-optin .know-more {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #005093;
}
.box-optin .know-more:after {
  content: " > ";
}
.box-optin .left-rs {
  text-align: center;
}
.box-optin .optin-image {
  width: 124px;
  background-size: cover;
  margin: 20px auto;
}
.box-optin .optin-image img {
  opacity: 0;
  width: 100%;
}
.box-optin .content-rs {
  text-align: center;
}
.box-optin .box-optin-map-wrapper {
  padding: 10px 0px;
  text-align: center;
}
.box-optin .box-optin-map-wrapper .title {
  text-align: center;
}
.box-optin .select {
  margin: 40px auto;
  width: 300px;
  height: 40px;
  background-color: #005093;
  overflow: hidden;
  position: relative;
}
.box-optin .select select {
  border: none;
  border-style: none;
  width: 130%;
  box-shadow: none;
  background-image: url("../bundles/app/images/map-arrow.png");
  background-repeat: no-repeat;
  background-position: top right 100px;
  -webkit-appearance: none;
  background-color: #005093;
  color: white;
  height: 100%;
  padding-left: 15px;
}
.box-optin .select select:focus {
  outline: 0;
}
.box-optin .facebook-feed {
  position: relative;
}
.box-optin .facebook-feed iframe.desktop {
  display: none;
}
.box-optin .facebook-feed .facebook-cookie-warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: lightgray;
  color: white;
  text-align: center;
}
.box-optin .recherche-et-sante-facebook {
  text-align: center;
}
.box-optin .recherche-et-sante-facebook .content {
  text-align: center;
}
.box-optin .recherche-et-sante-facebook .title {
  text-align: center;
}
.box-optin .recherche-et-sante-facebook .abstract {
  text-align: center;
}
.box-optin .recherche-et-sante-facebook figure {
  width: 60%;
  margin: 0 auto;
}
.box-optin .recherche-et-sante-facebook .submit-rs {
  height: auto;
  margin-bottom: 20px;
  font-size: 18px;
}
.box-optin .recherche-et-sante-facebook .optin-image img {
  width: 98%;
}

.margin-top .box-optin .box-optin-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-optin .box-optin-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-optin .box-optin-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    overflow: auto;
  }
  .box-optin .left-part {
    float: left;
    width: 49%;
    padding-bottom: 0px;
  }
  .box-optin .right-part {
    float: right;
    width: 49%;
  }
  .box-optin .title {
    text-align: left;
    margin-bottom: 20px;
  }
  .box-optin .content-rs {
    text-align: left;
    overflow: auto;
  }
  .box-optin .left-rs {
    float: left;
    width: 140px;
    text-align: left;
  }
  .box-optin .right-rs {
    float: right;
    width: 300px;
    text-align: left;
  }
  .box-optin .optin-image {
    margin-left: 0px;
  }
  .box-optin .facebook-feed {
    position: relative;
  }
  .box-optin .facebook-feed iframe.desktop {
    display: block;
  }
  .box-optin .facebook-feed iframe.mobile {
    display: none;
  }
  .box-optin .recherche-et-sante-facebook {
    margin-bottom: 10px;
  }
  .box-optin .abstract-rs p {
    margin-top: 5px;
  }
}
.box-portrait {
  margin: 0;
  color: #313030;
}
.box-portrait .box-portrait-wrapper {
  padding: 1px 9px;
  margin: 0;
  width: 100%;
}
.box-portrait .box-portrait-wrapper .items.desktop {
  display: none;
}
.box-portrait .box-portrait-wrapper .item {
  width: 100%;
  margin: 0 0 20px;
}
.box-portrait .box-portrait-wrapper figure {
  position: relative;
  background: white no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 181px;
}
.box-portrait .box-portrait-wrapper figure img {
  display: none;
}
.box-portrait .box-portrait-wrapper figure .name {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 10px;
  padding: 0 4px;
  background: #f3f3f3;
}
.box-portrait .box-portrait-wrapper .content {
  width: 100%;
  padding: 16px 11px 16px 13px;
  color: #313030;
  background: #f3f3f3;
}
.box-portrait .box-portrait-wrapper .content p {
  margin: 0 0 10px;
}
.box-portrait.box-portrait-campagne {
  background: #fded9a;
}
.box-portrait.box-portrait-campagne .box-portrait-wrapper {
  background: #fded9a;
}
.box-portrait.box-portrait-campagne .box-portrait-wrapper .item {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.box-portrait.box-portrait-campagne .box-portrait-wrapper .item figure {
  width: 100%;
  height: 82px;
  flex: 0 0 100%;
  overflow: visible;
  background: transparent !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-portrait.box-portrait-campagne .box-portrait-wrapper .item figure img {
  max-width: 82px;
  display: block;
  clip-path: circle(41px);
}
.box-portrait.box-portrait-campagne .box-portrait-wrapper .item figure span {
  text-transform: uppercase;
  background: transparent;
  position: relative;
  bottom: auto;
  width: 70%;
  text-align: left;
  line-height: 1.2;
  top: auto;
}
.box-portrait.box-portrait-campagne .box-portrait-wrapper .item .content {
  position: relative;
  background: transparent;
}
.box-portrait.box-portrait-campagne .box-portrait-wrapper .item .content:before {
  content: " ";
  display: block;
  background: url("/bundles/app/images/picto/guillemets.png") no-repeat top left;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 90px;
  height: 72px;
  background-size: contain;
  z-index: 0;
}
.box-portrait.box-portrait-campagne .box-portrait-wrapper .item .content .quote {
  z-index: 1;
  width: 100%;
  font-size: 17px;
  line-height: 1.41;
}
.box-portrait a.prev, .box-portrait a.next {
  text-decoration: none;
  display: none;
  position: absolute;
  top: 170px;
  width: 25px;
  height: 25px;
  z-index: 110;
  cursor: pointer;
  outline: none;
  background-size: cover;
}
.box-portrait .prev {
  left: 10px;
  background-image: url("../bundles/app/images/diapo-left.svg");
}
.box-portrait .next {
  right: 10px;
  background-image: url("../bundles/app/images/diapo-right.svg");
}
.box-portrait .pager {
  margin: 0px;
  padding: 0px;
  display: block;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 109;
  width: 100%;
}
.box-portrait .pager span {
  display: inline-block;
  color: white;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #d9d6d6;
  margin: 0px 5px;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-indent: -9999px;
}
.box-portrait .pager span.cycle-pager-active {
  background-color: #005093;
}

.margin-top .box-portrait .box-portrait-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-portrait .box-portrait-wrapper {
  padding-bottom: 40px;
}

.background-light-grey .box-portrait.box-portrait-campagne {
  background-color: #f3f3f3;
}
.background-light-grey .box-portrait.box-portrait-campagne .box-portrait-wrapper {
  background-color: #f3f3f3;
}

.background-light-grey .box-portrait.box-portrait-campagne .box-portrait-wrapper {
  background-color: #f3f3f3;
}

@media screen and (min-width: 1024px) {
  .box-portrait .box-portrait-wrapper {
    padding-left: 21px;
    padding-right: 21px;
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-portrait .box-portrait-wrapper a.next, .box-portrait .box-portrait-wrapper a.prev, .box-portrait .box-portrait-wrapper .pager {
    display: none;
  }
  .box-portrait .box-portrait-wrapper .items.mobile {
    display: none;
  }
  .box-portrait .box-portrait-wrapper .items.desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .box-portrait .box-portrait-wrapper .item {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 10px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .box-portrait .box-portrait-wrapper .content {
    flex-grow: 1;
  }
  .box-portrait .box-portrait-wrapper .links {
    text-align: left;
  }
  .box-portrait.box-portrait-campagne .box-portrait-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    flex-direction: row;
  }
  .box-portrait.box-portrait-campagne .box-portrait-wrapper .item {
    width: 50%;
    flex: 0 0 50%;
    margin: 0 0 90px;
    flex-direction: row;
  }
  .box-portrait.box-portrait-campagne .box-portrait-wrapper .item figure {
    display: block;
    width: 182px;
    height: 182px;
    flex: 0 0 182px;
  }
  .box-portrait.box-portrait-campagne .box-portrait-wrapper .item figure img {
    max-width: 182px;
    display: block;
    clip-path: circle(91px at 91px 91px);
  }
  .box-portrait.box-portrait-campagne .box-portrait-wrapper .item figure span.name {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    left: 0px;
    line-height: 1.2;
    top: 190px;
    padding: 0px;
  }
  .box-portrait.box-portrait-campagne .box-portrait-wrapper .item .content:before {
    left: -45px;
    top: 0px;
  }
  .box-portrait.box-portrait-campagne .box-portrait-wrapper .item .content .quote {
    z-index: 1;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 90%;
  }
  .margin-top .box-portrait.box-portrait-campagne .box-portrait-wrapper {
    padding-top: 80px;
  }
}
.box-quote {
  background: transparent no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 1px 9px;
}
.box-quote.background-light-grey {
  background-color: #f3f3f3;
}
.box-quote .box-quote-wrapper {
  background: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}
.box-quote .box-quote-wrapper .image {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.box-quote .box-quote-wrapper .image img {
  display: none;
  width: 100%;
}
.box-quote .box-quote-wrapper .content {
  background: #f3f3f3;
  width: 100%;
  padding: 40px 20px 50px;
  color: #313030;
}
.box-quote .box-quote-wrapper .content blockquote {
  color: #005093;
}
.box-quote .box-quote-wrapper .content .name {
  text-align: right;
}
.box-quote .box-quote-wrapper .content ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.box-quote .box-quote-wrapper .content ul li {
  position: relative;
}
.box-quote .box-quote-wrapper .content ul li:before {
  color: #005093;
  position: absolute;
  left: -20px;
  content: "◾";
}
.box-quote .box-quote-wrapper .links {
  margin-top: 38px;
  text-align: center;
}
.box-quote .box-quote-wrapper a.link {
  background: #005093;
  color: white;
  padding: 11px 7px 17px 12px;
  height: 45px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.box-quote .box-quote-wrapper a.link:after {
  margin-left: 15px;
  content: " > ";
}
.box-quote.box-quote-circle-quote {
  padding: 0;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper {
  padding: 0;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .image {
  padding: 0 0 20px;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .image figure {
  margin: 0 auto;
  width: 260px;
  max-width: 100%;
  height: 260px;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 100%;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .image figure:after {
  content: " ";
  display: block;
  background: url("../bundles/app/images/picto/guillemets.png") no-repeat top left;
  background-size: contain;
  position: absolute;
  right: -75px;
  top: 12px;
  width: 124px;
  height: 100px;
  z-index: 0;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .content {
  padding: 0;
  background: transparent;
  text-align: center;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .content .quote {
  line-height: normal;
  font-style: normal;
  color: #313030;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .content .quote p:first-child {
  margin-top: 0;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .content .quote p:last-child {
  margin-bottom: 0;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .content .name {
  text-align: center;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .content .name span {
  display: block;
}
.box-quote.box-quote-circle-quote .box-quote-wrapper .content .name span:first-child {
  font-weight: bold;
}

.margin-top .box-quote {
  padding-top: 40px;
}

.margin-bottom .box-quote {
  padding-bottom: 40px;
}

.margin-top .box-quote.box-quote-circle-quote {
  padding-top: 75px;
}

.margin-bottom .box-quote.box-quote-circle-quote {
  padding-bottom: 75px;
}

@media screen and (min-width: 1024px) {
  .box-quote .box-quote-wrapper {
    max-width: 768px;
    margin: 0 auto;
    background: transparent;
    display: table;
  }
  .box-quote .box-quote-wrapper .image, .box-quote .box-quote-wrapper .content {
    display: table-cell;
    width: 384px;
  }
  .box-quote .box-quote-wrapper .image img {
    display: none;
  }
  .box-quote .box-quote-wrapper .content {
    padding: 54px 29px 23px 40px;
  }
  .box-quote .box-quote-wrapper .content blockquote {
    margin-bottom: 58px;
  }
  .box-quote .box-quote-wrapper .links {
    text-align: left;
  }
  .box-quote.box-quote-circle-quote .box-quote-wrapper .image, .box-quote.box-quote-circle-quote .box-quote-wrapper .content {
    width: 50%;
    vertical-align: top;
  }
  .box-quote.box-quote-circle-quote .box-quote-wrapper .image {
    padding: 20px 0 0;
  }
  .box-quote.box-quote-circle-quote .box-quote-wrapper .image figure {
    margin: 0;
  }
  .box-quote.box-quote-circle-quote .box-quote-wrapper .content {
    text-align: left;
  }
  .box-quote.box-quote-circle-quote .box-quote-wrapper .content .name {
    text-align: left;
  }
}
.box-replay {
  background-color: white;
}
.box-replay .box-replay-wrapper {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1px 0;
  cursor: pointer;
  position: relative;
}
.box-replay .box-replay-wrapper .youtube-cookie-warning {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: lightgray;
  color: white;
  text-align: center;
}

.background-light-grey .box-replay {
  background-color: #f3f3f3;
}

div[data-acms-box-saved-label=replay-chronique] .box-replay-wrapper,
.box-replay.box-replay-france-inter .box-replay-wrapper {
  position: relative;
  height: auto;
}
div[data-acms-box-saved-label=replay-chronique] .box-replay-wrapper:before,
.box-replay.box-replay-france-inter .box-replay-wrapper:before {
  content: "";
  display: block;
  min-height: 150px;
}
div[data-acms-box-saved-label=replay-chronique] .box-replay-wrapper iframe,
.box-replay.box-replay-france-inter .box-replay-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.margin-top .box-replay.box-replay-france-inter .box-replay-wrapper iframe {
  top: 40px;
}

@media screen and (min-width: 768px) {
  div[data-acms-box-saved-label=replay-chronique] .box-replay-wrapper:before,
  .box-replay.box-replay-france-inter .box-replay-wrapper:before {
    display: none;
  }
  div[data-acms-box-saved-label=replay-chronique] .box-replay-wrapper iframe,
  .box-replay.box-replay-france-inter .box-replay-wrapper iframe {
    position: relative;
    top: auto;
    left: auto;
  }
  .margin-top .box-replay.box-replay-france-inter .box-replay-wrapper:before,
  .margin-top.margin-bottom .box-replay.box-replay-france-inter .box-replay-wrapper:before {
    padding-top: 40px;
  }
  .margin-top .box-replay.box-replay-france-inter .box-replay-wrapper iframe,
  .margin-top.margin-bottom .box-replay.box-replay-france-inter .box-replay-wrapper iframe {
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  div[data-acms-box-saved-label=replay-chronique] iframe {
    min-height: 0px !important;
  }
}
.margin-top .box-replay .box-replay-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-replay .box-replay-wrapper {
  padding-bottom: 40px;
}

.box-separator {
  margin: 0;
  padding: 0;
}
.box-separator .box-separator-wrapper {
  padding: 0;
  max-width: 1024px;
  margin: 0 auto;
}
.box-separator .box-separator-wrapper hr {
  width: 100%;
  height: 4px;
  border: 0 none;
  background: #0a1f8f;
  margin: 0 auto;
  padding: 0;
}
.box-separator.w-50 .box-separator-wrapper hr {
  width: 50%;
}

.box-separator-space {
  height: 40px;
}

html.acms-logged .box-separator .box-separator-wrapper {
  display: block;
  visibility: visible;
  text-align: center;
  padding-top: 45px;
}

.color-wrapper.color-frm .box-separator .box-separator-wrapper hr {
  background: #005093;
}

.color-wrapper.color-don .box-separator .box-separator-wrapper hr {
  background: #ffb200;
}

.color-wrapper.color-fiscalite .box-separator .box-separator-wrapper hr {
  background: #2a80c7;
}

.color-wrapper.color-cancer .box-separator .box-separator-wrapper hr {
  background: #1db096;
}

.color-wrapper.color-neurologiques .box-separator .box-separator-wrapper hr {
  background: #4684c4;
}

.color-wrapper.color-cardiovasculaires .box-separator .box-separator-wrapper hr {
  background: #ff5977;
}

.color-wrapper.color-infectieuses .box-separator .box-separator-wrapper hr {
  background: #da3338;
}

.color-wrapper.color-rares .box-separator .box-separator-wrapper hr {
  background: #ec651e;
}

.color-wrapper.color-autres .box-separator .box-separator-wrapper hr {
  background: #a2a2a2;
}

.color-wrapper.color-environnement-et-sante .box-separator .box-separator-wrapper hr {
  background: #40ae49;
}

.color-wrapper.color-reparatrice .box-separator .box-separator-wrapper hr {
  background: #d94f45;
}

.acms-box.acms-box-slideshowbox .acms-admin.acms-box-toolbar {
  z-index: 119;
}

.box-slideshow {
  padding: 1px 0;
}
.box-slideshow .box-slideshow-wrapper {
  position: relative;
  margin: 0 auto;
}
.box-slideshow .box-slideshow-wrapper > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-slideshow .box-slideshow-wrapper > ul li {
  background-color: #f3f3f3;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-slideshow .box-slideshow-wrapper > ul li:before {
  content: "";
}
.box-slideshow figure {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-slideshow img {
  display: none;
}
.box-slideshow a.prev, .box-slideshow a.next {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 220px;
  width: 50px;
  height: 70px;
  z-index: 110;
  cursor: pointer;
  outline: none;
}
.box-slideshow .prev {
  left: 0px;
  background-image: url("../bundles/app/images/button-left.png");
}
.box-slideshow .next {
  right: 0px;
  background-image: url("../bundles/app/images/button-right.png");
}
.box-slideshow .pager {
  display: block;
  position: absolute;
  top: 260px;
  text-align: center;
  z-index: 109;
  width: 100%;
}
.box-slideshow .pager span {
  display: inline-block;
  color: white;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: solid 1px #005093;
  margin: 0px 5px;
  background-color: white;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-indent: -9999px;
}
.box-slideshow .pager span.cycle-pager-active {
  background-color: #005093;
  border-color: #005093;
}
.box-slideshow .fixed-height {
  height: 380px;
  overflow: hidden;
}
.box-slideshow .content {
  width: 100%;
  padding: 10px;
  background-color: #f3f3f3;
}
.box-slideshow .title {
  color: #313030;
}
.box-slideshow .abstract {
  color: #313030;
  margin: 10px 0px;
}
.box-slideshow .abstract p {
  margin: 0;
}
.box-slideshow .buttons {
  text-align: center;
}
.box-slideshow .buttons a {
  display: inline-flex;
  align-items: center;
  color: white;
  background-color: #005093;
  text-transform: uppercase;
  text-decoration: none;
  width: 200px;
  padding: 0px 20px;
  height: 50px;
  text-align: center;
  margin: 10px auto 0px;
  position: relative;
  font-size: 16px;
}
.box-slideshow .buttons a:after {
  content: " > ";
  position: absolute;
  right: 8px;
}
.box-slideshow .buttons a.button2 {
  color: #005093;
  background-color: #f3f3f3;
}

.margin-top .box-slideshow {
  padding-top: 40px;
}

.margin-bottom .box-slideshow {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-slideshow .box-slideshow-wrapper figure {
    height: 600px;
  }
  .box-slideshow .box-slideshow-wrapper .fixed-height {
    height: 180px;
    padding: 10px;
    position: relative;
  }
  .box-slideshow .box-slideshow-wrapper a.prev, .box-slideshow .box-slideshow-wrapper a.next {
    top: 510px;
  }
  .box-slideshow .box-slideshow-wrapper .pager {
    top: 550px;
  }
  .box-slideshow .box-slideshow-wrapper .content {
    width: 1024px;
    margin: 0 auto;
    padding: 0px;
  }
  .box-slideshow .box-slideshow-wrapper .texts {
    display: inline-block;
    width: 780px;
  }
  .box-slideshow .box-slideshow-wrapper .texts.small {
    width: 590px;
  }
  .box-slideshow .box-slideshow-wrapper .buttons {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .box-slideshow .box-slideshow-wrapper .buttons a {
    margin-top: 0;
  }
  .box-slideshow .box-slideshow-wrapper.small {
    width: 1024px;
    margin: 0 auto;
  }
  .box-slideshow .box-slideshow-wrapper.small figure {
    height: 400px;
  }
  .box-slideshow .box-slideshow-wrapper.small a.prev, .box-slideshow .box-slideshow-wrapper.small a.next {
    top: 310px;
  }
  .box-slideshow .box-slideshow-wrapper.small .pager {
    top: 350px;
  }
}
.acms-keystatisticsbox {
  background-color: white;
}
.acms-keystatisticsbox.background-light-grey {
  background-color: #f3f3f3;
}

.box-keystatistics .box-keystatistics-wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
.box-keystatistics .box-keystatistics-wrapper ul li {
  padding: 40px 0px;
  margin: 20px 10px;
  background-color: #f3f3f3;
  display: block;
}
.box-keystatistics .box-keystatistics-wrapper ul li.item-keystatistics__list__item__empty {
  display: none;
}
.box-keystatistics .box-keystatistics-wrapper ul li:before {
  content: " ";
  display: none;
}
.box-keystatistics .box-keystatistics-wrapper ul li .block-link {
  text-decoration: none;
  color: #313030;
}
.box-keystatistics .box-keystatistics-wrapper ul li .item-keystatistics__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-keystatistics .box-keystatistics-wrapper ul li .item-keystatistics__wrapper.reversed {
  flex-direction: row-reverse;
}
.box-keystatistics .box-keystatistics-wrapper ul li .item-keystatistics__wrapper .item-keystatistics__list__item__image {
  width: 60px;
  height: 60px;
  margin: 0px 10px;
}
.box-keystatistics .box-keystatistics-wrapper ul li .item-keystatistics__wrapper .item-keystatistics__list__item__text {
  margin: 0px 10px;
}
.box-keystatistics .box-keystatistics-wrapper ul li .item-keystatistics__wrapper .item-keystatistics__list__item__text mark {
  font-weight: bold;
  color: #005093;
  font-size: 26px;
}
.box-keystatistics .box-keystatistics-wrapper ul li .item-keystatistics__wrapper .item-keystatistics__list__item__text .keystatistics-number {
  display: none;
}

.margin-top .box-keystatistics .box-keystatistics-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-keystatistics .box-keystatistics-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-keystatistics .box-keystatistics-wrapper {
    max-width: 1024px;
    margin: 0px auto;
  }
  .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list {
    display: flex;
    direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item, .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item__empty {
    margin: 10px 0px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item.cols1, .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item__empty.cols1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 150px;
  }
  .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item.cols2, .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item__empty.cols2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 320px;
  }
  .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item.cols3, .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item__empty.cols3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 490px;
  }
  .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item.cols4, .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item__empty.cols4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 660px;
  }
  .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item.cols5, .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item__empty.cols5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 830px;
  }
  .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item.cols6, .box-keystatistics .box-keystatistics-wrapper ul.box-keystatistics__list li.item-keystatistics__list__item__empty.cols6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1024px;
  }
}
.acms-diaporamaautobox, .acms-diaporamamanualbox {
  background-color: white;
}
.acms-diaporamaautobox.background-light-grey, .acms-diaporamamanualbox.background-light-grey {
  background-color: #f3f3f3;
}

.box-diaporama .box-diaporama-wrapper {
  position: relative;
  height: 470px;
}
.box-diaporama .box-diaporama-wrapper .diapo {
  border: 0.5px solid #d9d6d6;
  height: 440px;
}
.box-diaporama .box-diaporama-wrapper a {
  text-decoration: none;
  color: #313030;
}
.box-diaporama .box-diaporama-wrapper ul {
  width: 100%;
  margin: 0 auto;
}
.box-diaporama .box-diaporama-wrapper ul li {
  list-style: none;
  width: 100%;
  margin: 0px;
}
.box-diaporama .box-diaporama-wrapper ul li:before {
  content: "";
}
.box-diaporama .box-diaporama-wrapper .box-video-container {
  height: 212px;
  position: relative;
}
.box-diaporama .box-diaporama-wrapper .box-video-container .youtube-cookie-warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: lightgray;
  color: white;
  text-align: center;
}
.box-diaporama .box-diaporama-wrapper .box-video-container iframe {
  width: 100%;
  height: 212px;
}
.box-diaporama .box-diaporama-wrapper figure {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 212px;
}
.box-diaporama .box-diaporama-wrapper figure img {
  display: none;
}
.box-diaporama .box-diaporama-wrapper .amount {
  position: absolute;
  top: 20px;
  left: 10px;
  padding: 0px 10px;
  background-color: #FFB200;
}
.box-diaporama .box-diaporama-wrapper .fixed-height {
  height: 240px;
  background-color: white;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper {
  text-align: right;
  height: 30px;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag {
  padding: 0px 10px;
  height: 30px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-frm {
  color: white;
  background-color: #005093;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-don {
  color: white;
  background-color: #ffb200;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-fiscalite {
  color: white;
  background-color: #2a80c7;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-cancer {
  color: white;
  background-color: #1db096;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-neurologiques {
  color: white;
  background-color: #4684c4;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-cardiovasculaires {
  color: white;
  background-color: #ff5977;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-infectieuses {
  color: white;
  background-color: #da3338;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-rares {
  color: white;
  background-color: #ec651e;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-autres {
  color: white;
  background-color: #a2a2a2;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-environnement-et-sante {
  color: white;
  background-color: #40ae49;
}
.box-diaporama .box-diaporama-wrapper .tag-wrapper .tag.color-reparatrice {
  color: white;
  background-color: #d94f45;
}
.box-diaporama .box-diaporama-wrapper a.prev, .box-diaporama .box-diaporama-wrapper a.next {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 94px;
  width: 25px;
  height: 25px;
  z-index: 110;
  cursor: pointer;
  outline: none;
  background-size: cover;
}
.box-diaporama .box-diaporama-wrapper .prev {
  left: 10px;
  background-image: url("../bundles/app/images/diapo-left.svg");
}
.box-diaporama .box-diaporama-wrapper .next {
  right: 10px;
  background-image: url("../bundles/app/images/diapo-right.svg");
}
.box-diaporama .box-diaporama-wrapper .title {
  margin-top: 15px;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  text-decoration: none;
  height: 145px;
  padding: 0px 10px;
  overflow: hidden;
}
.box-diaporama .box-diaporama-wrapper .footer-wrapper {
  padding: 0px 10px;
  overflow: hidden;
}
.box-diaporama .box-diaporama-wrapper .link {
  text-align: left;
  text-transform: uppercase;
  color: #005093;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  width: 70%;
  float: left;
}
.box-diaporama .box-diaporama-wrapper .link:after {
  padding-left: 5px;
  content: ">";
}
.box-diaporama .box-diaporama-wrapper .date {
  text-align: right;
  color: #d9d6d6;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  width: 30%;
  float: right;
}
.box-diaporama .box-diaporama-wrapper .block-link {
  display: block;
}
.box-diaporama .box-diaporama-wrapper .pager {
  display: block;
  position: absolute;
  top: 450px;
  text-align: center;
  z-index: 109;
  width: 100%;
}
.box-diaporama .box-diaporama-wrapper .pager span {
  display: inline-block;
  color: white;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #d9d6d6;
  margin: 0px 5px;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-indent: -9999px;
}
.box-diaporama .box-diaporama-wrapper .pager span.cycle-pager-active {
  background-color: #FBCF01;
}

.margin-top .box-diaporama {
  padding-top: 40px;
}

.margin-bottom .box-diaporama {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-diaporama .box-diaporama-wrapper {
    max-width: 1024px;
    margin: 0px auto;
    height: 280px;
  }
  .box-diaporama .box-diaporama-wrapper .pager {
    top: 272px;
  }
  .box-diaporama .box-diaporama-wrapper ul {
    width: 774px;
  }
  .box-diaporama .box-diaporama-wrapper .diapo {
    margin: 0px auto;
    width: 774px;
    display: flex;
    border: none;
    height: 250px;
  }
  .box-diaporama .box-diaporama-wrapper figure, .box-diaporama .box-diaporama-wrapper .box-video-container, .box-diaporama .box-diaporama-wrapper iframe {
    width: 377px;
    height: 250px;
    display: inline-block;
  }
  .box-diaporama .box-diaporama-wrapper .box-video-container iframe {
    width: 377px;
    height: 250px;
  }
  .box-diaporama .box-diaporama-wrapper .content {
    height: 250px;
    width: 388px;
    display: inline-block;
  }
  .box-diaporama .box-diaporama-wrapper .fixed-height {
    height: 250px;
  }
  .box-diaporama .box-diaporama-wrapper a.prev, .box-diaporama .box-diaporama-wrapper a.next {
    top: 100px;
    width: 45px;
    height: 45px;
  }
  .box-diaporama .box-diaporama-wrapper .amount {
    top: auto;
    bottom: 20px;
    left: 10px;
  }
  .box-diaporama .box-diaporama-wrapper .footer-wrapper {
    overflow: hidden;
  }
}
.box-ifi-table {
  padding: 1px 0;
  text-align: center;
}
.box-ifi-table .desktop {
  display: none;
  visibility: hidden;
}
.box-ifi-table table {
  margin-bottom: 40px;
}
.box-ifi-table td {
  padding: 8px 0px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px white;
}
.box-ifi-table td.top-left {
  text-align: left;
  vertical-align: top;
}
.box-ifi-table .dark {
  color: white;
  background-color: #3e6881;
}
.box-ifi-table .medium {
  color: #313030;
  background-color: #c5d2d9;
}
.box-ifi-table .light {
  color: #313030;
  background-color: #ecf0f2;
}
.box-ifi-table .blue {
  color: #3e6881;
}

.margin-top .box-ifi-table {
  padding-top: 40px;
}

.margin-bottom .box-ifi-table {
  padding-bottom: 40px;
}

.box-static-border {
  height: 4px;
  border-bottom: 4px solid #0a1f8f;
}

.box-static-campagne-a-propos-de-la-frm .box-static-campagne-a-propos-de-la-frm-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-static-campagne-a-propos-de-la-frm h2.h2 {
  color: #0a1f8f;
  font-weight: bold;
}
.box-static-campagne-a-propos-de-la-frm .title {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 38px;
  padding: 0px 10px;
}
.box-static-campagne-a-propos-de-la-frm .underline > span {
  padding-bottom: 10px;
}
.box-static-campagne-a-propos-de-la-frm .text {
  line-height: 24px;
  padding: 0px 10px;
}

.margin-top .box-static-campagne-a-propos-de-la-frm .box-static-campagne-a-propos-de-la-frm-wrapper {
  padding-top: 70px;
}

.margin-bottom .box-static-campagne-a-propos-de-la-frm .box-static-campagne-a-propos-de-la-frm-wrapper {
  padding-bottom: 55px;
}

.box-static-video-ulule .box-static-video-ulule-wrapper {
  text-align: center;
  margin: 0 auto;
  padding: 1px 10px;
}
.box-static-video-ulule .box-static-video-ulule-wrapper video {
  width: 100%;
  height: auto;
}

.margin-top .box-static-video-ulule .box-static-video-ulule-wrapper {
  padding-top: 10px;
}

.margin-bottom .box-static-video-ulule .box-static-video-ulule-wrapper {
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .box-ifi-table .mobile {
    display: none;
    visibility: hidden;
  }
  .box-ifi-table .desktop {
    display: block;
    visibility: visible;
  }
  .box-ifi-table .desktop table {
    margin: 0 auto;
  }
  .box-ifi-table .box-ifi-table-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-static-border-wrapper .box-static-border {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-static-campagne-a-propos-de-la-frm .box-static-campagne-a-propos-de-la-frm-wrapper {
    max-width: 1024px;
  }
  .box-static-campagne-a-propos-de-la-frm .box-static-campagne-a-propos-de-la-frm-wrapper::after {
    display: block;
    content: "";
    clear: both;
  }
  .box-static-campagne-a-propos-de-la-frm .box-static-campagne-a-propos-de-la-frm-wrapper .text > :first-child {
    width: 47%;
    float: left;
  }
  .box-static-campagne-a-propos-de-la-frm .box-static-campagne-a-propos-de-la-frm-wrapper .text > :last-child {
    width: 47%;
    float: right;
  }
  .box-static-video-ulule .box-static-video-ulule-wrapper {
    max-width: 1024px;
  }
  .box-static-video-ulule .box-static-video-ulule-wrapper video {
    width: 600px;
  }
}
.box-static-covid-chercheurs-mobilises .box-static-covid-chercheurs-mobilises-wrapper {
  padding: 1px 0;
  margin: 0 auto;
  max-width: 1024px;
}
.box-static-covid-chercheurs-mobilises .box-static-covid-chercheurs-mobilises-wrapper .content {
  padding: 0 10px;
}
.box-static-covid-chercheurs-mobilises .box-static-covid-chercheurs-mobilises-wrapper video {
  width: 100%;
  height: auto;
}

.margin-top .box-static-covid-chercheurs-mobilises .box-static-covid-chercheurs-mobilises-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-static-covid-chercheurs-mobilises .box-static-covid-chercheurs-mobilises-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-static-covid-chercheurs-mobilises .box-static-covid-chercheurs-mobilises-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .box-static-covid-chercheurs-mobilises .box-static-covid-chercheurs-mobilises-wrapper > .content {
    width: 50%;
  }
  .box-static-covid-chercheurs-mobilises .box-static-covid-chercheurs-mobilises-wrapper video {
    width: 24%;
  }
}
.box-subdomain .box-subdomain-wrapper {
  padding: 1px 10px;
  overflow: auto;
  background-color: white;
}
.box-subdomain a {
  background-color: #f3f3f3;
  color: #313030;
  width: 100%;
  height: 100px;
  line-height: 100px;
  display: block;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
  padding: 0 6px;
}
.box-subdomain a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
}
.box-subdomain a.color-frm:hover {
  color: white;
  background-color: #005093;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-frm:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-don:hover {
  color: white;
  background-color: #ffb200;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-don:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-fiscalite:hover {
  color: white;
  background-color: #2a80c7;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-fiscalite:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-cancer:hover {
  color: white;
  background-color: #1db096;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-cancer:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-neurologiques:hover {
  color: white;
  background-color: #4684c4;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-neurologiques:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-cardiovasculaires:hover {
  color: white;
  background-color: #ff5977;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-cardiovasculaires:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-infectieuses:hover {
  color: white;
  background-color: #da3338;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-infectieuses:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-rares:hover {
  color: white;
  background-color: #ec651e;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-rares:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-autres:hover {
  color: white;
  background-color: #a2a2a2;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-autres:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-environnement-et-sante:hover {
  color: white;
  background-color: #40ae49;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-environnement-et-sante:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}
.box-subdomain a.color-reparatrice:hover {
  color: white;
  background-color: #d94f45;
  border-bottom: solid 5px white;
}
.box-subdomain a.color-reparatrice:hover span {
  border-bottom: solid 3px white;
  padding-bottom: 6px;
}

.margin-top .box-subdomain .box-subdomain-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-subdomain .box-subdomain-wrapper {
  padding-bottom: 40px;
}

.acms-subdomainbox.background-light-grey {
  background-color: #f3f3f3;
}
.acms-subdomainbox.background-light-grey a {
  background-color: white;
}

@media screen and (min-width: 1024px) {
  .box-subdomain .box-subdomain-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-subdomain a {
    float: left;
    width: 318px;
    margin-right: 25px;
  }
  .box-subdomain a:nth-child(1), .box-subdomain a:nth-child(2), .box-subdomain a:nth-child(3) {
    margin-top: 0;
  }
  .box-subdomain a:nth-child(3n), .box-subdomain a:nth-child(6n), .box-subdomain a:nth-child(9n), .box-subdomain a:nth-child(12n) {
    margin-right: 0px;
  }
}
.box-text-icon {
  margin: 0;
}
.box-text-icon .box-text-icon-wrapper {
  padding: 1px 9px;
  background: white;
  margin: 0;
  width: 100%;
}
.box-text-icon .box-text-icon-wrapper > div {
  width: 100%;
  border-bottom: 4px solid #005093;
}
.box-text-icon .box-text-icon-wrapper > div:after {
  content: "";
  display: block;
  clear: both;
}
.box-text-icon .box-text-icon-wrapper figure {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
.box-text-icon .box-text-icon-wrapper figure img {
  display: inline;
  max-width: 66px;
  max-height: 200px;
}
.box-text-icon .box-text-icon-wrapper .content {
  width: 100%;
  padding: 34px 6px 28px;
  color: #313030;
}
.box-text-icon .box-text-icon-wrapper .title {
  margin: 0 0 19px;
}
.box-text-icon .box-text-icon-wrapper .title span {
  display: block;
}

.margin-top .box-text-icon .box-text-icon-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-text-icon .box-text-icon-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-text-icon .box-text-icon-wrapper {
    padding-left: 49px;
    padding-right: 49px;
    max-width: 876px;
    margin: 0 auto;
  }
  .box-text-icon .box-text-icon-wrapper figure {
    padding-top: 0;
    width: 172px;
    vertical-align: middle;
  }
  .box-text-icon .box-text-icon-wrapper > div {
    display: table;
  }
  .box-text-icon .box-text-icon-wrapper > div > * {
    display: table-cell;
  }
  .box-text-icon .box-text-icon-wrapper .content {
    width: 704px;
    vertical-align: top;
    padding: 89px 45px 100px 38px;
  }
  .box-text-icon .box-text-icon-wrapper .links {
    text-align: left;
  }
}
.box-image.box-text-image {
  background: transparent no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 1px 9px;
}
.box-image.box-text-image .box-text-image-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.box-image.box-text-image .box-text-image-wrapper .image {
  width: 100%;
  padding: 0 2% 0 0;
  text-align: center;
}
.box-image.box-text-image .box-text-image-wrapper .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.box-image.box-text-image .box-text-image-wrapper.box-text-image-aligned-right .image {
  padding: 0 0 0 2%;
}
.box-image.box-text-image .box-text-image-wrapper .content {
  width: 100%;
  padding: 20px 15px 0;
  color: #313030;
}
.box-image.box-text-image .box-text-image-wrapper .content.d-table-cell {
  display: table-cell;
}
.box-image.box-text-image .box-text-image-wrapper .content.vertical-align-middle {
  vertical-align: middle;
}
.box-image.box-text-image .box-text-image-wrapper .content .abstract.align-center {
  text-align: center;
}
.box-image.box-text-image .box-text-image-wrapper .content .abstract.align-right {
  text-align: right;
}
.box-image.box-text-image .box-text-image-wrapper .content .abstract.align-justify {
  text-align: justify;
}
.box-image.box-text-image .box-text-image-wrapper .content .abstract:first-child p {
  margin-top: 0;
}
.box-image.box-text-image .box-text-image-wrapper .title {
  margin: 0 0 20px;
}
.box-image.box-text-image .box-text-image-wrapper .title span {
  display: inline-block;
}
.box-image.box-text-image .box-text-image-wrapper .title.align-center {
  text-align: center;
}
.box-image.box-text-image .box-text-image-wrapper .title.align-right {
  text-align: right;
}
.box-image.box-text-image .box-text-image-wrapper .title.align-justify {
  text-align: justify;
}
.box-image.box-text-image.box-text-image-no-space .box-text-image-wrapper {
  display: flex;
  flex-direction: column;
}
.box-image.box-text-image.box-text-image-no-space .box-text-image-wrapper .image {
  padding: 0;
}
.box-image.box-text-image.box-text-image-no-space .box-text-image-wrapper .content {
  color: #fff;
  background: #05b9c5;
}

.margin-top .box-image.box-text-image {
  padding-top: 40px;
}

.margin-bottom .box-image.box-text-image {
  padding-bottom: 40px;
}

.background-light-grey .box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper .content {
  background: #ef675b;
  color: #fff;
}
.background-light-grey .box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper .content strong {
  color: #005093;
}

.box-image.box-text-image.box-text-image-campagne.box-text-image-campagne-budget-lien .box-text-image-wrapper mark {
  display: inline-block;
  line-height: 40px;
  background: #005093;
  color: white;
  text-transform: uppercase;
  padding: 0 13px 0 11px;
  font-size: 20px;
}
.box-image.box-text-image.box-text-image-campagne.box-text-image-campagne-budget-lien .box-text-image-wrapper mark b, .box-image.box-text-image.box-text-image-campagne.box-text-image-campagne-budget-lien .box-text-image-wrapper mark strong {
  font-size: 24px;
  font-weight: bold;
}
.box-image.box-text-image.box-text-image-campagne.box-text-image-campagne-budget-lien .box-text-image-wrapper .content .link {
  font-size: 24px;
  display: inline-block;
  line-height: 57px;
  background: #ffb200;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 100%;
}

.box-image.box-text-image.box-text-image-campagne.box-text-image-campagne-lien .box-text-image-wrapper .content .link {
  font-size: 16px;
  display: inline-block;
  line-height: 39px;
  padding: 0 24px;
  background: #005093;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .box-image.box-text-image .box-text-image-wrapper {
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: table;
  }
  .box-image.box-text-image .box-text-image-wrapper .image, .box-image.box-text-image .box-text-image-wrapper .content {
    display: table-cell;
    vertical-align: top;
  }
  .box-image.box-text-image .box-text-image-wrapper .content {
    padding-top: 0;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-25-75 .image {
    width: 25%;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-25-75 .content {
    width: 75%;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-33-66 .image {
    width: 33%;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-33-66 .content {
    width: 66%;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-50-50 .image {
    width: 50%;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-50-50 .content {
    width: 50%;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-66-33 .image {
    width: 66%;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-66-33 .content {
    width: 33%;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-75-25 .image {
    width: 75%;
  }
  .box-image.box-text-image .box-text-image-wrapper.w-75-25 .content {
    width: 25%;
  }
  .box-image.box-text-image .box-text-image-wrapper .links {
    text-align: left;
  }
  .box-image.box-text-image .box-text-image-wrapper .abstract {
    margin-top: -6px;
  }
  .box-image.box-text-image .box-text-image-wrapper h2.title {
    margin-top: -10px;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image {
    padding: 0;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper .image {
    width: 50%;
    height: 100%;
    padding: 0;
    background-size: cover;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper .image img {
    display: block;
    visibility: hidden;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper a.link {
    display: table-cell;
    width: 50%;
    background-size: cover;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper a.link .image {
    width: 100%;
    height: 100%;
    padding: 0;
    background-size: cover;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper a.link .image img {
    display: block;
    visibility: hidden;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper .content:first-child {
    padding: 100px 60px 100px 0;
    text-align: right;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper .content:last-child {
    padding: 100px 0 100px 60px;
  }
  .box-image.box-text-image.box-text-image-campagne.box-image.box-text-image .box-text-image-wrapper .content > div {
    width: 452px;
    display: inline-block;
    text-align: left;
  }
  .box-image.box-text-image.box-text-image-no-space .box-text-image-wrapper {
    flex-direction: row;
  }
  .box-image.box-text-image.box-text-image-no-space .box-text-image-wrapper .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.box-text-title-text {
  color: #313030;
}
.box-text-title-text .box-text-title-text-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-text-title-text .btn-ellipsis {
  display: none;
}
.box-text-title-text .ellipsis {
  overflow: hidden;
  position: relative;
}
.box-text-title-text .ellipsis .ellipsis-fade {
  position: absolute;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
  padding-top: 190px;
  text-align: center;
}
.box-text-title-text .ellipsis .btn-ellipsis {
  display: inline-block;
  border: 1px solid #005093;
  color: #005093;
  background: white;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  cursor: pointer;
}
.box-text-title-text .ellipsis .btn-ellipsis:hover {
  color: white;
  background: #005093;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box-text-title-text .title {
  padding: 0px 10px;
}
.box-text-title-text .title + .text {
  margin-top: 1em;
}
.box-text-title-text .underline > span {
  padding-bottom: 10px;
}
.box-text-title-text .text {
  padding: 0 10px;
  overflow: hidden;
  width: 100%;
  word-break: break-word;
}
.box-text-title-text .text:empty {
  margin-top: 0;
}
.box-text-title-text .bordered:before, .box-text-title-text .bordered:after {
  content: " ";
  width: 170px;
  height: 3px;
  background-color: #005093;
  display: inline-block;
  margin: 0 auto;
}
.box-text-title-text .align-left {
  text-align: left;
}
.box-text-title-text .align-center {
  text-align: center;
}
.box-text-title-text .align-right {
  text-align: right;
}
.box-text-title-text .align-justify {
  text-align: justify;
}

.margin-top .box-text-title-text .box-text-title-text-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-text-title-text .box-text-title-text-wrapper {
  padding-bottom: 40px;
}

.color-wrapper.color-frm .box-text-title-text .bordered:before, .color-wrapper.color-frm .box-text-title-text .bordered:after {
  background-color: #005093;
}

.box-text-color-frm .title {
  color: #005093;
}
.box-text-color-frm .bordered:before, .box-text-color-frm .bordered:after {
  background-color: #005093;
}
.box-text-color-frm .underline > span {
  border-color: #005093;
}

.color-wrapper.color-don .box-text-title-text .bordered:before, .color-wrapper.color-don .box-text-title-text .bordered:after {
  background-color: #ffb200;
}

.box-text-color-don .title {
  color: #ffb200;
}
.box-text-color-don .bordered:before, .box-text-color-don .bordered:after {
  background-color: #ffb200;
}
.box-text-color-don .underline > span {
  border-color: #ffb200;
}

.color-wrapper.color-fiscalite .box-text-title-text .bordered:before, .color-wrapper.color-fiscalite .box-text-title-text .bordered:after {
  background-color: #2a80c7;
}

.box-text-color-fiscalite .title {
  color: #2a80c7;
}
.box-text-color-fiscalite .bordered:before, .box-text-color-fiscalite .bordered:after {
  background-color: #2a80c7;
}
.box-text-color-fiscalite .underline > span {
  border-color: #2a80c7;
}

.color-wrapper.color-cancer .box-text-title-text .bordered:before, .color-wrapper.color-cancer .box-text-title-text .bordered:after {
  background-color: #1db096;
}

.box-text-color-cancer .title {
  color: #1db096;
}
.box-text-color-cancer .bordered:before, .box-text-color-cancer .bordered:after {
  background-color: #1db096;
}
.box-text-color-cancer .underline > span {
  border-color: #1db096;
}

.color-wrapper.color-neurologiques .box-text-title-text .bordered:before, .color-wrapper.color-neurologiques .box-text-title-text .bordered:after {
  background-color: #4684c4;
}

.box-text-color-neurologiques .title {
  color: #4684c4;
}
.box-text-color-neurologiques .bordered:before, .box-text-color-neurologiques .bordered:after {
  background-color: #4684c4;
}
.box-text-color-neurologiques .underline > span {
  border-color: #4684c4;
}

.color-wrapper.color-cardiovasculaires .box-text-title-text .bordered:before, .color-wrapper.color-cardiovasculaires .box-text-title-text .bordered:after {
  background-color: #ff5977;
}

.box-text-color-cardiovasculaires .title {
  color: #ff5977;
}
.box-text-color-cardiovasculaires .bordered:before, .box-text-color-cardiovasculaires .bordered:after {
  background-color: #ff5977;
}
.box-text-color-cardiovasculaires .underline > span {
  border-color: #ff5977;
}

.color-wrapper.color-infectieuses .box-text-title-text .bordered:before, .color-wrapper.color-infectieuses .box-text-title-text .bordered:after {
  background-color: #da3338;
}

.box-text-color-infectieuses .title {
  color: #da3338;
}
.box-text-color-infectieuses .bordered:before, .box-text-color-infectieuses .bordered:after {
  background-color: #da3338;
}
.box-text-color-infectieuses .underline > span {
  border-color: #da3338;
}

.color-wrapper.color-rares .box-text-title-text .bordered:before, .color-wrapper.color-rares .box-text-title-text .bordered:after {
  background-color: #ec651e;
}

.box-text-color-rares .title {
  color: #ec651e;
}
.box-text-color-rares .bordered:before, .box-text-color-rares .bordered:after {
  background-color: #ec651e;
}
.box-text-color-rares .underline > span {
  border-color: #ec651e;
}

.color-wrapper.color-autres .box-text-title-text .bordered:before, .color-wrapper.color-autres .box-text-title-text .bordered:after {
  background-color: #a2a2a2;
}

.box-text-color-autres .title {
  color: #a2a2a2;
}
.box-text-color-autres .bordered:before, .box-text-color-autres .bordered:after {
  background-color: #a2a2a2;
}
.box-text-color-autres .underline > span {
  border-color: #a2a2a2;
}

.color-wrapper.color-environnement-et-sante .box-text-title-text .bordered:before, .color-wrapper.color-environnement-et-sante .box-text-title-text .bordered:after {
  background-color: #40ae49;
}

.box-text-color-environnement-et-sante .title {
  color: #40ae49;
}
.box-text-color-environnement-et-sante .bordered:before, .box-text-color-environnement-et-sante .bordered:after {
  background-color: #40ae49;
}
.box-text-color-environnement-et-sante .underline > span {
  border-color: #40ae49;
}

.color-wrapper.color-reparatrice .box-text-title-text .bordered:before, .color-wrapper.color-reparatrice .box-text-title-text .bordered:after {
  background-color: #d94f45;
}

.box-text-color-reparatrice .title {
  color: #d94f45;
}
.box-text-color-reparatrice .bordered:before, .box-text-color-reparatrice .bordered:after {
  background-color: #d94f45;
}
.box-text-color-reparatrice .underline > span {
  border-color: #d94f45;
}

@media screen and (min-width: 1024px) {
  .box-text-title-text .box-text-title-text-wrapper {
    max-width: 1024px;
  }
  .box-text-title-text .title {
    padding: 0px 15px;
  }
  .box-text-title-text .text {
    padding: 0px 15px;
    word-break: normal;
  }
  .box-text-title-text .underline > span {
    padding-bottom: 15px;
  }
  .box-text-title-text .w-100 {
    width: 100%;
  }
  .box-text-title-text .w-75 {
    width: 75%;
  }
  .box-text-title-text .w-66 {
    width: 66%;
  }
  .box-text-title-text .w-50 {
    width: 50%;
  }
  .box-text-title-text .w-33 {
    width: 33%;
  }
  .box-text-title-text .w-25 {
    width: 25%;
  }
  .box-text-title-text.research .align-left, .box-text-title-text.discovery .align-left {
    text-align: left;
    padding: 0px;
  }
  .box-text-title-text.research .align-center, .box-text-title-text.discovery .align-center {
    text-align: center;
    padding: 0px;
  }
  .box-text-title-text.research .align-right, .box-text-title-text.discovery .align-right {
    text-align: right;
    padding: 0px;
  }
  .box-text-title-text.research .align-justify, .box-text-title-text.discovery .align-justify {
    text-align: justify;
    padding: 0px;
  }
  .box-text-title-text.research .box-text-title-text-wrapper, .box-text-title-text.discovery .box-text-title-text-wrapper {
    background-color: transparent;
    background-repeat: no-repeat;
  }
  .box-text-title-text.research .box-text-title-text-wrapper > div, .box-text-title-text.discovery .box-text-title-text-wrapper > div {
    width: 680px;
  }
  .box-text-title-text.research .box-text-title-text-wrapper {
    position: relative;
  }
  .box-text-title-text.research .box-text-title-text-wrapper:after {
    content: " ";
    background-image: url("../bundles/app/images/picto/recherche.svg");
    background-position: top right;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 160px;
    height: 250px;
    position: absolute;
    bottom: -40px;
    right: -30px;
    z-index: 1;
  }
  .box-text-title-text.discovery .box-text-title-text-wrapper {
    position: relative;
  }
  .box-text-title-text.discovery .box-text-title-text-wrapper:after {
    content: " ";
    background-image: url("../bundles/app/images/picto/decouverte.svg");
    background-position-x: right;
    background-position-y: bottom -20px;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 220px;
    height: 220px;
    position: absolute;
    bottom: -40px;
    right: 100px;
    z-index: 1;
  }
}
.box-text-two-columns-title-text .box-text-two-columns-title-text-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-text-two-columns-title-text .title {
  padding: 0 10px;
}
.box-text-two-columns-title-text .title + .text {
  margin-top: 1em;
}
.box-text-two-columns-title-text .underline > span {
  padding-bottom: 10px;
}
.box-text-two-columns-title-text .text {
  padding: 0 10px;
}
.box-text-two-columns-title-text .text:empty {
  margin-top: 0;
}
.box-text-two-columns-title-text .content > div {
  margin-bottom: 80px;
}
.box-text-two-columns-title-text .know-more {
  text-align: right;
  padding-top: 38px;
}
.box-text-two-columns-title-text .know-more a {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #313030;
  background: #ffb200;
  line-height: 57px;
  padding: 0 20px;
}
.box-text-two-columns-title-text .bordered:before, .box-text-two-columns-title-text .bordered:after {
  content: " ";
  width: 170px;
  height: 3px;
  background-color: #005093;
  display: inline-block;
  margin: 0 auto;
}
.box-text-two-columns-title-text .align-left {
  text-align: left;
}
.box-text-two-columns-title-text .align-center {
  text-align: center;
}
.box-text-two-columns-title-text .align-right {
  text-align: right;
}
.box-text-two-columns-title-text .align-justify {
  text-align: justify;
}

.margin-top .box-text-two-columns-title-text .box-text-two-columns-title-text-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-text-two-columns-title-text .box-text-two-columns-title-text-wrapper {
  padding-bottom: 40px;
}

.color-wrapper.color-frm .box-text-title-text .bordered:before, .color-wrapper.color-frm .box-text-title-text .bordered:after {
  background-color: #005093;
}

.box-text-color-frm .title {
  color: #005093;
}
.box-text-color-frm .bordered:before, .box-text-color-frm .bordered:after {
  background-color: #005093;
}
.box-text-color-frm .underline > span {
  border-color: #005093;
}

.color-wrapper.color-don .box-text-title-text .bordered:before, .color-wrapper.color-don .box-text-title-text .bordered:after {
  background-color: #ffb200;
}

.box-text-color-don .title {
  color: #ffb200;
}
.box-text-color-don .bordered:before, .box-text-color-don .bordered:after {
  background-color: #ffb200;
}
.box-text-color-don .underline > span {
  border-color: #ffb200;
}

.color-wrapper.color-fiscalite .box-text-title-text .bordered:before, .color-wrapper.color-fiscalite .box-text-title-text .bordered:after {
  background-color: #2a80c7;
}

.box-text-color-fiscalite .title {
  color: #2a80c7;
}
.box-text-color-fiscalite .bordered:before, .box-text-color-fiscalite .bordered:after {
  background-color: #2a80c7;
}
.box-text-color-fiscalite .underline > span {
  border-color: #2a80c7;
}

.color-wrapper.color-cancer .box-text-title-text .bordered:before, .color-wrapper.color-cancer .box-text-title-text .bordered:after {
  background-color: #1db096;
}

.box-text-color-cancer .title {
  color: #1db096;
}
.box-text-color-cancer .bordered:before, .box-text-color-cancer .bordered:after {
  background-color: #1db096;
}
.box-text-color-cancer .underline > span {
  border-color: #1db096;
}

.color-wrapper.color-neurologiques .box-text-title-text .bordered:before, .color-wrapper.color-neurologiques .box-text-title-text .bordered:after {
  background-color: #4684c4;
}

.box-text-color-neurologiques .title {
  color: #4684c4;
}
.box-text-color-neurologiques .bordered:before, .box-text-color-neurologiques .bordered:after {
  background-color: #4684c4;
}
.box-text-color-neurologiques .underline > span {
  border-color: #4684c4;
}

.color-wrapper.color-cardiovasculaires .box-text-title-text .bordered:before, .color-wrapper.color-cardiovasculaires .box-text-title-text .bordered:after {
  background-color: #ff5977;
}

.box-text-color-cardiovasculaires .title {
  color: #ff5977;
}
.box-text-color-cardiovasculaires .bordered:before, .box-text-color-cardiovasculaires .bordered:after {
  background-color: #ff5977;
}
.box-text-color-cardiovasculaires .underline > span {
  border-color: #ff5977;
}

.color-wrapper.color-infectieuses .box-text-title-text .bordered:before, .color-wrapper.color-infectieuses .box-text-title-text .bordered:after {
  background-color: #da3338;
}

.box-text-color-infectieuses .title {
  color: #da3338;
}
.box-text-color-infectieuses .bordered:before, .box-text-color-infectieuses .bordered:after {
  background-color: #da3338;
}
.box-text-color-infectieuses .underline > span {
  border-color: #da3338;
}

.color-wrapper.color-rares .box-text-title-text .bordered:before, .color-wrapper.color-rares .box-text-title-text .bordered:after {
  background-color: #ec651e;
}

.box-text-color-rares .title {
  color: #ec651e;
}
.box-text-color-rares .bordered:before, .box-text-color-rares .bordered:after {
  background-color: #ec651e;
}
.box-text-color-rares .underline > span {
  border-color: #ec651e;
}

.color-wrapper.color-autres .box-text-title-text .bordered:before, .color-wrapper.color-autres .box-text-title-text .bordered:after {
  background-color: #a2a2a2;
}

.box-text-color-autres .title {
  color: #a2a2a2;
}
.box-text-color-autres .bordered:before, .box-text-color-autres .bordered:after {
  background-color: #a2a2a2;
}
.box-text-color-autres .underline > span {
  border-color: #a2a2a2;
}

.color-wrapper.color-environnement-et-sante .box-text-title-text .bordered:before, .color-wrapper.color-environnement-et-sante .box-text-title-text .bordered:after {
  background-color: #40ae49;
}

.box-text-color-environnement-et-sante .title {
  color: #40ae49;
}
.box-text-color-environnement-et-sante .bordered:before, .box-text-color-environnement-et-sante .bordered:after {
  background-color: #40ae49;
}
.box-text-color-environnement-et-sante .underline > span {
  border-color: #40ae49;
}

.color-wrapper.color-reparatrice .box-text-title-text .bordered:before, .color-wrapper.color-reparatrice .box-text-title-text .bordered:after {
  background-color: #d94f45;
}

.box-text-color-reparatrice .title {
  color: #d94f45;
}
.box-text-color-reparatrice .bordered:before, .box-text-color-reparatrice .bordered:after {
  background-color: #d94f45;
}
.box-text-color-reparatrice .underline > span {
  border-color: #d94f45;
}

@media screen and (min-width: 1024px) {
  .box-text-two-columns-title-text .box-text-two-columns-title-text-wrapper {
    max-width: 1024px;
  }
  .box-text-two-columns-title-text .content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }
  .box-text-two-columns-title-text .content > * {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
  }
  .box-text-two-columns-title-text .title {
    padding: 0 15px;
  }
  .box-text-two-columns-title-text .text {
    padding: 0 15px;
  }
  .box-text-two-columns-title-text .text big {
    font-size: 32px;
    line-height: 45px;
  }
  .box-text-two-columns-title-text .underline > span {
    padding-bottom: 15px;
  }
  .box-text-two-columns-title-text .w-100 {
    width: 100%;
  }
  .box-text-two-columns-title-text .w-75 {
    width: 75%;
  }
  .box-text-two-columns-title-text .w-66 {
    width: 66%;
  }
  .box-text-two-columns-title-text .w-50 {
    width: 50%;
  }
  .box-text-two-columns-title-text .w-33 {
    width: 33%;
  }
  .box-text-two-columns-title-text .w-25 {
    width: 25%;
  }
}
.box-topics .box-topics-wrapper {
  padding: 1px 10px;
  overflow: auto;
}
.box-topics a {
  background-color: #f3f3f3;
  color: #005093;
  border-bottom: solid 5px #005093;
  width: 48%;
  height: 140px;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 140px;
}
.box-topics a .h3, .box-topics a .box-focus-text .focuses i, .box-focus-text .focuses .box-topics a i {
  font-size: 22px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.box-topics a:last-child {
  margin-bottom: 5px;
}
.box-topics a:nth-of-type(odd) {
  margin-right: 2%;
}
.box-topics a.color-frm {
  color: #005093;
  border-bottom: solid 5px #005093;
}
.box-topics a.color-frm:hover {
  color: white;
  background-color: #005093;
}
.box-topics a.color-don {
  color: #ffb200;
  border-bottom: solid 5px #ffb200;
}
.box-topics a.color-don:hover {
  color: white;
  background-color: #ffb200;
}
.box-topics a.color-fiscalite {
  color: #2a80c7;
  border-bottom: solid 5px #2a80c7;
}
.box-topics a.color-fiscalite:hover {
  color: white;
  background-color: #2a80c7;
}
.box-topics a.color-cancer {
  color: #1db096;
  border-bottom: solid 5px #1db096;
}
.box-topics a.color-cancer:hover {
  color: white;
  background-color: #1db096;
}
.box-topics a.color-neurologiques {
  color: #4684c4;
  border-bottom: solid 5px #4684c4;
}
.box-topics a.color-neurologiques:hover {
  color: white;
  background-color: #4684c4;
}
.box-topics a.color-cardiovasculaires {
  color: #ff5977;
  border-bottom: solid 5px #ff5977;
}
.box-topics a.color-cardiovasculaires:hover {
  color: white;
  background-color: #ff5977;
}
.box-topics a.color-infectieuses {
  color: #da3338;
  border-bottom: solid 5px #da3338;
}
.box-topics a.color-infectieuses:hover {
  color: white;
  background-color: #da3338;
}
.box-topics a.color-rares {
  color: #ec651e;
  border-bottom: solid 5px #ec651e;
}
.box-topics a.color-rares:hover {
  color: white;
  background-color: #ec651e;
}
.box-topics a.color-autres {
  color: #a2a2a2;
  border-bottom: solid 5px #a2a2a2;
}
.box-topics a.color-autres:hover {
  color: white;
  background-color: #a2a2a2;
}
.box-topics a.color-environnement-et-sante {
  color: #40ae49;
  border-bottom: solid 5px #40ae49;
}
.box-topics a.color-environnement-et-sante:hover {
  color: white;
  background-color: #40ae49;
}
.box-topics a.color-reparatrice {
  color: #d94f45;
  border-bottom: solid 5px #d94f45;
}
.box-topics a.color-reparatrice:hover {
  color: white;
  background-color: #d94f45;
}

.margin-top .box-topics .box-topics-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-topics .box-topics-wrapper {
  padding-bottom: 40px;
}

.acms-topicsbox.background-light-grey {
  background-color: #f3f3f3;
}
.acms-topicsbox.background-light-grey a {
  background-color: white;
}

@media screen and (min-width: 455px) {
  .box-topics a .h3, .box-topics a .box-focus-text .focuses i, .box-focus-text .focuses .box-topics a i {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .box-topics .box-topics-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
  .box-topics a {
    float: left;
    width: 318px;
    margin-right: 25px;
    height: 100px;
    line-height: 100px;
  }
  .box-topics a:nth-of-type(odd) {
    margin-right: 25px;
  }
  .box-topics a:nth-child(3n), .box-topics a:nth-child(6n), .box-topics a:nth-child(9n), .box-topics a:nth-child(12n) {
    margin-right: 0px;
  }
}
.box-video {
  background-color: white;
  padding: 1px 0;
}
.box-video .box-video-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.box-video .box-video-wrapper .box-video-overlay {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.box-video .box-video-wrapper .box-video-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.box-video .box-video-wrapper .box-video-container .youtube-cookie-warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: lightgray;
  color: white;
  text-align: center;
}
.box-video .box-video-wrapper .box-video-container::after {
  display: block;
  content: " ";
}
.box-video .box-video-wrapper .box-video-container iframe,
.box-video .box-video-wrapper .box-video-container embed,
.box-video .box-video-wrapper .box-video-container object,
.box-video .box-video-wrapper .box-video-container video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.box-video .box-video-wrapper .box-video-container::after {
  padding-top: 42.8571428571%;
}
.box-video .box-video-wrapper .box-video-container.r16by10::after {
  padding-top: 62.5%;
}
.box-video .box-video-wrapper .box-video-container.r16by9::after {
  padding-top: 56.25%;
}
.box-video .box-video-wrapper .box-video-container.r4by3::after {
  padding-top: 75%;
}
.box-video .box-video-wrapper .box-video-container.r1by1::after {
  padding-top: 100%;
}
.box-video .box-video-wrapper .content {
  text-align: left;
  background: #f3f3f3;
  width: 100%;
  padding: 24px 10px 18px;
  color: #313030;
}
.box-video .box-video-wrapper .content ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.box-video .box-video-wrapper .content ul li {
  position: relative;
}
.box-video .box-video-wrapper .content ul li:after {
  color: #005093;
  position: absolute;
  left: -20px;
  content: "◾";
}
.box-video .box-video-wrapper .title {
  margin: 0 0 20px;
}
.box-video .box-video-wrapper .title span {
  display: block;
}

.margin-top .box-video {
  padding-top: 40px;
}

.margin-bottom .box-video {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-video .content {
    padding: 37px 40px 46px 29px;
  }
  .box-video .box-video-wrapper .title {
    margin: 0 0 17px;
  }
  .box-video .box-video-wrapper .w-100 {
    margin: 0 auto;
    width: 100%;
  }
  .box-video .box-video-wrapper .w-75 {
    margin: 0 auto;
    width: 75%;
  }
  .box-video .box-video-wrapper .w-66 {
    margin: 0 auto;
    width: 66%;
  }
  .box-video .box-video-wrapper .w-50 {
    margin: 0 auto;
    width: 50%;
  }
  .box-video .box-video-wrapper .w-33 {
    margin: 0 auto;
    width: 33%;
  }
  .box-video .box-video-wrapper .w-25 {
    margin: 0 auto;
    width: 25%;
  }
}
.box-signature {
  color: #313030;
  margin: 0;
  padding: 0;
}
.box-signature .fb-signin {
  text-align: center;
}
.box-signature .fb-signin > div {
  margin: 1em 0;
}
.box-signature .fb-sign {
  max-width: 100%;
  width: 400px;
  line-height: 40px;
  font-size: 30px;
  background: #1877f2;
  color: white;
  border: 0 none;
  cursor: pointer;
}
.box-signature .box-signature-wrapper {
  padding: 1px 0;
}
.box-signature .content {
  padding: 0px 10px;
}
.box-signature label {
  display: block;
}
.box-signature label.error {
  color: #da3338;
  display: inline;
}
.box-signature .required {
  color: #da3338;
}
.box-signature form {
  padding-top: 10px;
}
.box-signature .field-row {
  margin-bottom: 10px;
}
.box-signature .field-row > div.select {
  display: inline-block;
}
.box-signature input[type=text] {
  display: block;
  height: 45px;
  vertical-align: top;
  border-style: none;
  border: solid 1px #005093;
  color: #817a7a;
  padding-left: 20px;
  width: 100%;
}
.box-signature .select {
  width: 250px;
  height: 45px;
  background-color: #005093;
  overflow: hidden;
  position: relative;
}
.box-signature .select select {
  border: none;
  border-style: none;
  width: 130%;
  box-shadow: none;
  background-image: url("../bundles/app/images/map-arrow.png");
  background-repeat: no-repeat;
  background-position: top right 100px;
  -webkit-appearance: none;
  background-color: #005093;
  color: white;
  height: 100%;
  padding-left: 15px;
}
.box-signature .select select:focus {
  outline: 0;
}
.box-signature input[type=submit] {
  display: block;
  height: 45px;
  width: 100%;
  border-style: none;
  color: white;
  background-color: #005093;
  text-transform: uppercase;
  cursor: pointer;
}

.margin-top .box-signature .box-signature-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-signature .box-signature-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-signature .box-signature-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    overflow: auto;
  }
  .box-signature .content {
    padding: 0px 15px;
  }
  .box-signature label.error {
    text-align: left;
    padding-left: 20px;
    padding-right: 0px;
  }
  .box-signature .field-row {
    overflow: hidden;
  }
  .box-signature .field-col {
    float: left;
    width: 475px;
  }
  .box-signature .field-col:nth-child(2) {
    float: right;
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.box-counter .placeholder:before {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  text-rendering: auto;
  -webkit-animation: loading 2s infinite linear;
  animation: loading 2s infinite linear;
  content: "\f110";
  position: absolute;
}

.acms-counterbox-1-titretexte .box-image.box-text-image {
  padding: 1px 0;
}
.acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-wrapper .image {
  position: relative;
  padding: 10px;
}
.acms-counterbox-1-titretexte .placeholder {
  min-height: 60px;
}
.acms-counterbox-1-titretexte .placeholder:before {
  font-size: 50px;
  top: 50%;
  left: 50%;
  opacity: 0.5;
}

.margin-top.acms-counterbox-1-titretexte .box-image.box-text-image {
  padding-top: 0;
}
.margin-top.acms-counterbox-1-titretexte .box-image.box-text-image .content {
  padding-top: 40px;
}

.margin-bottom.acms-counterbox-1-titretexte .box-image.box-text-image {
  padding-bottom: 0;
}
.margin-bottom.acms-counterbox-1-titretexte .box-image.box-text-image .content {
  padding-bottom: 40px;
}

.acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image {
  display: block;
  position: relative;
  padding: 10px 10px 20px;
  min-height: 270px;
}
.acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image .placeholder:before {
  font-size: 80px;
  margin-top: -40px;
  margin-left: -0.5em;
  top: 50%;
  left: 50%;
  opacity: 0.5;
}
.acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image .content-float {
  text-align: center;
}

.acms-counterbox-3-liste .box-counter-signatures {
  padding: 0 15px;
}

.acms-counterbox-1-titretexte .counter, .acms-counterbox-2-header-50-50 .counter {
  display: inline-block;
  background: white;
  border: 3px solid #005093;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  color: #313030;
  padding: 20px;
}
.acms-counterbox-1-titretexte .counter .counter-qty, .acms-counterbox-2-header-50-50 .counter .counter-qty {
  font-size: 48px;
  font-weight: normal;
}
.acms-counterbox-1-titretexte .counter .counter-qty > span, .acms-counterbox-2-header-50-50 .counter .counter-qty > span {
  display: block;
}
.acms-counterbox-1-titretexte .counter .counter-qty:after, .acms-counterbox-2-header-50-50 .counter .counter-qty:after {
  content: "";
  display: inline-block;
  background: #fbcf01;
  width: 100%;
  max-width: 200px;
  height: 5px;
}
.acms-counterbox-1-titretexte .counter .counter-qty-signatures, .acms-counterbox-2-header-50-50 .counter .counter-qty-signatures {
  display: block;
  font-size: 60px;
  font-weight: bold;
  color: #005093;
  margin: 20px 0;
}
.acms-counterbox-1-titretexte .counter .counter-qty-signatures b, .acms-counterbox-2-header-50-50 .counter .counter-qty-signatures b {
  line-height: 1em;
  display: inline-block;
  padding: 0px 3px 2px;
  border: 1px solid #fbcf01;
  width: 44px;
}
.acms-counterbox-1-titretexte .counter .counter-signatures, .acms-counterbox-2-header-50-50 .counter .counter-signatures {
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 20px;
}
.acms-counterbox-1-titretexte .counter .counter-signatures a, .acms-counterbox-2-header-50-50 .counter .counter-signatures a {
  color: #005093;
}
.acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-aligned-left .image, .acms-counterbox-2-header-50-50 .box-image.box-text-image .box-text-image-aligned-left .image {
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .acms-counterbox-1-titretexte .box-image.box-text-image {
    padding-left: 0;
    padding-right: 0;
  }
  .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-wrapper .content, .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-wrapper .image {
    width: 50%;
  }
  .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-wrapper .content .content-float, .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-wrapper .image .content-float {
    display: inline-block;
    width: 512px;
  }
  .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-wrapper .content .content-float .link, .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-wrapper .image .content-float .link {
    margin-top: 12px;
    font-size: 16px;
    display: inline-block;
    line-height: 39px;
    padding: 0 24px;
    background: #005093;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    max-width: 50%;
  }
  .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-aligned-left .image {
    text-align: right;
    padding: 0 2% 0 0;
  }
  .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-aligned-left .content {
    text-align: left;
    padding: 100px 0 100px 60px;
  }
  .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-aligned-right .content {
    text-align: right;
    padding: 100px 60px 100px 0;
  }
  .acms-counterbox-1-titretexte .box-image.box-text-image .box-text-image-aligned-right .image {
    text-align: left;
    padding: 0 0 0 2%;
  }
  .acms-counterbox-1-titretexte .box-image.box-text-image .counter {
    margin-top: 55px;
  }
  .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image {
    display: table-cell;
  }
  .acms-counterbox.acms-counterbox-2-header-50-50 .image .content-float {
    display: inline-block;
    width: 512px;
    height: 100%;
  }
  .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-left .image {
    text-align: right;
  }
  .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-right .image {
    text-align: left;
  }
  .acms-counterbox.acms-counterbox-2-header-50-50 .box-header-wrapper-image .image .counter {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.box-download {
  color: #313030;
  margin: 0;
  padding: 0;
}
.box-download .fb-signin {
  text-align: center;
}
.box-download .fb-signin > div {
  margin: 1em 0;
}
.box-download .fb-sign {
  max-width: 100%;
  width: 400px;
  line-height: 40px;
  font-size: 30px;
  background: #1877f2;
  color: white;
  border: 0 none;
  cursor: pointer;
}
.box-download .box-download-wrapper {
  padding: 1px 0;
}
.box-download .content {
  padding: 0px 10px;
}
.box-download label {
  display: block;
}
.box-download label.error {
  color: #da3338;
  display: inline;
}
.box-download .required {
  color: #da3338;
}
.box-download form {
  padding-top: 10px;
}
.box-download .field-row {
  margin-bottom: 10px;
}
.box-download .field-row > div.select {
  display: inline-block;
}
.box-download input[type=text] {
  display: block;
  height: 45px;
  vertical-align: top;
  border-style: none;
  border: solid 1px #005093;
  color: #817a7a;
  padding-left: 20px;
  width: 100%;
}
.box-download .select {
  width: 250px;
  height: 45px;
  background-color: #005093;
  overflow: hidden;
  position: relative;
}
.box-download .select select {
  border: none;
  border-style: none;
  width: 130%;
  box-shadow: none;
  background-image: url("../bundles/app/images/map-arrow.png");
  background-repeat: no-repeat;
  background-position: top right 100px;
  -webkit-appearance: none;
  background-color: #005093;
  color: white;
  height: 100%;
  padding-left: 15px;
}
.box-download .select select:focus {
  outline: 0;
}
.box-download input[type=submit] {
  display: block;
  height: 45px;
  width: 100%;
  border-style: none;
  color: white;
  background-color: #005093;
  text-transform: uppercase;
  cursor: pointer;
}

.margin-top .box-download .box-download-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-download .box-download-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-download .box-download-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    overflow: auto;
  }
  .box-download .content {
    padding: 0px 15px;
  }
  .box-download label.error {
    text-align: left;
    padding-left: 20px;
    padding-right: 0px;
  }
  .box-download .field-row {
    overflow: hidden;
  }
  .box-download .field-col {
    float: left;
    width: 475px;
  }
  .box-download .field-col:nth-child(2) {
    float: right;
  }
}
.box-form {
  color: #313030;
  margin: 0;
  padding: 0;
}
.box-form .fb-signin {
  text-align: center;
}
.box-form .fb-signin > div {
  margin: 1em 0;
}
.box-form .fb-sign {
  max-width: 100%;
  width: 400px;
  line-height: 40px;
  font-size: 30px;
  background: #1877f2;
  color: white;
  border: 0 none;
  cursor: pointer;
}
.box-form .box-form-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.box-form .content {
  padding: 0px 10px;
  background-color: #f3f3f3;
  position: relative;
}
.box-form .form-panel {
  visibility: hidden;
  display: none;
}
.box-form .form-panel-active {
  visibility: visible;
  display: block;
}
.box-form label {
  display: block;
  font-size: 18px;
}
.box-form label.error {
  color: #da3338 !important;
  display: inline;
}
.box-form .required {
  color: #da3338;
}
.box-form form {
  padding-top: 10px;
}
.box-form .field-row {
  margin-bottom: 10px;
}
.box-form .field-row > div.select {
  display: inline-block;
}
.box-form input[type=text], .box-form select {
  display: block;
  height: 45px;
  vertical-align: top;
  border-style: none;
  border: solid 1px #005093;
  color: #817a7a;
  padding-left: 20px;
  width: 100%;
  font-size: 14px;
}
.box-form select {
  border: none;
}
.box-form input[type=submit] {
  display: block;
  height: 45px;
  width: 100%;
  border-style: none;
  color: white;
  background-color: #005093;
  text-transform: uppercase;
  cursor: pointer;
}
.box-form .form-validation {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F3F3F3;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: none;
}
.box-form .form-validation p {
  text-align: center;
  width: 560px;
}
.box-form .form-validation-active {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
}
.box-form .loading-overlay {
  display: block;
  height: 0;
  opacity: 0;
  background-color: #F3F3F3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 400ms ease-in, height 0ms linear;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.box-form .loading-overlay .loading-overlay-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-form .loading {
  opacity: 0.8;
  height: 100%;
  transition: opacity 400ms ease-in, height 0ms linear;
}
.box-form .form {
  background-color: #f3f3f3;
}
.box-form .form-tabs .form-tab {
  width: 100%;
  background: #FFD87F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  color: #313030;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.box-form .form-tabs .form-tab-active {
  background: #ffb200;
  transition: all 400ms ease-in;
}
.box-form .form-tabs .form-tab-focus {
  width: 100%;
}
.box-form .form-tabs .form-tab-hidden {
  visibility: hidden;
  display: none;
}
.box-form .responsive {
  background-color: blue;
}
.box-form .mobile-panel {
  padding: 0 10px;
}
.box-form .form-contact-panel {
  padding: 0 10px;
}
.box-form .form-contact-panel .txt4 {
  padding-bottom: 10px;
}
.box-form .form-mail-panel .txt4 {
  padding-bottom: 80px;
}
.box-form .hidden {
  visibility: unset;
  display: none;
}
.box-form .rgpd {
  margin: 0;
}
.box-form .rgpd p {
  margin: 0;
}

.margin-top .box-form .box-form-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-form .box-form-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-form .box-form-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .box-form .content {
    padding: 10px 15px;
  }
  .box-form label.error {
    text-align: left;
    padding-left: 20px;
    padding-right: 0px;
  }
  .box-form .field-row {
    overflow: hidden;
  }
  .box-form .field-col {
    float: left;
    width: 475px;
  }
  .box-form .field-col:nth-child(2) {
    float: right;
  }
  .box-form .field-col-3:nth-child(1) {
    width: 93px;
    margin-right: 25px;
  }
  .box-form .field-col-3:nth-child(1) input {
    padding: 0;
    padding-left: 8px;
  }
  .box-form .field-col-3:nth-child(2) {
    float: left;
    width: 356px;
  }
  .box-form .field-col-3:nth-child(3) {
    float: right;
  }
  .box-form .form {
    background-color: unset !important;
  }
  .box-form .form-tabs {
    display: flex;
    height: 60px;
    align-items: flex-end;
  }
  .box-form .form-tabs .form-tab {
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    text-align: center;
  }
  .box-form .form-tabs .form-tab-active {
    height: 60px;
  }
  .box-form .form-tabs .form-tab-focus {
    width: 100%;
  }
  .box-form .responsive {
    background-color: red;
  }
  .box-form .form-contact-panel {
    padding: 0;
  }
  .box-form .form-contact-tab {
    width: 100% !important;
  }
  .box-form .form-content-contact {
    width: 50%;
  }
  .box-form .icon {
    visibility: hidden;
    display: none;
  }
  .box-form .form-contact-panel .txt4 {
    padding-bottom: 0px;
  }
  .box-form .form-mail-panel .txt4 {
    padding-bottom: 0px;
  }
}
.box-countdown {
  color: #313030;
}
.box-countdown .box-countdown-wrapper {
  margin: 0 auto;
  padding: 1px 0;
}
.box-countdown .title {
  padding: 0px 10px 15px;
}
.box-countdown .underline > span {
  padding-bottom: 10px;
}
.box-countdown .text {
  padding: 0 10px;
}
.box-countdown .text:empty {
  margin-top: 0;
}
.box-countdown .bordered:before, .box-countdown .bordered:after {
  content: " ";
  width: 170px;
  height: 3px;
  background-color: #005093;
  display: inline-block;
  margin: 0 auto;
}
.box-countdown a.link {
  font-weight: 600;
  color: #313030;
  background: #ffb200;
  padding: 6px 26px 8px;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.box-countdown a.link.link-more {
  border-color: transparent;
  background: transparent;
}
.box-countdown a.link.link-more:after {
  margin-left: 15px;
  content: " > ";
}
.box-countdown .countdown-container .clock.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.box-countdown .countdown-container .clock.row.desktop {
  display: none !important;
}
.box-countdown .clock-item {
  position: relative;
  margin: 0;
  width: 25%;
}
.box-countdown .clock-item .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.box-countdown .clock-item p {
  margin: 0;
}
.box-countdown .clock-item .counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 58px;
  text-align: center;
  vertical-align: center;
  font-size: 24px;
}
.box-countdown .clock-item .text {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.box-countdown .clock-item .bold {
  font-weight: 700;
}
.box-countdown .clock-item:after {
  font-size: 24px;
  content: ":";
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  line-height: 56px;
}
.box-countdown .clock-item:last-child:after {
  content: "";
  display: none;
}
.box-countdown svg {
  transform: rotate(270deg);
}
.box-countdown svg circle {
  fill: none;
  stroke-width: 1px;
  stroke-dashoffset: 0;
  animation: stroke-dashoffset 0.1s linear;
}
.box-countdown svg circle.anim {
  stroke-width: 5px;
}
.box-countdown .align-left {
  text-align: left;
}
.box-countdown .align-center {
  text-align: center;
}
.box-countdown .align-right {
  text-align: right;
}
.box-countdown .align-justify {
  text-align: justify;
}

.margin-top .box-countdown .box-countdown-wrapper {
  padding-top: 40px;
}

.margin-bottom .box-countdown .box-countdown-wrapper {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-countdown .box-countdown-wrapper {
    max-width: 1024px;
  }
  .box-countdown .title {
    padding: 0 0 15px;
  }
  .box-countdown .text {
    padding: 0px 15px;
  }
  .box-countdown .underline > span {
    padding-bottom: 15px;
  }
  .box-countdown .countdown-container .clock.row.mobile {
    display: none !important;
  }
  .box-countdown .countdown-container .clock.row.desktop {
    display: flex !important;
  }
  .box-countdown .clock-item {
    margin: 0 24px;
    width: 150px;
  }
  .box-countdown .clock-item .counter {
    font-size: 42px;
    line-height: 100px;
  }
  .box-countdown .clock-item .text {
    font-size: 25px;
  }
  .box-countdown .clock-item:after {
    font-size: 42px;
    right: -24px;
    line-height: 100px;
  }
}
.box-calculate-ifi {
  padding: 1px 27px;
  text-align: center;
  color: #313030;
  background-color: #ffb200;
}
.box-calculate-ifi .title {
  text-align: center;
  color: #005093;
}
.box-calculate-ifi .donation {
  font-size: 15px;
  line-height: 17px;
}
.box-calculate-ifi .amounts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  vertical-align: middle;
  margin-bottom: 15px;
}
.box-calculate-ifi .amounts label {
  width: 60%;
}
.box-calculate-ifi .amounts .input-like {
  text-align: center;
  vertical-align: top;
  width: 28%;
  max-width: 147px;
  display: flex;
  position: relative;
  background: white;
  border: solid 1px black;
}
.box-calculate-ifi .amounts .input-like input {
  font-size: 20px;
  padding: 10px 5px 10px;
  border: 0 none;
  background: transparent;
  flex: 1 1 50px;
  width: 50px;
  text-align: right;
}
.box-calculate-ifi .amounts .input-like input:focus-visible {
  outline: none;
}
.box-calculate-ifi .amounts .input-like .exposant {
  flex: 0 0 30px;
  padding-top: 4px;
  color: black !important;
}
.box-calculate-ifi a.link {
  color: #ffb200;
  background: #005093;
  padding: 10px 15px 13px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  margin-top: 21px;
}
.box-calculate-ifi a.link.link-more {
  border-color: transparent;
  background: transparent;
}
.box-calculate-ifi a.link.link-more:after {
  margin-left: 15px;
  content: " > ";
}

.margin-top .box-calculate-ifi {
  padding-top: 40px;
}

.margin-bottom .box-calculate-ifi {
  padding-bottom: 40px;
}

.acms-box .acms-box-content .box-calculate-ifi ul li:before {
  content: "";
}

@media screen and (min-width: 1024px) {
  .box-calculate-ifi .box-calculator-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    max-width: 819px;
  }
  .box-calculate-ifi .box-calculator-wrapper .title {
    width: 300px;
    text-align: left;
    font-size: 38px;
  }
  .box-calculate-ifi .box-calculator-wrapper .title span {
    display: block;
  }
  .box-calculate-ifi .box-calculator-wrapper .amounts {
    min-width: 540px;
    margin: 0 0 11px;
  }
  .box-calculate-ifi .box-calculator-wrapper .links {
    text-align: left;
    padding: 1px 0 0 20px;
  }
  .box-calculate-ifi .box-calculator-wrapper .links a.link {
    height: 50px;
    min-width: 215px;
    text-align: center;
    padding: 7px 13px 13px;
    margin-top: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .box-calculate-ifi .box-calculator-wrapper .title {
    width: 358px;
    padding-right: 20px;
  }
  .box-calculate-ifi .box-calculator-wrapper .donation {
    display: flex;
    padding-top: 26px;
    padding-right: 40px;
    text-align: left;
  }
  .box-calculate-ifi .box-calculator-wrapper .donation span {
    padding-right: 5px;
  }
  .box-calculate-ifi .box-calculator-wrapper .donation p {
    margin: 0;
  }
  .box-calculate-ifi .box-calculator-wrapper .amounts, .box-calculate-ifi .box-calculator-wrapper .deduction {
    min-width: 540px;
    text-align: left;
    border-bottom: 1px solid #313030;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .box-calculate-ifi .box-calculator-wrapper .amounts label, .box-calculate-ifi .box-calculator-wrapper .deduction label {
    font-size: 25px;
  }
  .box-calculate-ifi .box-calculator-wrapper .deduction {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .box-calculate-ifi .box-calculator-wrapper .deduction label span {
    display: block;
  }
  .box-calculate-ifi .box-calculator-wrapper .deduction .amount-or {
    margin: 0 17px;
  }
  .box-calculate-ifi .box-calculator-wrapper .deduction > :first-child {
    width: 75%;
  }
  .box-calculate-ifi .box-calculator-wrapper .deduction > :last-child {
    text-align: right;
    padding-top: 10px;
    padding-right: 36px;
  }
  .box-calculate-ifi .box-calculator-wrapper .deduction > :last-child .amount_ifi {
    font-size: 28px;
    white-space: nowrap;
  }
  .box-calculate-ifi .box-calculator-wrapper .links {
    text-align: right;
    padding: 20px 1px 0 0;
    font-weight: bold;
    font-size: 22px;
  }
  .box-calculate-ifi .box-calculator-wrapper .links a.link {
    margin-top: 8px;
    padding: 8px 23px 12px 21px;
    width: auto;
  }
  .box-calculate-ifi .box-calculator-wrapper .links a.link.link-more {
    padding: 0;
  }
  .box-calculate-ifi .box-calculator-wrapper .links a.link.link-more:after {
    position: absolute;
    right: -15px;
  }
  .box-calculate-ifi .margin-top .box-calculate-ifi.box-calculate-ifi-campaign {
    padding-top: 30px;
  }
  .box-calculate-ifi .margin-bottom .box-calculate-ifi.box-calculate-ifi-campaign {
    padding-bottom: 40px;
  }
}
.box-instagram {
  color: #313030;
  background-color: white;
  padding: 1px 0;
}
.box-instagram .box-instagram-wrapper {
  cursor: pointer;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.box-instagram .box-instagram-wrapper .instagram1 {
  margin-bottom: 20px;
}
.box-instagram .box-instagram-wrapper .box-instagram-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.box-instagram .box-instagram-wrapper .box-instagram-container .instagram-cookie-warning {
  width: 100%;
  height: 300px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: lightgray;
  color: white;
  text-align: center;
}
.box-instagram .box-instagram-wrapper .box-instagram-container .instagram-content {
  display: none;
}
.box-instagram .box-instagram-wrapper .box-instagram-container::after {
  display: block;
  content: " ";
}

.margin-top .box-instagram {
  padding-top: 40px;
}

.margin-bottom .box-instagram {
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .box-instagram .box-instagram-wrapper:after {
    display: block;
    content: "";
    clear: both;
  }
  .box-instagram .box-instagram-wrapper .instagram1 {
    width: 47%;
    float: left;
    margin-bottom: 0px;
  }
  .box-instagram .box-instagram-wrapper .instagram2 {
    width: 47%;
    float: right;
  }
}
.head-home {
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.head-home .head {
  width: 100%;
  position: relative;
  background: #005093;
}
.head-home .baseline {
  font-size: 30px;
  line-height: 36px;
  padding: 15px;
}
.head-home .baseline span {
  color: white;
}
.head-home .baseline br {
  display: none;
}
.head-home .head-button {
  position: absolute;
  bottom: 20px;
  left: 22px;
  background-color: #005093;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 0px 10px;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  display: none;
}
.head-home img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .head-home {
    height: 320px;
    padding-bottom: 0px;
  }
  .head-home .head {
    height: 320px;
    width: 1024px;
    margin: 0 auto;
    background: none;
  }
  .head-home .baseline {
    position: absolute;
    bottom: 85px;
    left: 5px;
    font-size: 43px;
    line-height: 40px;
  }
  .head-home .baseline span {
    background-color: rgba(0, 44, 82, 0.85);
    display: inline-block;
    padding: 5px 10px;
  }
  .head-home .baseline br {
    display: inline-block;
  }
  .head-home img {
    display: none;
    visibility: hidden;
  }
  .head-home .head-button {
    display: inline-block;
  }
}
.head-home.head-home-covid19 {
  text-decoration: none;
}
.head-home.head-home-covid19 .head {
  background-color: rgb(208, 12, 12);
}
.head-home.head-home-covid19 h1 {
  font-size: 1.3em;
  line-height: 0.94em;
  font-weight: 500;
}
.head-home.head-home-covid19 .baseline span, .head-home.head-home-covid19 .head-button {
  background: transparent;
}
.head-home.head-home-covid19 .head-button {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0 auto 10px;
  width: 200px;
  text-align: center;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .head-home.head-home-covid19 .head {
    background-color: transparent;
  }
  .head-home.head-home-covid19 .baseline {
    bottom: 72px;
  }
  .head-home.head-home-covid19 .baseline span, .head-home.head-home-covid19 .head-button {
    background-color: rgba(208, 12, 12, 0.85);
  }
  .head-home.head-home-covid19 .head-button {
    position: absolute;
    bottom: 20px;
    left: 22px;
    background-color: rgba(208, 12, 12, 0.85);
    margin: 0;
    width: auto;
  }
}
.head-home.head-home-covid19.head-home-covid19-cp2 {
  /*
  .baseline span:last-child{
      color: #ffd200;
      display: block;
  }
  */
}
.head-home.head-home-covid19.head-home-covid19-cp2 h1 {
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 500;
}
.head-home.head-home-covid19.head-home-covid19-cp2 .head {
  background-color: rgb(10, 31, 143);
}

.head-home-covid19-cp2.sub-head {
  text-align: center;
  background-color: #6cb1a2;
  color: white;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 500;
  padding: 20px 20px;
}

@media screen and (min-width: 1024px) {
  .head-home.head-home-covid19.head-home-covid19-cp2 h1 {
    line-height: 0em;
  }
  .head-home.head-home-covid19.head-home-covid19-cp2 .head {
    background-color: transparent;
  }
  .head-home.head-home-covid19.head-home-covid19-cp2 .baseline {
    top: 55px;
    right: auto;
    bottom: auto;
    left: 0px;
    margin: 0px;
    padding: 0px;
  }
  .head-home.head-home-covid19.head-home-covid19-cp2 .baseline span, .head-home.head-home-covid19.head-home-covid19-cp2 .head-button {
    background-color: rgba(10, 31, 143, 0.8);
  }
  .head-home.head-home-covid19.head-home-covid19-cp2 .baseline span {
    font-size: 0.65em;
    line-height: 1.1em;
    font-weight: 600;
  }
  .head-home.head-home-covid19.head-home-covid19-cp2 .baseline span:last-child {
    font-size: 0.7em;
  }
  .head-home.head-home-covid19.head-home-covid19-cp2 .head-button {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: auto;
    color: #313030;
    background-color: #ffb200;
    margin: 0;
    width: auto;
    font-weight: 600;
    padding: 0 25px;
  }
  .head-home-covid19-cp2.sub-head {
    padding: 50px 20px;
  }
  .head-home-covid19-cp2.sub-head br {
    display: none;
  }
}
.head-reussite {
  position: relative;
  height: 900px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.head-reussite video, .head-reussite .overlay, .head-reussite .content {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  z-index: 1;
}
.head-reussite video {
  background-color: black;
  object-fit: cover;
  -ms-ime-align: auto;
}
.head-reussite .overlay {
  z-index: 4;
  background-color: #0a1f8f;
  opacity: 0.5;
}
.head-reussite .content {
  color: white;
  z-index: 5;
}
.head-reussite .content .title {
  font-size: 32px;
  padding: 30px 10px 0px 10px;
}
.head-reussite .content p {
  font-size: 16px;
  padding: 0px 10px;
}
.head-reussite .content .links {
  margin-top: 20px;
}
.head-reussite .content .links a {
  display: block;
  color: white;
}
.head-reussite .content .video {
  border: solid 1px white;
  margin: 20px;
  text-decoration: none;
  padding: 10px;
}
.head-reussite .video-foreground, .head-reussite iframe, .head-reussite .blue-filter, .head-reussite .zz {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.head-reussite iframe {
  pointer-events: none;
}
.head-reussite .blue-filter {
  background-color: #0a1f8f;
  opacity: 0.5;
  z-index: 2;
}
.head-reussite .zz {
  z-index: 3;
}

@media (min-aspect-ratio: 16/9) {
  .head-reussite .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .head-reussite .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .head-reussite .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .head-reussite .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .head-reussite .vid-info .acronym {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .head-reussite {
    height: 750px;
    padding-bottom: 0px;
  }
  .head-reussite .content-wrapper {
    width: 1024px;
    margin: 0 auto;
  }
  .head-reussite .content .title {
    font-size: 48px;
    margin-top: 30px;
  }
  .head-reussite .content p {
    margin: 0;
    padding: 15px 40px;
    font-size: 24px;
    line-height: 24px;
  }
  .head-reussite .content .links {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }
  .head-reussite .content .links a {
    display: inline-block;
  }
  .head-reussite .content .links .know-more, .head-reussite .content .links .video {
    font-size: 30px;
  }
}
.footer {
  color: #313030;
  margin: 0 0 40px;
}
.footer .footer-wrapper {
  margin: 0 auto;
  background: white;
  text-align: center;
}
.footer a {
  color: #313030;
  text-decoration: none;
}
.footer .bloc1, .footer .bloc2, .footer .bloc3 {
  width: 250px;
  margin: 0 auto;
  padding: 25px 0px;
  text-align: left;
  display: inline-block;
  border-bottom: solid 1px rgba(151, 151, 151, 0.34);
}
.footer .bloc3 {
  border-bottom: none;
}
.footer .footer-links {
  background-color: #ffb200;
  text-align: center;
  padding: 15px 0px;
  padding-bottom: 30px;
}
.footer .footer-links-wrapper {
  color: #313030;
}
.footer .footer-links-title {
  text-align: center;
  margin-bottom: 35px;
}
.footer .footer-links-title span {
  border-bottom: solid 3px #313030;
}
.footer .footer-links-list {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.footer .footer-links-list a {
  display: block;
  text-transform: uppercase;
}
.footer .footer-links-list a:before {
  content: "–";
  padding-right: 10px;
}
.footer .footer-links-list a:hover {
  text-decoration: underline;
}
.footer .logo-name {
  overflow: hidden;
}
.footer .logo-name .logo {
  background-image: url("../bundles/app/images/logo-header-new2.png");
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 87px;
  height: 62px;
  margin-top: 7px;
  margin-right: 10px;
}
.footer .logo-name .name {
  line-height: 26px;
  float: left;
}
.footer .coords {
  margin-top: 10px;
}
.footer .links {
  margin-top: 10px;
}
.footer .links a {
  display: block;
}
.footer .bloc2 {
  border-bottom: solid 1px rgba(151, 151, 151, 0.34);
}
.footer .bloc2 a {
  display: block;
  margin-bottom: 40px;
}
.footer .bloc2 a:hover {
  text-decoration: none;
}
.footer .bloc2 a span {
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: solid 4px #313030;
}
.footer .bloc3 input[type=text] {
  height: 45px;
  width: 205px;
  border-style: none;
  border: solid 1px #005093;
  color: grey;
  text-align: center;
}
.footer .bloc3 input[type=submit] {
  height: 45px;
  width: 45px;
  background-color: #005093;
  background-image: url("/bundles/app/images/footer/search.png");
  background-repeat: no-repeat;
  border-style: none;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
}
.footer .follow-us {
  margin-top: 30px;
  margin-bottom: 10px;
}
.footer .don-en-confiance {
  margin-top: 30px;
  overflow: auto;
}
.footer .don-en-confiance img {
  display: block;
  float: left;
}
.footer .don-en-confiance .text {
  display: block;
  float: right;
  width: 165px;
}

@media screen and (min-width: 1024px) {
  .footer .footer-wrapper {
    max-width: 1024px;
  }
  .footer .footer-wrapper .bloc1, .footer .footer-wrapper .bloc2, .footer .footer-wrapper .bloc3 {
    vertical-align: top;
    border-bottom: none;
    position: relative;
    padding-top: 40px;
  }
  .footer .footer-wrapper .bloc2:after, .footer .footer-wrapper .bloc3:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 200px;
    z-index: 4;
    background-color: rgba(151, 151, 151, 0.34);
    top: 40px;
    left: -30px;
  }
  .footer .footer-wrapper .bloc1 {
    width: 280px;
  }
  .footer .footer-wrapper .bloc2 {
    width: 230px;
    padding-left: 0;
  }
  .footer .footer-wrapper .bloc2 a span {
    font-size: 18px;
  }
  .footer .footer-wrapper .bloc3 {
    width: 500px;
    padding-left: 20px;
  }
  .footer .footer-links-list a, .footer .footer-links-title {
    display: inline-block;
  }
  .footer .footer-links-list a:before {
    content: " ";
  }
  .footer .footer-links-title {
    margin-bottom: 0px;
  }
  .footer .don-en-confiance .text {
    width: 335px;
    float: left;
    margin-left: 20px;
  }
  .footer.en .bloc1 {
    width: 450px;
  }
  .footer.en .bloc3 {
    width: 440px;
  }
  .footer.en .follow-us {
    margin-top: 0px;
  }
  .footer.en .links a {
    display: inline-block;
  }
}
.login-wrapper {
  margin: 0 auto;
  padding: 20px 0px;
  background-color: white;
  text-align: center;
}
.login-wrapper div.error-wrapper {
  text-align: center;
}
.login-wrapper div.error-message {
  background-color: #ff5977;
  color: white;
  margin: 20px auto;
  display: inline-block;
  width: 50%;
  padding: 5px 140px;
}
.login-wrapper form {
  display: inline-block;
  text-align: left;
}
.login-wrapper label, .login-wrapper input {
  display: inline-block;
  margin-bottom: 10px;
}
.login-wrapper label {
  width: 150px;
}
.login-wrapper input[type=text], .login-wrapper input[type=password] {
  border: solid 1px #005093;
  height: 30px;
  padding-left: 10px;
}
.login-wrapper button {
  border-style: none;
  border: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #005093;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.login-wrapper button:after {
  content: " > ";
}

@media screen and (min-width: 1024px) {
  .login-wrapper {
    max-width: 1024px;
  }
}
.category-page .category-page-wrapper .categories li {
  height: 45px;
  line-height: 40px;
  text-align: center;
  width: 200px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  margin-bottom: 10px;
  background-color: #d9d6d6;
  position: relative;
}
.category-page .category-page-wrapper .categories li:hover, .category-page .category-page-wrapper .categories li.current {
  background-color: #005093;
}
.category-page .category-page-wrapper .categories li a {
  color: white;
  text-decoration: none;
}
.category-page .category-page-wrapper .post {
  display: block;
  margin: 0px 10px;
  margin-bottom: 50px;
  color: #313030;
  text-decoration: none;
}
.category-page .category-page-wrapper .post:first-child {
  margin-top: 60px;
}
.category-page .category-page-wrapper .post .publication-date {
  color: #d9d6d6;
}
.category-page .category-page-wrapper .post .label {
  margin-top: 10px;
}
.category-page .category-page-wrapper .post .abstract {
  margin: 10px 0px;
}
.category-page .category-page-wrapper .post .picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-postion: center center;
  height: 200px;
}
.category-page .category-page-wrapper .post .picture img {
  display: none;
}
.category-page .category-page-wrapper .post .know-more {
  color: #005093;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
.category-page .category-page-wrapper .post .know-more:after {
  content: " > ";
}

@media screen and (min-width: 1024px) {
  .category-page .category-page-wrapper .categories {
    max-width: 1024px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }
  .category-page .category-page-wrapper .categories li {
    margin: 0px;
    display: inline-block;
    height: 100px;
    width: 190px;
    line-height: 90px;
  }
  .category-page .category-page-wrapper .categories li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
  }
  .category-page .category-page-wrapper .categories li a:hover span {
    border-bottom: solid 3px white;
    padding-bottom: 6px;
  }
  .category-page .category-page-wrapper .categories li span {
    display: inline-block;
    line-height: 1.2em;
    width: auto;
    vertical-align: middle;
  }
  .category-page .category-page-wrapper .categories li.current span {
    border-bottom: solid 3px white;
    padding-bottom: 6px;
  }
  .category-page .category-page-wrapper .post {
    max-width: 1024px;
    margin: 0px auto;
    overflow: auto;
    margin-bottom: 50px;
  }
  .category-page .category-page-wrapper .post .picture {
    margin-top: 10px;
    width: 320px;
    height: 250px;
    float: left;
  }
  .category-page .category-page-wrapper .post .label {
    margin-top: 0px;
  }
  .category-page .category-page-wrapper .post .content {
    float: right;
    width: 680px;
  }
}
.error404 {
  margin: 0px 0px;
}
.error404 .error404-wrapper {
  margin: 0 auto;
  background: white;
  padding: 20px 15px 60px 15px;
}

@media screen and (min-width: 1024px) {
  .error404 .error404-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
}
.sitemap {
  margin: 0px 0px;
}
.sitemap .sitemap-wrapper {
  margin: 0 auto;
  background: white;
  padding: 20px 15px 60px 15px;
}
.sitemap .sitemap-wrapper ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.sitemap .sitemap-wrapper ul li {
  margin: 10px 0px;
  position: relative;
}
.sitemap .sitemap-wrapper ul li:before {
  color: #005093;
  position: absolute;
  left: -20px;
  content: "◼";
}
.sitemap .sitemap-wrapper ul > ul, .sitemap .sitemap-wrapper ul > li > ul {
  padding-left: 0px;
}
.sitemap .sitemap-wrapper ul > ul li, .sitemap .sitemap-wrapper ul > li > ul li {
  margin-left: 15px;
  position: relative;
}
.sitemap .sitemap-wrapper ul > ul li:before, .sitemap .sitemap-wrapper ul > li > ul li:before {
  color: #005093;
  position: absolute;
  left: -20px;
  content: "◽";
}
.sitemap .sitemap-wrapper a {
  text-decoration: none;
  color: #005093;
}
.sitemap .sitemap-wrapper a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .sitemap .sitemap-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
}
.gsc-control-searchbox-only {
  padding: 10px;
}
.gsc-control-searchbox-only button.gsc-search-button {
  height: 45px;
  width: 45px;
  background-color: white;
  background-image: url("/bundles/app/images/footer/search-black.png");
  background-repeat: no-repeat;
  border-style: none;
  border: none;
  overflow: hidden;
}
.gsc-control-searchbox-only button.gsc-search-button svg {
  display: none;
}
.gsc-control-searchbox-only .gsc-input {
  padding-right: 0px !important;
  color: #313030 !important;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px !important;
}
.gsc-control-searchbox-only .gscb_a {
  color: #313030 !important;
}
.gsc-control-searchbox-only .gsc-input-box {
  height: 45px;
  border-radius: 0;
  padding: 0;
  border: solid 1px white;
}
.gsc-control-searchbox-only .gsc-search-button {
  margin-left: 0px !important;
  border-radius: 0px !important;
  padding: 0px !important;
}
.gsc-control-searchbox-only .gsc-search-button-v2 {
  padding: 0px !important;
}

.gcse {
  margin: 0px 0px;
}
.gcse .gcse-wrapper {
  margin: 0 auto;
  background: white;
  padding: 20px 15px 60px 15px;
}
.gcse .cse .gsc-control-cse, .gcse .gsc-control-cse {
  padding: 0px;
}
.gcse .gsc-search-button {
  background-color: #005093;
}
.gcse button.gsc-search-button {
  height: 45px;
  width: 45px;
  background-color: #005093;
  background-image: url("/bundles/app/images/footer/search.png");
  background-repeat: no-repeat;
  border-style: none;
  border: none;
  overflow: hidden;
}
.gcse button.gsc-search-button svg {
  display: none;
}
.gcse .gsc-input .gsc-input-box {
  height: 45px;
  border-radius: 0;
  padding: 0;
  border: solid 1px #005093;
  color: grey;
}
.gcse .gsc-input .gsc-input-box .gsst_a .gscb_a {
  vertical-align: middle;
}
.gcse .gsc-input input {
  line-height: 35px;
  height: 35px;
}
.gcse .gsst_a .gscb_a {
  color: #005093;
}
.gcse .gs-result .gs-title {
  overflow: visible;
  height: auto;
}
.gcse .gsc-control-cse .gs-result .gs-title * {
  font-size: 24px;
  color: #4684c4;
}
.gcse .gs-result .gs-visibleUrl {
  color: #1db096;
  padding: 10px 0px;
}
.gcse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  width: 90px;
  height: 80px;
}
.gcse .gs-web-image-box-portrait img.gs-image {
  max-width: 80px;
  max-height: 240px;
}
.gcse .menu .bt-search {
  display: none;
}

@media screen and (min-width: 1024px) {
  .gcse .gcse-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 85px 60px 85px;
  }
  .gsc-control-searchbox-only {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 630px;
    padding: 18px 0px 11px 0px !important;
    transition-duration: 1s;
    transition-property: opacity;
  }
  .gsc-control-searchbox-only form {
    border-bottom: solid 2px #313030 !important;
  }
  .menu.search-mode .gsc-control-searchbox-only {
    z-index: 40;
    opacity: 0.5;
    transition-duration: 1s;
    transition-delay: 0.5s;
  }
  .menu.search-mode ul {
    opacity: 0;
    transition-duration: 0.5s;
  }
  .menu .bt-search {
    display: block;
    position: absolute;
    height: 45px;
    width: 45px;
    background-color: white;
    background-image: url("/bundles/app/images/footer/search-black.png");
    background-repeat: no-repeat;
    top: 18px;
    left: 585px;
    cursor: pointer;
  }
}
.cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: 0px 0px;
  background: #ffb200;
  color: #313030;
  display: none;
  z-index: 20;
}
.cookies a {
  color: #313030;
}
.cookies .cookies-wrapper {
  margin: 0 auto;
  padding: 10px 10px;
}
.cookies .cookies-button {
  padding-top: 10px;
  display: block;
  text-align: center;
}
.cookies .cookies-accept {
  display: inline-block;
  width: 145px;
  height: 40px;
  background-color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .cookies .cookies-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding-right: 170px;
    position: relative;
  }
  .cookies .cookies-button {
    position: absolute;
    top: 0px;
    right: 10px;
  }
}
[data-page-class=LandingPage] .menu,
[data-page-class=LandingPage] a.open-menu,
[data-page-class=LandingPage] .box-banner-statistics .link,
[data-page-class=LandingPage] .breadcrumb,
[data-page-class=LandingPage] .footer-links,
[data-page-class=LandingPage] .language-switcher,
[data-page-class=LandingPage] .head-n2,
[data-page-class=LandingPage] .footer-wrapper .links,
[data-page-class=LandingPage] .footer-wrapper .bloc2 a,
[data-page-class=LandingPage] .footer-wrapper form {
  display: none;
  visibility: hidden;
}
[data-page-class=LandingPage] .footer a {
  color: #0a1f8f;
}
[data-page-class=LandingPage] .footer .footer-wrapper {
  line-height: 1.4;
}
[data-page-class=LandingPage] .footer .footer-wrapper .bloc2 .don-en-confiance {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-content: start;
}
[data-page-class=LandingPage] .footer .footer-wrapper .bloc2 .text {
  font-size: 16px;
}
[data-page-class=LandingPage] .footer .footer-wrapper .bloc2 .other-links {
  padding-top: 10px;
}
[data-page-class=LandingPage] .footer .footer-wrapper .bloc2 .other-links a {
  display: block;
  visibility: visible;
  color: #313030;
  padding: 5px 0px;
  margin-bottom: 0px;
}
[data-page-class=LandingPage] .footer .footer-wrapper .bloc3 .coords, [data-page-class=LandingPage] .footer .footer-wrapper .bloc3 .name {
  font-size: 16px;
}
[data-page-class=LandingPage] .footer .footer-wrapper .bloc3 .coords {
  margin-top: 2px;
}
[data-page-class=LandingPage] .footer .footer-wrapper .bloc3 .name {
  font-weight: bold;
}
[data-page-class=LandingPage] .footer .footer-wrapper .bloc3 .socials-links {
  font-size: 24px;
  margin-top: 14px;
}
[data-page-class=LandingPage] .footer .footer-wrapper .bloc3 .socials-links a {
  margin-right: 20px;
}
[data-page-class=LandingPage] .acms-textbox .title > span > span, [data-page-class=LandingPage] .acms-box-textimagebox .title > span > span {
  font-size: 0.7em;
}
[data-page-class=LandingPage] .acms-textbox .title > span > span:first-child, [data-page-class=LandingPage] .acms-box-textimagebox .title > span > span:first-child {
  font-size: 1em;
}

@media screen and (min-width: 1024px) {
  [data-page-class=LandingPage] .footer .footer-wrapper {
    text-align: left;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc1 {
    width: 225px;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc1 img {
    width: 100%;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc2 {
    width: 450px;
    padding-left: 20px;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc2:after {
    display: none;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc2 .don-en-confiance {
    margin-top: 0;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc2 .don-en-confiance > * {
    float: none;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc2 .text {
    display: block;
    font-size: 16px;
    padding: 0;
    width: 100%;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc3 {
    width: 335px;
    padding-left: 50px;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc3:after {
    display: none;
  }
  [data-page-class=LandingPage] .footer .footer-wrapper .bloc3 .name {
    width: 200px;
  }
}
/* latin-ext */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 200;
  src: local("Barlow Condensed ExtraLight"), local("BarlowCondensed-ExtraLight"), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B497yz3jWuZEC.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 200;
  src: local("Barlow Condensed ExtraLight"), local("BarlowCondensed-ExtraLight"), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B497yz3bWuQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Barlow Condensed Regular"), local("BarlowCondensed-Regular"), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTx3L3I-JCGChYJ8VI-L6OO_au7B6x_T2kn3.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Barlow Condensed Regular"), local("BarlowCondensed-Regular"), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  src: local("Barlow Condensed Medium"), local("BarlowCondensed-Medium"), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3jWuZEC.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  src: local("Barlow Condensed Medium"), local("BarlowCondensed-Medium"), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3bWuQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
[data-page-template="Landing SMS"] .box-static-sms-merci-wrapper a.call-to-action, [data-page-template="Landing SMS"] .box-static-sms-form-wrapper input.call-to-action, [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .amounts ul li label, [data-page-template="Landing SMS"] .head-sms {
  font-family: "Barlow Condensed", sans-serif;
}

[data-page-template="Landing SMS"] .menu ul,
[data-page-template="Landing SMS"] a.je-donne,
[data-page-template="Landing SMS"] a.open-menu,
[data-page-template="Landing SMS"] .box-banner-statistics .link,
[data-page-template="Landing SMS"] .breadcrumb,
[data-page-template="Landing SMS"] .footer-links,
[data-page-template="Landing SMS"] .language-switcher,
[data-page-template="Landing SMS"] .head-n2,
[data-page-template="Landing SMS"] .footer-wrapper .links,
[data-page-template="Landing SMS"] .footer-wrapper .bloc2 a,
[data-page-template="Landing SMS"] .footer-wrapper form {
  display: none;
  visibility: hidden;
}
[data-page-template="Landing SMS"] .footer .footer-wrapper .bloc2 .don-en-confiance {
  margin-top: 0;
}
[data-page-template="Landing SMS"] .footer .footer-wrapper .bloc2 .text {
  font-size: 16px;
}
[data-page-template="Landing SMS"] .footer .footer-wrapper .bloc3 .coords, [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc3 .name {
  font-size: 16px;
}
[data-page-template="Landing SMS"] .footer .footer-wrapper .bloc3 .coords {
  margin-top: 2px;
}
[data-page-template="Landing SMS"] .footer .footer-wrapper .bloc3 .name {
  font-weight: bold;
}
[data-page-template="Landing SMS"] .footer .footer-wrapper .bloc3 .socials-links {
  font-size: 24px;
  margin-top: 14px;
}
[data-page-template="Landing SMS"] .footer .footer-wrapper .bloc3 .socials-links a {
  color: #0a1f8f;
  margin-right: 20px;
}
[data-page-template="Landing SMS"] .head-sms {
  width: 100%;
  background-color: #05b9c5;
  color: white;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
[data-page-template="Landing SMS"] .head-sms .blue-big {
  color: #0a1f8f;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
[data-page-template="Landing SMS"] .head-sms .blue-small {
  color: #0a1f8f;
  font-size: 26px;
  text-transform: uppercase;
}
[data-page-template="Landing SMS"] .head-sms .white-big {
  margin: 20px 0px 40px 0px;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
}
[data-page-template="Landing SMS"] .head-sms .yellow-arrow {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url("/bundles/app/images/campagnes/landing-sms/yellow-arrow.png") no-repeat;
  margin: 0px auto;
}
[data-page-template="Landing SMS"] .head-sms .head-sms-illustration {
  width: 100%;
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
[data-page-template="Landing SMS"] .head-sms .head-sms-content {
  width: 100%;
  display: block;
  padding: 20px 20px;
}
[data-page-template="Landing SMS"] .head-sms .head-sms-content strong {
  font-weight: bold;
}
[data-page-template="Landing SMS"] .head-sms .head-sms-content > div {
  position: relative;
  max-width: 610px;
}
[data-page-template="Landing SMS"] .footer-wrapper .bloc2:after, [data-page-template="Landing SMS"] .footer-wrapper .bloc3:after {
  background-color: white;
}
[data-page-template="Landing SMS"] .bloc1, [data-page-template="Landing SMS"] .bloc2, [data-page-template="Landing SMS"] .bloc3 {
  border: none;
}
[data-page-template="Landing SMS"] .footer-wrapper .follow-us {
  margin-top: 0px;
}
[data-page-template="Landing SMS"] .box-static-sms-form {
  padding-bottom: 50px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper, [data-page-template="Landing SMS"] .box-static-sms-merci-wrapper {
  padding: 15px;
  background: white;
  color: #5d5a5a;
  font-size: 20px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper a, [data-page-template="Landing SMS"] .box-static-sms-merci-wrapper a {
  color: #5d5a5a;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper a:visited, [data-page-template="Landing SMS"] .box-static-sms-merci-wrapper a:visited {
  color: #5d5a5a;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper p.small, [data-page-template="Landing SMS"] .box-static-sms-merci-wrapper p.small {
  font-size: 18px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape {
  border-bottom: solid 7px #ffcf00;
  font-size: 34px;
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 20px;
  padding-bottom: 15px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape span {
  color: #ffcf00;
  font-size: 56px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper input.error {
  border: solid 1px red;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper input.valid {
  border: solid 1px green;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper label.error {
  color: red;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .amounts ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .amounts ul li {
  line-height: 42px;
  width: auto;
  display: inline-block;
  text-align: left;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .amounts ul li label {
  font-size: 47.5px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  color: #0a1f8f;
  background-color: #ffcf00;
  display: inline-block;
  cursor: pointer;
  width: 135px;
  margin-bottom: 15px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .amounts ul li label.selected {
  background-color: #05b9c5;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .amounts ul li:before {
  content: "";
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .calcul {
  font-size: 30px;
  text-align: center;
  margin: 20px 0px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .amount {
  font-weight: bold;
  color: #05b9c5;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .txt-pourcents {
  text-align: center;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper label {
  display: block;
  color: #787773;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper input {
  border: solid 1px #5d5a5a;
  background-color: #e9f0fe;
  height: 43px;
  line-height: 43px;
  padding: 0px 5px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper input.call-to-action {
  font-weight: bold;
  border: none;
  margin: 40px auto;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background: none #05b9c5;
  border-radius: 0px;
  color: #0a1f8f;
  font-size: 24px;
  height: 57px;
  line-height: 57px;
  width: 200px;
  cursor: pointer;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .etape {
  margin-bottom: 30px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 input, [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 label {
  width: 100%;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .gender {
  padding-top: 15px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .gender label {
  cursor: pointer;
  color: #5d5a5a;
  line-height: 44px;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .gender label.selected {
  background-color: #ffcf00;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .gender label label.error {
  background-color: white;
  color: red;
  text-align: left;
  margin-bottom: 0px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .gender input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .receipt {
  margin: 30px 0px;
  margin-bottom: 40px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .receipt label {
  display: none;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .receipt select {
  width: 100%;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .optin > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .optin label, [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .optin input {
  color: #5d5a5a;
  display: inline-block;
  line-height: auto;
  height: auto;
  width: auto;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .optin input {
  padding: 0px;
  margin-right: 5px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .optin p {
  color: #787773;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-3 .etape {
  margin-bottom: 20px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-3 img {
  margin-right: 10px;
}
[data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-3 input {
  width: 100%;
}
[data-page-template="Landing SMS"] .box-static-sms-loading {
  position: fixed;
  width: 0px;
  height: 0px;
  top: 0px;
  left: 0px;
  background-color: white;
  background-image: url("/bundles/app/images/campagnes/landing-sms/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}
[data-page-template="Landing SMS"] .box-static-sms-loading.visible {
  opacity: 0.8;
  z-index: 5432;
  width: 100%;
  height: 100%;
  transition: opacity 300;
}
[data-page-template="Landing SMS"] .box-static-sms-merci-wrapper {
  text-align: center;
}
[data-page-template="Landing SMS"] .box-static-sms-merci-wrapper h2 {
  font-size: 34px;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
}
[data-page-template="Landing SMS"] .box-static-sms-merci-wrapper a.call-to-action {
  font-weight: bold;
  border: none;
  margin: 40px auto;
  display: inline-block;
  text-transform: uppercase;
  background-color: #05b9c5;
  color: #0a1f8f;
  font-size: 24px;
  text-decoration: none;
  padding: 20px 40px;
}

@media screen and (min-width: 1024px) {
  [data-page-template="Landing SMS"] .head-sms {
    overflow: hidden;
    height: 647px;
  }
  [data-page-template="Landing SMS"] .head-sms .blue-big {
    font-size: 56px;
    line-height: 64px;
    font-weight: bold;
    text-transform: uppercase;
  }
  [data-page-template="Landing SMS"] .head-sms .head-sms-illustration {
    min-height: 100%;
    max-height: 100%;
    width: 50%;
    float: right;
  }
  [data-page-template="Landing SMS"] .head-sms .head-sms-content {
    padding: 60px 0px;
    height: 100%;
    width: 50%;
    float: left;
  }
  [data-page-template="Landing SMS"] .head-sms .head-sms-content > div {
    float: right;
    padding-right: 60px;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper {
    text-align: left;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc1 {
    width: 225px;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc1 img {
    width: 100%;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc2 {
    width: 450px;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc2:after {
    display: none;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc2 .don-en-confiance {
    margin-top: 0;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc2 .don-en-confiance > * {
    float: none;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc2 .text {
    display: block;
    margin: 15px 0 0;
    font-size: 16px;
    padding: 0;
    width: 100%;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc3 {
    width: 335px;
    padding-left: 50px;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc3:after {
    display: none;
  }
  [data-page-template="Landing SMS"] .footer .footer-wrapper .bloc3 .name {
    width: 200px;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form {
    background-color: #f3f3f3;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper, [data-page-template="Landing SMS"] .box-static-sms-merci-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 100px;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape {
    font-size: 40px;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape span {
    font-size: 64px;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .amounts ul li label {
    width: 185px;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 > div {
    width: 650px;
    margin-bottom: 10px;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .size1 input, [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .size1 label {
    width: 100%;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .size2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .size2 input[type=text], [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .size2 label {
    width: 300px;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .size3 {
    display: flex;
    justify-content: space-between;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .size3 input, [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .size3 label {
    width: 180px;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-2 .optin > div {
    display: block;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-3 img {
    margin-right: 50px;
  }
  [data-page-template="Landing SMS"] .box-static-sms-form-wrapper .etape-3 input {
    width: 300px;
  }
}
#ax-fake-overlay {
  display: none;
}
#ax-fake-overlay.visible {
  display: block;
  position: fixed;
  z-index: 50;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.acms-prehome-header label {
  width: 30%;
}
.acms-prehome-header span {
  padding: 0 5px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.acms-prehome-datagrid, .acms-prehome-datagrid > table {
  width: 100%;
}
.acms-prehome-datagrid tbody > tr, .acms-prehome-datagrid > table tbody > tr {
  cursor: pointer;
}
.acms-prehome-datagrid th, .acms-prehome-datagrid > table th {
  text-align: center;
}
.acms-prehome-datagrid td, .acms-prehome-datagrid > table td {
  text-align: center;
}

#acms-prehome.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
#acms-prehome.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}
#acms-prehome .prehome-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 130;
  background-color: #000;
  opacity: 0.8;
}
#acms-prehome .prehome-wrapper {
  position: fixed;
  z-index: 131;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 500px;
}
#acms-prehome .prehome-container {
  position: relative;
  width: 95%;
  margin: 0px auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#acms-prehome .prehome-title {
  font-weight: 600;
}
#acms-prehome .prehome-title.align-left {
  text-align: left;
}
#acms-prehome .prehome-title.align-right {
  text-align: right;
}
#acms-prehome .prehome-title.align-center {
  text-align: center;
}
#acms-prehome .prehome-buttons {
  text-align: center;
  padding-bottom: 20px;
}
#acms-prehome .prehome-buttons .prehome-button {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  margin: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
#acms-prehome .prehome-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 130px;
  height: 90px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#acms-prehome .prehome-logo img {
  visibility: hidden;
}
#acms-prehome .prehome-close {
  position: absolute;
  top: 4px;
  right: 10px;
  display: block;
  text-decoration: none;
  font-size: 22px;
}
#acms-prehome .prehome-content-block {
  padding: 20px 10px;
}
#acms-prehome.prehome-prehome .prehome-title {
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
}
#acms-prehome.prehome-prehome .prehome-title mark {
  padding: 0px 5px;
  display: inline;
}
#acms-prehome.prehome-prehome .prehome-title br {
  display: inline-block;
}
#acms-prehome.prehome-prehome .prehome-image-block {
  display: none;
  visibility: hidden;
}
#acms-prehome.prehome-prehome .prehome-content-block {
  padding-top: 170px;
}
#acms-prehome.prehome-prehome .prehome-text {
  display: none;
  visibility: hidden;
}
#acms-prehome.prehome-prehome .prehome-buttons {
  padding-top: 100px;
  text-align: left;
}
#acms-prehome.prehome-prehome .prehome-buttons .prehome-button {
  min-width: 150px;
  text-align: center;
}
#acms-prehome.prehome-popup .prehome-logo {
  position: absolute;
  width: 100px;
  height: 70px;
}
#acms-prehome.prehome-popup .prehome-content-block {
  padding: 0px;
}
#acms-prehome.prehome-popup .prehome-image-block {
  display: none;
  visibility: hidden;
}
#acms-prehome.prehome-popup .prehome-title {
  font-size: 28px;
  line-height: 34px;
  padding: 100px 30px 50px 30px;
  padding-top: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 252px;
}
#acms-prehome.prehome-popup .prehome-text {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
#acms-prehome.prehome-message .prehome-logo {
  position: absolute;
  width: 100px;
  height: 70px;
}
#acms-prehome.prehome-message .prehome-content-block {
  padding: 0px 10px;
}
#acms-prehome.prehome-message .prehome-image-block {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}
#acms-prehome.prehome-message .prehome-image-block img {
  display: none;
}
#acms-prehome.prehome-message .prehome-title {
  font-size: 28px;
  line-height: 34px;
  padding: 20px 10px;
  background: none;
}
#acms-prehome.prehome-message .prehome-title span {
  background: none;
  color: #313030;
}
#acms-prehome.prehome-message .prehome-text {
  padding: 10px 10px;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (min-width: 1024px) {
  #acms-prehome .prehome-logo {
    width: 170px;
    height: 120px;
  }
  #acms-prehome .prehome-close {
    font-size: 28px;
  }
  #acms-prehome .prehome-wrapper {
    max-width: 2000px;
  }
  #acms-prehome.prehome-prehome .prehome-logo {
    width: 120px;
    height: 84px;
  }
  #acms-prehome.prehome-prehome .prehome-container {
    width: 800px;
  }
  #acms-prehome.prehome-prehome .prehome-content-block {
    padding-top: 170px;
    padding-bottom: 0px;
  }
  #acms-prehome.prehome-prehome .prehome-title {
    padding: 0px 70px;
    font-size: 42px;
    line-height: 50px;
  }
  #acms-prehome.prehome-prehome .prehome-buttons {
    padding-left: 70px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #acms-prehome.prehome-prehome .prehome-button {
    display: inline-block;
    min-width: 250px;
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin: 20px auto;
    margin-right: 20px;
  }
  #acms-prehome.prehome-popup .prehome-container {
    width: 600px;
  }
  #acms-prehome.prehome-message .prehome-container {
    width: 900px;
  }
  #acms-prehome.prehome-message .prehome-blocks {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
  }
  #acms-prehome.prehome-message .prehome-blocks > div {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    height: auto;
  }
}
@font-face {
  font-family: "frm";
  src: url("../bundles/app/css/fonts/frm.eot?o023k7");
  src: url("../bundles/app/css/fonts/frm.eot?o023k7#iefix") format("embedded-opentype"), url("../bundles/app/css/fonts/frm.ttf?o023k7") format("truetype"), url("../bundles/app/css/fonts/frm.woff?o023k7") format("woff"), url("../bundles/app/css/fonts/frm.svg?o023k7#frm") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "frm" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Icon-ionic-ios-close-circle-outline:before {
  content: "󩀁";
}

.acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign {
  background-color: #f75471;
  color: #fff;
}
.acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .title {
  color: #fff;
}
.acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper label {
  color: #0a1f8f;
  background-color: #fbcf01;
  border: solid 2px #fbcf01;
}
.acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper label.selected {
  background-color: #0a1f8f;
  border: solid 2px #fbcf01;
  color: #fbcf01;
}
.acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .border-top .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .border-bottom {
  border-color: #0a1f8f;
}
.acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts, .acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts {
  color: #fbcf01;
}
.acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .txt-amounts .amount, .acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts .amount {
  color: #0a1f8f;
}
.acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > div a.link {
  background: transparent;
  border: 1px solid #fbcf01;
  color: #fbcf01;
}
.acms-page.ifi-2020 .box-calculator.box-calculator-ir-ifi-campaign .box-calculator-wrapper .links-amounts > div:first-child a.link {
  background-color: #fbcf01;
  color: #0a1f8f;
}

#acms-page-1190 .box-key-statistics .box-key-statistics-wrapper ul {
  justify-content: space-around;
}

.acms-page.alzheimer-2020 .box-quote-circle-quote img {
  display: none;
}

@media screen and (min-width: 1024px) {
  .acms-page.alzheimer-2020 #acms-box-10498 .item {
    margin-bottom: 180px;
  }
}
div.acms-box-headerbox[data-acms-box-saved-label=pourlavie2] .acms-headerbox {
  background-color: #092090;
}
div.acms-box-headerbox[data-acms-box-saved-label=pourlavie2] a.faire-un-don {
  color: #000000;
}

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

/***
Spectrum Colorpicker v1.8.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
