/*
 Theme Name:   FEDITO BXL 2016
 Theme URI:    http://feditobxl.be
 Description:  Thème enfant de MH Magazine Lite (http://www.mhthemes.com/) développé pour le site web de la FEDITO BXL asbl
 Author:       Alexis Jurdant
 Author URI:   http://effingo.be
 Template:     mh-magazine-lite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, rtl-language-support, white, red
 Text Domain:  mh-magazine-lite
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*@import url("../mh-magazine-lite/style.css");*/

@font-face {
    font-family: 'Open-Sans';
    src:url('./fonts/Open-Sans.ttf.woff') format('woff'),
        url('./fonts/Open-Sans.ttf.svg#Open-Sans') format('svg'),
        url('./fonts/Open-Sans.ttf.eot'),
        url('./fonts/Open-Sans.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

::selection {
	background: #AC3038;
	color: #fff;
}
::-moz-selection {
	background: #AC3038;
	color: #fff;
}
body {
	background-color: #f5f5f5!important;
	font-size:12pt;
}
a:hover {
    color: #AC3038;
	text-decoration:none;
}
p {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.tribe-events-content h1{
    font-size: 23pt!important;
}
.tribe-events-content h2{
    font-size: 17pt!important;
}
.tribe-events-content h3{
    font-size: 15pt!important;
}
.tribe-events-loop .tribe-events-content {
    width: 100%;
}
.tribe-events-loop .tribe-events-content a {
    color: #AC3038;
}
.col-sm-6 > h2 {
	margin-bottom: 12px!important;
}
h4.mh-widget-title {
	font-size:15pt;
}
.mh-container, .mh-container-inner {
    width: 100%;
    max-width: 1170px;
}
.mh-container-outer {
    margin: 0px auto;
	box-shadow: none;
	border:1px solid #ebebeb;
}
.mh-header-tagline {
	color:#AC3038;
}
.mh-main-nav-wrap {
    z-index: 100;
}
.mh-main-nav .menu .current_page_item {
    background: #AC3038;
}
.mh-main-nav .menu .current-menu-item {
    background: #AC3038;
}
.mh-main-nav .menu-item:hover {
    background: #AC3038;
}
.mh-main-nav {
    border-bottom: #AC3038;
}
.mh-main-nav-wrap .slicknav_nav ul {
    border-top: 1px solid #AC3038;
}
.mh-widget-title {
    border-bottom: 3px solid #AC3038;
}
div.mh-category-desc {
    background: #f5f5f5;
	border-top: 3px solid #AC3038;
	border-bottom: 3px solid #AC3038;
}
.mh-meta a:hover {
	color:#AC3038;
}
.mh-meta-author {
	display:none;
}
.entry-meta-author {
	display:none;
}
.entry-content a,
.entry-content a:hover {
	color:#AC3038;
	font-weight:400;
}

.edito-excerpt img {
    float: none!important;
}
.edito a {
	color:#AC3038;
}

.page-title {
	font-size:2em!important;
	font-weight: 600!important;
}
.entry-content h1 {
	font-size:2em!important;
	font-weight: 600!important;
}
.entry-content h2 {
	font-size:1.6em!important;
	font-weight: 600!important;
}
.entry-content h3 {
	font-size:1.4em!important;
	font-weight: 600!important;
}
.entry-content h4 {
	font-size:15pt;
	text-transform: uppercase;
}
input[type="submit"] {
    background: #AC3038;
}
textarea:hover {
    border: 1px solid #AC3038;
}
.entry-tags .fa {
	background: #AC3038;
	border-radius: 25px;
}
.entry-tags li:hover {
    background: #AC3038;
}
.tagcloud a:hover, .mh-widget .tagcloud a:hover, .mh-footer-widget .tagcloud a:hover {
    background: #AC3038;
}
.mh-post-nav a:hover {
    color: #AC3038;
}
.widget-parent li {
	list-style: none;
}
.menu-parent li {
	list-style: square;
	margin-left:25px;
}
.menu-parent .current_page_item {
	font-weight:600;
}
.page-numbers {
	padding: 10px 18px;
	border-radius: 25px;
}
.page-numbers:hover,  
.mh-loop-pagination .current, 
a:hover .pagelink { 
	background: #AC3038; 
	color: #fff;
}
.suite,
.suite a,
.concertations a {
	font-weight: 600;
   	color: #AC3038;
	font-size: 110%;
	text-transform: uppercase;
}

.suite::before,
.suite a::before,
.concertations a::before {
	font-family: 'FontAwesome';
	content: "\f061\ ";
}
.cat-desc,
.mh-category-desc {
	position: relative;
	height: auto;
	margin: 10px 0 20px 0px;
	padding: 10px;
	background: #F9F9F9;
	border-radius: 3px;
	border: #F3F3F3 solid 1px !important;
	color: #727272;
	font-size: 90%;
}
.cat-desc p::before,
.mh-category-desc p::before {
	font-family: 'FontAwesome';
	content: "\f05a\  ";
}
.cat-desc a,
.mh-category-desc a {
	color: #727272;
	font-weight:bold;
}
.tab-content {
	padding:20px 10px!important;
}
-.entry-content ul,
-.entry-content ol {
	display: inline-block;
	position: absolute;
	margin-left: 30px;
}
-.entry-content ul li {
	max-width:85%;
}

.mh-excerpt img {
	float: left;
	margin-right: 15px;
}

h3.mh-loop-title {
	font-size: 1.8rem;
}

/* Style widgets accueil */

.rpwe-block a,
h4.rpwe-title a {
	font-weight: 400!important;
	font-size: 12pt!important;
}
.duration,
.rpwe-time {
    color: #bbb!important;
    font-size: 11pt!important;
}
.rpwe-time::before {
font-family: 'FontAwesome';
content: "\f017\ ";
}
.mh-widget .search-form {
    padding: 0;
    background: inherit;
}
.edito h3.edito-title a,
.rpwe-edito h3.rpwe-title a {
	font-size:2rem!important;
	font-weight:400!important;
	line-height: 1.3;
}
.edito .edito-excerpt,
.rpwe-edito .rpwe-summary {
    	font-size: 12pt!important;
	padding-top: 10pt;
}
.edito a.more-link,
.rpwe-edito a.more-link {
	font-weight: 600!important;
    color: #AC3038!important;
    font-size: 110%!important;
	text-transform: uppercase!important;
	float:left;
	margin-top:10px
}
.edito a.more-link::before,
.rpwe-edito a.more-link::before {
	font-family: 'FontAwesome';
	content: "\f061\ ";
}
#rpwe_widget-6 .rpwe-block li {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#rpwe_widget-2 .rpwe-block li {
	border-bottom: 1px solid #EEE;
	margin-bottom: 8px !important;
	padding-bottom: 8px;
}

.rsswidget{
	font-size:12pt;
}
.widget_rss .mh-widget-title,
.widget_rss .mh-widget-title a {
	font-size:15pt;
}
.widget_rss a{
	font-weight:400;
}
.widget_rss li::before {
	font-family: 'FontAwesome';
	content: "\f017\ ";
	color:#bbb;
}
.widget_rss li {
	border-bottom: 1px solid #EEE;
	margin-bottom: 8px !important;
	padding-bottom: 8px;
}
.search-form > label {
	width:100%;

}
.search-form input {
	text-transform: none;
	height: 45px;
	font-size: 12pt;
}
.mh-widget .search-form .search-field {
	width:100%;
}
#respond a:hover {
    color: #AC3038;
}

.edit-link-hp {
	float:right;

}


/* Header */

#logo-fedito {
	margin:25px;
}
.langues {
	float:right;
	margin:10px;
}
.langues ul li {
	display:inline;
	color:#ddd; 
	padding:5px;
}
.langues .active {
	border-bottom: 3px solid #AC3038;
}
.mh-main-nav li {
	font-weight: 500;
}
.page-header {
	border-bottom: none;
	margin: 0px 0 30px;
	padding-bottom: 0px;
}

/* Navigation sur content-single */

.fed-nav,
.fed-nav a {
	display:flex;
	margin:15px 0;
	color: #AC3038;
	font-size: 110%;
}
.fed-nav a:hover {
	text-decoration:none;
}
.fed-nav-prev {
	width:50%;
	margin-right:10px;
}
.fed-nav-prev a::before {
	font-family: 'FontAwesome';
	content: "\f060\ ";
	margin-right:10px;

}
.fed-nav-next {
	width:50%;
	margin-left:10px;
	text-align:right;
}
.fed-nav-next a::after{
	font-family: 'FontAwesome';
	content: "\f061\ ";
	margin-left:10px;
}

/* Searchform */

.mh-header .search-form {
	position: absolute;
	right: -30px;
	top: 0px;
}

.mh-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 46px;
	margin: 0px;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.mh-header .search-field:focus {
	background-color: #fff;
	border: 1px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
.search-form
.search-submit { 
display:none;
}

/* Newsletter */

.news-fed {
	display: inline-flex;
	width:100%;
	padding:2px;
}

.news-fed input[name=EMAIL] {
	width:65%!important;
	margin-right:10px;
	font-size: inherit;
}
.news-fed input[name=EMAIL]:hover {
	border:1px solid #ac3038;
}

.news-fed input[name=EMAIL]:required {
	box-shadow: 0px 0px 0px 0px #ac3038 !important;
}

.news-fed input[type="submit"] {
	width:30%!important;
	background-color:#AC3038!important;
	color:#fff!important;
	min-width: 10px!important;
	padding:5px!important;
	filter: brightness(95%);
}
.news-fed input[type="submit"]:hover {
	filter: brightness(105%);
}

/* Footer */

.mh-footer-widget-title {
    border-bottom: none;
}
.logo-cocof {
	margin: 0px 0 20px 25px;
}
.mc4wp-form-fields  input[name=EMAIL] {
	color:#333;
}
.mh-copyright-wrap {
	border-top: none;
	background: #fff;
}

/* Page des membres */

.col-xs-3 {
	margin: 10px 0;
}
.col-xs-3 img {
	margin: 10px 10px 0 0;
	float: left;
}
.col-xs-3:hover {
background-color:#F5F5F5;
}
.col-xs-3 a {
text-decoration:none;
color:#333!important;
}
.col-xs-3 a:hover {
text-decoration:none;
}


/* Réseaux sociaux */

.feditobxlsocial {
	text-align: left;
}
.feditobxlsocial img {
	padding:2px;
	border-radius:30px;
	width:50px!important;
	height:auto!important;
}
.feditobxlsocial a {
	opacity:0.8;
	font-size:1.1em;
	color:grey;
	text-decoration:none;
}
.feditobxlsocial-footer a {
	opacity:0.8;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	border-bottom:none!important;
}
.feditobxlsocial a:hover,
.feditobxlsocial-footer a:hover {
	opacity:1;
}
.feditobxlsocial-footer img {
	width:50px;
	height:auto;
	margin:0px 10px 5px 0px;
	vertical-align:middle;
	border-radius:30px;
}
.partagesocial {
	height:auto;
	width:auto;
	overflow:hidden;
}
.partagersur {
	font-size:0.8em;
	color:grey;
	margin-bottom:15px;
	display:block;
}
.partagesocial img {
	width:40px!important;
	height:auto!important;
	border-radius:25px;
	margin-right:5px;
}
.partagesocial a {
	font-size:1.1em;
	color:grey;
	text-decoration:none;
	#filter: gray;
	#filter: grayscale(1);
	#-webkit-filter: grayscale(1);
	opacity:0.8;
}
.partagesocial a:hover {
	#filter: none;
	#-webkit-filter: grayscale(0);
	opacity:1;
}

/* Agenda */


.tribe-events-list-widget-events {
	border-bottom: 1px solid #EEE;
	margin-bottom: 8px!important;
	padding: 0px !important;
}
.type-tribe_events {
	padding:0px;
}
.tribe-events-tooltip .entry-summary {
	font-size:11pt!important;
}
.tribe-events-tooltip h4 {
	font-size:12pt!important;
}
.tribe-events-list-event-title a {
	font-size:1.55em;
}
#tribe-events-pg-template {
	max-width:100%;
	margin:0 auto;
}
#tribe-events {
    background-color: #ffffff !important;
    margin: 0px;
    padding: 45px;
}

.tribe-events-back a {
	font-weight: 600;
   	color: #AC3038;
	font-size: 110%;
	text-transform: uppercase;
}
.tribe-events-back a::before {
	font-family: 'FontAwesome';
	content: "\f062\ ";
}


/* .edit-event {
	display:block;
	float:right;
}
***  commentaire 13.12.2022-AJ */
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	width: 110%;
}
.tribe-events-content ul {
	list-style: outside none square;
	margin: 0px 0px 20px 30px;
}
.tribe-events-content ul li {
	margin: 0px 0px 8px!important;
}
.tribe-events-list-event-description li {
	margin: 0px 0px 8px 30px;
}
.tribe-events-sub-nav {
	font-size:12pt;
}
.nav-evenements {
	background-color: #AC3038;
	color: #FFF;
	padding: 5px 7px;
	text-transform: uppercase;
}
.duration {
	color:#bbb;
	font-weight:normal!important;
}
.event-desc {
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 5.1em;
	line-height: 1.7em;
}
.event-desc p {
	font-size:1.1em!important;
}

/* Fonctions supplémentaires */

.mejs-container {       
    margin-bottom: 20px; 
}

.g-recaptcha {
	margin-bottom:10px;
}

#totop {
	position: fixed;
	right: 25px;
	bottom: 25px;
	display: none;
	outline: none;
	height: 40px; 
	width: 40px; 
	opacity:0.7;
	z-index:100;
}
#totop:hover {
	opacity:1;
}

.relatedpost ul {
	list-style-type:square;
	margin:10px 35px;
}
.relatedpost ul li {
	padding-bottom:5px;
}
.related-date {
	font-weight:normal;
	color:#bbb;
}
.related-date::before {
	font-family: 'FontAwesome';
	content: " \f017\   ";
	margin-left:5px;
}
.relatedpost h4 {
	font-size:14pt;
}
.relatedpost h5 {
	font-size:12pt;
}

.qtranxs-available-languages-message, 
.qtranxs-available-languages-message a {
	font-style:italic;
	margin-bottom:20px;
	color:#bbb;
}

blockquote {
	box-shadow: none;
	border-left: none; 
	border-right: none;
	display:block;
}
blockquote::before {
	content: "\00ab" ;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.1em;
	color: #7a7a7a;
}
blockquote::after{
	content: "\00bb" ;
	font-size: 4em;
	line-height: 0.1em;
	margin-left: 0.25em;
	vertical-align: -0.2em;
	color: #7a7a7a;
}
blockquote p {
	display: inline;
	font-size:16pt!important;
}

a.ancre { 
	display: block; 
	position: relative; 
	top: -45px; 
	visibility: hidden; 
}
a.ext-link::after {
	font-family: 'FontAwesome';
	content: " \f08e\ ";
	font-size:9pt;
	margin:2px;
	color:#848484;
	vertical-align: super;
	font-style: normal;
	text-decoration:none;
	border:none;
}

.wpcf7-form {
	max-width: 800px;
	margin-top:20px;
}

/* Grille (revue de presse - cat 2) */

#grid[data-columns]::before {
content: '3 .column.size-1of3';
}

.column { float: left; }
.size-1of3 { width: 33%; }
.grid-element {
	padding:15px;
}
.grid-element:hover {
	background-color: #F6F6F6;
	box-shadow: 6px 6px 1px rgba(0, 0, 0, 0.18);
	transition:400ms;
	border-radius:10px;
}
.grid-title {
	font-size: 17pt;
	font-weight: 500;
	line-height: 1.3em;
}
.grid-title-hp {
	font-size: 14pt;
	font-weight: 400;
	line-height: 1.3em;
}
.grid-title a {
	color:#333!important;
}
.grid-title a:hover {
	color:#ac3038!important;
}
.grid-meta {
	margin-top: 5px;
	color:#979797!important;
}
.grid-meta a{
	color:#979797!important;
}
.grid-meta a:hover{
	color:#ac3038!important;
}
.grid-excerpt {
	padding: 10px 0;
}
.grid-excerpt a {
	color:#ac3038;
	text-decoration:none;
}
.grid-excerpt, .grid-excerpt p {
	font-size:10.5pt!important;
	padding-bottom:5px;
}
.grid-excerpt ul {
	margin-bottom:10px;
}
.grid-excerpt li {
	margin-left:30px;
	list-style: square;
}
.grid-excerpt img  {
	max-width:100%;
	height:auto;
	float:left;
	margin:10px 5px 0px 0px;
}
.grid-excerpt .wp-caption {
	width:100%!important;
}
.grid-excerpt .wp-caption-text {
	margin-bottom:5px;
	font-weight:normal;
	font-size:9pt!important;
}
.grid-element iframe, 
.grid-element embed, 
.grid-element object, 
.grid-elementvideo {
	idth: 100%!important;
	height: auto;
	margin:5px 0;
	z-index:-100;
}
.grid-taglist {
}
.grid-etiquettes a::before {
	font-family: 'FontAwesome';
	content: "\f02b\ ";
}
.grid-etiquettes a {
	padding-right:10px;
	color:#979797!important;
}
.grid-etiquettes a:hover {
	color:#ac3038!important;
}
.grid-social {
	padding:15px 0px 5px;
	text-align:left;
}
.grid-social img{
	width:30px;
	height:auto;
	filter: gray;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	opacity:0.8;
	border-radius:5px;
	margin-right:2px;
}
.grid-social img:hover {
	opacity:1;
	filter: none;
	-webkit-filter: grayscale(0);
}
.grid-suite {
	width: 100%;
	text-align: center;
	display:block;
	margin-top:30px;
	padding:10px;
}
.grid-pagination {
	width: 100%;
	text-align: center;
	display:block;
	margin-top:30px;
	padding:10px;
	float:left;
}
.grid-edit {
float:right;
}
.grid-element blockquote {
	border-left: none;
	border-right: none;
	box-shadow: none;
	padding:0;
	margin:10px 0;
}
.grid-element blockquote p{
	margin-bottom:8px;
	display:block;
}
.grid-element blockquote::before {
	content:'';
	margin: 0;
}
.grid-element blockquote::after{
	content:'';
	margin: 0;
}

@media screen and (max-width: 480px){
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
	.column { float: left; }
	.size-1of1 { width: 100%; }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	.column { float: left; }
	.size-1of2 { width: 50%; }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
	.column { float: left; }
	.size-1of3 { width: 33%; }
}

/* Media Queries */

@media screen and (max-width: 767px) {

.slicknav_menu {
	font-size: 13pt;
	border-bottom: 1px solid rgba(0, 0, 0, 0.53);
	background: #333;
}
.slicknav_btn,
.slicknav_nav .slicknav_item:hover,
.slicknav_nav a:hover {
    color: #fff;
    background: #333;
}
.sticky-wrapper {
	margin-bottom: 0px !important;
	height: 0px !important;
}

#tribe-events-pg-template {
    padding: 0px;
}
.col-xs-3 {
	width: 100%;
	margin-left: 0%;
	padding-bottom: 0px;
}
	
}