/*****************************************************************************************************************************/
/* CSS pages March 5 */
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
body {
	/* font-family: 'Maven Pro', sans-serif; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, 
.h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.txt-lowercase, 
.block-title .txt-lowercase {
    text-transform: none;
}


.team_one .block-title .txt-lowercase {
    height: 100%;
    padding: 1px 20px;
    background-color: none;
    color: #292929;
}


.block-title p {
    text-transform: lowercase;
    font-size: 14px;

}

.banner-carousel-three .content-box .big_text h2, 
.block-title h3 {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
}

.block-title h3 .pc {
    font-family: "Times New Roman", Times, serif;
}

.thm-btn {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .thm-btn {
        padding: 12px 25px;
    }
}

.thm-btn:hover, 
.scroll-to-top:hover {
    background-color: #f5dF4d;
    color: #292929;
}

.scroll-to-top:hover i {
    color: #292929;
}

.work_one_icon_box .icon-calendar {
    font-weight: 700;
}


/* logo haut */
.logo-box-three {
    max-width: 300px;
    padding: 0;
    background: none;
    border-right: none;
}

.logo-box-three a {
    width: 100%;
}

.main-nag__logo img {
	width: 100%;
	height: auto;
}


/* nav */
.topbar_three_nav_box .stricked-menu {
    background-color: #fff;
}

.main-nav__main-navigation.three .main-nav__navigation-box > li > a {
    color: #fff;
    white-space: nowrap;
}

.main-nav__main-navigation .main-nav__navigation-box > li > a:before {
    background: #f5dF4d;
}

.stricky-fixed .main-nav__main-navigation.three .main-nav__navigation-box > li > a {
    color: #292929;
}

.main-nav__main-navigation.three .main-nav__navigation-box > li:hover > a, 
.main-nav__main-navigation.three .main-nav__navigation-box > li.current > a, 
.main-nav__main-navigation.three .main-nav__navigation-box > li.current-menu-item > a {
    color: #292929;
}

.topbar-one__social a {
    background-color: #292929;
}

.stricked-menu .main_nav_header_three_content {
    padding-left: 245px;
}

.stricked-menu .main_nav_header_three_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 214px;
    height: 90px;
    background: #292929 url(../images/resources/logo-March5.png) no-repeat;
    background-size: cover;
    display: block;
}

.topbar_three_right_box {
    width: 12%;
}

@media only screen and (min-width: 1500px) and (max-width: 1900px) {
    .topbar_three_nav_box {
        max-width: 800px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .topbar_three_nav_box {
        max-width: 780px;
    }
}

@media (max-width: 1280px) {
    .topbar_three_right_box {
        width: 10%;
        display: block;
    }
}

@media (max-width: 1199px) {
    .topbar_three_right_box {
        display: none;
    }

    .topbar_three_nav_box {
        max-width: 100px;
        padding: 50px 0;
    }

        .topbar_three_nav_box .container {
            padding-right: 40px;
        }

    .topbar_three_nav_box .stricked-menu {
        display: block;
    }

    .stricked-menu .mobile_menu_icon_three a {
        color: #292929;
        display: block;
    }

    .stricked-menu .main_nav_header_three_content:before {
        width: 166px;
        height: 70px;
    }

    .stricked-menu .main_nav_header_three_content {
        justify-content: flex-end;
        align-items: center;
        height: 70px;
    }
}

@media (max-width: 600px) {
    .topbar_three_nav_box {
        max-width: 70px;
    }

        .topbar_three_nav_box .container {
            padding-right: 15px;
        }
}


/* footer */
.footer-widget_contact a {
    color: #fff;
}

.site-footer__social a {
    color: #292929;
}

.site-footer__social a:hover {
    background-color: #292929;
}

.site-footer {
    padding: 50px 0;
    background: rgba(41, 41, 41, 0.8);
}

.site-footer_bottom {
    background: #fff;
}

.site-footer_farm_image {
    right: 0;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .site-footer_farm_image img {
        max-width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .site-footer_farm_image img {
        max-width: 90%;
    }
}

.quote_one_content p {
    color: #fff;
}


/* slider */
.banner-carousel-three .slide-item {
    height: 100vh;
}

.banner-carousel-three .content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.banner-carousel-three .content-box .inner {
    max-width: 1000px;
}

.banner-carousel-three .content-box .big_text h2 {
    font-size: 65px;
    line-height: 65px;
}

@media only screen and (max-width: 767px) {
    .banner-carousel-three .content-box .big_text {
        margin-bottom: 20px;
    }

    .banner-carousel-three .content-box .big_text h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .banner-carousel-three .content-box .big_text h2:before {
        bottom: -35px;
    }

    .banner-carousel-three .content-box .sub-title {
        margin: 25px 0;
        font-size: 18px;
        line-height: 22px;
    }
}

.banner-section .owl-dots {
    flex-direction: row;
    justify-content: center;
    transform: translateX(-50%);
    bottom: 0;
}


/* section Le Projet */
.service_three_content p, 
.service_three_content h2, 
.service_three_read_more a, 
.work_one_content p, 
.work_one_content h2, 
.project_detail p, 
.welcome_text p, 
.block-title p, 
.block-title h3, 
.team_one_deatils p, 
.team_one_deatils a, 
.footer-widget_contact p, 
.site-footer_bottom_copyright p, 
.site-footer_bottom_copyright a {
	color: #292929;
}

.service_three_content h2 {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .service_three_content h2, 
    .service_three center p {
        color: #292929;
    }

    .service_three center p {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service_three_content h2 {
        font-size: 20px;
    }
}

.service_three_read_more i {
    color: #fff;
}

.project_three_hover_box p, 
.work_one_content p {
    line-height: 24px;
}

.welcome_one:before, 
.service_three:before {
    background: rgba(41, 41, 41, 0.9);
}

.growing_box {
    padding: 40px 40px 32px;
    margin-top: 0;
}


/* section La Franchise */
.recent_project_three {
    padding-top: 20px;
}

.project_three_hover_box {
    left: 20px;
    right: 20px;
}

    .project_three_hover_box h2 {
        font-size: 1.4vw;
    }

    .project_three_hover_box p {
        font-size: 1vw;
        line-height: 1.6vw;
    }

@media only screen and (min-width: 1580px) {
    .project_three_hover_box h2 {
        font-size: 20px;
    }

    .project_three_hover_box p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 799px) {
    .project_three_hover_box h2 {
        font-size: 2.8vw;
    }

    .project_three_hover_box p {
        font-size: 2.4vw;
        line-height: 4vw;
    }
}

@media only screen and (max-width: 599px) {
    .project_three_hover_box h2 {
        font-size: 5.6vw;
    }

    .project_three_hover_box p {
        font-size: 4.8vw;
        line-height: 8vw;
    }
}

.project_three_content {
    bottom: 2vw;
    left: 1.8vw;
    right: 1.8vw;
}

.project_three_single:hover .project_three_hover_box {
    bottom: 2vw;
}

@media only screen and (max-width: 599px) {
    .project_three_content {
        bottom: 4vw;
        left: 4vw;
        right: 4vw;
    }
    .project_three_single:hover .project_three_hover_box {
        bottom: 4vw;
    }
}


.project_three_content h2 {
    font-size: 2vw;
    line-height: 2.2vw;
}

    .project_three_content h2 span {
        font-size: 1.07vw;
    }

@media only screen and (min-width: 1580px) {
    .project_three_content h2 {
        font-size: 32px;
        line-height: 28px;
    }

        .project_three_content h2 span {
            font-size: 16px;
        }
}

@media only screen and (max-width: 799px) {
    .project_three_content h2 {
        font-size: 4vw;
        line-height: 3.4vw;
    }

        .project_three_content h2 span {
            font-size: 2.14vw;
        }
}

@media only screen and (max-width: 599px) {
    .project_three_content h2 {
        font-size: 8vw;
        line-height: 7.8vw;
    }

        .project_three_content h2 span {
            font-size: 4.28vw;
        }
}

.info-popup {
    width: 60vw;
    padding: 2vw;
    background-color: #fff;
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
    .info-popup {
        width: 92vw;
    }
}

.info-popup p {
    max-height: 75vh;
    margin-bottom: 0;
    color: #292929;
    overflow: auto;
}

.info-popup p strong {
    font-size: 20px;
}

.recent_project_three_alt .block-title {
    margin-bottom: 20px;
}

.recent_project_three_alt .owl-carousel .owl-stage {
    margin: 0 auto;
}

.recent_project_three_alt .owl-carousel .owl-stage-outer {
    background: rgba(41, 41, 41, 0.9);
    padding: 40px 0;
}


/* section How it works */
.work_one_icon_box {
    border-color: #292929;
}


/* autres modifs... */
.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.banner-carousel-three .active .content-box .big_text h2 {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel-three .active .content-box .sub-title {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-carousel-three .active .content-box .link-box {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.welcome_one {
    padding: 95px 0;
}

.service_three:before {
    height: 455px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service_three:before {
        height: 410px;
    }
}

.faq_one_image {
    height: auto;
}

.faq_one_image img {
    width: 100%;
    height: auto;
}



.page-header.team-bandeau {
    padding-top: 56px;
}

