/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1635942688
Updated: 2021-11-03 12:31:28

*/

.category-color, .category-color div {
	width: 100%;
	height: 100%;
}
.lire-la-suite-arrow {
	position: relative;
}
.lire-la-suite-arrow-left {
	position: absolute;
	top: 52%;
	border-top: 2px solid #FFFFFF;
	width: 30px;
	right: -74px;
}
.lire-la-suite-arrow-right {
	position: absolute;
	right: -72px;
	top: 51%;
	border-top: 2px solid #FFFFFF;
	transform: rotate(45deg) translate(0, -50%);
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFFFFF;
}

#content_posts {
	display: flex;
	flex-wrap: wrap;
/* 	justify-content: center; */
	justify-content: space-between;
	margin-top: 5%;
}
.oxy-post-container {
/* 	width: 33%; */
/* 	padding: 20px; */
	position: relative;
	width: 31%;
	margin-bottom: 50px;
}
.oxy-posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.oxy-post {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
	background: #fff;
	height: 100%;
	position: relative;
	padding-bottom: 25px;
}

.oxy-post-image {
	margin-bottom: 1em;
	position: relative;
	background-color: grey;
	background-image: repeating-linear-gradient(
		45deg,
		#eee,
		#eee 10px,
		#ddd 10px,
		#ddd 20px);
	width: 100%;
}

.oxy-post-image-fixed-ratio {
	padding-bottom: 80%;
	background-size: cover;
	background-position: center center;
}

.oxy-post-image-date-overlay {
	position: absolute;
	top: 1em;
	right: 1em;
	font-size: .7em;
	color: white;
	background-color: rgba(0,0,0,0.5);
	padding: .7em 1em;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

.oxy-post-title {
	color: #0e0e2c!important;
	font-weight: 400;
	padding-top: 10px;
	line-height: 1.2em;
	font-size: 24px !important;
	text-transform: none !important;
	display: block;
/* 	letter-spacing: -1px; */
	font-family: "QuestaSansBlack", Sans-serif !important;
}

.oxy-post-meta {
	margin-top: 0.5em;
	font-size: .8em;
	display: flex;
	flex-direction: row;
}

.oxy-post-meta-item::after {
	content: "\00b7";
	margin-right: .5em;
	margin-left: .5em;
}

.oxy-post-meta-item:last-child::after {
	content: "";
	display: none;
}

.oxy-post-content {
	margin-top: 1em;
	flex-grow: 1;
	margin-bottom: 1em;
	font-weight: 100;
}

.oxy-post-content p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #707070;
	font-family: "QuestaSansRegular", Sans-serif;
}

.ls-post-meta img {
	width: 30px;
	border-radius: 50%;
	padding: 4px;
	margin-right: 5px;
}
.ls-post-meta a {
	display: flex;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	color: #49494999;
}

.oxy-post-image-date {
	display: flex;
	width: 100%;
}
.oxy-post-image-date .ls-post-date {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #979797;
	flex: 0 0 auto;
	padding-right: 30px;
}
.oxy-post-image-date .ls-post-separator {
	border-bottom: solid 2px #97979730;
	flex: 1 1 100%;
	margin-bottom: 6px;
}
.ls-post-readmore {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.ls-post-readmore a {
	background: rgb(128, 162, 128);
/* 	min-width: 170px; */
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	transition: 0.3s all ease-in-out;
	width: 100%;
}
.ls-post-readmore a span {
	margin-left: 15px;
	font-size: 24px;
	margin-top: -1px;
	transition: 0.3s all ease-in-out;
}
.ls-post-meta {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}

.page-numbers {
	color: #525F6C;
	font-weight: 600;
}
.page-numbers:not(.next):not(.prev) {
	height: 29px;
	width: 29px;
	display: inline-block;
	line-height: 29px;
	text-align: center;
	border-radius: 3px;
}
.page-numbers.current {
	background: #62a6a6;
	color: #fff;
}
.ls-post-date {
	color: #49494999;
	padding-right: 20px;
	font-weight: 300;
	font-size: 15px;
	text-transform: capitalize;
	font-family: "QuestaSansRegular", Sans-serif;
}
.ls-post-content {
	padding: 0 0 20px;
	width: 100%;
}
.ls-pagination {
	text-align: center;
}
.cat-color {
	width: 85px;
	height: 25px;
	margin-right: 20px;
}
.lire-la-suite-btn {
	font-family: "LisaSalisPlayfairDisplay", Sans-serif;
	font-size: 22px;
	padding: 8px 88px 8px 18px;
	line-height: 1;
	background: #62a6a6;
	border: solid 2px #62a6a6;
	transition: 0.3s all ease-in-out;
	box-shadow: 8px 10px 20px 4px rgb(84 210 210 / 22%);
}
.ls-post-readmore a:hover .lire-la-suite-btn {
	color: #fff;
	box-shadow: 4px 7px 8px 2px rgb(65 156 156 / 33%);
	background-color: #559E9E;
}
.ls-post-readmore a:hover .lire-la-suite-btn {
	padding-left: 28px;
}
@media (max-width: 1120px) {
	.oxy-post-meta {
		display: none;
	}
}
@media (max-width: 996px) {
	.oxy-post-container {
		width: 100%;
	}
}
/*
* spinner
* */
.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
}
.loader {
	color: #62a6a6;
	font-size: 11px;
	text-indent: -99999em;
	margin: 55px auto;
	position: relative;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 1em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before,
.loader:after {
	position: absolute;
	content: '';
}
.loader:before {
	width: 5.2em;
	height: 10.2em;
	background: #fff;
	border-radius: 10.2em 0 0 10.2em;
	top: -0.1em;
	left: -0.1em;
	-webkit-transform-origin: 5.1em 5.1em;
	transform-origin: 5.1em 5.1em;
	-webkit-animation: load2 2s infinite ease 1.5s;
	animation: load2 2s infinite ease 1.5s;
}
.loader:after {
	width: 5.2em;
	height: 10.2em;
	background: #fff;
	border-radius: 0 10.2em 10.2em 0;
	top: -0.1em;
	left: 4.9em;
	-webkit-transform-origin: 0.1em 5.1em;
	transform-origin: 0.1em 5.1em;
	-webkit-animation: load2 2s infinite ease;
	animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
* -END spinner
* */
.filters{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0;
	flex-wrap: wrap;
}
.filter {
	transition: 0.3s all ease-in-out;
	margin-bottom: 10px;
}
.filter a {
	font-size: 18px;
	transition: 0.3s all ease-in-out;
	border-bottom: solid 4px #fff;
}
.filter:hover a.secrets, .filter.current a.secrets {
	color: #e4be4e;
	border-color: #e4be4e;
}
.filter:hover a.cures, .filter.current a.cures {
	color: #95c587;
	border-color: #95c587;
}
.filter:hover a.sante, .filter.current a.sante {
	color: #bfbfdf;
	border-color: #bfbfdf;
}
.filter:hover a.tout, .filter.current a.tout {
	color: #62A6A6;
	border-color: #62A6A6;
}

