/*
 Theme Name:   Thème enfant de oceanwp
 Template:     oceanwp
*/

/*
1- Boutons de partage
2- Articles similaires
*/

.fa { 
  font-family: "Font Awesome 5 Free";
}

/* 1- BOUTONS DE PARTAGE */
.bloc-share {
	  clear: both;
	  display: inline-block;
	  z-index: 1000;
	  float:left;
	}
.bloc-share .share {
	  width: 110px;
	  height: 43px;
	  padding: 14px 14px;
	  display: inline-block;
	  background-color: #fefefe;
	  font-weight:700;
	  text-transform: uppercase;
	  border: solid 1px #dedede;
	  line-height:16px;
	  text-align:center;
	}
.bloc-share-fixed {
	position: fixed;
	top: 0px;
	z-index: 99;
}
	
.btn-facebook,
.btn-twitter,
.btn-googleplus,
.btn-mail {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  height: 43px;
  width: 46px;
  padding: 14px 16px;
  margin-right: -4px;
  border: none;
  line-height:16px
}
.btn-facebook:hover,
.btn-twitter:hover,
.btn-googleplus:hover,
.btn-mail:hover,
.btn-facebook:focus,
.btn-twitter:focus,
.btn-mail:focus,
.btn-facebook:active,
.btn-twitter:active,
.btn-googleplus:active,
.btn-mail:active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #1b019b;
  color: #fff;
}
.btn-facebook {
  background-color: #2e5ba4;
  margin-left: -4px;
}
.btn-twitter {
  background-color: #35aafd;
}
.btn-googleplus {
  background-color: #dc4e41;
}
.btn-mail {
  background-color: #232323;
}


/* 2- ARTICLES SIMILAIRES */
.related-posts {
border-top: 1px solid #ccc;
padding-top: 40px;
}
.related-posts-list .one-third {
border: 1px solid #dde5ea;
border-radius: 5px;
box-sizing: border-box;
box-shadow: 2px 1px 10px 0 rgba(0, 0, 0, .1);
}
.related-posts-list .one-third:first-child {
margin-left: 0;
}
a.related-post-title {
line-height: 27px;
color: #333;
font-size: 18px;
}
.one-copy {
padding: 1.5rem 1.25rem 1.75rem;
}


/* AUTRES */
a:hover {text-decoration:underline;}

#cmap a:visited {color:inherit;}