﻿@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: #333;
    margin: 0;
}

.home-fr{
    background: #333;
}

.container{
    display: flex;
    justify-content: space-between;
}

.accueil .containeur{
    display: flex;
    justify-content: space-between;
}

.filter{
    position: absolute;
    top:0;
    background-color: rgba(248,151,50,.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;
}

.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: 100px 0 100px 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: 350px;
    margin-top: 55px;
    margin-left: 14px;
    background-image: url(../images/equipement/logo.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:650px;
    background-image: url(../images/equicover.jpg);
}

.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;
    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;
    }
}

/************************************  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;
}

/******************************** 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;
}

/*********************** equipement & machinisme *****************************/

.equipement_noir{
    background-color: #7F7F7F;
}

.equipement_noir .container{
    flex-wrap: wrap;
}

.equipement_product_content{
    display: grid;
    width: 100%;
    grid-template-columns: 61% 35%;
    grid-template-rows: none;
    grid-column-gap: 4%;
    grid-row-gap: 2%;
    padding: 50px 30px 100px 30px;
}

.equipement_img_block img,.equipement_img_block_v img,.equipement_img_block_t img{
   width:100%;
   height:100%;
}

.equipement_img_block_t{
    grid-column-start: span 2;
}

.equipement_img_block_v{
    grid-row-start: span 2;
}

.bentas_title{
    background-color: #F8A133;
}

.bentas_title h1{
   color: #4A5B65;
   font-family: 'doudah_title';
   font-size: 5rem;
   text-align: right;
}

.bentas_header{
    background-color: #4A5B65;
    padding-bottom: 50px;
}

.bentasheader img{
    margin: 30px 40px;
}

.bentas_element{
    margin: 15px;
    min-height: 315px;
}

.bentaselement_content h3{
    color:#F8A133;
    margin-top: 0;
}

.bentaselement_content p{
    color:#fff;
    text-align: justify;
    font-size: 1.2rem;
}

.bentas_bigimg{
    position: absolute;
    bottom: 0px;
    left:-420px;
}

.video_btn{
    text-align: center;
}

.citerne_title img{
    height:120px;
}

.citerne_container img{
   width:100%;
}

.hydro_title img{
    height:120px;
}

.hydro_container img{
   width:100%;
}

.hydro_container{
    position:relative;
}

.hydro_video_btn{
    position: absolute;
    top: 13%;
    left: 35%;
}

.equipement_bleu{
    background-color: #547C89;
}

.nacelle_title img{
    height:120px;
}

.nacelle_container img{
   width:100%;
}

.nacelle_container{
    position:relative;
}

.nacelle_video_btn{
    position: absolute;
    top: 18%;
    left: 28%;
}

.balayeuse{
    background: url(/assets/images/equipement/balayeuse_bg.png) no-repeat bottom left;
    background-size: 70%;
}

.balayeuse_title img{
    height:120px;
}

.balayeuse_container img{
   width:100%;
}

.balayeuse_container{
    position:relative;
}

.balayeuse_video_btn{
    position: absolute;
    bottom: 20px;
    left:300px;
}

video{
    width:100%;
}

.modal-content{
    position: relative;
    background-color: #F8A133 !important;
}

.close_modal{
    position: absolute;
    top: -10px;
    right: -10px;
}

.video_btn button, .hydro_video_btn button,.nacelle_video_btn button, .tasseuse_video_btn button{
    background: transparent;
    border: none;
    width:9rem;
}


.modal-dialog {
    max-width: 80% !important;
    margin: 20vh auto !important;
    padding: 0;
}


.equipement_logo_container{
    width:60%;
    margin: 0 auto;
}

.rubriques {
    display: flex;
    justify-content: space-between;
    background-color: #4A5B65;
}

.simple {
    background-color: #4A5B65;
}

.rubrique_container{
    width: 30%;
}

.rubrique_container img{
    width: 100%;
}

.tasseuse_video_btn{
    position: absolute;
    top: 25%;
    left: 15%;
}
/*************************** equipements mobile **********************************/
@media (max-width:768px){
    .cover-background {
        height:340px;
    }

    .filter{
        height:340px;
    }
    .container {
        display: block;
        padding: 0 !important;
    }

    .dl-main-navbar{
        display:none;
    }

    .equipement h1, .equipement_bleu h1{
        text-align: right;
    }

    .bentas_title h1 {
        color: #4A5B65;
        font-family: 'doudah_title';
        font-size: 4rem;
        text-align: right;
    }

    .bentas_element {
        margin: 15px;
        min-height: 280px;
    }

    .bentaselement_img{
        text-align: center;
        margin: 20px 0;
    }

    .bentas_bigimg {
        display:none;
    }

    .citerne_title img {
        height: 85px;
    }

    .balayeuse_title img {
        height: 85px;
    }

    .hydro_title{
       padding-bottom: 50px;
    }

    .hydro_title img {
        height: 85px;
    }

    .bentasheader img {
        margin: 30px 0px;
        width: 100%;
    }

    .video_btn img{
        width:80px;
        margin-top: 40px;
    }

    .nacelle_video_btn,.hydro_video_btn{
        width:80px;
    }

    .nacelle_video_btn {
        position: absolute;
        top: 16%;
        left: 25%;
    }

    .hydro_video_btn {
        position: absolute;
        top: 11%;
        left: 36%;
    }

    .equipement_product_content {
        display: grid;
        width: 100%;
        grid-template-columns: 55% 43%;
        grid-template-rows: none;
        grid-column-gap: 2%;
        grid-row-gap: 2%;
        padding: 50px 0 100px 0;
    }

    .modal-dialog {
        max-width: 90% !important;
        margin: 200px auto 0 auto !important;
        padding: 0;
    }

    .rubriques {
        display: flex;
        justify-content: space-between;
        padding: 15px 0 !important;
    }

    .video_btn button, .hydro_video_btn button,.nacelle_video_btn button, .tasseuse_video_btn button{
        width:6rem;
    }

    .tasseuse_video_btn{
        position: absolute;
        top: 24%;
        left: 13%;
    }
}

/*********************************** menu scroll *******************************/
.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{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    min-height: 250px;
    max-height:270px;
    padding-left: 0;
}

.divisions li{
    list-style: none;
    width:15%;
    border-radius: 6px;
    margin-top: 0;
    transition: margin-top .5s;
}

.divisions li:hover{
    margin-top: -20px;
    transition: margin-top .5s;
}

.division_logo{
    text-align: center;
    padding: 35px 0;
}

.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;
}

.menu_scroll{
    width:100%;
    box-shadow: 0px 2px 5px rgb(68 68 68 / 60%);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 0.5rem 1rem !important;
}

@media (max-width : 768px){
    .menu_scroll{
        display: none;
    }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 0.8rem 0.8rem 0.2rem 0.8rem !important;
    }
}

.original{
    position:fixed;
    top: 0;
    left: auto;
    z-index: 999;
    background-color: #002C3D; 
}

.original ul{
    max-width: 1178px;
    margin: 0 auto;
}
.menu_scroll .divisions{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    min-height:90px;
    padding: 0;
}

.menu_scroll .divisions li{
    list-style: none;
    width:12.5%;
    border-radius: 0px;
    margin-top: 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;
}