@media only screen and (min-width: 64.063em) {
  .column, .columns {
    position: relative;
    /*padding-left: 0.9375rem;
    padding-right: 0.9375rem;*/
    float: left;
    width: 100%;
  }
  .large-6 {
    width: 50%;
  }
}


article .inner [class*="view-mode-full"] a {
  color: var(--black);
  border-bottom: 1px dotted;
}

.l-header {
  top: 60px;
  z-index: 10;
  position: relative;
  padding-block: 1.875rem;
}

@media screen and (min-width: 40.063em) {
  .l-header {
    margin-top: 65px;
    top: 0;
  }
}

/*
@media screen and (min-width: 60.063em){
	.l-header {
		margin-top: 65px;
	}
}
*/
.top-bar,
.top-bar .name,
.top-bar .name h1 {
  height: 70px;
}
.top-bar .name h1 a {
  display: flex;
  align-items: center;
  height: 70px;
}
.top-bar .name h1 a img {
  object-fit: contain;
  height: 55px;
}
.l-footer-columns.expanded > div > div {
	height: auto;
}
main.l-main {
  max-width: 1340px;
  margin-top: 60px;
}

@media screen and (min-width: 40.063em) {
  main.l-main {
    margin-top: 0;
  }

	.flexbox {
		display: flex;
	}
	.l-header-region .flexbox {
		justify-content: space-between;
		align-items: center;
	}
}
#block-femto-site-branding {
	display: flex;
	flex-grow: 1;
}
#block-femto-site-branding .logo {
	margin-right: 2rem;
}
.path-frontpage #site-name {
  display: inline;
}

.path-frontpage #site-name a {
  float: left;
  margin-right: 100px;
}

header.l-header .site-slogan {
	font-size: 1rem;
	color: #999;
	font-family: "Lato",sans-serif;
}

main > .main {
  max-width: 75rem !important;
  margin: auto !important;
}

article > .inner {
  background: var(--white);
}

article > .inner > :not(#fake-header) {
  margin-left: 2rem;
  margin-right: 2rem;
}
#block-femto-system-main {
	margin-top: 2rem;
}

h2 {
	font-size: 1.6875rem;
}
h3 {
	font-size: 1.375rem;
}
h4 {
	font-size: 1.125rem;
}
h5 {
	font-size: 1.125rem;
}
@media only screen and (min-width: 40.063em) {
	h2 {
		font-size: 2.3125rem;
	}
	h3 {
		font-size: 1.6875rem;
	}
	h4 {
		font-size: 1.4375rem;
	}
}
p {
	font-size: 1rem;
	font-weight: normal;
}
#bg-header {
  max-height: 500px;
  height: 100vh;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#bg-header + article,
#bg-header + .main {
  margin-top: -131px !important;
}

#fake-header {
  background: url(../../images/backf.svg) no-repeat;
  background-size: contain;
  background-position: 101% -1.5em;
  color: var(--white);
  min-height: 180px;
  padding: 1rem;
  word-wrap: break-word;
  position: relative;
}

.cat-0 #fake-header {
  background-color: var(--purple);
  min-height: auto;
  text-align: center;
}

.cat-0 #fake-cat {
  box-shadow: 0px 0px 3px 0px #5555567a;
  color: var(--purple);
  position: relative;
  top: -2rem;
}

.cat-0 #fake-title {
  margin-block: -0.6rem 0.5rem;
}

.cat-101 #fake-header {
  background-color: var(--purple);
}

.cat-101 #fake-cat {
  color: var(--purple);
}

.cat-102 #fake-header {
  background-color: var(--green);
}

.cat-102 #fake-cat {
  color: var(--green);
}

.cat-138 #fake-header {
  background-color: var(--yellow);
  color: var(--yellow_dark);
}

.cat-138 #fake-cat {
  color: var(--yellow);
  background-color: var(--yellow_dark);
}

.cat-103 #fake-header {
  background-color: var(--red);
}

.cat-103 #fake-cat {
  color: var(--red);
}

.cat-104 #fake-header {
  background-color: var(--blue);
}

.cat-104 #fake-cat {
  color: var(--blue);
}

.cat-105 #fake-header {
  background-color: var(--old_blue);
}

.cat-105 #fake-cat {
  color: var(--old_blue);
}

.cat-106 #fake-header {
  background-color: var(--green);
}

.cat-106 #fake-cat {
  color: var(--green);
}

#fake-cat {
  position: absolute;
  top: -1.3rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-block;
  padding: 0.5rem 0.8rem;
  background: var(--white);
  color: #666;
}

#fake-title {
  font-size: 1.8rem;
  margin-block: 1.1rem 0.6rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cat #fake-title strong {
  font-weight: normal;
}

#fake-subtitle {
  font-size: 1.63rem;
  margin: 0.6rem 0;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.fake-title,
.fake-subtitle {
  font-family: "Lato", sans-serif;
}

#fake-subtitle em {
  font-style: normal;
}

#fake-keywords {
  margin: 1.2rem 0 0;
  font-style: italic;
  font-weight: 600;
  font-size: 1rem;
}

@media only screen and (min-width: 40.063em) {
  #fake-header {
    padding: 1rem 4rem;
  }

  #fake-title {
    font-size: 2.5rem;
    /*letter-spacing: 5px;*/
  }

/*  article > .inner > :not(#fake-header) {
    margin-left: 2rem;
    margin-right: 2rem;
  }*/
}

#block-femto-breadcrumbs {
	margin-top: .5rem;
	margin-bottom: 1rem;
}
.breadcrumbs {
  background-color: var(--white);
  margin-bottom: 5px;
  border: 0;
  position: relative;
}

.breadcrumbs::after {
  content: " ";
  border-bottom: 1px solid #ddd;
  display: block;
  width: 30%;
  bottom: -.25rem;
  position: absolute;
}

.breadcrumbs li, 
.breadcrumbs > * a, 
.breadcrumbs > * span {
	text-transform: none;
	display: inline;
	float: none;
}
.breadcrumbs li:not(:last-child)::after {
	margin: 0 .25rem;
}

#share {
  text-align: right;
  padding: 0 1rem;
}

#share > * {
  display: inline-block;
  vertical-align: top;
}

.page .inner h1 {
  margin-top: 1em;
}

article h2 {
  font-size: 1.87rem;
}

article ol,
article ul {
  list-style-position: inside;
}
.item-list > ul {
	margin-left: 0;
}

/* wysiwyg styles */
.page-plus {
  background: #a0a0a0;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: var(--white);
  padding: 2px 15px 2px 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1em;
  display: inline-block;
}

.page-plus::before {
  content: "ooo";
  font-family: "Lato", sans-serif;
  margin-right: 10px;
  font-size: 9px;
  vertical-align: text-bottom;
}

.page-plus:hover {
  color: #333;
}

.inline-title {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  display: inline-block;
  margin: 0.6rem 0;
  font-weight: normal;
  text-transform: none;
}

hr {
  clear: both;
  visibility: hidden;
  height: 1em;
}

.col-3,
.col-4,
.col-13,
.col-23 {
  font-size: 0;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}

.col-3 > div,
.col-4 > div,
.col-13 > div,
.col-23 > div {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
}

.col-3 > .media-element-container figure img,
.col-4 > .media-element-container figure img {
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .col-3 > div {
    width: 33.33%;
  }

  .col-4 > div {
    width: 25%;
  }

  .col-13 > div {
    width: 33.33%;
  }

  .col-13 > div + div {
    width: 66.66%;
  }

  .col-23 > div {
    width: 66.66%;
  }

  .col-23 > div + div {
    width: 33.33%;
  }
}

.lbtn {
  background: #333;
  padding: 1rem;
  min-height: 100px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 5px;
  vertical-align: top;
  color: #fff;
}

.cat-101 .lbtn {
  background: var(--purple);
  transition: 0.2s ease-in-out;
}
.cat-101 .lbtn:hover {
  background: var(--purple_light);
}

.cat-102 .lbtn {
  background: var(--green);
  transition: 0.2s ease-in-out;
}
.cat-102 .lbtn:hover {
  background: var(--green_light);
}

.cat-138 .lbtn {
  background: var(--yellow);
  color: var(--yellow_dark);
  transition: 0.2s ease-in-out;
}
.cat-138 .lbtn:hover {
  background: var(--yellow_light);
}

.cat-103 .lbtn {
  background: var(--red);
  transition: 0.2s ease-in-out;
}
.cat-103 .lbtn:hover {
  background: var(--red_light);
}

.cat-104 .lbtn {
  background: var(--green);
  transition: 0.2s ease-in-out;
}
.cat-104 .lbtn:hover {
  background: var(--green_light);
}

.cat-105 .lbtn {
  background: var(--blue);
  transition: 0.2s ease-in-out;
}
.cat-105 .lbtn:hover {
  background: var(--blue_light);
}

.cat-106 .lbtn {
  background: var(--old_blue);
  transition: 0.2s ease-in-out;
}
.cat-106 .lbtn:hover {
  background: var(--old_blue_light);
}

@media only screen and (min-width: 40.063em) {
  .lbtn {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 64.063em) {
  .lbtn {
    width: calc(25% - 10px);
  }

  .lbtn:last-child {
    margin-right: 0;
  }
}

.lbtn a {
  text-decoration: none;
  border: none !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
}

.lbtn-sep {
  display: none;
}


.menu {
	font-size: 1rem;
}
ul ul.menu {
	margin-left: 1.25rem;
}

/* sidebar */
aside.sidebar-second {
  margin-top: 0rem;
}

@media only screen and (min-width: 40.063em) {
  aside.sidebar-second {
    margin-top: calc(200px + 2rem);
  }
}

.path-frontpage aside.sidebar-second {
  margin-top: 0;
}

aside.sidebar-second > * {
  padding: 1.85em;
  background: #999;
  margin-top: 2rem;
}
aside.sidebar-second .menu {
	display: block;
}
aside.sidebar-second .menu li::before {
  content: "ⴾ";
  margin-right: 1em;
}
aside.sidebar-second .menu a {
	display: inline;
	padding: inherit;
	line-height: inherit;
}

aside.sidebar-second > .block-femto-menu-menu-menu-quick-access .block-title {
  text-align: left;
  font-size: 30px;
  margin-inline-start: 1.1rem;
  font-weight: normal;
  font-family: "Lato", sans-serif;
}

.block-femto-sidebarmainmenu a {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  padding: inherit !important;
}

.block-femto-sidebarmainmenu a.is-active {
  font-weight: 800;
}

.block-menu-block a,
.block-femto-menu-menu-menu-quick-access a {
  width: calc(100% - 3rem);
  display: inline-block;
}

aside.sidebar-second .menu li:hover {
	margin-inline-start: .25em;
	transition: .2s;
}

aside.sidebar-second > .block-femto-menu-menu-menu-quick-access .menu a,
aside.sidebar-second > .block-femto-account-menu .menu a {
  font-family: "Lato", sans-serif;
}

.main aside.sidebar-second section,
.main aside.sidebar-second nav,
.main aside.sidebar-second .block-title,
.main aside.sidebar-second a {
  color: var(--white);
  background-color: var(--purple);
}

.cat-101 aside.sidebar-second section,
.cat-101 aside.sidebar-second nav,
.cat-101 aside.sidebar-second .block-title,
.cat-101 aside.sidebar-second a {
  background-color: var(--purple);
}

.cat-102 aside.sidebar-second section,
.cat-102 aside.sidebar-second nav,
.cat-102 aside.sidebar-second .block-title,
.cat-102 aside.sidebar-second a {
  background-color: var(--green);
  color: var(--white);
}

.cat-138 aside.sidebar-second section,
.cat-138 aside.sidebar-second nav,
.cat-138 aside.sidebar-second .block-title,
.cat-138 aside.sidebar-second a {
  background-color: var(--yellow);
  color: var(--yellow_dark);
}

.cat-103 aside.sidebar-second section,
.cat-103 aside.sidebar-second nav,
.cat-103 aside.sidebar-second .block-title,
.cat-103 aside.sidebar-second a {
  background-color: var(--red);
  color: var(--white);
}

.cat-104 aside.sidebar-second section,
.cat-104 aside.sidebar-second nav,
.cat-104 aside.sidebar-second .block-title,
.cat-104 aside.sidebar-second a {
  background-color: var(--blue);
  color: var(--white);
}

.cat-105 aside.sidebar-second section,
.cat-105 aside.sidebar-second nav,
.cat-105 aside.sidebar-second .block-title,
.cat-105 aside.sidebar-second a {
  background-color: var(--grey);
  color: var(--white);
}

.contextual-links-wrapper a {
  background-color: unset !important;
}

.block-femto-sidebarmainmenu .block-title {
  font-size: 30px;
  margin-inline-start: 1.1rem;
}

.block-femto-sidebarmainmenu > .menu {
  margin-top: 1rem;
  margin-bottom: 0;
}

.block-femto-sidebarmainmenu .menu-block-wrapper > ul > li li {
  list-style-type: disc;
}

/*
aside.sidebar-second>.block-menu-menu-menu-quick-access,
aside.sidebar-second>.block-system-user-menu {
	background: var(--purple);
} */

aside.sidebar-second > .block-femto-menu-menu-menu-quick-access .menu,
aside.sidebar-second > .block-femto-account-menu .menu,
aside.sidebar-second > .block-femto-account-menu .menu ul {
  margin-top: 1em;
  list-style-position: inside;
  list-style-type: none;
}
aside.sidebar-second > .block-femto-account-menu .menu ul {
	margin-top: 0;
}
/*
aside.sidebar-second > .block-femto-menu-menu-menu-quick-access .menu li::before,
aside.sidebar-second > .block-femto-account-menu .menu li::before {
  content: "ⴾ";
  margin-right: 1em;
}
*/

#block-femto-views-block-block-content-b-chiffres-cles {
  background: var(--purple);
  color: var(--white);
  text-align: center;
  min-height: 241px;
}

#block-femto-views-block-block-content-b-chiffres-cles h2 {
  color: var(--white);
  font-size: 30px;
}
#block-femto-views-block-block-content-b-chiffres-cles .views_slideshow_slide {
  width: 100%;
  height: 100%;
}
#block-femto-views-block-block-content-b-chiffres-cles .field--name-field-nombre.field__item {
  color: var(--white);
  font-size: 5rem;
  font-family: "Lato", sans-serif;
  line-height: 1.1;
}

#block-femto-views-block-block-content-b-chiffres-cles .field--name-field-nom-etendu.field__item {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

/*
aside.sidebar-second > .bean-chiffres-cles {
	background: var(--purple);
	color: var(--white);
	text-align: center;
}
aside.sidebar-second > .bean-chiffres-cles h2 {
	color: var(--white);
	font-size: 30px;
}
aside.sidebar-second > .bean-chiffres-cles .field-name-field-titre {
	color: #27C1D7;
	font-size: 5rem;
	font-family: uniform_condensed_lightRg;
	line-height: 1.1;
}
aside.sidebar-second > .bean-chiffres-cles .field-name-field-nom-etendu {
	font-size: 1rem;
	text-transform: uppercase;
}
*/

.block-contact-block {
  margin-bottom: 2rem;
}

.block-contact-block .fake-title {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: var(--white);
  font-weight: normal;
  font-size: 1rem;
}

.block-contact-block a {
  color: var(--white);
}

.block-contact-block dd {
  margin-bottom: 0;
}

.block-contact-block:last-child,
.block-contact-block dl:last-child,
.block-contact-block dd :last-child {
  margin-bottom: 0;
}

/* publications, annuaire */
form.form-filters {
  background: var(--purple);
  padding: 2rem;
}

.form-filters label {
  color: var(--white);
  display: block;
  text-align: center;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.063em) {
	.form-filters .filters-wrapper {
		display: flex;
	}
	.form-filters .filters-wrapper > div {
		width: 50%;
		padding: 0 .9375rem;
	}
	.form-filters .filters-wrapper.fw3 > div {
		width: 33%;
	}
}

.form-filters .form-item .form-select {
  background: #fff url(../../images/caret-down.png) no-repeat 96% center;
  border-radius: 3px;
  overflow: hidden;
}

.form-filters .form-item .form-select select {
  margin: 0;
  background: transparent;
  border: 0;
  padding: 10px 5px;
  width: calc(100% + 15px);
}

.form-filters .form-item .form-text {
	border-radius: 3px;
}

#publications::before,
#publications::after {
  content: " ";
  display: block;
  clear: both;
}



button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
	background-color: #e7e7e7;
	border-color: #b9b9b9;
	color: #333333;
	cursor: default;
	opacity: 0.7;
	box-shadow: none;
}
.navCat {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.navCat a {
  color: #333;
  font-family: "Lato", sans-serif;
  background: transparent !important;
  border: 0;
  padding-right: 4px !important;
  padding-left: 0px !important;
  font-size: 0.9rem !important;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  outline: none;
}
.navCat a.button.hollow.secondary, 
.navCat a.button.hollow.secondary:hover {
	border-width: 0;
	color: #333;
}
.navCat a::after {
  content: " | ";
  margin: 0 2px;
}

.navCat a:last-of-type::after {
  content: "";
}
div.bibtex {
  display: none;
  cursor: pointer;
  margin: 1rem auto .5rem;
  border: 1px solid #ccc;
  padding: .5rem;
  background: #eee;
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

#publications li small {
  font-size: 85%;
}

.path-frontpage .my {
  font-weight: bold;
}

#block-link-publications a,
#block-link-annuaire a {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

#block-link-publications:hover,
#block-link-annuaire:hover,
#block-link-publications:hover > a,
#block-link-annuaire:hover > a {
  background: var(--purple_light);
  transition: 0.2s;
}

.cat-102 #block-link-publications:hover,
.cat-102 #block-link-annuaire:hover,
.cat-102 #block-link-publications:hover > a,
.cat-102 #block-link-annuaire:hover > a {
  background: var(--green_light);
  transition: 0.2s;
}

.cat-138 #block-link-publications:hover,
.cat-138 #block-link-annuaire:hover,
.cat-138 #block-link-publications:hover > a,
.cat-138 #block-link-annuaire:hover > a {
  background: var(--yellow_light);
  transition: 0.2s;
}

.cat-103 #block-link-publications:hover,
.cat-103 #block-link-annuaire:hover,
.cat-103 #block-link-publications:hover > a,
.cat-103 #block-link-annuaire:hover > a {
  background: var(--red_light);
  transition: 0.2s;
}

.cat-104 #block-link-publications:hover,
.cat-104 #block-link-annuaire:hover,
.cat-104 #block-link-publications:hover > a,
.cat-104 #block-link-annuaire:hover > a {
  background: var(--blue_light);
  transition: 0.2s;
}

.cat-105 #block-link-publications:hover,
.cat-105 #block-link-annuaire:hover,
.cat-105 #block-link-publications:hover > a,
.cat-105 #block-link-annuaire:hover > a {
  background: var(--old_blue_light);
  transition: 0.2s;
}

#block-link-publications a strong {
  display: block;
  background: url(../../images/p-publis-n.svg) no-repeat 50% 60px;
  padding-bottom: 140px;
  font-size: 30px;
  font-weight: normal;
  color: black;
  filter: invert(99%) sepia(76%) saturate(0%) hue-rotate(264deg) brightness(107%) contrast(101%);
}

.cat-138 #block-link-publications a strong {
  filter: invert(19%) sepia(20%) saturate(1325%) hue-rotate(17deg) brightness(105%) contrast(84%);
}

#block-link-annuaire a strong {
  display: block;
  background: url(../../images/p-annuaire.svg) no-repeat 50% 60px;
  padding-bottom: 120px;
  font-size: 30px;
  font-weight: normal;
  color: black;
  filter: invert(99%) sepia(76%) saturate(0%) hue-rotate(264deg) brightness(107%) contrast(101%);
}

.cat-138 #block-link-annuaire a strong {
  filter: invert(19%) sepia(20%) saturate(1325%) hue-rotate(17deg) brightness(105%) contrast(84%);
}

#annuaire-users table {
  width: 100%;
}

#annuaire-users ul li {
  list-style: none;
  margin-bottom: 1rem;
  text-align: center;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

#annuaire-users img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#annuaire-users img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* user profile */
.page-user-profile #page-title {
  margin-bottom: 0;
  font-size: 2.125rem;
}
@media only screen and (min-width: 40.063em) {
	.page-user-profile #page-title {
		font-size: 2.75rem;
	}
}

.path-user #block-femto-system-main + .row {
	margin-top: 2rem;
}

.user--type-user.user--view-mode-full .group-header {
  margin-bottom: 2rem;
}

.user--type-user.user--view-mode-full .group-header strong {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.groups-left-right {
  display: flex;
}

.page-user-profile .group-left {
  width: 40%;
  border-right: 1px solid #ddd;
}

.page-user-profile .group-right {
  font-family: "Lato", sans-serif;
  line-height: 1.4;
  width: 60%;
  padding-left: 3rem;
}

.page-user-profile figure {
  padding-right: 2rem;
}

.page-user-profile .group-dl::before {
  content: "";
  border-top: 1px solid #ddd;
  display: block;
  max-width: 200px;
  margin-bottom: 2rem;
}

.page-user-profile .group-dl {
  margin-top: 1rem;
  font-family: "Lato", sans-serif;
}

.page-user-profile .group-dl dd {
  line-height: 1;
}

.page-user-profile .group-footer {
  text-align: justify;
  padding-top: 1rem;
}

.page-user-profile .group-footer::before {
  content: " ";
  clear: both;
  display: block;
  height: 2rem;
  border-top: 1px solid #ddd;
}

/* websites */
#block-femto-views-block-femto-websites-block {
	padding: 0;
	background: transparent;
}
.view-femto-websites.view-display-id-block {
  background: transparent;
  border: 5px solid #ddd;
  font-size: 0.8rem;
  padding: 1.85em;
}

.view-femto-websites.view-display-id-block h3 {
  font-size: 1rem;
  text-transform: none;
}

.view-femto-websites.view-display-id-block ul {
  margin-bottom: 1.5rem;
}

.view-femto-websites.view-display-id-block a {
  color: #333;
}




/*
#mxtop-actu a {
  background-image: url(../images/newstop.png);
}
*/



#block-femto-search-form {
	position: absolute;
	min-width: 40px;
	right: 5px;
	top: 0;
}

#search-block-form {
	height: 50px;
	min-width: 30px;
	padding-top: 9px;
	margin-top: 0;
}

#search-block-form .sb-icon-search, #search-block-form .sb-search-submit {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	/* color: #999; */
	/* background: #f3f3f3; */
	color: #fff;
	background: #61267d;
}
#search-block-form .form-item-keys {
	position: relative;
	float: left;
	width: calc(100% - 30px);
}

#search-block-form.sb-search .sb-search-input,
#search-block-form #edit-keys {
  height: 30px;
  padding: 0 0.5em;
  font-size: 13px;
  color: #3b3535;
  border-radius: 0;
}
#search-block-form #edit-actions {
	float: right;
	position: relative;
}

#search-block-form .sb-search-input::-webkit-input-placeholder,
#search-block-form .sb-search-input:-moz-placeholder,
#search-block-form .sb-search-input::-moz-placeholder,
#search-block-form .sb-search-input:-ms-input-placeholder {
  color: #999;
}

#search-block-form.sb-search .sb-icon-search,
#search-block-form.sb-search .sb-search-submit {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  /*color: #999;
  background: #f3f3f3;*/
  color: #fff;
  background: #61267d;
}

#search-block-form.sb-search-open,
.no-js #search-block-form.sb-search {
  width: 230px;
  /*background: #f3f3f3;*/
  background: #61267d;
  border-left: 1px solid #fff;
  padding-left: 5px;
}

#search-block-form.sb-search .sb-search-input:focus {
  border: 0px solid var(--white);
}



.top-bar-section .dropdown li.parent-link a {
  font-family: "Lato", sans-serif;
  background: #666;
}

/* actus, événements */
.view-evenements .view-header h2 {
  margin-inline-start: 14px;
}

.view-display-id-block_1 .item-list > ul > li,
.view-evenements.view-id-evenements .item-list > ul > li {
  list-style: none;
  margin: 0;
  padding: 0.9375em;
}

.view-display-id-block_1 .item-list > ul > li .node--type-actu,
.view-evenements.view-id-evenements .item-list > ul > li .node--type-evenement {
  position: relative;
  border: 1px solid #ccc;
  padding: 0.9375em;
}

.view-display-id-block_1 .item-list > ul > li .node--type-actu .n-title,
.view-evenements.view-id-evenements .item-list > ul > li .node--type-evenement .n-title {
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: 1.2;
  font-size: 0.9rem;
}

.read-more {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
}

.read-more a {
  display: inline-block;
  color: var(--white) !important;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  background: var(--purple);
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 0.4rem 0.6rem;
  transition: all 0.2s;
}

.read-more a:hover {
  background: var(--purple_light);
  transition: all 0.2s;
}

.view-display-id-block_1 .item-list > ul > li .node--type-actu .n-title strong,
.view-evenements.view-id-evenements .item-list > ul > li .node--type-evenement .n-title strong {
  color: var(--purple);
  font-size: 1.25em;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

.node--type-actu time {
  font-family: "Lato", sans-serif;
  margin-bottom: 1em;
  display: inline-block;
}

.group-ev-tech-data > * {
  margin: 0.5em 0;
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  display: block;
  font-weight: 100;
  color: var(--black);
}

.group-ev-tech-data > .ev-cat {
  color: var(--purple);
  text-transform: uppercase;
  font-weight: 400;
}

.ev-trail {
  display: none !important;
}

.group-ev-tech-data > .ev-dates,
.group-ev-tech-data > .ev-lieu {
  font-size: 0.9em;
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.group-ev-tech-data > .ev-dates::before,
.group-ev-tech-data > .ev-lieu::before {
  content: "";
  min-width: 32px;
  background: url("../../images/calendar.png") no-repeat center;
  height: 22px;
}

.group-ev-tech-data > .ev-lieu::before {
  background-image: url("../../images/lieu.png");
}

.group-ev-tech-data span.date-display-single {
  font-family: inherit;
  margin-bottom: 0;
}

.node--type-evenement.node--view-mode-full h1 {
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  color: #145b9b;
}

.ev-lieu p {
  font-size: inherit;
  line-height: 1.3;
  margin-left: 32px;
}

#edit-field-categorie-event-tid-i18n-wrapper {
  width: 100%;
}

#edit-field-categorie-event-tid-i18n-wrapper label {
  margin-bottom: 0.5rem;
}

#edit-field-categorie-event-tid-i18n {
  width: calc(50% - 14px);
  min-width: 288px;
}

@media only screen and (min-width: 40.063em) {
  #edit-field-categorie-event-tid-i18n-wrapper {
    padding: 0 15px;
  }
}

/* home */

@media only screen and (min-width: 40.063em) {
  .path-frontpage main h2 {
    font-size: 1.85rem;
  }
}

.path-frontpage main .main > div h2 {
  margin-bottom: 1rem;
}

#precontent {
  max-width: 75rem;
  margin: auto;
}

#precontent > */*,
main > .main > div > * */{
  margin: auto auto 2rem;
}

.path-frontpage .view-actu {
  position: relative;
}

.path-frontpage .view-actu::after {
  content: " ";
  display: table;
  clear: both;
}

.path-frontpage .view-actu .group-div {
  background: var(--white);
  padding: 1.5rem;
}

.path-frontpage .view-actu .group-div h2 {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}

.path-frontpage .view-actu .group-div h2 a {
  color: var(--purple);
}

.view-actu .group-div a {
  color: var(--purple);
}

.path-frontpage .view-actu .more-link {
  position: relative;
  width: calc(100% - 85px);
  left: 85px;
  background: var(--purple_light);
  text-align: center;
  z-index: 50;
  transition: 0.2s ease-in-out;
}

.path-frontpage .view-actu .more-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.path-frontpage .view-actu .more-link:hover {
  background: var(--purple);
  transition: 0.2s ease-in-out;
}

.view-actu .views_slideshow_cycle_teaser_section,
.view-actu .views_slideshow_cycle_teaser_section > div {
  width: 100% !important;
}

#widget_pager_bottom_actu-block_slideshow .views_slideshow_pager_field_item {
  display: inline-block;
  background: var(--purple);
  margin-bottom: 2px;
  margin-right: 2px;
  transition: 0.2s ease-in-out;
}

#widget_pager_bottom_actu-block_slideshow .views_slideshow_pager_field_item:hover {
  transition: 0.05s;
}
#widget_pager_bottom_actu-block_slideshow .views_slideshow_pager_field_item.active {
  text-decoration: none;
  background: var(--purple_light);
}

#widget_pager_bottom_actu-block_slideshow .views_slideshow_pager_field_item .views-content-counter {
  color: var(--white);
  text-decoration: none;
  display: block;
  padding: 0 0.5rem;
  outline: none;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
}

/* #widget_pager_bottom_actu-block_slideshow_1 .views-slideshow-pager-field-item.active a {
	color: var(--white);
} */

@media only screen and (min-width: 940px) {
  .path-frontpage .view-actu img {
    float: left;
  }

  .path-frontpage .view-actu .group-div {
    position: absolute;
    max-width: 470px;
    right: 0;
    bottom: 233px;
  }

  .path-frontpage .view-actu .more-link {
    position: absolute;
    bottom: 151px;
    right: 0;
    left: auto;
    width: 230px;
  }

  .view-actu .widget_pager_bottom.views_slideshow_pager_field {
    position: absolute;
    bottom: 173px;
    right: 347px;
    z-index: 51;
  }
}

.path-frontpage .view-actu .more-link a::before {
  content: "\02192";
  background: var(--purple);
  color: var(--purple_light);
  position: absolute;
  left: -85px;
  width: 85px;
  height: 100%;
  top: 0;
  font-size: 3rem;
  z-index: 50;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.path-frontpage .view-actu .more-link a:hover::before {
  color: var(--purple);
  background: var(--purple_light);
  transition: 0.2s ease-in-out;
}

.path-frontpage .view-actu .more-link a {
  color: var(--white);
  font-size: 2em;
}

.block-femto-menu-menu-home-depts {
  text-align: center;
  margin-block: 4em !important;
}

.block-femto-menu-menu-home-depts h2 {
  margin-bottom: 0;
}

.block-femto-menu-menu-home-depts h2::after {
  content: " ";
  display: block;
  border-right: 1px solid #ddd;
  width: 50%;
  height: 2rem;
}

.block-femto-menu-menu-home-depts .menu {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ddd;
  width: 100%;
}

.block-femto-menu-menu-home-depts .menu li {
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 80px;
  transition: all 0.3s;
}

@media screen and (min-width: 940px) {
  .block-femto-menu-menu-home-depts .menu {
    flex-direction: row;
  }

  .block-femto-menu-menu-home-depts .menu li {
    border-right: 1px solid #ddd;
    border-bottom: 0;
    width: calc(100% / 7);
  }
}

.block-femto-menu-menu-home-depts .menu li:last-of-type {
  border-right: 0;
}

.block-femto-menu-menu-home-depts .menu a {
  color: #666;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.block-femto-menu-menu-home-depts .menu li:hover {
  background-color: var(--purple_light);
  transition: all 0.3s;
}

.block-femto-menu-menu-home-depts .menu li:hover a {
  color: var(--white);
  transition: all 0.3s;
}

.path-frontpage main .main > div {
  padding-left: 1.5em !important;
  padding-right: 4em !important;
}

.path-frontpage main .main > div p,
.path-frontpage main .main > div li,
.path-frontpage main .main > div a,
.path-frontpage main .main > div em,
.path-frontpage main .main > div strong {
  font-size: 14px;
}

.block.block-views-blockblock-content-b-promohome-nonpano {
  padding: 0;
  background: transparent;
}
.block.block-views-blockblock-content-b-promohome-nonpano a img {
  width: 100%;
}

/* tutelles */
#tutelles {
  height: 12rem;
  padding-block: 2em;
  background-color: #c1c1c147;
  margin-block-start: 3em;
}

#tutelles ul {
  margin: 0 auto;
  text-align: center;
  display: flex;
  max-width: 960px;
  justify-content: space-evenly;
}

#tutelles li {
  list-style: none;
}
#tutelles > ul > li:nth-child(2) {
	display: flex;
}
#tutelles > ul > li:nth-child(2) > div:first-child {
	width: 100px;
	line-height: 1.2;
	color: #00274c;
	text-transform: uppercase;
	font-size: .7rem;
}
#tutelles > ul > li:nth-child(2) > div:first-child strong {
	font-weight: 500;
	font-size: .9rem;
	margin: .5rem 0 0;
	display: inline-block;
}
#tutelles ul ul {
  position: relative;
  margin-bottom: 1.2em;
  justify-content: center;
}

#tutelles ul ul:first-child::after {
  content: "▼";
  position: absolute;
  top: 100%;
  border-top: 1px solid var(--purple);
  width: 100%;
  line-height: 8px;
  color: #ccc;
  margin-block: 9px;
  content: "";
}
#tutelles img {
  padding-inline: 0.5em;
}
#tutelles ul ul:last-child img {
	height: 40px;
}

/* dernière modification */

.last-modified {
  font-size: 0.7rem;
}

.label-inline {
  display: inline;
}



/* view actu in page */
.view-display-id-block_actu_aside .item-list li {
  margin-left: 0;
  border: 1px solid #333;
  padding: 1em;
  font-size: 0.8rem;
  list-style: none;
}

.view-display-id-block_actu_aside .item-list li .vip_title::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #333;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

.view-display-id-block_actu_aside .item-list li .vip_title {
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.view-display-id-block_actu_aside .item-list li .vip_title strong {
  font-weight: normal;
}

.view-display-id-block_actu_aside .item-list li p {
  font-size: 0.95em;
  font-style: italic;
}

/* liens outil */
.view-liens-outil .view-content h3 {
  clear: left;
}

.view-liens-outil .views-row {
  float: left;
  width: 194px;
  height: 220px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.view-liens-outil .views-field.views-field-rendered-entity {
  height: 100%;
}

.view-liens-outil .views-field.views-field-rendered-entity a {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  position: relative;
  height: 100%;
}

.view-liens-outil .views-field.views-field-rendered-entity a.lotype-institut {
  background-color: #1f2d3c;
}

.view-liens-outil .views-field.views-field-rendered-entity a.lotype-externe {
  background-color: var(--purple);
}

.view-liens-outil .views-field.views-field-rendered-entity a strong {
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding-top: 1em;
  font-size: 1.2em;
}

.view-liens-outil .views-field.views-field-rendered-entity a.lotype-institut strong {
  color: var(--white);
}

.view-liens-outil .views-field.views-field-rendered-entity a.lotype-externe strong {
  color: var(--white);
}

.view-liens-outil .views-field.views-field-rendered-entity a p {
  color: var(--white);
  font-size: 0.8em;
  position: absolute;
  top: 60%;
  margin: auto 1em 0;
  font-weight: bold;
}

/* fws */
.view-id-femto_websites.view-display-id-page_1 table {
  width: 100%;
  margin-top: 3rem;
}

.view-id-femto_websites.view-display-id-page_1 table caption {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.view-id-femto_websites.view-display-id-page_1 table thead th {
  width: 30%;
}

.view-id-femto_websites.view-display-id-page_1 table thead th + th {
  width: 50%;
}

.view-id-femto_websites.view-display-id-page_1 table thead th + th ~ th {
  width: 10%;
}


footer.cat-138 .block-menu-menu-menu-footer li a {
  color: var(--yellow_dark);
}

#f-bottom {
  text-align: center;
  color: var(--white);
  margin: 1rem;
}

footer.cat-138 #f-bottom {
  color: var(--yellow_dark);
}

#f-bottom address {
  margin-top: 1rem;
  font-style: normal;
}

header #eiphi, header #femto-20ans {
  float: right;
  margin-top: -1.5rem;
  margin-right: 1rem;
}

header #eiphi span {
  display: block;
  font-size: 0.65rem;
  color: #666;
}

.page-node-add-femto-website .tooltip.tip-top {
  margin-top: -5rem !important;
}

#last-jobs ul li {
  padding: 0 !important;
  margin: 0.5em !important;
}

.media-oembed-content {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}