.menu-bar-inner.clr {
  padding-right: 20px;
}

#site-header.full_screen-header .menu-bar-inner {
  background-color: #000000;
  background-size: cover;
  border-radius: 50px;
  position: relative;
  width: 21px;
  height: 21px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
}

#site-header.full_screen-header #site-header-inner {
  opacity: 0.95;
}

#site-header.full_screen-header #site-navigation-wrap {
  background-color: #000000;
  margin-right: 0px;
}

#site-header.full_screen-header .menu-bar-wrap {
  margin: 0px;
  margin-right: 0px;
}

/*Enlever header*/
.ehf-header #masthead {
    display: none;
}


/*Titre blog blanc*/
.blog-entry.post .blog-entry-header .entry-title a {
    font-size: 24px;
    line-height: 1.4;
    color: white;
}

/*blog extrait color*/
.blog-entry.post .blog-entry-summary p:last-child {
    margin-bottom: 0;
    color: white;
}