
#info_story {
	text-align: center;
    display: block;
    float: none !important;
    width: auto;
    margin: 0 auto;
    font-size: 12px;
    font-family: "Montserrat", arial, sans-serif;
	text-decoration: none;
	padding: 45px 15% 0px 15%;
	font-weight: 300;
    line-height: 20px;
    color: #000;
	}

#info_author {
	text-align: center;
    display: block;
    float: none !important;
    width: auto;
    margin: 0 auto;
    font-size: 12px;
    font-family: "Montserrat", arial, sans-serif;
	text-decoration: none;
	padding: 15px 15% 0px 15%;
	font-weight: 300;
    line-height: 20px;
    color: #000;
	}

	
	
#spacer {
    padding: 0px 0px 45px 0px !important;
	}
	
	
#bottom_buttons {
	text-align: center;
    display: block;
    float: none !important;
    width: auto;
    margin: 0 auto;
    font-size: 22px;
    font-family: "Montserrat", arial, sans-serif;
	text-decoration: none;
	padding: 0px 15% 0px 15%;
	font-weight: 300;
    line-height: 20px;
    color: #918892;
	white-space: nowrap;
	}
	
	
#msg_connection, #msg_rate, #msg_permacopy {
	text-align: center;
    display: block;
    float: none !important;
    width: auto;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Montserrat", arial, sans-serif;
	text-decoration: none;
	padding: 0px 15% 5px 15%;
	font-weight: 300;
    color: #918892;
	}
	

a {
    color: #EF5353;
    text-decoration: none;
}



#like_form {
    background: none !important;
    border: none;
    cursor: pointer;
    outline: inherit !important;	
    font-size: 22px;
    font-family: "Montserrat", arial, sans-serif;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
    color: #918892;
    line-height: 23px;
	margin-bottom: 0px !important; /* rajoute par rapport aux stories et galeries */
	margin-right: 0px !important; /* rajoute par rapport aux stories et galeries */
}




.liked {
    color: #DD0000 !important;
}

#like_form, #no_like, #vues, #share_button, #rate_button {
    color: #918892;
	padding: 0px 0px 0px 0px;
    line-height: 23px;
}


#compte_likes, #compte_vues, #compte_shares, #compte_rates {
    font-size: 14px;
}


.inline { 
display: inline-block; 
margin:15px;
vertical-align: top;
}



#buttons_rate {
	border-left: 0em solid transparent;
}


#buttons_share {
	/*text-align: center;
    display: block;
    float: none !important;
    padding: 0px 10px 5px 0px !important;
    font-size: 26px !important;*/
    font-family: "Montserrat", arial, sans-serif;
	text-decoration: none;
    color: #918892;
	line-height: 50px;
	
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:center;
    align-items:center;
	}
	

#buttons_share > span {
    position: relative;
}

#buttons_share .facebook_pos {
    top: -18px;
}

#buttons_share .twitter_pos {
	padding-left: 20px;
	padding-right: 20px;
}

#buttons_share .pinterest_pos {
    top: -6px;
	padding-right: 20px;
}

#buttons_share .gplus_pos {
	padding-right: 20px;
}

#buttons_share .reddit_pos {
    top: -4px;
	padding-right: 20px;
}

#buttons_share .copy_pos {
	top: -1px;
	padding-right: 20px;
}

#buttons_share .email_pos {
	top: -3px;
}



		
	
#e-mail {
    font-size: 24px !important;
    color: #918892;
	}
	

/* centrage du rating */
.c-rating {
    padding: 0px 110px 20px 0px !important;
	}
	
	
	
#bottom_kiwi {
    padding: 30px 0px 0px 0px;
    background: none !important;
    border: none;
    cursor: pointer;
    outline: inherit !important;	
    font-size: 16px;
    font-family: "Montserrat", arial, sans-serif;
	text-decoration: none;
    line-height: 23px;
	
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:center;
    align-items:center;
	}
	
	
#other_story {order:1; flex-basis:100%; height:35px; color: #918892; text-align: center;}
#map_story {order:2; flex-basis:100%; height:35px; color: #918892; text-align: center;}
#random_story {order:3; flex-basis:100%; height:35px; color: #918892; text-align: center;}
#search_story {order:4; flex-basis:100%; height:35px; color: #918892; text-align: center;}
#your_story {order:5; flex-basis:100%; height:35px; color: #918892; text-align: center;}

@media screen and (min-width:910px) {
	   #bottom_kiwi {
		   flex-wrap:nowrap;
	   } 

		#other_story {
			flex-basis:1;
			order:1;
		}
		#map_story {
			flex-basis:1;
			order:2;
		}
		#random_story {
			flex-basis:1;
			order:3;
		}
		#search_story {
			flex-basis:1;
			order:4;
		}
		#your_story {
			flex-basis:1;
			order:5;
		}
	}
	
	
	
/* badges */
.fa-stack[data-count]:after{
  position:absolute;
  right:0%;
  top:1%;
  content: attr(data-count);
  font-size:25%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  background:rgba(150,0,0,.85);
  text-align:center;
  min-width:2em;
  font-weight:bold;
}


#badges {
	text-align: center;
}


.badge:not(:first-child) {
	padding: 0px 0px 0px 30px;
}



@media screen and (min-width:910px) {
#video_description {
    margin-left: auto;
    margin-right: auto;
	width: 80%;
	}
}

@media screen and (max-width:909px) {
#video_description {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	}
}
	   
	   
#waiting_video {
	display: block;
	text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
	background:#F9F9F9;
}


