/*!
Theme Name: biocombustibles
Author: AM WEB & MULTIMEDIA
Description: Description
Version: 1.0.0
Text Domain: biocombustibles
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--global--color-primary   : #8FBA60;
	--global--color-primary-90: rgba(143, 186, 96, 0.9);
	--global--color-primary-70: rgba(143, 186, 96, 0.7);
	--global--color-heading   : #3E3E3E;
	--global--color-secondary : #0F8776;
	--global--color-body      : #9b9b9b;
	--global--color-white     : #ffffff;
	--global--color-white-90  : rgba(255, 255, 255, 0.9);
	--global--color-gray      : #f9f9f9;
	--global--font-body       : 'Roboto', sans-serif;
	--global--font-heading    : 'IBM Plex Sans', sans-serif;
	--global--font-secondary  : 'Heebo', sans-serif;
}

.top-bar-2 .home {
    width: 25px;
    filter: brightness(0) invert(1);
    margin-right: 40px !important;
}

.top-bar-2 .block-left img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.top-bar-2 .block-left > *:not(:first-child):not(:last-child) {
    margin-right: 20px;
}

.top-bar-2 .block-left a > img {
    margin-right: 8px;
}

.top-bar-2 .block-left a {
    color: #fff;
}

.top-bar-2 .block-right img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.cta-menu {
    padding: 20px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    height: 45px !important;
}

.cta-menu span {
    font-size: 13px;
}

.cta-menu:first-child {
    margin-right: 20px;
}

.cta-menu:last-child {
    background-color: var(--global--color-secondary);
}

.cta-menu:last-child::before {
	background-color: var(--global--color-primary) !important;
}

.slide-desc p {
    color: #fff;
}

.navbar-nav {
    width: 100%;
    margin: unset !important;
}

/*.navbar-nav .nav-item:last-child {
    margin-left: auto;
    margin-right: 40px !important;
}*/

.navbar-brand {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    margin: unset !important;
    padding: unset !important;
    top: 30px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 2px #0000002b;
}

.feature-content img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.bg-overlay-theme2 .col-12:first-child {
    display: flex;
    justify-content: center;
}

.bg-overlay-theme2 .col-12:first-child img {
    width: 240px;
}

.bg-overlay-theme2 .col-12 p {
    color: #fff !important;
}

/*.bg-overlay-theme2 {
    padding-bottom: 100px !important;
}*/

.service-icon {
    display: flex;
    justify-content: center;
}

.service-icon img {
    width: 100px !important;
}

.service-content h4 {
    font-size: 24px !important;
}

.service-content a {
    margin: auto;
}

.owl-item {
    height: 100%;
}

#main-title, #main-paragraphe, #texte-image, #main-image {
    padding: 20px 80px;
}

#main-title .heading {
    margin-bottom: 0 !important;
}

#texte-image img {
    max-width: 100%;
    object-fit: contain;
}

#main-image img {
    width: 100%;
    object-fit: contain;
}

.custom-presentation {
    padding: 40px 80px;
}

.custom-presentation .card-presentation {
    padding: 20px;
    position: relative;
}

.custom-presentation .image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-presentation .brand-img {
    position: absolute;
    z-index: 10;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
}

.custom-presentation .card-content {
    background-color: white;
    box-shadow: -4px 0px 25px #00000036;
    padding: 40px;
}

.custom-presentation .image-content {
    padding: 0 !important;
    box-shadow: -4px 0px 25px #00000036;
}

.custom-presentation .brand-img img {
    width: 70px;
    height: 110px;
    object-fit: contain;
}

.custom-presentation .card-content h1,
.custom-presentation .card-content h2,
.custom-presentation .card-content h3,
.custom-presentation .card-content h4,
.custom-presentation .card-content h5,
.custom-presentation .card-content h6 {
    color: #0F8776;
    font-size: 1.5rem !important;
}

.custom-presentation .card-content.droite p {
    font-size: 0.9rem !important;
    padding-right: 30px !important;
}

.custom-presentation .card-content.gauche p {
    font-size: 0.9rem !important;
    padding-left: 30px !important;
}

@media screen and (max-width: 768px) {
    .custom-presentation {
        padding: 0px !important;
    }
    .brand-img {
        display: none;
    }
}

.social-icons img {
    width: 23px;
    height: 23px;
    object-fit: cover;
}

.site-am {
    color: #fff !important;
}

.logo-am {
    width: 25px;
    margin-left: 10px;
}

.copyright .site-title {
    color: var(--global--color-primary) !important;
}

.team .member .member-content .member-social svg {
    filter: brightness(0) invert(1);
}

.error-banner-content {
    text-align: center;
}

.error-banner-content a {
    margin-top: 40px;
}

.alert-section {
    background-color: var(--global--color-white);
    padding: 0px 70px;
}

.alert-section .alert {
    padding: 60px;
}

.alert-section .alert h4 {
    font-size: 1.5rem;
    color: var(--global--color-primary);
}

.alert-section .alert p {
    font-size: 0.9rem;
}

.career-meta img {
    width: 20px !important;
}

.page-title-11 .title-desc p {
    color: var(--global--color-white) !important;
} 

.widget-services .widget-content img {
    width: 40px;
}

.widget-services .widget-content .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-services .widget-content h4 {
    font-size: 1.1rem !important;
    margin-bottom: 20px;
}

.widget-services .widget-content span {
    color: var(--global--color-primary);
}

.widget-services .widget-content .row {
    margin: 30px 0px;
}

#postulerButton {
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
}

#osmMap {
    z-index: 1;
}

.testimonial-5 .card-content {
    padding: 40px;
    background: var(--global--color-primary);
    height: 100%;
    border-radius: 10px;
}

.testimonial-5 .card-content i,
.testimonial-5 .card-content p,
.testimonial-5 .card-content a {
    color: var(--global--color-white);
}

.testimonial-5 .card-content .content-bottom .contact-infos {
    margin-bottom: 26px;
}

.testimonial-5 .card-content .content-bottom .contact-infos .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

/*.contact-card .contact-body .btn {
    padding-left: 30px;
    padding-right: 20px;
}*/

.contact-infos i {
    margin-right: 10px;
}

.contact-panel .content-top p:last-child {
    margin-bottom: 50px;
}

.testimonial-3 .col-lg-4 {
    justify-content: center;
    display: flex;
}

.section-cta {
    height: unset;
    box-shadow: unset;
}

.project-panel .project-panel-holder .project-img.carrousel img {
    object-fit: cover !important;
    height: 330px !important;
}

.wpcf7-submit:hover {
    transition: all .8s;
    background-color: var(--global--color-primary);
}

.module-holder-phone {
    margin-left: 10px;
}

@media screen and (max-width: 1484px) {
    .navbar-brand.mobile {
        width: 200px;
        height: 90px;
        top: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-brand.mobile img {
        width: 160px !important;
        height: 100px !important;
        margin-bottom: 22px !important;
        object-fit: contain !important;
    }

    .header.header-topbar.header-topbar2 .module-holder {
        width: 100%;
        margin: 0 !important;
    }
    
    .header.header-topbar.header-topbar2 .module-holder a {
        width: 100%;
        margin-right: 0 !important;
    }
    
    .header.header-topbar.header-topbar2 .module-holder a:first-child {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.processus {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.75rem;
    list-style: none;
}

@media (min-width: 701px) {
    .processus .processus-list.noCenterTablet .swiper-wrapper {
      justify-content: flex-start;
    }
}

.processus-list-item {
    position: relative;
    background-color: transparent;
    height: auto;
    width: 350px; 
    margin-right: 25px;
}

.processus .processus-list-item:not(:last-child)::before {
    z-index: -1;
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 100%;
    height: 0;
    border-top: 1rem dotted var(--global--color-primary);
    transform: translateY(-50%) translateX(50%);
}

.processus .processus-list-item > a, .processus .processus-list-item > div {
    width: 15rem;
    height: 15rem;
    margin: 0 auto;
    padding: 5rem 1.5rem;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    background-color: #f4f4f4;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

.processus .processus-list-item-title {
    padding: 0;
    color: var(--global--color-primary);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
}

.processus .processus-list-item-desc {
    margin-top: .75rem;
    font-size: 0.8rem;
    line-height: 1.1;
}

.all-steps {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translate3d(0px, 0px, 0px);
}

@media screen and (min-width: 1485px) {
    .navbar-brand.mobile {
        display: none;
    }
}

.footer .widget-content ul li {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
}

.footer .widget-content ul li a {
    color: #fff;
}

.footer .widget-content ul li a:hover {
    color: var(--global--color-primary);
}

.timeline {
    position: relative;
    padding: 5rem 0px;
    overflow: hidden;
}

.timeline .Titre_H2 {
    text-align: center;
    color: #fff;
}

.timeline-list {
    position: inherit;
    padding-top: 0;
    overflow: visible !important;
}

.timeline-list .swiper-wrapper {
    z-index: 10;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.timeline-list .swiper-slide:nth-child(n+1) {
    padding-top: 3.5rem;
}

.timeline-list .swiper-slide:nth-child(4n+1) {
    padding-top: 6rem !important;
}

.timeline-list .swiper-slide {
    position: relative;
}

.timeline-list-item > a {
    transition: 0.3s ease;
}

.timeline-list-item > a, .timeline-list-item > div {
    display: block;
    text-decoration: none;
    transition: all .8s;
}

.timeline-list-item-imgContent {
    position: relative;
}

.timeline-list-item-imgContent-img {
    display: flex;
    z-index: 5;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    border-radius: 100%;
    background: #fff;
    transition: 0.3s ease;
}

.timeline-list .swiper-slide:nth-child(2n+1) .timeline-list-item-imgContent::after {
    -webkit-transform: translateX(50%) translateY(-75%) rotate(-8deg);
    transform: translateX(50%) translateY(-75%) rotate(-8deg);
}

.timeline-list .swiper-slide .timeline-list-item-imgContent::after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 3rem;
    border-top: dashed 2px #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-transform: translateX(50%) translateY(20%) rotate(8deg);
    transform: translateX(50%) translateY(20%) rotate(8deg);
}

.timeline-list-item-imgContent-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.timeline-content-bottom-list-item-link {
    cursor: pointer;
}

.timeline-list-item-text-title {
    position: relative;
    margin: 0.75rem auto;
    max-width: 23rem;
    text-align: center;
    font-family: "Poppins", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    transition: 0.3s ease;
}

.timeline-list-item-text-title::after {
    content: '';
    display: block;
    width: 1.9rem;
    height: 0.4rem;
    margin: 0.9rem auto 0;
    background: #8FBA60;
}

.timeline-list-item-text-description {
    margin: 0 auto;
    max-width: 22.2rem;
    text-align: center;
    font-family: "Poppins", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.33;
    color: #fff;
    padding: 0px 20px;
}

.timeline-list .swiper-slide .timeline-list-item-imgContent::after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 3rem;
    border-top: dashed 2px #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-transform: translateX(50%) translateY(20%) rotate(8deg);
    transform: translateX(50%) translateY(20%) rotate(8deg);
}

.timeline-list-item > a:hover .timeline-list-item-imgContent-img {
    background: #8FBA60;
}

.timeline-list-item > a:hover .timeline-list-item-imgContent-img img {
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
}

.timeline-list-item > a:hover .timeline-list-item-text-title::after {
    background: #8FBA60;
}

.timeline-list .swiper-slide:nth-child(2n+1) {
    padding-top: 6.75rem;
}

.u-wrapper {
    margin: 0 auto;
    max-width: 60rem;
    text-align: left;
    width: 100%;
}

.timeline-list-direction {
    z-index: 20;
    position: relative;
    margin-bottom: 1.5rem;
}

.timeline-list-pagination {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 0.25rem;
    margin: 4.5rem auto 2rem;
    opacity: 0.3;
    background: #fff;
}

.timeline-pagination-progressbar .timeline-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.timeline-list-pagination .swiper-pagination-progressbar-fill {
    background: #0a2838;
}

.timeline-list-nav {
    margin: 0 auto;
    width: 6rem;
    height: 4rem;
    display: flex;
}

.timeline-list-nav > div.swiper-button-disabled {
    opacity: 0.25;
    pointer-events: none;
}

.timeline-list-nav > div:first-child {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-list-nav > div {
    width: 100%;
    height: 4rem;
    margin: 0 0.25rem;
    background-color: #0a2838;
    background-image: url("/wp-content/uploads/2023/12/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 0.75rem;
    background-position: center;
    transition: 0.3s ease;
    cursor: pointer;
}

.timeline-list-nav > div {
    width: 100%;
    height: 2rem;
    margin: 0 0.25rem;
    background-color: #0a2838;
    background-image: url("/wp-content/uploads/2023/12/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 0.75rem;
    background-position: center;
    transition: 0.3s ease;
    cursor: pointer;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #8FBA60;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.timeline-list .swiper-slide:last-child .timeline-list-item-imgContent::after {
    display: none;
}

.footer .widget-links ul li {
    margin-bottom: 0 !important;
}

.cta.section-cta {
    border-radius: unset;
}

/*#about-2 .about-block .heading.heading-1 {
    text-align: left !important;
}*/

.error-banner {
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1500px) {
    .u-wrapper {
      max-width: 60rem;
    }
}