.vote_datan{
  font-weight: bold;
  color: red;
}
.card-footer::after{
  content: none;
}
.colorPour, .colorAdopté{
  color: #00B794
}
.colorContre{
  color: #C5283D;
}
.colorAbstention{
  color: #FFBA49;
}
.badgePour{
  background-color: #00B794;
  color: #fff;
}
.badgeContre{
  background-color: #C5283D;
  color: #fff;
}
.badgeAbstention{
  background-color: #FFBA49;
}
#pattern_background{
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23007bff' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.text-black{
  color: #4C4C4C;
}

/* Social media */
.twitter-bg{
  background-color: #1DA1F2;
  color: #fff;
}
.fcb-bg{
  background-color: #4267B2;
  color: #fff;
}
.social-share{
  marign: 0.2rem;
  transition: 0.3s;
  white-space: nowrap;
}
.social-share img{
  height: 18px;
  width: auto;
}

.social-share:hover{
  color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
}

/* Card vote */
.card-vote {
	 width: 265px;
	 height: 250px !important;
	 margin: 0 0.75em 0em 0.75em;
	 border: none;
	 display: flex;
	 transition: 0.3s;
}
.card-vote .card-header{
  border: none;
}
 .card-vote .sort {
	 color: #fff;
	 font-weight: bold;
	 border-top-right-radius: 5px;
	 border-bottom-left-radius: 5px;
}
 .card-vote .sort.adopté {
	 background-color: #00b794;
}
 .card-vote .sort.rejeté {
	 background-color: #c5283d;
}
 .card-vote .thumb {
	 position: absolute;
	 right: 0px;
	 border-top-right-radius: 5px;
	 border-bottom-left-radius: 10px;
	 border-top-left-radius: 7px;
	 box-shadow: inset 3px 1px 4px rgba(0, 0, 0, 0.25);
}
 .card-vote .thumb span {
	 color: #fff;
	 font-weight: 800;
	 font-size: 1.15em;
}
 .card-vote .thumb.pour, .card-vote .thumb.adopté {
	 background-color: #00b794;
	 padding: 5px 18px 5px 18px;
}
 .card-vote .thumb.contre, .card-vote .thumb.rejeté {
	 background-color: #c5283d;
	 padding: 5px 18px 5px 18px;
}
 .card-vote .thumb.abstention {
	 background-color: #ffba49;
	 padding: 5px 8px 5px 8px;
}
 .card-vote .thumb.absent {
	 background-color: #aaa;
	 padding: 5px 8px 5px 8px;
}
 .card-vote .card-header {
	 background-color: transparent;
}
 .card-vote .card-header .date {
	 color: #aaa;
	 font-weight: 400;
	 font-size: 1em;
}
 .card-vote .card-body {
	 padding: 0 1.25rem 0 1.25rem;
}
 .card-vote .card-body .title {
	 font-weight: 600;
	 font-size: 1em;
}
 .card-vote .card-body .reading {
	 color: #aaa;
	 font-weight: 400;
	 font-size: 0.9em;
}
 .card-vote .card-footer {
	 background-color: transparent;
	 padding: 0 1.25rem 0.75rem 1.25rem;
}
 .card-vote .card-footer .field {
	 font-weight: bold;
	 font-size: 0.9em;
}

.depute-img-circle{
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(#99BDDA, #fff);
  text-align: center;
  border: 2px solid grey;
}

.depute-img-circle img{
  width: 80%;
  height: auto;
}

.content-wrapper{
  padding-right: 1rem;
  padding-left: 1rem;
}

.card {
  border-radius: 0.75rem;
}

.card-header{
  border: none;
  padding: 1.5rem 1.25rem;
}

.card-body{
  padding-top: 0;
}

.card-footer{
  padding: 1rem 1.25rem;
}
