@charset "utf-8";
/* CSS personnalisation site */

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

[Table of Contents]
*/

.top_bar {
  width: 100%;
  background: #0069af;
}


.news_post_small_title a:hover {
  color: #0069af;
}

.news_post_large_title a:hover {
  color: #0069af;
}

.main_nav li a:hover, .main_nav li.active a {
  color: #0069af;
}

.event:hover .event_date > div {
  background: #0069af;
}

.event_title a:hover {
  color: #0069af;
}


.home_slider_title {
  font-family: 'Roboto Slab', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.home_slider_subtitle {
  font-size: 24px;
  color: #fff;
  margin-top: 9px;
}

.course_title a:hover {
  color: #0069af;
}

.courses_button {
  width: 210px;
  height: 46px;
  border-radius: 3px;
  background: #0069af;
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 41px;
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}