body,

banner a .content-middle .content-middle-inner .content-banner span, .banner .overlay-banner a .content-middle .content-middle-inner .content-banner p {
    font-size: 16px;
}


.exprts__ligne__20 {
	padding: 80px 0 ;
	background-color: #006738 ;
}

.exprts__ligne__20, .exprts__ligne__20 h2, .exprts__ligne__20 span {
	color: #fff !important;
}



@media screen and (min-width: 992px) {
    .x-nav-menu > .x-menu-item > .x-menu-a-text {
        font-size: 15px;
        font-weight: 700;
    }
}
body.home .current_page_item .x-menu-a-text {
	color: #00b361 !important ;
}
/* .current_page_item .x-menu-a-text {
  text-shadow: 
    -0.5pt -0.5pt 0 #008d4c,  
    0.5pt -0.5pt 0 #008d4c,
    -0.5pt 0.5pt 0 #008d4c,
    0.5pt 0.5pt 0 #008d4c;
}
 */













/* Timeline */
.timeline {
    position: relative;
    margin: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #4a7c59;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-year {
    background-color: #4a7c59;
    color: white;
    padding: 1rem;
    border-radius: 50%;
    font-weight: bold;
    min-width: 80px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.timeline-content {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 45%;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: auto;
    margin-left: 0;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: auto;
    margin-right: 0;
}