﻿@font-face {
    font-family: 'doudah';
    src: url(/assets/fonts/AgencyFB-Reg.eot);
    src: url(/assets/fonts/AgencyFB-Reg.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/AgencyFB-Reg.woff) format("woff"), url(/assets/fonts/AgencyFB-Reg.ttf) format("truetype")
}

@font-face {
    font-family: 'doudah_title';
    src: url(/assets/fonts/Impact.eot);
    src: url(/assets/fonts/Impact.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/Impact.woff) format("woff"), url(/assets/fonts/Impact.ttf) format("truetype")
}

body{
    background: #D3DAE2;
}

.home-fr{
    margin-bottom: 30px;
}

.container{
    display: flex;
    justify-content: space-between;
}

header{
    height: 923px;
    border-bottom: 74px solid #00525E;
}

.accueil .containeur{
    display: flex;
    justify-content: space-between;
}

.filter{
    position: absolute;
    top:0;
    background-color: rgba(134,196,64,.8);
    /*mix-blend-mode:multiply;*/
    height:850px;
    width:100%;
}

.h2title{
    font-family: 'doudah';
    font-size: 26px;
    margin: 0;
}

.block_event{
    border-radius: 6px;
    margin-bottom: 30px;
    color:#fff;
    font-family: 'doudah';
    padding: 20px;
}

.block_event h3{
    margin-bottom: 30px;
}

.chemical_event{
    background-color: #175D88;
}

.agro_event{
    background-color: #046D3F;
}

nav{
    position : relative;
}

.divisions{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    padding: 0 5px;
}

.agricole_element_bg{
    position:absolute;
    bottom: 0;
    width:100%;
    pointer-events: none;
}

.agricole_element_bg img{
    width:100%;
}

.divisions li{
    list-style: none;
    width:14%;
    margin-top: 0;
    margin-bottom: 3%;
    transition: margin-top .5s;
}

.divisions li .division_logo{
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: 167%;
}

.divisions li.engrais{
    background: url(/assets/images/engrais_menu_img.png) no-repeat top center;
    background-size: contain;
}

.divisions li.engrais .division_logo{
    background-color: #998379;
}

.divisions li.irrigation{
    background: url(/assets/images/irrigation_menu_img.png) no-repeat top center;
    background-size: contain;
}

.divisions li.irrigation .division_logo{
    background-color: #1B75BA;
}

.divisions li.semence{
    background: url(/assets/images/semence_menu_img.png) no-repeat top center;
    background-size: contain;
}

.divisions li.semence .division_logo{
    background-color: #016938;
}

.divisions li.etude{
    background: url(/assets/images/etude_menu_img.png) no-repeat top center;
    background-size: contain;
}

.divisions li.etude .division_logo{
    background-color: #38414D;
}

.divisions li.phyto{
    background: url(/assets/images/phyto_menu_img.png) no-repeat top center;
    background-size: contain;
}

.divisions li.phyto .division_logo{
    background-color: #9D2063;
}

.divisions li.machinisme{
    background: url(/assets/images/machinisme_menu_img.png) no-repeat top center;
    background-size: contain;
}

.divisions li.machinisme .division_logo{
    background-color: #EE4036;
}

.divisions li.pepiniere{
    background: url(/assets/images/pepiniere_menu_img.png) no-repeat top center;
    background-size: contain;
}

.divisions li.pepiniere .division_logo{
    background-color: #6F4B62;
}

.division_logo{
    text-align: center;
    padding: 13%;
    max-width: 73%;
    margin: 0 auto;
    max-height: 73%;
    pointer-events: none;
    transition: all .5s;
}

.division_logo img{
    width: 100%;
    height:100%;
}

.divisions li span{
    display: block;
    text-align: center;
    padding: 0 10px 25px 10px;
}

.divisions li a{
    text-decoration: none;
    color:#fff;
    font-size: 2.2rem;
    line-height: 24px;
    font-family: 'doudah';
    letter-spacing: 1.5px;
}

.agricole_banner{
    max-width: 1170px;
    margin: 0 auto;
}

.mobile-menu {
    display: none
}

.js-mobile-overlay-menu {
    display: none
}

.accounts.show .btn-margin {
    margin-top: 14px
}

.accounts.show .edit_patient {
    margin-bottom: 14px
}

.accounts.edit .dl-alert {
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .appointments.index .intro {
        line-height: 22px
    }

    .patient-menu {
        display: none
    }

    .mobile-menu {
        position: fixed;
        display: block;
        width: 250px;
        height: 100%;
        top: 0;
        background-color:#fff;
        z-index: 100;
        transition: all 0.4s;
    }

    .mobile-menu nav {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        height: 100%
    }

    .mobile-menu ul {
        margin-bottom: 0;
        padding:0;
    }

    .mobile-native-ios .mobile-menu ul li.name {
        padding-top: 30px;
        height: 80px
    }

    .mobile-menu.left {
        left: 0;
        margin-left: -250px
    }

    .mobile-menu.right {
        right: 0;
        margin-right: -250px
    }

    .mobile-menu.left.active {
        margin-left: 0;
    }

    .mobile-menu.right.active {
        margin-right: 0
    }

    .js-mobile-overlay-menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 99
    }

    .dl-menu-dark .dl-menu-group-dividers .dl-menu-item+.dl-menu-item {
        border-color: rgba(255, 255, 255, 0.2)
    }

    .dl-menu-dark .dl-menu-item a,
    .dl-menu-dark .dl-menu-item a:link,
    .dl-menu-dark .dl-menu-item a:visited,
    .dl-menu-dark .dl-menu-item a:active,
    .dl-menu-dark .dl-menu-item>span {
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 15px;
        font-size: 1.3rem;
    }

    .dl-menu-dark .dl-menu-item a:hover{
        background-color: #046D3F;
        color:#fff;
    }


    .dl-menu-item {
        font-size: 14px;
        font-family: "darilik", Arial, sans-serif;
        list-style-type: none;
        border-width: 0;
        border-style: solid;
        border-color:#333;
    }

    .dl-menu-item a,
    .dl-menu-item a:link,
    .dl-menu-item a:hover,
    .dl-menu-item a:visited,
    .dl-menu-item a:active,
    .dl-menu-item>span {
        display: flex;
        padding-top: 14px;
        padding-bottom: 14px;
        text-decoration: none
    }

    .dl-menu-group-dividers .dl-menu-item+.dl-menu-item {
        border-top-width: 1px
    }

    .dl-menu-item-icon {
        display: flex;
        justify-content: center;
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        text-align: center
    }

    .dl-menu-item-icon+.dl-menu-item-title,
    .dl-menu-item-title+.dl-menu-item-icon {
        margin-left: 14px
    }

    .dl-menu-dark .dl-menu-item-icon {
        color: rgba(255, 255, 255, 0.3)
    }
}

.dl-main-navbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 120px 0 70px 0;
}

@media screen and (max-width: 768px) {
    .dl-main-navbar {
        display: none
    }
}

.dl-main-navbar.dl-main-navbar-compact {
    height: 50px;
    padding: 0
}

.dl-main-navbar-logo {
    width: 100%;
    height: 277px;
    margin-left: 14px;
    background-image: url(../images/agricoldivlogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.b2b-cta-btn span,.dl-main-navbar-item-link span{
    color:#fff;
    font-size: 15px;
    font-family: "darilik", Arial, sans-serif;
}

.dl-main-navbar-compact>.dl-main-navbar-logo {
    background-size: 100px 100px
}

.dl-main-navbar-actions {
    display: flex;
    flex: 1 0 0%;
    justify-content: flex-end
}

.dl-main-navbar-actions a{
    text-decoration: none;
    font-weight: bold;
}

.dl-main-navbar-item {
    padding: 0 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-grow: 0
}

.dl-main-navbar-item.dl-main-navbar-item-active {
    background-color: rgba(255, 255, 255, 0.2)
}

.dl-main-navbar-separator {
    flex-grow: 1
}

.dl-main-navbar-item-link {
    display: flex;
    color: #5BA2F9;
    cursor: pointer;
    font-size: 14px;
    align-items: center
}

.dl-main-navbar-item-link:hover,
.dl-main-navbar-item-link:focus {
    color: #5BA2F9;
    text-decoration: none
}

.dl-main-navbar-icon {
    margin: 0 8px
}

.dl-main-navbar-icon svg,
.dl-main-navbar-icon g {
    fill: rgba(255, 255, 255, 0.6)
}

.dl-main-navbar-dropdown-menu {
    position: absolute;
    padding: 0;
    min-width: 230px;
    top: 40px;
    right: 10px;
    left: auto;
    border: 0
}

.dl-main-navbar-dropdown-icon {
    display: flex;
    align-items: center;
    margin-right: 14px
}

.dl-main-navbar-dropdown-icon svg,
.dl-main-navbar-dropdown-icon g {
    fill: rgba(63, 63, 63, 0.4)
}

.dl-main-navbar-dropdown-link {
    color: #435f71 !important;
    display: flex !important;
    padding: 0 14px !important;
    height: 50px !important;
    line-height: 50px !important
}

.dl-main-navbar-dropdown-link:hover {
    background-color: #eef2f6 !important
}

body.profiles.show.partners .dl-partners-calendar-wrapper {
    background-color: #eef2f6
}


.mobile-native-ios>.dl-main-navbar-mobile {
    padding-top: 30px !important;
    height: 80px !important
}

.dl-main-navbar-mobile {
    display: none;
    position: relative;
    height: 57px;
    padding: 0;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .dl-main-navbar-mobile {
        display: flex
    }
}

.dl-main-navbar-mobile-logo {
    width: 140px;
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140px 57px
}

.dl-main-navbar-mobile-icon {
    align-self: center;
    padding: 0 8px;
    margin-top: 10px;
}

.dl-main-navbar-mobile-icon svg,
.dl-main-navbar-mobile-icon g {
    fill: #fff;
}

.dl-mobile-sidebar-menu {
    display: none
}

.search-result {
    display: flex;
    margin-bottom: 14px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eef2f6;
    transition: border 400ms ease-out, box-shadow 400ms ease-out;
    min-height: 270px
}

.search-result.dl-doctor-active {
    box-shadow: 0 2px 14px rgba(51, 51, 51, 0.2);
    border: 1px solid #0596de
}

.search-result-presentation {
    padding: 14px;
    width: 320px
}

.search-result-presentation h3 {
    margin: 0 !important
}

.search-result-content {
    margin-bottom: 20px;
}

.search-result-calendar {
    padding: 14px;
    flex: 1 0 0%;
    position: relative;
}

@media screen and (max-width: 650px) {
    .search-result-calendar {
        display: none
    }
}

/************************************** homepage ************************************/
.cover-wrapper {
    position: relative;
}

.cover-background {
    background-color: #080808;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height:923px;
    background-image: url(../images/agrcover.jpg);
}

@media (max-width:768px){
    .cover-background {
        height:auto;
    }
}

.homepage-search {
    height: auto;
    padding-bottom: 30px;
}

.homepage-search.dl-homepage-search-compact {
    height: 250px
}

.homepage-search .search-zone {
    max-width: 880px;
    padding: 40px 60px 40px;
    margin: 0vh auto;
    z-index: 5;
    border-radius: 10px;
    background: rgba(216, 219, 248, 1);
}

.ui-widget-content, .ui-widget-header{
    background: none;
    border:none !important;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ui-tabs .ui-tabs-nav li {
    float: left;
    margin: 1px 0 0 15%;
    width: 30%;
    height: 45px;
    line-height: 29px;
    background: #eee;
    border: 1px solid #D8DBF8;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #D8DBF8 !important;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold;
    color: #1F30E4;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #999;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #1F30E4;
    font-size: 1.7rem;
    text-decoration: none;
}

@media screen and (max-width: 680px) {
    .homepage-search .search-zone {
        margin: 0vh auto;
        padding: 40px 20px;
    }

    .search_mobile_container{
        margin-left:-5px !important;
        margin-right:-5px !important;
    }

    .search_btn_container{
        margin: 5px 3%;
    }
}


.homepage-search .search-zone h1 {
    margin: 0;
    font-size: 30px;
    letter-spacing: .4rem;
    line-height: 30px;
    font-family: "darilik";
    font-weight: 700;
    color: #1F30E4;
    text-align: center;
}

.homepage-search .search-zone h4 {
    margin: 16px 0px 25px;
    font-size: 21px;
    font-family: "darilik", Arial, sans-serif;
    font-weight: 400;
    color: #1F30E4;
    text-align: center;
}

.namesearch {
    position: relative;
}

#result {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 60;
}

.acc_presentation_container {
    background-color: #fff;
}

.acc-pres-text {
    padding: 50px 25px;
}

@media (max-width: 650px) {
    .acc-pres-text {
        padding: 0;
    }
}

.acc-pres-text p {
    color: #666;
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
}

.pres-title {
    font-size: 26px;
    color: #2668B9;
    margin: 35px 0;
}

.acc-pres-img {
    text-align: center;
    padding: 30px 0;
}

.acc_footer {
    background-color: #002C3D;
    width:100%;
    bottom:0;
    position: relative;
}

.certification{
    position: absolute;
    bottom:10px;
    right:20px;
}

.copyright {
    line-height: 50px;
    margin-top:20px;
    color: #1F30E4;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
}

@media (max-width:768px){
    .copyright {
       margin-top: 0;
    }
}

.logo_white{
    margin: 25px 0;
    padding: 0;
    padding-right: 20px;
}

.coords ul{
    padding: 25px 0;
    padding-left: 20px;
}

.coords ul li{
    list-style: none;
    color:#fff;
    font-size: 1.2rem;
    line-height: 24px;
}

.invalid-feedback {
    color: red;
    font-style: italic;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .logo_white {
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
}

/***************************** Recherche formulaire ajax *************************/
.search_show {
    min-height: 55px;
    min-width: 300px;
    background: #fff;
    line-height: 25px;
}

.search_show img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 6px;
    margin-top: 3px;
}

.search_show:hover {
    background: #1F30E4 !important;
    cursor: pointer;
    color: #fff;
}

.search_btn{
    border:none;
}

.search_btn input{
    font-size: 1.4rem;
    padding-top: 50%;
    letter-spacing: .15rem;
    font-family: 'darilik';
}

.search_btn::before{
    content:"";
    display:table;
    position:absolute;
    top:20%;
    left:37%;
    width:30px;
    height:30px;
    background: url("/assets/images/search_icon.png")no-repeat top left;
}

@media (max-width:768px){
    .search_btn input{
        font-size: 1.5rem;
        padding-top: 2%;
        letter-spacing: .2rem;
        font-family: 'darilik';
    }
    .search_btn::before{
        top: 25%;
        left: 28%;
        width: 22px;
        height: 22px;
        background-size: 20px 20px;
    }
}

@media (max-width:570px){
    .search_btn input{
        font-size: 1.5rem;
        padding-top: 2%;
        letter-spacing: .2rem;
        font-family: 'darilik';
    }
    .search_btn::before{
        top: 25%;
        left: 22%;
        width: 22px;
        height: 22px;
        background-size: 20px 20px;
    }
}

/************************************  footer *************************************************/
.useful_links {
    padding: 30px 0;
}

.useful_links ul {
    padding: 10px;
}

.useful_links ul li {
    list-style: none;
}

.useful_links ul li a {
    display: block;
    text-decoration: none;
    color: #328BF7;
    line-height: 25px;
    font-size: 15px;
}

.useful_links ul li a:hover {
    text-decoration: none;
    color: #023d85;
}

.spec_links {
    padding: 30px 0;
}

.spec_links ul {
    padding: 0 10px;
}

.spec_links ul li {
    list-style: none;
}

/******************************** footer specialities buttons *********************************/
.spec_list button {
    font-size: 14px;
    color: #328BF7;
    border: none;
    background: none;
}

.spec_list button:hover {
    color: #023d85;
}

.spec_links .all_links a {
    margin-top: 10px;
    display: block;
}

.is-invalid {
    border: 1px solid #ff0000 !important;
}

.champs_container input,
.champs_container select {
    font-family: "darilik";
    width: 92%;
    height: 40px;
    font-size: 1.5rem;
    border-radius:6px;
    padding: 10px 10px;
    border: 1px solid #b3b3b3;
}

#typevente{
    width:96%;
}

@media (max-width:768px){
    .champs_container input,
    .champs_container select {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #typevente{
        width:100%;
    }
} 

.search_input_container{
    display:flex;
    flex-wrap: wrap;
}

/********************************* footer social links ****************************/
.social-network-links{
    margin-top:25px;
    text-align: center;
}

.acc_footer .social-network-links a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 18px;
    color: #1F30E4;
    border: 1px solid #1f30e4;
    line-height: 30px;
    text-decoration: none;
    transition: all 0.3s linear;
}

.acc_footer .social-network-links a:hover {
    background-color: #1F30E4;
    color: #fff;
}

/**********************************  Présentation **********************************/
.presentation_container {
    padding: 40px 0;
}

.presentation_content {
    background: #fff;
    padding: 30px 40px;
    font-size: 14px;
    line-height: 30px;
}

.presentation_container .search_title_header span {
    padding-left: 40px;
    font-size: 22px;
}

.presentation_content h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px;
}

.presentation_content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #328BF7;
}

.presentation_content h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.presentation_content ul {
    padding-left: 40px !important;
}

.presentation_content ul li {
    background: none !important;
    color: #333 !important;
}

/******************************** header ******************************************/
.top_marque {
    float: left;
    position: relative;
    width: 70%;
}

@media screen and (max-width: 768px) {
    .btnmenu {
        position: relative;
    }

    .hide {
        height: 0;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 999;
    }

    .top-ul {
        width: 60%;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 57px;
        right: 0;
        z-index: 999;
    }

    .top-ul li {
        line-height: 3em;
        float: none;
        padding: 0;
        list-style: none outside none;
        cursor: pointer;
    }

    .top-ul li a {
        padding: 0.625em;
        text-decoration: none;
        background: none repeat scroll 0 0 #328BF7;
        transition: background 0.20s linear 0s;
        -o-transition: background 0.20s linear 0s;
        -ms-transition: background 0.20s linear 0s;
        -moz-transition: background 0.20s linear 0s;
        -webkit-transition: background 0.20s linear 0s;
        display: block;
        font-size: 1.1em;
        margin-left: 3px;
        line-height: 25px;
        background: #fff;
        padding: 10px 10px 10px 20px;
        border-bottom: 1px solid #ccc;
        text-transform: none;
        fill : #333;
        color: #333 !important;
    }

    .top-ul li a:hover {
        background: #FF4C00 none repeat scroll 0px 0px;
        color: #fff !important;
        fill:#fff;
    }

    .top-ul li a svg {
        vertical-align: middle;
        margin-right: 15px;
    }

    .top_marque {
        float: left;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .top-ul {
        width: 100%;
        height: 0;
        overflow: hidden;
        position: fixed;
        top: 57px;
        right: 0;
        z-index: 999;
    }
}

/******************************* Divers **************************************/
.notconnected{
    font-size:18px;
    color:#ff0000;
    font-weight: bold;
    text-align: center !important;
    padding:25px 15px;
}

.d-flex{
    display:flex;
    background:#fff;
    padding: 7px 13px;
    border-radius: 5px;
}

.justify-content-between{
    justify-content: space-between;
}

.ml-auto{
    margin-left: auto;
}

.elfellah{
    background: url(/assets/images/agri_content_bg1.png) no-repeat top center;
    height: 539px;
    margin-top: -66px;
}

.elfellah .presentation_text{
    padding: 10px 0;
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    width: 87%;
}

.elfellah .htitle{
    font-family: 'doudah_title';
    color:#86C440;
    font-size: 4rem;
    margin-bottom: 23px;
    margin-top: 91px;
}

.elfellah .presentation_img{
    text-align: center;
}

.elfellah .presentation_img img{
    margin-top: 75px;
}

.phytosection{
    background: url(/assets/images/agri_content_bg2.png) no-repeat top center;
    height: 615px;
    margin-top: -66px;
}

.phytosection .presentation_text{
    padding: 10px 0;
    font-size: 17px;
    color: #636466;
    text-align: justify;
    margin-bottom: 10px;
    width: 100%;
}

.phytosection .htitle{
    font-family: 'doudah_title';
    color:#9D2063;
    font-size: 4rem;
    margin-bottom: 10px;
    margin-top: 101px;
}

.phytosection .presentation_logo{
    display: flex;
    justify-content: space-around;
}

.phytosection .presentation_img{
    text-align: justify;
}

.phytosection .presentation_img img{
    margin-top: 0px;
    width:100px;
}


.irrigationsection{
    background: url(/assets/images/agri_content_bg3.png) no-repeat top center;
    height: 615px;
    margin-top: -86px;
}

.irrigationsection .presentation_text{
    padding: 10px 0;
    font-size: 17px;
    color: #636466;
    text-align: justify;
    margin-bottom: 10px;
    width: 100%;
}

.irrigationsection .htitle{
    font-family: 'doudah_title';
    color:#1B74BA;
    font-size: 4rem;
    margin-bottom: 10px;
    margin-top: 101px;
}

.irrigationsection .presentation_logo{
    display: flex;
    justify-content: space-around;
}

.irrigationsection .presentation_img{
    text-align: justify;
}

.irrigationsection .presentation_img img{
    margin-top: 0px;
    width:100px;
}

.machinismesection{
    background: url(/assets/images/agri_content_bg4.png) no-repeat top center;
    height: 615px;
    margin-top:-86px;
}

.machinismesection .presentation_text{
    padding: 10px 0;
    font-size: 17px;
    color: #636466;
    text-align: justify;
    margin-bottom: 10px;
    width: 100%;
}

.machinismesection .htitle{
    font-family: 'doudah_title';
    color:#EE4036;
    font-size: 4rem;
    margin-bottom: 10px;
    margin-top: 60px;
}

.machinismesection .presentation_logo{
    display: flex;
    justify-content: space-around;
}

.machinismesection .presentation_img{
    text-align: justify;
}

.machinismesection .presentation_img img{
    margin-top: 0px;
    width:100px;
}

.semencesection{
    background: url(/assets/images/agri_content_bg5.png) no-repeat top center;
    height: 555px;
    margin-top:-170px;
}

.semencesection .presentation_text{
    padding: 10px 0;
    font-size: 17px;
    color: #636466;
    text-align: justify;
    margin-bottom: 10px;
    width: 100%;
}

.semencesection .htitle{
    font-family: 'doudah_title';
    color:#016938;
    font-size: 4rem;
    margin-bottom: 10px;
    margin-top: 120px;
}

.semencesection .presentation_logo{
    display: flex;
    justify-content: space-around;
}

.semencesection .presentation_img{
    text-align: justify;
}

.semencesection .presentation_img img{
    margin-top: 0px;
    width:100px;
}

.etudesection{
    background: url(/assets/images/agri_content_bg6.png) no-repeat top center;
    height: 555px;
    margin-top:-140px;
}

.etudesection .presentation_text{
    padding: 10px 0;
    font-size: 17px;
    color: #636466;
    text-align: justify;
    margin-bottom: 10px;
    width: 100%;
}

.etudesection .presentation_text span{
    font-weight: bold;
}

.etudesection .htitle{
    font-family: 'doudah_title';
    color:#38414D;
    font-size: 4rem;
    margin-bottom: 10px;
    margin-top: 140px;
}

.etudesection .presentation_logo{
    display: flex;
    justify-content: space-around;
}

.etudesection .presentation_img{
    text-align: justify;
}

.etudesection .presentation_img img{
    margin-top: 0px;
    width:100px;
}

.pepinieresection{
    background: url(/assets/images/agri_content_bg7.png) no-repeat top center;
    height: 750px;
    margin-top:-40px;
}

.pepinieresection .presentation_text{
    padding: 10px 0;
    font-size: 15px;
    color: #FFF;
    text-align: justify;
    margin-bottom: 10px;
    width: 100%;
}

.pepinieresection .presentation_text span{
    font-weight: bold;
}

.pepinieresection .htitle{
    font-family: 'doudah_title';
    color:#fff;
    font-size: 4rem;
    margin-bottom: 0px;
    margin-top: 140px;
}

.pepinieresection .presentation_logo{
    display: flex;
    justify-content: space-around;
}

.pepinieresection .presentation_img{
    text-align: justify;
}

.pepinieresection .presentation_img img{
    margin-top: 0px;
    width:100px;
}

/*********************************** menu scroll *******************************/
.menu_scroll .divisions{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    padding: 0 5px;
}

.menu_scroll .agricole_element_bg{
    position:absolute;
    bottom: 0;
    width:100%;
    pointer-events: none;
}

.menu_scroll .agricole_element_bg img{
    width:100%;
}

.menu_scroll .divisions{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 0;
}

.menu_scroll .divisions li{
    list-style: none;
    width:15%;
    border-radius: 6px;
    margin-top: 0;
    transition: margin-top .5s;
}

.menu_scroll .divisions li:hover{
    margin-top: -20px;
    transition: margin-top .5s;
}

.menu_scroll .division_logo{
    text-align: center;
    padding: 35px 0;
    max-width: 34%;
}

.menu_scroll .divisions li .division_logo {
    border-radius:0; 
    border: none; 
    margin-top: 0;
}

.menu_scroll .divisions li span{
    display: block;
    text-align: center;
    padding: 0 10px 25px 10px;
}

.menu_scroll .divisions li a{
    text-decoration: none;
    color:#fff;
    font-size: 2.2rem;
    line-height: 24px;
    font-family: 'doudah';
    letter-spacing: 1.5px;
}

.menu_scroll .menu_scroll{
    width:100%;
    box-shadow: 0px 2px 5px rgb(68 68 68 / 60%);
}

@media (max-width : 768px){
    .menu_scroll{
        display: none;
    }
}

.original{
    position:fixed;
    top: 0;
    left: auto;
    z-index: 999;
    width: 100%;
    background-color: #002C3D; 
}

.original ul{
    max-width: 1178px;
    margin: 0 auto;
}
.menu_scroll .divisions{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    height:90px;
    padding: 0;
}

.menu_scroll .divisions li{
    list-style: none;
    width:12.5%;
    border-radius: 0px;
    margin-top: 0;
    margin-bottom:0;
    transition: margin-top .5s;
}

.menu_scroll .divisions li:hover{
    margin-top: -5px;
    transition: margin-top .5s;
}

.menu_scroll .divisions li.agro_scroll:hover{
    background-color: #ED3536;
}

.menu_scroll .divisions li.machine_scroll:hover{
    background-color: #F8A131;
}

.menu_scroll .divisions li.hygiene_scroll:hover{
    background-color: #14AAE2;
}

.menu_scroll .divisions li.veto_scroll:hover{
    background-color: #45B65B;
}

.menu_scroll .divisions li.chemical_scroll:hover{
    background-color: #175D88;
}

.menu_scroll .divisions li.agricole_scroll:hover{
    background-color: #046D3F;
}

.menu_scroll .divisions li.contact_scroll:hover{
    background-color: #02af1f;
}

.menu_scroll .divisions li.accueil_scroll:hover{
    background-color: #044dbb;
}

.menu_scroll .division_logo{
    text-align: center;
    padding: 15px 0;
}

.menu_scroll .divisions li span{
    display: none;
    text-align: center;
    padding: 0 10px 25px 10px;
}

.menu_scroll .divisions li a{
    text-decoration: none;
    color:#fff;
    font-size: 1.9rem;
    line-height: 22px;
    font-family: 'doudah';
    letter-spacing: 1.5px;
}

.elfellah_mobile{
    display:none;
}
@media (min-width: 1000px){
    header{
        height: 993px;
        border-bottom: 74px solid #00525E;
    }

    .filter{
        position: absolute;
        top:0;
        background-color: rgba(134,196,64,.8);
        /*mix-blend-mode:multiply;*/
        height:920px;
        width:100%;
    }

    .cover-background {
        background-color: #080808;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        height:993px;
        background-image: url(../images/agrcover.jpg);
    }

}
@media (max-width: 768px){
    .container {
        display: block;
        padding: 0 !important;
    }

    .agricole_element_bg{
        display:none;
    }

    .dl-main-navbar {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 0px 6% 0px 6%;
        height:auto;
    }


    .divisions{
        margin-top: 50px;
        height: auto;
    }

    .divisions li {
        width: 25%;
        margin-bottom: 0%;
        margin-top: 0%;
    }
    .cover-background {
        border-top-width: 50px !important;
    }

    .divisions li .division_logo{
        border-radius: 50%;
        border: 2px solid #fff;
        margin-top: 50px;
    }
    
    .divisions li.engrais{
        background: none;
    }
    
    .divisions li.irrigation{
        background: none;
    }
    
    .divisions li.semence{
        background: none;
    }
    
    .divisions li.etude{
        background: none;
    }
       
    .divisions li.phyto{
        background: none;
    }

    .divisions li.machinisme{
        background: none;
    }

    .divisions li.pepiniere{
        background: none;
    }

    .home-fr {
       margin-bottom: 0px;
    }

    .elfellah{
        display:none;
    }

    .elfellah_mobile{
        display:block;
        margin: 50px 0;
    }

    .elfellah_mobile .htitle {
        font-family: 'doudah_title';
        color: #86C440;
        font-size: 3rem;
        margin-bottom: 25px;
        margin-top: 40px;
        text-align: center;
    }

    .elfellah_mobile .presentation_text {
        padding: 10px 0;
        font-size: 15px;
        color: #5F5F5F;
        margin-bottom: 0;
        width: 95%;
        text-align: center;
    }

    .etudesection {
        background: #38414d;
        height: auto;
        margin-top: 0px;
    }

    .etudesection .htitle {
        font-family: 'doudah_title';
        color: #fff;
        font-size: 3rem;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .etudesection .presentation_text {
        padding: 10px 0;
        font-size: 15px;
        color: #fff;
        text-align: justify;
        margin-bottom: 10px;
        width: 100%;
    }

    .etudesection .presentation_img {
        text-align: justify;
        padding: 50px 15px;
    }

    .pepinieresection {
        background: #6F4B62;
        height: auto;
        margin-top: 0px;
    }

    .pepinieresection .htitle {
        font-family: 'doudah_title';
        color: #fff;
        font-size: 3rem;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .pepinieresection .presentation_text {
        padding: 10px 0;
        font-size: 15px;
        color: #fff;
        text-align: justify;
        margin-bottom: 10px;
        width: 100%;
    }

    .pepinieresection .presentation_text span {
        font-weight: normal;
    }

    .pepinieresection .presentation_img {
        text-align: justify;
        padding: 50px 15px;
    }

    .phytosection {
        background: #AC437B;
        height: auto;
        margin-top: 0px;
    }
    
    .phytosection .htitle {
        font-family: 'doudah_title';
        color: #fff;
        font-size: 3rem;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .phytosection .presentation_text {
        padding: 10px 0;
        font-size: 15px;
        color: #fff;
        text-align: justify;
        margin-bottom: 10px;
        width: 100%;
    }

    .phytosection .presentation_text span {
        font-weight: normal;
    }

    .phytosection .presentation_img {
        text-align: justify;
        padding: 50px 15px;
    }

    .irrigationsection {
        background: #1B75BA;
        height: auto;
        margin-top: 0;
    }

    .irrigationsection .htitle {
        font-family: 'doudah_title';
        color: #fff;
        font-size: 3rem;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .irrigationsection .presentation_text {
        padding: 10px 0;
        font-size: 15px;
        color: #fff;
        text-align: justify;
        margin-bottom: 10px;
        width: 100%;
    }

    .irrigationsection .presentation_text span {
        font-weight: normal;
    }

    .irrigationsection .presentation_img {
        text-align: justify;
        padding: 50px 15px;
    }

    .machinismesection {
        background: #EE4036;
        height: auto;
        margin-top: 0px;
    }

    .machinismesection .htitle {
        font-family: 'doudah_title';
        color: #fff;
        font-size: 3rem;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .machinismesection .presentation_text {
        padding: 10px 0;
        font-size: 15px;
        color: #fff;
        text-align: justify;
        margin-bottom: 10px;
        width: 100%;
    }

    .machinismesection .presentation_text span {
        font-weight: normal;
    }

    .machinismesection .presentation_img {
        text-align: justify;
        padding: 50px 15px;
    }

    .semencesection {
        background: #016938;
        height: auto;
        margin-top: 0px;
    }

    .semencesection .htitle {
        font-family: 'doudah_title';
        color: #fff;
        font-size: 3rem;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .semencesection .presentation_text {
        padding: 10px 0;
        font-size: 15px;
        color: #fff;
        text-align: justify;
        margin-bottom: 10px;
        width: 100%;
    }

    .semencesection .presentation_text span {
        font-weight: normal;
    }

    .semencesection .presentation_img {
        text-align: justify;
        padding: 50px 15px;
    }
    

}

@media (max-width: 576px){

    .dl-main-navbar {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 0px 9% 0px 9%;
        height:auto;
    }


    .divisions{
        margin-top: 30px;
        height: auto;
    }

    .divisions li {
        width: 30%;
        margin-bottom: 0%;
        margin-top: 0%;
    }

    .divisions li .division_logo {
        border-radius: 50%;
        border: 2px solid #fff;
        margin-top: 25px;
    }

    .division_logo {
        text-align: center;
        padding: 14%;
        max-width: 74%;
        margin: 0 auto;
        max-height: 82%;
        pointer-events: none;
        transition: all .5s;
    }

}

@media (min-width: 576px){
    .container {
        max-width: 80% !important;
    }
}