/* global */

.button.back-to-top__button {
  color: white;
  background-color: var(--red);
}

.button.back-to-top__button:hover {
  color: white;
  background-color: var(--red);
}

/* /global */

/* Home */

.posts-vertical_nav_slider .carousel-nav .carousel-cell.is-nav-selected h4 {
  color: white;
  background-color: var(--red);
}

.home-sidebar {
  background-color: #f7f7f7;
}

.posts-vertical_nav_slider .carousel-nav .carousel-cell.is-nav-selected {
  background-color: var(--red);
}

/* /home */

/*---------
 ----- Light upper-menu */

/* .upper-menu {
  position: relative;
  z-index: 400;
  background: white;
  border-bottom: 1px solid var(--red);
}
.upper-menu ul li a {
  color: #000;
  font-weight: bold;
}
.upper-menu ul {
  position: relative;
  background: white;
  z-index: 400;
}
.upper-menu .overlay {
  background: url('/static/mysite/images/patterns/estc_upper_menu_bg.png');
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 778px) {
  .upper-menu .overlay {
    background: url('/static/mysite/images/patterns/estc_upper_menu_bg_768.png');
  }
}
@media (max-width: 428px) {
  .upper-menu .overlay {
    background: url('/static/mysite/images/patterns/estc_upper_menu_bg_425.png');
    background-position: center right;
  }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.top-menu .overlay {
  background: url('/static/mysite/images/patterns/pattern_02_o50.png');
  background-size: 200px;
  opacity: .15;
}

.aptus-news-vertical_nav_slider {
  background: #eee;
}

.aptus-news-stacked .overlay {
  height: 0;
}

.aptus-news-slider2 {
  position: relative;
  background: #fff;
} */

/* REUNION STYLES

10:20
- remove evenements passees et comming events replace them with events filtered by date
- Heading font Roboto Slab
- Labos and departements nav bar with red(bordeau)
- Actualites style global list
- add to homeFormation continue
- add to home CISCO
- add page Emploi du temps
- remove twitter and insta from social media
- add google maps icon and send to google maps website
- remove side social media
- add links to filieres from home page (like ENCGC)

=== Mobile
-add navigation links to slider

*/