/***********************

	Priority 100

	Category CSS|File||

	Content
		bundles/virtualyssnscontentbootstrap3/css/components/cpnt_snshtml5_toolbar.css
		bundles/ifremersnsifremerv5skin/css/components/cpnt_snshtml5_toolbar-theme.css
		bundles/virtualyssnscontentbootstrap3/css/components/cpnt_snshtml5_image.css
		bundles/ifremersnsifremerv5skin/css/components/cpnt_snshtml5_image-theme.css
		bundles/ifremersnsifremerv5skin/css/components/cpnt_snshtml5_text-theme.css
		bundles/virtualyssnscontentbootstrap3/css/components/cpnt_snshtml5_text.css
		bundles/virtualyssnscontentbootstrap3/css/tools/tool_snshtml5_toggle.css
		bundles/virtualyssnscontentbootstrap3/css/components/cpnt_snshtml5_menu.css
		bundles/virtualyssnscontentbootstrap3/css/components/cpnt_snshtml5_menu.singlelevel.css
		bundles/virtualyssnscontentbootstrap3/css/components/cpnt_snshtml5_menu.collapsiblesubmenu.css
		bundles/virtualyssnscontentbootstrap3/css/components/cpnt_snshtml5_menu.hierarchical.css
		bundles/virtualyssnscontentbootstrap3/css/tools/tool_snshtml5_search.css
		bundles/virtualyssnscontentbootstrap3/css/tools/tool_snshtml5_search-theme.css
		bundles/virtualyssnscontentbootstrap3/css/components/cpnt_snshtml5_menu.breadcrumb.css
		bundles/virtualyssnscontentbootstrap3/css/tools/tool_snshtml5_login.css
****************************//* Common rules - Do not edit but override */

.c_toolbar.horizontal .tool {
	display:inline-block;
	vertical-align:bottom;
}

.c_toolbar.l_menu_hierarchical ul ul {
	padding-left:20px;
}
.c_toolbar.l_menu_hierarchical a {
	padding-top:8px;
	padding-bottom:8px;
}
.c_toolbar.l_menu_hierarchical .ajxt {
	float:left;
	padding-right:5px;
	padding-left:5px;
	width:22px;
	text-align:center;
}
.c_toolbar.l_menu_hierarchical div.ajxt {
	height:1px;
}
.c_toolbar.l_menu_hierarchical .ajxi {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	padding-left:7px;
}/*!
 * SpreadNShare 3.0 (http://www.virtualys.com)
 * Copyright 2008-2015 Virtualys / IFREMER
 */
.c_toolbar.l_default.horizontal .tool {
  padding: 2px .75em 0;
  font-size: .9em;
  border-bottom: 2px solid transparent;
}
.c_toolbar.l_default.horizontal .tool > a:hover {
  color: white;
}
.c_toolbar.l_default.horizontal .tool:hover,
.c_toolbar.l_default.horizontal .tool:focus {
  border-bottom-color: #062240;
}
#header_mobile_toolbar {
  height: 84px;
}
#header_mobile_toolbar .c_content {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header_mobile_toolbar .c_body {
  float: right;
}
#header_mobileshortcutspanel {
  border-top: 1px solid #d3d3d3;
}
#header_logo_secondary_cell {
  padding-top: 17px;
}
#eziweb_logos_primary {
  margin-bottom: 7px;
}
#eziweb_logos_secondary:first-child {
  margin-top: 25px;
}
#eziweb_logos_primary,
#eziweb_logos_secondary {
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
}
#eziweb_logos_primary .tool,
#eziweb_logos_secondary .tool {
  padding: 0;
  margin: 0 .75em;
  font-size: 1em;
  border-bottom: none;
}
#eziweb_logos_primary .tool:last-child,
#eziweb_logos_secondary .tool:last-child {
  margin-right: 0;
}
#backtotop_line {
  position: fixed;
  top: auto;
  right: 15px;
  bottom: 65px;
  z-index: 1000;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out 0s;
       -o-transition: opacity .3s ease-out 0s;
          transition: opacity .3s ease-out 0s;
}
#backtotop_line.affix {
  opacity: 1;
}
#eziweb_toolbar_row_screen {
  z-index: 1000;
}
#eziweb_toolbar_row_mobile {
  position: absolute;
  z-index: 1000;
  width: 100%;
}
#eziweb_toolbar_row_mobile.affix {
  position: fixed;
}
#eziweb_toolbar,
#eziweb_toolbar_mobile {
  position: relative;
}
#eziweb_toolbar .c_content,
#eziweb_toolbar_mobile .c_content {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 1;
}
@media (max-width: 767px) {
  #eziweb_toolbar .c_content {
    right: 8px;
  }
}
.c_toolbar.l_icons .tool {
  width: 50px;
  height: 50px;
  font-size: 1.25em;
  line-height: 50px;
  text-align: center;
  background: #093564;
}
.c_toolbar.l_icons .tool.t_overflow {
  color: #093564;
  background: #d3d3d3;
}
.c_toolbar.l_icons .tool.t_overflow a {
  color: #093564;
}
.c_toolbar.l_icons .tool.t_overflow:hover,
.c_toolbar.l_icons .tool:hover {
  background: #fceb2e;
}
.c_toolbar.l_icons .tool a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
}
.c_toolbar.l_icons .tool a:hover {
  color: #093564;
}
footer .c_toolbar .c_body {
  padding-left: 10px;
}
footer .c_toolbar.horizontal {
  padding: 14px 0;
}
footer .c_toolbar.horizontal .c_body {
  padding: 0;
}/* --- Inherited common rules --- */

/*.c_image .c_body > div {
	display:inline-block;
}*/
.c_image .img-responsive {
	display:inline-block;
}

.c_image .roimg {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	padding-bottom:50%;
	height:0;
}
.c_image .roimg img {
	transition: opacity .2s;
}
.c_image .roimg .img-normal {
	vertical-align:top;
	opacity:1;
	filter:alpha(opacity=100);
}
.c_image .roimg:hover .img-normal {
	opacity:0;
	filter:alpha(opacity=0);
}
.c_image .roimg .img-hover {
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	left:0;
	bottom:0;
	height:0;
	width:100%;
	height:200%;
}
.c_image .roimg:hover .img-hover {
	opacity:1;
	filter:alpha(opacity=100);
}/*!
 * SpreadNShare 3.0 (http://www.virtualys.com)
 * Copyright 2008-2015 Virtualys / IFREMER
 */
#eziweb_logo_main {
  float: left;
  line-height: 84px;
}
#eziweb_logo_main .c_body {
  max-width: 160px;
  vertical-align: middle;
}
@media (max-width: 1115px) {
  #eziweb_logo_main .c_body {
    max-width: 120px;
  }
}
#eziweb_logo_main.alert.alert-danger {
  line-height: 1.42857143;
}
#eziweb_logo_main_new {
  float: left;
  line-height: 84px;
}
#eziweb_logo_main_new .c_body {
  max-width: 300px;
  vertical-align: middle;
}/*!
 * SpreadNShare 3.0 (http://www.virtualys.com)
 * Copyright 2008-2015 Virtualys / IFREMER
 */
#site_title {
  height: 84px;
  overflow: hidden;
  font-size: .5em;
}
#site_title .c_content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#site_title h1 {
  margin: 0;
  font-size: 2.5em;
  font-weight: 600;
}
#site_title h2 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #site_title {
    padding-left: 10px;
    font-size: .6em;
  }
  #site_title h2 {
    font-size: 1.6em;
    line-height: 1.4;
  }
}
@media (min-width: 1116px) {
  #site_title {
    font-size: .6em;
  }
  #site_title h2 {
    font-size: 1.5em;
  }
}/* Common rules - Do not edit but override *//* Common rules - Do not edit but override */

.t_toggle .collapsed .on,
.t_toggle .off {
	display:none;
}
.t_toggle .collapsed .off {
	display:inline-block;
}
.t_toggle .collapsed .lbl.off {
	display:inline;
}/* Common rules - Do not edit but override */.c_menu.l_core_singlelevel .frame li > a {
	display:inline-block;
	white-space:nowrap;
}.c_menu.l_core_collapsiblesubmenu .c_body {
	overflow:auto;
}
.c_menu.l_core_collapsiblesubmenu .btn.btn-close {
	position:absolute;
	bottom:10px;
	right:-20px;
}
.c_menu.l_core_collapsiblesubmenu .menupane {
	overflow:hidden;
	position:relative;
	transition:height .3s ease;
}
.c_menu.l_core_collapsiblesubmenu .menupane > div {
	position:relative;
	width:100%;
	float:left;
	margin-right:-100%;
	opacity:0;
	z-index:0;
	transition:opacity .3s ease;
}
.c_menu.l_core_collapsiblesubmenu .menupane > div.active {
	opacity:1;
	z-index:1;
}
.c_menu.l_core_collapsiblesubmenu .menupane .loading {
	margin:40px 0;
	text-align:center;
	font-size:40px;
	width: 100%;
}.c_menu.l_core_hierarchical ul ul {
	padding-left:20px;
}
.c_menu.l_core_hierarchical a {
	padding-top:8px;
	padding-bottom:8px;
}
.c_menu.l_core_hierarchical .ajxt {
	float:left;
	padding-right:5px;
	padding-left:5px;
	width:22px;
	text-align:center;
}
.c_menu.l_core_hierarchical div.ajxt {
	height:1px;
}
.c_menu.l_core_hierarchical .ajxi {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	padding-left:7px;
}/* Common rules - Do not edit but override */

.t_search .form-horizontal,
.popover-tool-search .form-horizontal {
	padding:10px;
}
.t_search .nav {
	margin:10px;
}
.t_search .nav .form-horizontal {
	padding:0;
}
.t_search .form-group:last-child,
.popover-tool-search .form-group:last-child {
	margin-bottom:0;
}/* Common rules - Do not edit but override */.c_menu.l_core_breadcrumb .c_body {
	background:#e3e3e3;
}
.c_menu.l_core_breadcrumb .frame {
	white-space:nowrap;
}
.c_menu.l_core_breadcrumb .frame > ul > li,
.c_menu.l_core_breadcrumb .location,
.c_menu.l_core_breadcrumb .children {
	display:inline-block;
	vertical-align:top;
	line-height:38px;
}
.c_menu.l_core_breadcrumb .children > a {
	display:inline-block;
	height:100%;
	padding:0 7px;
}
.c_menu.l_core_breadcrumb span {
	padding:0 10px;
}
.c_menu.l_core_breadcrumb span.caret {
	padding:0;
}
.c_menu.l_core_breadcrumb .segment:first-child .children span {
	padding:0 13px;
}
.c_menu.l_core_breadcrumb .segment .location::before,
.c_menu.l_core_breadcrumb .segment .children::after {
	content:"";
	display:inline-block;
	width:7px;
	height:38px;
	vertical-align:top;
	background-image:url("/bundles/virtualyssnscontentbootstrap3/css/components/../../images/cpnt_snshtml5_menu/breadcrumb-separator.png");
	background-repeat:no-repeat;
	background-position:-7px top;
}
.c_menu.l_core_breadcrumb .segment .children::after {
	background-position:left top;
}
.c_menu.l_core_breadcrumb .segment:first-child .location::before {
	display:none;
}/* Common rules - Do not edit but override */

.t_login .form-horizontal,
.popover-tool-login .form-horizontal {
	padding: 10px;
}

.t_login .form-group:last-child,
.popover-tool-login .form-group:last-child {
	margin-bottom:0;
}

.t_login .btn,
.popover-tool-login .btn {
	margin-top:2px;
}