﻿@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;
    margin: 0;
    padding: 0;
}

.home-fr{
    margin-bottom: 30px;
}

.container{
    display: flex;
    justify-content: space-between;
}

header{
    height: 650px;
}

.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:650px;
    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;
    height:157px;
}

.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: 0%;
}

@media(max-width:1150px){
    nav .divisions li .division_logo{
        margin-top: 3%;
    }
}
@media(max-width:1100px){
    nav .divisions li .division_logo{
        margin-top: 8%;
    }
}
@media(max-width:1050px){
    nav .divisions li .division_logo{
        margin-top: 13%;
    }
}
@media(max-width:1000px){
    nav .divisions li .division_logo{
        margin-top: 18%;
    }
}
@media(max-width:950px){
    nav .divisions li .division_logo{
        margin-top: 26%;
    }
}
@media(max-width:900px){
    nav .divisions li .division_logo{
        margin-top: 32%;
    }
}
@media(max-width:850px){
    nav .divisions li .division_logo{
        margin-top: 39%;
    }
}
@media(max-width:800px){
    nav .divisions li .division_logo{
        margin-top: 47%;
    }
}

.divisions li.engrais .division_logo{
    background-color: #998379;
}

.divisions li.irrigation .division_logo{
    background-color: #1B75BA;
}

.divisions li.semence .division_logo{
    background-color: #016938;
}

.divisions li.etude .division_logo{
    background-color: #38414D;
}

.divisions li.phyto .division_logo{
    background-color: #9D2063;
}

.divisions li.machinisme .division_logo{
    background-color: #EE4036;
}

.divisions li.pepiniere .division_logo{
    background-color: #6F4B62;
}

.division_logo{
    text-align: center;
    padding: 13%;
    max-width: 73%;
    margin: 0 auto;
    max-height: 100%;
    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: 40px 0 92px 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/agricoldivlogointerne.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: absolute;
    top: -6px;
    height: 57px;
    padding: 0;
    left: 5px;
    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:680px;
}

@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;
}

@media (max-width: 768px) {
    .acc_footer {
        position:relative;
        width:100%;
    }
}

.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;
}

.logo_white{
    margin: 25px 0;
    padding: 0;
    padding-right: 20px;
    border-right: 3px solid #fff;
}

.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;
        border:none;
    }
    .copyright {
        text-align: center;
        margin-top: 0;
    }
}

/***************************** 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;
}

/**************** machnisme **************************/
.machinisme_logo{
   background-color: #EE4036;
}

.agrinterne_logo{
    text-align: center;
    padding: 15px 0;
    margin-bottom: 50px;
}

.machinisme_logo img{
    width:250px;
}

.secateurs{
    background: #04475e;
}

.secateurs .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*background: url(/assets/images/machinisme/secateur_bg.jpg) no-repeat center center;
    background-size:contain;*/
    position: relative;
}
.secateurs .secateur_title{
    position: absolute;
    top: 50px;
    left:50px;
}

.secateurs .secateur_title h1{
    color:#8BC33F;
    font-size: 6rem;
}

.secateurs .secateur_img{
    padding: 70px 0;
}

.secateurs .secateur_img img{
    width:100%;
}

@media(max-width:980px){
    .secateurs .secateur_title h1{
        color:#8BC33F;
        font-size: 5rem;
    }
}

.machinisme_product .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.machinisme_product .container div{
    width:24%;
    margin: .5%;
    position : relative;
}

.machinisme_product .container div .htitle2{
    position: absolute;
    top: 10px;
    left:10px;
    font-size: 2.4rem;
    color:#fff;
    margin: 0;
    font-weight: bold;
}

.machinisme_product .container div .htitle2 span{
    font-size: 1.5rem;
    color:#fff;
    margin: 0;
}

.machinisme_product .container div:nth-child(3),.machinisme_product .container div:nth-child(6){
    background-color: #FFC709;
}

.machinisme_product .container div:nth-child(2),.machinisme_product .container div:nth-child(7){
    background-color: #06879D;
}

.machinisme_product .container div:nth-child(1),.machinisme_product .container div:nth-child(8){
    background-color: #999B9E;
}

.machinisme_product .container div:nth-child(4),.machinisme_product .container div:nth-child(5){
    background-color: #6E2A51;
}

.machinisme_product .container div img{
    width:100%;
    padding-top: 25%;
}

.atomiseurs .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
}

.atomiseurs .container .content div .atomiseur_text h1{
    text-align: right;
    color:#A8AAAC;
    font-size: 5rem;
    letter-spacing: 0.5rem;
    margin: 0;
    font-family: 'doudah_title';
}

.atomiseurs .container .content div .atomiseur_text h2{
    text-align: right;
    color:#EB8C23;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.5rem;
    margin: 0;
    font-family: 'doudah_title';
}

.atomiseurs .container .content .atomiseur_prod:nth-child(1),.atomiseurs .container .atomiseur_prod:nth-child(2){
    width:50%;
    padding: 0;
    padding-right: 50px;
    text-align: center;
}

.atomiseurs .container .content .atomiseur_prod:nth-child(3){
    position: relative;
    width:100%;
    margin-top: 60px;
}

.atomiseurs .container .content .atomiseur_prod:nth-child(3) .atomiseur_text{
    position: absolute;
    bottom: -40px;
    right: 50px;
}

.atomiseurs .container .content div img{
    width:85%;
}


.fraise_product .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:60px auto;
    padding:0 13px;
}

.fraise_product .container .fraise_prod{
    width:32%;
    margin: .5%;
    position : relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 4.4px 0px 3.2px;
    box-shadow: rgba(0, 0, 0, 0.15) 4.4px 0px 3.2px;
    background-color: #DEDFE0;
}

.fraise_product .container div .fraise_prod_text{
    position: absolute;
    top: 20px;
    left:20px;
}

.fraise_product .container div .htitle2{
    font-size: 4rem;
    color:#A8AAAC;
    font-family: 'doudah_title';
    letter-spacing: .5rem;
    margin: 0;
}

.fraise_product .container div .htitle3{
    font-size: 2rem;
    color:#A8AAAC;
    font-family: 'doudah_title';
    letter-spacing: .5rem;
    margin: 0;
}

.fraise_product .container div .htitle2 br{
    height: 0;
}

.fraise_product .container div img{
    width:100%;
    padding-top: 25%;
}

.charrueproduct .container div img{
    width:100%;
}

.charrueproduct .container div{
    position: relative;
}

.charrueproduct .container div .htitle2{
    position: absolute;
    width:35%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    right: 0;
    top: 0;
}

.charrueproduct .container div .htitle2 h1{
    color:#A8AAAC;
    font-size: 5rem;
    letter-spacing: .5rem;
    font-family: 'doudah_title';
    padding-left: 20px;
}

.charrueproduct .container div .htitle2 img{
    width:100%;
}

@media(max-width:768px){
    .secateurs .container div{
        width:100%;
    }

    .secateurs .secateur_title h1{
        font-size: 4rem;
    }

    .secateurs .secateur_title {
        top: 30px;
        left: 10px;
    }

    .secateurs .secateur_img {
        padding: 50px 0;
    }

    .machinisme_product .container div {
        width: 49%;
    }

    .machinisme_product .container div .htitle2 {
        font-size: 2.2rem;
    }

    .atomiseurs .container .content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .atomiseurs .container .content .atomiseur_prod:nth-child(1), .atomiseurs .container .atomiseur_prod:nth-child(2) {
        width: 45%;
        padding: 0;
        padding: 0px;
        text-align: center;
    }

    .atomiseurs .container .content div img {
        width: 100%;
    }

    .atomiseurs .container .content div .atomiseur_text h1 {
        font-size: 2.3rem;
    }

    .atomiseurs .container .content div .atomiseur_text h2 {
        font-size: 1.8rem;
    }

    .atomiseurs .container .content .atomiseur_prod:nth-child(3) .atomiseur_text {
        top: -15px;
        right: 10px;
    }

    .charrueproduct .container div .htitle2 h1 {
        font-size: 2.2rem;
        letter-spacing: .3rem;
        padding-left: 10px;
    }

    .fraise_product .container .fraise_prod {
        width: 100%;
        margin: 2.5% 5%;
    }

    .fraise_product .container div .htitle2 {
        font-size: 2.5rem;
        letter-spacing: .3rem;
    }
}

@media(max-width:500px){
    .secateurs .secateur_title h1{
        font-size: 3rem;
    }

    .machinisme_product .container div .htitle2 {
        font-size: 1.6rem;
    }
}

/************************** phytosanitaire ********************************/
.phyto_logo{
    background-color: #9E1F63;
}

.fongicides .container{
    display: block;
}

.fongicides .containeur{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.fongicides .containeur div{
    width:30%;
    margin: .5%;
    margin-bottom: 30px;
    background:#fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    transition: 1s all;
}

.fongicides .containeur div:hover{
    background:#9D2063;;
}

.fongicides .containeur div img{
    width:100%;
}

.fongicides_banner{
    margin-bottom: 50px;
}

.fongicides_banner img{
    width:100%;
}

@media(max-width:768px){
    .fongicides .containeur div{
        width:49%;
    }

    .fongicides .container{
        max-width:100%;
    }
}

@media(max-width:500px){
    .fongicides .containeur div{
        width: 95%;
        margin: 0 auto 25px auto;
    }
}

/************************** engrais ********************************/
.engrais_logo{
    background-color: #9A8479;
}
.engrais .container{
    display: block;
}

.engrais .containeur{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.engrais .containeur div{
    width:30%;
    margin: .5%;
    margin-bottom: 30px;
    border-radius: 10px;
    background:#fff;
    border: 1px solid #ccc;
    transition: 1s all;
}

.engrais .containeur div:hover{
    background:#9A8479;
}

.engrais .containeur div img{
    width:100%;
}

.engrais_banner{
    margin-bottom: 50px;
}

.engrais_banner img{
    width:100%;
}

@media(max-width:768px){
    .engrais .containeur div{
        width:49%;
    }

    .engrais .container{
        max-width:100%;
    }
}

@media(max-width:500px){
    .engrais .containeur div{
        width: 95%;
        margin: 0 auto 25px auto;
    }
}

/***************************** Irrigation ******************************/
.irrigation_logo{
   background-color: #1B75BB;
   margin-bottom: 0;
}

.irrigation_solution{
    background-color: #c9cacc;
}

.solut_img_bg{
    background: url(/assets/images/irrigation/solution_bg.jpg) no-repeat center left;
    background-size: cover;
}

.solut_img_bg img{
    width:80%;
    margin-left: 10%;
    padding: 50px 0 250px 0;
}

.solut_text_content{
    width:80%;
    padding: 0 10%;
}

.solut_text_content h1{
    font-family: "doudah_title";
    font-size:5rem;
    padding-top: 30px;
    color:#fff;
    letter-spacing: .3rem;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-shadow: 2px 2px #000;
}

.solut_text_content h2{
    font-family: "doudah_title";
    font-size:2rem;
    color:#fff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.solut_text_content h2 span{
    background-color: #016938;
    padding: 2px 15px 2px 5px;
    letter-spacing: .2rem;
}

.solut_text_content h2 div{
    margin-bottom: 10px;
}

.solut_text_content h2 .plusgrand{
    font-size:3rem;
}

.solut_text_content ul{
    font-size:1.7rem;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 30px;
    color:#fff;
}

.irrigation_products{
    background-color: #c9cacc;
}

.irrigation_product_content{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 50px 0;
}

.irrigation_product_content2{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 50px 0;
}

.irrigation_img_grande{
    width:50%;
    z-index: 99;
    margin-top: -125px;
}

.irrigation_img_grande img{
    width: 90%;
    padding-left: 10%;
}

.irrigation_img_block{
    width:25%;
    margin-bottom: 40px;
    text-align: center;
}

.irrigation_product_content :nth-child(2),.irrigation_product_content :nth-child(3){
   padding-top: 100px;
}

.irrigation_img_block img{
    width:80%;
}

.irrigation_img_block2{
    width:20%;
}

.irrigation_img_block2 img{
    width:90%;
}

.fil_solution{
    background: url(/assets/images/irrigation/second_bg.jpg) no-repeat top center;
}

.fil_img_bg{
    background-color: rgba(255, 255, 255, .6);
}

.fil_img_bg img{
    width:90%;
}

.filtrage_img {
    background-color: #eee;
}

.filtrage_text,.solut_text {
    background-color: #43BBC4;
}
.filtrage_img img{
  width:100%;
  margin-top: -50px;
}

.filtrage_text_content h1{
    font-family: "doudah_title";
    font-size:4.5rem;
    padding-top: 30px;
    color:#fff;
    letter-spacing: .3rem;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
    width: 80%;
    margin: 30px auto;
}

.filtrage_text_content ul{
    font-size:1.8rem;
    padding-top: 10px;
    color:#fff;
    letter-spacing: .2rem;
    padding-bottom: 30px;
    width: 80%;
    margin: 0px auto;
    padding-left: 20px;
}

.irrigation_product_content2,.irrigation_product_content{
    max-width: 1170px;
    margin:0 auto;
}

.first_section{
    background-color: #43BBC4;
}

.irrigation_banner2{
    background-color: #43BBC4;
}
.irrigation_banner{
    background-color: #c9cacc;
}
.irrigation_banner_content{
    max-width: 1170px;
    margin:0 auto;
}

.irrigation_banner_content img{
    width:100%;
}

.irrigation_mt{
    margin-top: -150px !important;
}

.irrigation_products1{
    padding-bottom: 150px;
}

@media(max-width:768px){
    .solut_img_bg img {
        width: 100%;
        margin-left: 0%;
        padding: 160px 0 250px 0;
    }

    .solut_text_content {
        width: 100%;
        padding: 0 3%;
    }

    .solut_text_content h1 {
        font-family: "doudah_title";
        font-size: 3rem;
        padding-top: 0px;
        color: #fff;
        letter-spacing: .3rem;
        text-transform: uppercase;
        padding-bottom: 20px;
        text-shadow: 2px 2px #000;
    }

    .solut_text_content h2 .plusgrand {
        font-size: 2rem;
    }

    .solut_text_content h2 span {
        background-color: #016938;
        padding: 2px 4px 2px 4px;
        letter-spacing: .2rem;
    }

    .solut_text_content ul {
        font-size: 1.2rem;
        font-weight: bold;
        padding-left: 0px;
        padding-bottom: 30px;
        color: #fff;
    }

    .irrigation_img_grande {
        display: none;
    }

    .irrigation_product_content :nth-child(2),.irrigation_product_content :nth-child(3){
        padding-top: 0px;
    }

    .irrigation_img_block{
        width:50%;
        margin-bottom: 30px;
        text-align: center;
    }

    .irrigation_img_block2{
        width:50%;
        margin-bottom: 30px;
        text-align: center;
    }

    .irrigation_img_block img {
        width: 70%;
    }

    .irrigation_img_block2 img {
        width: 70%;
    }

    .irrigation_product_content {
        padding: 50px 0;
    }

    .irrigation_product_content2 {
        padding: 50px 0;
    }
    
    .filtrage_text_content{
        padding-top:30px;
    }

    .filtrage_text_content h1 {
        font-size: 3rem;
        text-align: center;
        margin: 0px auto;
    }

    .filtrage_text_content ul {
        font-size: 1.5rem;
        padding-top: 30px;
        color: #fff;
        letter-spacing: .1rem;
        padding-bottom: 0px;
        width: 90%;
        margin: 0 auto;
        padding-left: 0px;
    }

    .filtrage_img_bg{
        text-align: center;
    }

    .filtrage_img{
        background-color: #43BBC4;
        padding-top: 30px;
    }

    .filtrage_img img {
        width: 60%;
        margin-top: 0px;
        text-align: center;
    }

    .irrigation_mt{
        margin-top: 0 !important;
    }

    .irrigation_products1{
        padding-bottom: 20px;
    }
}

/******************************* Semence ***************************/
.semence_logo_bar{
    background-color: #016938;
}

.semence_product_content{
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    grid-template-rows:none;
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    padding-bottom: 370px;
}

.semence_img_grande{
    grid-column-start: span 2;
}

.semence_img_grande img{
    width:100%;
}

.semence_img_block img{
   width:100%;
}

.semence_img_vgrande{
    grid-row-start: span 2;
    grid-column-start: span 2;
}

.semence_img_vgrande img{
    width:100%;
}

@media(max-width:768px){
    .semence_product_content {
        display: grid;
        grid-template-columns: 48% 48%;
        grid-template-rows: none;
        grid-column-gap: 4%;
        grid-row-gap: 1%;
        padding-bottom: 275px;
    }
}

/*********************************** 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; 
}

.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;
    max-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;
}

/*********************************** menu bottom ************************************/
.mobile_menu_bottom{
    display:none;
}

@media (max-width: 768px){
    .container {
        display: block;
        padding: 0 !important;
    }

    header{
        height:500px;
    }

    .agricole_element_bg{
        display:none;
    }

    .dl-main-navbar{
        height: 0;
    }

    .homepage-search{
        display:none;
    }

    .mobile_menu_bottom{
        display:block;
    }

    .divisions{
        margin: 0;
        position: relative;
        height: auto;
        background-color: #002C3D;
        padding: 20px 0;
    }

    .divisions li {
        width: 25%;
        margin-bottom: 0;
        margin-top: 0;
    }

    nav .divisions li .division_logo {
        margin-top: 0;
    }

    .divisions li .division_logo {
        border-radius: 0;
        border: 1px solid #fff;
        margin-top: 0%;
    }

    .division_logo {
        text-align: center;
        padding: 18%;
        max-width: 83%;
        margin: 0 auto;
        max-height: 100%;
        pointer-events: none;
        transition: all .5s;
    }

    .home-fr{
        margin-bottom:0 ;
    }

    /*.divisions li.engrais{
        bottom: 10%;
        left: 20px;
    }

    .divisions li.machinisme{
        bottom: 30%;
        left: 20px;
    }

    .divisions li.semence{
        bottom: 50%;
        left: 20px;
    }

    .divisions li.irrigation{
        bottom: 50%;
        right: 20px;
    }*/

    .divisions li.pepiniere{
        display:none;
    }

    .divisions li.etude{
        display: none;
    }
    
    .cover-background {
        border-top-width: 50px !important;
    }

    .phyto_logo{
        background-color: #002C3D;
    }
    .engrais_logo {
        background-color: #002C3D;
    }
    .machinisme_logo {
        background-color: #002C3D;
    }
    .irrigation_logo {
        background-color: #002C3D;
        margin-bottom: 0;
    }
    .semence_logo_bar {
        background-color: #002C3D;
    }
}

@media (max-width: 620px){
    .division_logo {
        text-align: center;
        padding: 14%;
        max-width: 95%;
        margin: 0 auto;
        max-height: 100%;
        pointer-events: none;
        transition: all .5s;
    }
}