#site .main_c {
    padding-bottom: 0;
}
section.contact h1, section.contact h2{
    text-transform: uppercase;
    display: inline-block;
    background-color: #141414;
    color: #ffffff;
    padding: 3px 20px;
    margin-bottom: 30px;
}
section.contact ul li{
    padding-bottom: 10px;
    line-height: 22px;
}
section.contact ul li span{
    font-weight: 400;
}
section.contact ul li.banque{
    padding-top: 20px;
}
section.contact .col_ligne_f{
    display: none;
}

section.contact ul li img{
    filter: brightness(0) saturate(100%) invert(75%) sepia(65%) saturate(5514%) hue-rotate(45deg) brightness(94%) contrast(91%);
    -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(65%) saturate(5514%) hue-rotate(45deg) brightness(94%) contrast(91%);
    -moz-filter: brightness(0) saturate(100%) invert(75%) sepia(65%) saturate(5514%) hue-rotate(45deg) brightness(94%) contrast(91%);

    padding-right: 8px;
    padding-bottom: 1px;
    max-height: 17px;
    vertical-align: middle;
}
section.contact ul li img.clock{
    filter: brightness(0) saturate(100%) invert(75%) sepia(65%) saturate(5514%) hue-rotate(45deg) brightness(94%) contrast(91%);
    -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(65%) saturate(5514%) hue-rotate(45deg) brightness(94%) contrast(91%);
    -moz-filter: brightness(0) saturate(100%) invert(75%) sepia(65%) saturate(5514%) hue-rotate(45deg) brightness(94%) contrast(91%);
    max-height: 20px;
    padding-bottom: 3px;
}
section.contact ul li img.clock_ferme{
    filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(7493%) hue-rotate(1deg) brightness(113%) contrast(99%);
    -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(7493%) hue-rotate(1deg) brightness(113%) contrast(99%);
    -moz-filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(7493%) hue-rotate(1deg) brightness(113%) contrast(99%);
}
section.contact .conditions_utilisation{
    margin-bottom: 120px;
}

section.map h2{
    text-transform: uppercase;
    display: inline-block;
    background-color: #141414;
    color: #ffffff;
    padding: 3px 20px;
    margin-bottom: 30px;
}
section.map iframe {
    height: 500px;
    width: 100%;
    border: 0;
    vertical-align: bottom;
}

@media (max-width: 767px){
    section.contact .col_ligne_f{
      display: block;
    }
}