/*
Theme Name: Divi Enfant par BRAVO
Description: Theme enfant du theme Divi
Author: Lamine SANOGO - BRAVO CI
Author URI: https://www.bravo.ci
Template: Divi
Version: 1.05
*/

.collections::before {position: absolute !important; top: 0px !important; right: 10px !important; font-size: 60px !important; font-weight: bold !important; opacity: 0.5 !important; color: #e2e8fa !important;}

a{text-decoration: none!important;}
.psacp-post-carousel-content .psacp-post-img-bg {
    height: 500px!important;
}

.collection .et_pb_promo_description div, .collection h2 {
	bottom: 8em;
	opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s, transform 0.3s;
}
.collection:hover .et_pb_promo_description div, .collection:hover h2  {
	opacity: 1;
    transform: translateY(0);
}
.et_pb_cta_0.et_pb_promo:before, .et_pb_cta_1.et_pb_promo:before, .et_pb_cta_2.et_pb_promo:before, .et_pb_cta_3.et_pb_promo:before, .et_pb_cta_4.et_pb_promo:before, .et_pb_cta_5.et_pb_promo:before,  .et_pb_cta_6.et_pb_promo:before {
    position: absolute!important;
    top: 0px!important;
    right: 20px!important;
    font-size: 100px!important;
    font-weight: bold!important;
    opacity: 0.5!important;
    color: #e2e8fa!important;
}

.et_pb_promo_description {height: 150px;}

.block {transition: all 1s ease;}
.block:hover {
	background: #20b2aa;
    box-shadow: 0 30px 30px rgba(2, 20, 54, 0.2);
	color : #fff!important;
	transition-duration: 0.3s;
	transition: all 1s ease;
}


/*************************************************** ASIDE BAR-TOOLS NAV ****************************************************/
.container-tools.closed {
    right: 0;
    left: auto;
    width: 60px;
    height: 100%;
}
.container-tools {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.bar-tools {
    position: absolute;
    left: 0;
    top: /*220*/160px;
    z-index: 10;
    width: 60px;
    /*height: 396px;*/
    background: #a33215/*#584028/*#2d3135*/;
    /* overflow: hidden; */
}
.bar-tools nav {
    position: relative;
    top: 50%;
    left: 0;
    /*height: 396px;*/
    margin-top: /*-198*/0px;
}
#tools-bar-nav ul {
    list-style: none;
	padding: 0;
	margin: 0;
}
.bar-tools ul li {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 66px;
    background: url(/wp-content/uploads/2026/03/icons-tools.png) 0 0 no-repeat;
}
.bar-tools ul li span.bar {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: #20b2aa/*#b08527/*#39b54b*/;
}
.bar-item {
    color: white;
    text-align: left;
    /*padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.2em;*/
	padding: 1.5em 2em;
    vertical-align: middle;
    font-weight: 700;
    font-family: "MD Sans", sans-serif;
    opacity: 0;
    visibility: hidden;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.bar-tools ul li a {
    text-decoration: none;
}
.bar-tools ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    direction: ltr;
}
.bar-tools ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background: /*#4b4e52*/rgb(249 249 249 / 20%);
}
ul#tools-bar li:hover .bar-item {
    visibility: visible;
    opacity: 1;
    transition: opacity .1s cubic-bezier(0.88, 0.01, 0.93, 0.4);
}
.bar-tools ul li:hover:after {
    background-color: #b08527/*#39b54b*/;
}
.bar-tools ul li:hover span.bar {left:-140px!important; width: 200px!important;animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);}
/********************************************************/
.bar-tools ul li.ticket {
    background-position: 0 -65px;
}
/********************************************************/
.bar-tools ul li.info {
    background-position: 0 -132px;
}
/********************************************************/
.bar-tools ul li.agenda {
    background-position: 0 -197px;
}
/********************************************************/
.bar-tools ul li.medias {
    background-position: 0 -263px;
}
/********************************************************/
.bar-tools ul li.plan {
    background-position: 0 -325px;
}
.bar-tools ul li.plan:after {background: transparent;}