/*
Theme Name: Visual Composer Starter
Theme URI: https://visualcomposer.io/visual-composer-starter-theme/
Author: The Visual Composer Team
Author URI: https://visualcomposer.io/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, full-width-template, blog
Text Domain: visual-composer-starter
*/

/* titre des pages invisible */
.page .entry-title {
    display: none!important;
}
.archive .entry-content.archive h1 {
    display: none!important;
}

/* top menu (contact +langue) */
.menu-item-276 > a {
	padding-left: 0px !important;
}
.menu-top-menu-container ul li a span,
.menu-top-menu-container  ul li a,
.menu-top-menu-french-container ul li a span,
.menu-top-menu-french-container ul li a
{
	font-weight: bold !important;
	color : #9F2241 !important;
	font-size: 11px !important;
}

/*  plus petit margin pour les elements du menu*/
.main_menu a {
	padding: 16px 16px !important;
}
.header_top p {
	margin: 20px 0px !important;
}
/*  menu gras */
.header .menu a {
	font-weight: 600 !important;
}
.menu a {
	color : #58595B !important;}
h1 {
    font-family: Arial, sans-serif !important;
    color: #3d3d3d !important;
}

.entry-title a {
	color : #9F2241  !important;
	font-size: 20px !important;
}

.read-more{
	background-color: #9F2241  !important;
	font-family: Arial, sans-serif !important;
}


vce-post-description vce-post-description--full{
	background-color:red !important;
}
ul.menu {
    margin: 0px;
    padding: 0px;
}

/* modif couleur article */
.vce-post-description--title h3 a,
.vce-post-description--excerpt p{
	color : #58595B !important;
}
/*  modification titre article */
.vce-post-description--title h3 a{
	text-transform: none !important; 
	font-size: 16px !important;
	font-weight: 600 !important;
}
.vce-post-description--excerpt p{
	font-size: 13px !important;
}


.list_article .vce-post-description {
	display: flex !important;
	flex-direction: row !important;
	gap: 20px !important;
}
.list_article .vce-post-description--background-wrapper-box{
	flex: 1 !important;
	max-width: 30% !important;
}
.list_article .vce-post-description-content--has-excerpt{
	flex: 1 !important;
	max-width: 70% !important;
}
.list_article .vce-post-description-content--has-excerpt {
	padding: 0px !important;
}
.list_article .vce-post-description--excerpt {
	font-size: 12px !important;
}

.list_article .vce-post-description--background-wrapper{
	width: 100% !important;
	height: 100% !important;
}

.list_article .vce-post-description--background{
	height: 100% !important;
	width: 100% !important;
}
.vce-tabs-with-slide .vce-tabs-with-slide-list .vce-tabs-with-slide-tab {
	border-bottom: none !important;
}
 
.vce-tabs-with-slide-slider {
	bottom: 0px !important;
}

/*  ne pas afficher l'image des articles report dans la page d'accueil */
#reports_articles .vce-post-description--background {
    display: none !important;
}

footer .menu {
  display: block  !important;
   line-height: 3 !important;
}

footer a {
	padding: 0px !important;
	text-transform: none !important;
	font-size: 12px !important;
}
footer p {
	font-size: 12px !important;
}
footer .aligne_right {
  display: flex !important;
  justify-content: flex-end !important;}

.stat_img .vce-post-description--background-wrapper{
    width: 300px !important;
    height: 300px !important;
}

.stat_img .vce-post-description--background {
	height: 100% !important;
	width: 100% !important;
}
.stat_img .vce-post-description--background-wrapper-box{
	order: 2 !important;
}
.stat_img .vce-post-description-content--has-title{
	order: 1 !important;
}
.stat_img .vce-post-description--content {
	padding-top: 0 !important;
}


/* sous menu */
.sub-menu li a {
	font-size: 12px !important;
	font-weight: normal !important;
}
 
.sub-menu li a:hover {
	background-color: #9F2241 !important;     
	color: #fff !important;       
}

.sub-menu li a:hover span {
	color: #fff !important;
}

.col-md-10{
	width: 100%;
}

.vce-single-image--absolute{
	width: 5000px !important;
}
/* .entry-meta{ 
	display : none !important
}  */

/*  btn navigation des pages*/
.nav-previous a span,
.nav-next a span{
	font-family: Arial, sans-serif !important;
}

.h3 span::after {
	display: none important!;
}

/* pour les categorie ici */
.entry-row {
  display: flex;
  gap: 35px;
  align-items: flex-start;
}

.entry-row > div:first-child {
  flex: 1;
  max-width: 300px;
}

.entry-row > div:last-child {
  flex: 2;
}

/* Quand y'a pas d'image, on annule le layout en colonnes */
.entry-row.no-thumbnail {
  flex-direction: column;
}

.entry-row.no-thumbnail > div {
  max-width: 100%;
  flex: 1 1 100%;
}


/* desactiver les titres des articles */
.single-post h1.entry-title {
	display: none;
}

.vce-post-description--title a {
	font-family: Arial, sans-serif !important;
    color: #3d3d3d !important;
	font-weight: 600 !important;
	letter-spacing: 0px !important;
}

/* img des article dans l'affichage post grid*/
.vce-side-grid-container.vce-posts-grid-container .vce-post-description--image {
    width: 20% !important;
    padding-bottom: 20% !important;
}

/* Pour les petits écrans (responsive) */
@media (max-width: 768px) {
    .vce-side-grid-container.vce-posts-grid-container .vce-post-description--image {
        width: 100% !important;
        padding-bottom: 56.25% !important; 
    }
}

/*  reponsive pour footer padding left */
@media (max-width: 768px) {
	.vce-col-content{
		padding-left: 0px !important;
	}
}
