/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.post .entry-content {
	height: 100%;
}
.row-eq-height article {
	height: 100%;
}
.w-90 {
	width: 90%;
}
th.txt-center {
	text-align: center;
}
th.txt-right {
	text-align: right;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #1EBAE8;
}
.btn-theme-colored {
	color: #fff;
	background-color: #1EBAE8;
	border-color: #1EBAE8;
}
.background-light {
	background-color: #f7f7f7;
}
.text-intro {
	font-size: 1.2em;
	font-weight: 500;
	color: #666;
}
.fond-vert {
	background-color: #A1C63C;
}
.fond-bleu {
	background-color: #0EBAE8;
}
.fond-mauve {
	background-color: #5C4F9D;
}
.fond-orange {
	background-color: #F07E2B;
}
.pcca {
	background-color: #4568A0;
	color: #fff;
	font-size: 0.75em;
	border: 0.75px solid #4568A0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}
a.pcca:hover {
	color: #fff;
}
ul.list-popup {
	list-style: circle outside none;
	margin-top: 13px;
	padding-left: 0;
	margin: 0 0 0 20px;
	padding: 0;
}
ul.list-popup li {
	margin: 5px 0;
	display: list-item;
	text-align: match-parent;
}