/*
Theme Name: Avada Child - A la conquête de l'est
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.avada-has-rev-slider-styles .avada-skin-rev {
	border: 0!important;
}

/*Header*/
.mega-menu-exp-droite {
	margin-left: -25px;
}

/*Footer*/
#footer-figure-left,
#footer-figure-right {
  position: absolute;
  top: -500px;
  z-index: -1;
}

#footer-figure-left {
	left: 0;
}

#footer-figure-right {
   right: 0;
}
.fusion-tb-footer {
   position: relative;
}

.fusion-tb-footer::before {
    content: '';
    background-color: #C7943C;
    height: 11px;
    width: 30%;
    position: absolute;
    top: -5.5px;
    left: 35%;
    z-index: 1;
}
.button-footer-index {
    z-index: 10;
}
/*Accueil*/
.postcard-articles-recents {
	height: 410px;
}
.article-recent-categories {
	position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    background-color: #B63838;
}

.accueil-sous-titres {
    position: relative;
    display: inline-block;
}

.accueil-sous-titres::after {
    content: '';
    position: absolute;
    top: 35%;
    left: 110%;
    width: 100px;
    height: 2px;
    background-color: #DEDEDE;
}

/*Articles*/
.article-icon-date,
.article-texte-date,
.article-terms {
	position: absolute;
}
.article-icon-date {
	left: 25px;
	bottom: 25px;
}

.article-texte-date {
	left: 55px;
	bottom: 20px;
}
.article-terms {
    left: 25px;
    bottom: 55px;
}
.article-bloc-categorie {
	position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    background-color: #B63838;
}

.archive-categorie-label {
	width: fit-content !important;
	padding: 5px 15px 5px 15px;
    background-color: #B63838;
}

.title-bar-categorie {
	position: relative;
}

.title-bar-categorie::after {
    content: '';
    position: absolute;
	bottom: -5.5px;
	left: 5%;
    width: 30%;
    height: 11px;
    background-color: #D5775B;
}

.vague-article {
	position: absolute !important;
	z-index: -100 !important;
	bottom: -20px;
	right: -5%;
}
