.page .entry-title,

    .page-title {
 font-family: 'arial', cursive;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
 
    }

/*----------------colorisation zigouigoui photo blog ----------------------------*/

.blog .post h2:after {
  background-color: #2ff8e9;
  height: 2px;
}

.blog .post h2:before {
  border-top: 0rem solid #2ff8e9;
}

/*----------------colorisation zigouigoui header page ----------------------------*/

.comment-respond .comment-reply-title:after,
.comments-area .comments-title:after,
.page .entry-title:after {
  background-color: #2ff8e9;
}

.comment-respond .comment-reply-title:before,
.comments-area .comments-title:before,
.page .entry-title:before {
  border-top: .5rem solid #2ff8e9;
}

/*-----cacher boutton-----------*/

.site-header .site-branding .header-button {
  visibility: hidden;
}

/*-----police dans blog-----------*/

body {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}

/*-----police titre site-----------*/

.site-header .site-branding .site-title {
  font-family: 'arial', cursive;
  font-size: 50px;
  line-height: 60px;
}

/*-----couleur liens-----------*/

a {
  color: #2ff8e9;
}

/*-----couleur menu-----------*/

.main-navigation a {
  text-decoration: none;
  color: white;
  font-family: serif;
}

.main-navigation a:hover {
  color: #666;
}

/*-----taille et couleur des pages navigation dans blog-----------*/

.pagination .nav-links .page-numbers {
  font-size: 1.5rem;
}

.pagination .nav-links .page-numbers.current {
  color: #2ff8e9;
}

/*-----couleur et taille des previous et after dans blog-----------*/

.post-navigation .nav-links a,
.posts-navigation .nav-links a {
  font-size: 1.5rem;
  color: #2ff8e9;
  font-weight: 400;
  border: 2px solid #2ff8e9;
}

/*------------------lien du pied de page en bleu-----------------------*/

.site-footer .footer-widgets a:hover {
  color: #2ff8e9;
}

/*------------------------------------------------------------------------*/