.filActu div.card-content.cardWodContent {
	padding: 20px 20px 1px 20px;
}
div.card-content.cardWodContent {
	padding: 0px 24px 1px 24px;
}
div.wod {
	margin-bottom: 10px;
}

span.rounded img{
	border-radius: 20%;
	width: 70px;
	height: 70px;
}
div.cardInfo {
	position: relative;
	margin-bottom: 7px;
}
div.cardInfoImg {
	display: inline-block;
}
div.cardInfoText {
	display: inline-block;
	margin-left: 10px;
	margin-top: 4px;
	position: absolute;
}
.cardInfoText p.profil_name {
	font-weight: bold;
}
.cardInfoText p.wod_date {
	color: black;
}
.cardInfoText p.location {
	color: grey;
}

.card-title {
	padding-top: 1px;
}
.card-title p.date {
	text-align: right;
	margin: 10px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
}
.card-title p.location {
	text-align: right;
	margin: 0px 10px 0px 0px;
	font-size: 13px;
	margin-right: 10px;
	color: grey;
}

div.wod_part.withTitle {
	padding-top: 10px;
}
p.part_title {
	font-size: 16px;
	font-weight: bold;
}
p.part_subtitle {
	font-style: italic;
}
p.format_name {
	color: #111;
	font-weight: bold;
}
p.format_details {
	color: #111;
}
div.exercices {
	
}
p.exercice_line {
	font-weight: bold;
	color: #494949;
}
div.results {
	color: #FA793A;
	text-align: right;
	font-weight: bold;
}
p.result_line.reps {
	
}
p.result_line.time {
	
}
p.result_line.load {
	
}
p.result_line.custom {
	
}
p.result_line.note, p.exercice_line .note, .note {
	color: #555;
	font-weight: initial;
	text-align: left;
	font-style: italic;
}
img.wow {
	height: 18px;
	position: absolute;
	top: 2px;
	left: 18px;
}
div.btnBottomCard {
	width: 100%;
}
div.btnBottomCard>div.col {
	text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.col .row.btnBottomCard {
	margin-left: auto;
	margin-right: auto;
}
p.separatorBottomCard {
	width: 90%;
	border: 0.5px solid lightgrey;
	margin-top: 0px;
	margin-left: 5%;
	margin-bottom: 10px;
}
p.btnBottomCard {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	position: relative;
	margin:0px;
}
a.btnBottomCard {
	color: #27A87A;
	position: absolute;
	left: 40px;
}
p.btnBottomCard i {
    margin-right: 5px;
	color: #27A87A;
	position: absolute;
	left: 10px;
}
.colLike {
	margin-left: 8px;
}
p.like {
	width: 50%;
}
p.comment {
	width: 72%;
}
p.comment a.btnBottomCard {
	left: 55px;
}
p.comment i {
	left: 25px;
}
p.more {
	width: 23%;
	margin-left: 60px;
}
p.more i {
	color: #27A87A;
}
p.more a {
	color: #27A87A;
}
.disabled {
	color: grey !important;
}
.bottomCardStatus p.like {
	margin-left: 15px;
	width: 40%;
}
.bottomCardStatus p.comment {
	width: 50%;
}
.location i {
	font-size: 10px;
    margin-right: 2px;
}
.oneComment p {
	margin: 0px;
}
.oneComment p.profil_name {
	font-weight: bold;
}
i.visibility {
	font-size: 20px;
	margin-left: 7px;
}
div.btnBottomCard>div.col.addAComment {
	text-align: initial;
	line-height: 25px;
	padding-left: 17px;
}
.col.addAComment .circle img {
	border-radius: 50%;
	width: 25px;
	margin-right: 5px;
}
.col.addAComment span.text {
	color: grey;
	vertical-align: top;

}
div.btnBottomCard>div.col.likes {
	text-align: initial;
	padding-left: 20px;
	margin-top: -15px;
	margin-bottom: 10px;
}
.likes p {
	line-height: 17px;
	margin-bottom: -1px;
	font-size: 12px;
}
.likes p .circle img {
	border-radius: 50%;
	width: 17px;
	margin-right: 5px;
	border: solid 1px white;
	position: relative;
}
.likes p .circle img:nth-child(1) {
	z-index: 3;
}
.likes p .circle img:nth-child(2) {
	z-index: 2;
	margin-left: -12px;
}
.likes p .circle img:nth-child(3) {
	z-index: 1;
	margin-left: -13px;
}
.likes p span.text {
	vertical-align: top;
}
div.btnBottomCard>div.col.insightComments {
	text-align: initial;
	padding-left: 20px;
}
.insightComments .line {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 5px;
}
.insightComments .line .name {
	font-weight: bold;
}
.insightComments .line .comment {
	margin-left: 7px;
}
.insightComments .line.viewAll {
	color: grey;
}
.comments:not(.modalTall) {
	height: 100px;
}
.comments.modalTall {
	max-height: initial;
	top: 0px;
}
.comments.modal li.oneComment {
	margin-bottom: 10px;
	position: relative;
}
.comments.modal li.oneComment img {
	position: absolute;
	top: 4px;
    border-radius: 50%;
    width: 35px;
	display: inline-block;
}
.comments.modal li.oneComment .divComment {
	margin-left: 50px;
	display: inline-block;
	width: 87%;
}
.comments.modal h4 {
	font-size: 16px;
	line-height: 24px;
}
.comments.modal h4 span {
	vertical-align: top;
	margin-left: 15px;
}
.comments.modal .modal-content {
	padding-left: 10px;
}
.comments .divAddAComment {
	bottom: 0px;
	height: 100px;
    width: 100%;
    position: absolute;
    margin-bottom: 0px;
}
.commentBlur {
	filter: blur(1px);
}
.comments .divDelete {
	position: absolute;
    top: 0;
    right: 0;
    padding-top: 11%;
    height: 100%;
    line-height: 50%;
    width: 500px;
}
p.wodTeam {
	margin-top: 0px;
	padding-bottom: 5px;
    	font-size: 12px;
   	font-style: italic;
}
