@charset "UTF-8";
body.unistra_theme .topbar-placeholder {
  height: 98px;
}
body.unistra_theme .topbar-placeholder.is-expanded {
  height: 155px;
}
body.unistra_theme .topbar-navigation-menu-wrapper {
  height: 52px;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded {
  box-shadow: none;
  box-shadow: 0 5px 0 0 #94cad1;
  transform: translateY(98px);
  background-color: whitesmoke;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded::after {
  content: none;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu {
  background-color: transparent;
  height: 52px;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li {
  height: 100%;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li > a {
  font-family: "Unistra C";
  font-size: 18px;
  font-weight: bold;
  color: #3A3A3A;
  height: 100%;
  padding: 14px 26px 8px;
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: background-color linear 0.05s, color linear 0.05s;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li > a::after {
  content: none;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li > a:hover {
  background-color: #e6f0f2;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li > a:active {
  background-color: #dbecee;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li > a.dropdown-toggle > span {
  margin-left: 8px;
  font-size: 16px;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li:nth-child(2) > a {
  font-size: 0;
  position: relative;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li:nth-child(2) > a::before {
  content: "";
  font-size: 24px;
  font-family: "NovaIcons";
  line-height: 19px;
  font-weight: normal;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li.active > a {
  color: #ffffff;
  background-color: #94cad1;
  border: none;
  margin-right: 3px;
  margin-left: 3px;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items > li.open > a {
  color: #ffffff;
  background-color: #3e8f93;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items .dropdown-menu {
  border-radius: 0;
  border: 1px solid #3e8f93;
  box-shadow: none;
  padding: 0;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items .dropdown-menu a {
  font-family: "Unistra C";
  font-size: 18px;
  color: #000000;
  padding: 4px 15px 4px 10px;
  transition: background-color linear 0.1s, color linear 0.1s;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items .dropdown-menu a:hover {
  background-color: #e6f0f2;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items .dropdown-menu a:active {
  background-color: #d6e9ec;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items .dropdown-menu a > .jalios-icon {
  margin-right: 5px;
}
body.unistra_theme .topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu .nav-tabs.topbar-navigation-menu-items .dropdown-menu .active > a {
  background-color: #cae5e8;
}
body.unistra_theme .topbar, body.unistra_theme .topbar-inner {
  background-color: #ffffff;
  height: 98px;
}
body.unistra_theme .topbar .topbar-logo, body.unistra_theme .topbar-inner .topbar-logo {
  max-height: 98px;
}
body.unistra_theme .topbar-right .topbar-item .jalios-icon {
  font-size: 30px;
  color: #94cad1;
  transition: color linear 0.1s;
}
body.unistra_theme .topbar-right .topbar-item .jalios-icon.us {
  font-size: 40px;
  line-height: 26px;
}
body.unistra_theme .topbar-right .topbar-item:hover .jalios-icon {
  color: #3e8f93;
}
body.unistra_theme .topbar-right .list-group .list-group-item {
  font-size: 18px;
  font-family: "Unistra A";
  color: #3A3A3A;
  border-top: none;
  padding: 6px 25px 6px 15px;
}
body.unistra_theme .topbar-right .list-group .list-group-item.active {
  color: #000000;
  background-color: #d4eaed;
  border: none;
}
body.unistra_theme .topbar .topbar-item-wrapper::after {
  content: none;
}
body.unistra_theme .search-container input[type=text] {
  border-color: #3e8f93;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 18px;
  font-family: "Unistra A";
}
body.unistra_theme .search-container input[type=text]:focus {
  box-shadow: none;
}
body.unistra_theme .search-container button.btn-topbar-search:hover, body.unistra_theme .search-container .topbar-search-query:focus + .input-group-btn button.btn-topbar-search {
  background-color: #3e8f93;
}
body.unistra_theme .search-container button.btn-topbar-search:hover .jalios-icon, body.unistra_theme .search-container .topbar-search-query:focus + .input-group-btn button.btn-topbar-search .jalios-icon {
  color: #ffffff;
}
body.unistra_theme .search-container button.btn-topbar-search:hover:active, body.unistra_theme .search-container .topbar-search-query:focus + .input-group-btn button.btn-topbar-search:active {
  box-shadow: none;
}
body.unistra_theme .search-container .input-group-btn {
  box-shadow: -6px 0 0 0 #ffffff, -7px 0 0 0 #3e8f93, 14px 0 0 -1px #ffffff, 14px 0 0 0 #3e8f93;
}
body.unistra_theme .search-container button.btn-topbar-search {
  border-color: #3e8f93;
  border-left: 1px solid #3e8f93;
  border-radius: 0;
  padding-top: 3px;
}
body.unistra_theme .search-container button.btn-topbar-search .jalios-icon {
  color: #000000;
  font-size: 26px;
}
body.unistra_theme .search-global {
  margin-top: 20px;
}
body.unistra_theme .topbar-member-menu {
  padding-left: 20px;
}
body.unistra_theme .topbar-member-menu .member-photo > img {
  border-color: #94cad1;
  border-width: 2px;
  border-radius: 0;
  padding: 2px;
}
body.unistra_theme .topbar-member-menu .member-photo > img:hover {
  border-color: #3e8f93;
  box-shadow: none;
}
body.unistra_theme .topbar-wrapper .topbar.is-navigation-hidden {
  box-shadow: 0 5px 0 0 #94cad1;
}

@media screen and (max-width: 990px) {
  body.unistra_theme .topbar-inner {
    padding: 0 10px;
  }
  body.unistra_theme .topbar-right a.topbar-item {
    padding: 16px 4px;
    font-size: 28px;
  }
  body.unistra_theme .topbar-member-menu {
    padding-left: 8px;
  }
  body.unistra_theme .row {
    margin-left: 0;
    margin-right: 0;
  }
  body.unistra_theme .jportal-block {
    padding-left: 0;
    padding-right: 0;
  }
  body.unistra_theme .topbar .topbar-item-wrapper {
    position: static;
  }
  body.unistra_theme .topbar .topbar-item-wrapper .dropdown-menu.topbar-menu {
    width: auto;
    max-width: none;
    margin-top: 8px;
    right: 10px;
    left: 10px;
  }
  body.unistra_theme .topbar-alert-menu {
    position: static;
  }
  body.unistra_theme .slide-wrapper .list-group.child-menu, body.unistra_theme .topbar-application-menu .topbar-ctxmenu-body {
    width: 100%;
  }
  body.unistra_theme .topbar-menu.dropdown-menu::before, body.unistra_theme .topbar-menu.dropdown-menu::after {
    display: none;
  }
}

.unistra-ent-signature {
  display: inline-block;
  font-size: 0;
}
.unistra-ent-signature .signature-row {
  display: block;
  height: 28px;
}
.unistra-ent-signature .signature-row .border-box {
  display: inline-block;
  border: 1px solid #3e8f93;
  border-right: none;
  height: 100%;
  width: 6px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.unistra-ent-signature .signature-row .border-box:last-child {
  border-right: 1px solid #3e8f93;
}
.unistra-ent-signature .signature-row .border-box.border-box-3 {
  width: 4px;
}
.unistra-ent-signature .signature-row .border-box.border-box-5 {
  width: 6px;
}
.unistra-ent-signature .signature-row .border-box.border-box-6 {
  width: 7px;
}
.unistra-ent-signature .signature-row .border-box.border-box-14 {
  width: 15px;
}
.unistra-ent-signature .signature-row .border-box.border-box-20 {
  width: 21px;
}
.unistra-ent-signature .signature-row .border-box.borderless-box {
  border: none;
  background-color: transparent;
}
.unistra-ent-signature .signature-row .border-box.borderless-box:hover {
  background-color: transparent;
  color: #000000;
}
.unistra-ent-signature .signature-row .border-box-text, .unistra-ent-signature .signature-row .borderless-box {
  font-family: "Unistra A";
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  width: auto;
  padding: 0 10px;
  color: #000000;
  background-color: transparent;
  transition: background-color linear 0.15s, color linear 0.15s;
}
.unistra-ent-signature .signature-row .border-box-text:hover, .unistra-ent-signature .signature-row .borderless-box:hover {
  color: #ffffff;
  background-color: #3e8f93;
  text-decoration: none;
}
.unistra-ent-signature .signature-row .border-box-text {
  cursor: pointer;
}
.unistra-ent-signature .signature-row .border-box-logo {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  padding: 0 16px;
  background-color: #3e8f93;
  width: auto;
  transition: color linear 0.15s;
}
.unistra-ent-signature .signature-row .border-box-logo:hover {
  color: #ffffff;
}
.unistra-ent-signature .signature-row#signature-row-1 {
  padding-left: 22px;
}
.unistra-ent-signature .signature-row#signature-row-2 {
  margin-top: -1px;
}
.unistra-ent-signature .signature-row#signature-row-3 {
  margin-top: -1px;
  padding-left: 50px;
}
.unistra-ent-signature .signature-row#signature-row-3 .border-box-text:hover {
  background-color: #ddd5ce;
  color: #000000;
}
.publish-menu-icon-sm{
    display : none;
}
.CollaborativeSpace .expert-directory{
    display : none;
}
.unistra-ent-signature-reduced {
  height: 100%;
  display: none;
}
.unistra-ent-signature-reduced a .jalios-icon {
  font-size: 64px;
  line-height: 50px;
  color: #3e8f93;
}

@media screen and (max-width: 990px) {
  .unistra-ent-signature {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .unistra-ent-signature-reduced {
    display: block;
  }
}
/*** MODIF UNISTRA ******/
.sidebar-tabbed.sidebar-right.is-open {
    transform: translateX(0);
     max-width: 90vw;
}
.form-group.widget.widget-name-mobile.field-textfield {
   /*** display: none; ***/
}
.form-group.widget.widget-name-street.field-textarea {
    display: none;
}
.form-group.widget.widget-name-postalCode.field-textfield {
    display: none;
}
.form-group.widget.widget-name-poBox.field-textfield {
    display: none;
}
.form-group.widget.widget-name-locality.field-textfield {
    display: none;
}
.form-group.widget.widget-name-region.field-textfield {
    display: none;
}
.form-group.widget.widget-name-country.field-textfield {
    display: none;
}
.form-group.widget.widget-name-country.field-country.disabled {
    display: none;
}
.form-group.widget.widget-name-declaredManager.field-member {
    display: none;
}
.form-group.field-vertical.widget.widget-name-sbCategory.app-sidebar-field.nodnd.field-category.multivalued {
    display: none;
}

/*** NEW MODIF UNISTRA SP3*****/
body.unistra_theme .editArea.popup-lg.hidden-print {
  z-index: 20000;
}
body.unistra_theme .topbar-item.topbar-search-wrapper .topbar-search-query {
    border-radius: 0px;
}

body.unistra_theme .topbar-item.topbar-search-wrapper .btn-topbar-search {    
    top: 0px;
    right: 0px;    
    height: 40px;
    width: 40px;   
}
body.unistra_theme .panel .panel-heading .panel-title .skinTitle{
  padding: 6.5px 10px;
}
body.unistra_theme .topbar .topbar-item {
    padding: 6px;
}
body.unistra_theme .topbar .topbar-item > A:hover, .topbar A.topbar-item:hover {
    color: #ffffff;
    text-decoration: none;
    padding: 6px;
}
body.unistra_theme .topbar-menu.dropdown-menu .topbar-ctxmenu-header .topbar-ctxmenu-header-actions .topbar-ctxmenu-header-item .jalios-icon {
    font-size: 22px;
    color: #ffffff;
}
body.unistra_theme .topbar-menu.dropdown-menu .topbar-ctxmenu-header .topbar-ctxmenu-header-actions .topbar-ctxmenu-header-item {    
    z-index: 2000;
}
body.unistra_theme .topbar-menu.dropdown-menu .topbar-ctxmenu-header .topbar-ctxmenu-header-item:hover {
    opacity: 1;
}
body.unistra_theme .WorkArea #edit-topbar {
    top: 100px;
}
body.unistra_theme .search-container button.btn-topbar-search {  
    border: 1px solid #3e8f93;
}

body.unistra_theme .AdminArea, body.unistra_theme .WorkArea {    
    padding-bottom: 40px;
}
/*** MAIL ******/
body.unistra_theme .ispersonnel .topbar-item-wrapper.topbar-item-jmail-menu {
    display: none;
}
body.unistra_theme .ispersonnel .specifique-mail {
    display: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
body.unistra_theme .isstudent .topbar-item-wrapper.topbar-item-jmail-menu {
    /*display: none;*/   
}
body.unistra_theme .isstudent .specifique-mail {
    display: none;
   
}
body.unistra_theme .specifique-chat {
    margin-bottom: 6px;
    padding-left: 6px;    
  padding-right: 3px;  
}

/**********identification category acceuil********/
body.unistra_theme .categories-home {
  padding-bottom: 5px;
  margin-left: 10px;
}
body.unistra_theme .category-campus.meta-cat {
    /*background-color: aqua;*/
}
body.unistra_theme .itemlist-item-detailed.itemlist-item-detailed-image.itemlist-item-detailed-image-abstract.article-important {
    background-color: #94cad1;
    color:black;
}
body.unistra_theme .article-important .itemlist-item-meta {
    color: black;
}
body.unistra_theme .bloc-actus .panel-body {
    padding: 15px;
} 

body.unistra_theme .bloc-actus .itemlist-item-detailed {
    border-bottom: 1px solid rgba(171,171,171,0.24);
    border-top: none;
    padding : 5px 15px 5px 2px;
}
body.unistra_theme .bloc-actus .panel-body .itemlist-wrapper {
    padding-top: 0px;
}
body.unistra_theme .itemlist-item-detailed.itemlist-item-detailed-image-abstract .itemlist-item-text {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: embedded-roboto-condensed,embedded-roboto,Helvetica,Arial,sans-serif;
}
body.unistra_theme .catalogue_desc a {
    font-size: 20px;
    color: black;
}
body.unistra_theme .bookmark-list-view .navbar-form {
    padding-left: 0;
    max-width: 165px;
}
body.unistra_theme .card-inline-layout .card.jlearn-card .card-body .author {
    height: 50px;
    position: absolute;
    bottom: 30px;
    width: 80%;
}
body.unistra_theme .itemlist-wrapper .itemlist-item-actions .jalios-icon{
    color: #6e6e6e; 
}
body.unistra_theme .item-box .item-parent {
    color: #3e3e3e;   
}
body.unistra_theme .itemlist-item-detailed .itemlist-item-meta {
    color: #6e6e6e;   
}
body.unistra_theme .ctx-caret-white.ctx-caret::after {
    color: #6e6e6e; 
}
body.unistra_theme .itemlist-item-detailed:hover {
    color: black;
}
/**********MOBILE********/

@media screen and (max-width: 990px) {
  
  body.unistra_theme .jportal-wrapper .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .unistra-ent-signature-reduced a .jalios-icon {
    font-size: 50px;
  }
  body.unistra_theme .topbar-right a.topbar-item {
    padding: 6px;    
  }
  body.unistra_theme .topbar-inner{
    height: 70px;
  }
  body.unistra_theme .topbar, body.unistra_theme .topbar-inner {    
    height: 78px;
  }
  body.unistra_theme .topbar-placeholder.is-expanded {
    height: 125px;
  }
  body.unistra_theme .topbar-navigation-menu-wrapper {   
    top: -20px;
  }
  body.unistra_theme .pqf-carousel .pqf-carousel-controls .carousel-control {
    width: 50px;
    height: 50px;
    top: 45%;  
  }
  body.unistra_theme .pqf-carousel .pqf-carousel-controls .carousel-control .jalios-icon {    
    font-size: 35px;
    top:-7px;
  }
  body.unistra_theme .pqf-carousel .item .carousel-caption {
    max-width: 100%;
  } 
  body.unistra_theme .pqf-carousel .item .carousel-caption .carousel-data-title a {   
    font-size: 18px;
  }
  body.unistra_theme .fulldisplay H1.publication-title {    
    font-size: 26px;
  }
  body.unistra_theme .editorial-fulldisplay .publication-content H2 {
    font-size: 22px;
    margin-top: 20px;
  }
  body.unistra_theme .editorial-fulldisplay .publication-content {
    font-size: 18px;   
  }
  body.unistra_theme .jportal-wrapper .container-fluid > .row > .jportal-block > .jportal-block-inner > .row > .jportal-block > .jportal-block-inner > .row > .jportal-block .row:first-child {
    margin-top: 0px;
  }
  body.unistra_theme .jportal-wrapper .container-fluid {  
    margin-top: 30px;
  }
  body.unistra_theme .jportal-wrapper .container-fluid .selection-body {
    margin-top: 30px;
  }
  body.unistra_theme .app-query .js-toggle-sidebar {
    display: none;
  }
  body.unistra_theme .app-query li {
    display: none;
  }
  body.unistra_theme .app-query li.active {
    display: block;
  }
  body.unistra_theme .topbar .topbar-item-wrapper .dropdown-menu.topbar-menu {
    left: 0px;
  }
  body.unistra_theme .subspace #cs-header-title .cs-link {
    line-height: 35px;  
  }
  body.unistra_theme #cs-header-title A.cs-link {
    font-size: 32px;
  }
 body.unistra_theme .CollaborativeSpace .cs-portal {
    margin-top: -20px;
  }
  body.unistra_theme .PortletNavigate {
    margin-bottom: 20px;
  }
  body.unistra_theme .breadcrumb > li > a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=ernest-header.css.map */
