/********************/
/*Style personnalisé*/
/********************/

/*body général du site*/
body {
  background: #ffffff;
  font-family: Roboto, Trebuchet MS, Arial, Verdana;
  color: #282525;
  -ms-overflow-style: scrollbar !important;
}

.btn-link,
.btn-link:visited,
.btn-link:hover,
.btn-link:focus,
a,
a:visited,
a:hover,
a:focus {
  color: #52970b;
}
a.btn-info,
.btn-info,
.btn-info:visited,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  background: #f59b12;
  color: #ffffff;
  border-color: #f59b12;
}

.justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}

/*header*/
.header {
  background: #3b3737;
  color: #ffffff;
  padding: 0;
}
.header a,
.header a:visited,
.header a:hover,
.header a:focus {
  color: #ffffff;
}
.header .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.slogan .tel {
  font-size: 18pt;
  font-weight: bold;
}
.slogan .tel i {
  font-size: 26px;
  margin-right: 8px;
  color: #f59b12;
}
.slogan .txt {
  background: url("../images/parenthese.gif") no-repeat;
  font-size: 12pt;
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  margin-top: 15px;
}
.search {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  max-width: 190px;
  padding-top: 20px;
}
.search input[type="text"] {
  border: none;
  border-left: 3px solid #72b62b;
  background: transparent;
  text-transform: uppercase;
  padding: 3px 10px;
  color: #ffffff;
  height: 28px;
  width: 150px;
}

.search input[type="submit"] {
  background: url("../images/loupe.gif") no-repeat;
  border: none;
  color: transparent;
  padding: 5px 7px;
  margin-left: 5px;
}

/*menu, couleur des liens et background*/
.bg_menu {
  background: #ffffff;
  padding: 4px 0;
}
.bg_menu .container {
  padding: 0;
}
.dropdown-menu,
.navbar-fixed-top,
.container #ligne_menu,
#ligne_menu .navbar-nav li.menuroot > a {
  background: #ffffff;
  color: #3b3737;
  padding: 0 3px;
}

#ligne_menu .navbar-nav li.menuroot > a .caret {
  color: #72b62b;
}

/*menu, couleur des sous menu et du hover*/
.navbar-nav .open .dropdown-menu,
#ligne_menu .navbar-nav li.menuroot:hover > a,
#ligne_menu .navbar-nav li.menuroot:focus > a {
  background: #72b62b;
  color: #ffffff;
}
#ligne_menu .navbar-nav li.menuroot:hover > a .caret {
  color: #ffffff;
}
/*menu, couleur du hover des sousmenu*/
.navbar-nav .open .dropdown-menu .menuleaf a:hover,
.navbar-nav .open .dropdown-menu .menuleaf a:focus {
  background: #529210;
  color: #ffffff;
}
.navbar-main .menuleaf .navbar-toggle,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #72b62b;
}
.navbar-nav > li,
.navbar-nav > li.firstroot,
#ligne_menu .navbar-nav > li.menuroot > a > .itemname {
  width: 12.5%;
  height: 42px;
  font-size: 14pt;
}
.dropdown-menu > li > a {
  color: #ffffff;
  text-transform: uppercase;
}
.navbar-nav > li {
  border-right: 1px solid #3b3737;
}
.navbar-nav > li.firstroot {
  border-left: 1px solid #3b3737;
}
.navbar-main {
  min-height: 42px;
}
.container #ligne_menu,
.affix .navbar-nav > li.menuroot > a {
  height: 42px;
}

.menuroot > a .caret {
  right: 5px;
  bottom: 0;
}

/*slide*/
.bg_slide {
  padding: 0;
  border-top: 10px solid #005ba6;
}

.balise-blockfixe {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0px 0px 3px #555;
  padding: 8px 0 10px 10px;
}

.balise-blockfixe .page_contact .titre {
  font-size: 20pt;
  padding: 0 10px;
  margin-bottom: 5px;
}
.balise-blockfixe .page_contact .titre i {
  font-size: 22pt;
  padding-left: 8px;
}
.balise-blockfixe .page_contact .appel {
  background: url("../images/bg_tel.gif") repeat-x;
  box-shadow: 0px 0px 3px #555;
  margin-bottom: 2px;
}
.balise-blockfixe .page_contact .contact {
  background: url("../images/bg_contact.gif") repeat-x;
  box-shadow: 0px 0px 2px #555;
}

.balise-blockfixe .page_contact .lien a {
  display: block;
  padding: 5px 20px;
}
.balise-blockfixe .page_contact .lien a,
.balise-blockfixe .page_contact .lien a:visited,
.balise-blockfixe .page_contact .lien a:hover,
.balise-blockfixe .page_contact .lien a:focus,
.balise-blockfixe .page_contact .lien a:active {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 13pt;
  text-shadow: 0px 0px 2px #000;
  line-height: 30px;
}
.balise-blockfixe .page_contact .lien i {
  font-size: 32px;
  margin-right: 20px;
}

/*actu*/
.news-home .illustration {
  float: left;
  width: 40%;
  margin-right: 6px;
}
.news-home .entete {
  overflow: hidden;
  margin-top: 10px;
}
.news-home .titre {
  float: left;
  margin: 0;
}
.news-home .titre a,
.news-home .titre a:visited,
.news-home .titre a:hover,
.news-home .titre a:focus,
.news-home .titre a:active {
  color: #282525;
  font-weight: bold;
  font-size: 22pt;
}
.news-home .desc-actu {
  float: left;
  width: 56%;
  line-height: 18px;
}
.news-home .encart-actu {
  border-right: 3px solid #3b3737;
}
.news-home .titre-actu a,
.news-home .titre-actu a:visited,
.news-home .titre-actu a:hover,
.news-home .titre-actu a:focus,
.news-home .titre-actu a:active {
  color: #62ae12;
  font-size: 11pt;
}
.news-home .titre-actu {
  line-height: 18px;
  margin: 5px 0;
  height: 36px;
  overflow: hidden;
}
.news-home .btn-primary {
  padding: 0 12px;
  margin-top: 5px;
}
.news-home .plus {
  clear: both;
}
.news-home .plus i {
  font-size: 25px;
  margin-top: 5px;
  color: #f59b12;
}

.page-camion {
  background: url("../images/camion.jpg") no-repeat #282525;
  color: #ffffff;
  padding: 55px 30px 20px 33px;
  margin-top: 15px;
  font-size: 11pt;
  text-align: justify;
  height: 200px;
  overflow: hidden;
  line-height: 20px;
}

/*produits home*/
.bg_home {
  padding: 0;
}
.titre-prod {
  font-size: 22pt;
  color: #282525;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
.titre-prod .orange {
  color: #005ba6;
}

.home .ligne2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.horaire {
  padding-top: 20px;
}
.horaire,
.home .body {
  font-size: 11pt;
}

.ligne-prod1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*souspages, style du bouton primary*/
.btn-info,
#content_main .btn-primary {
  background-color: #f59b12;
  border-color: #f59b12;
  color: #ffffff;
  border-radius: 0;
}
.btn-info:hover,
#content_main .btn-primary:hover {
  background-color: #c47c0e;
  border-color: #c47c0e;
}

/*contenu body WSB*/
.home .navigation-haut,
.home .navigation-bas {
  display: none;
}

.bg_ariane {
  background: #e7e7e7;
}

.breadcrumb {
  margin-bottom: 0px;
}
.breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb > .active {
  color: #282525;
}
.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  color: #52970b;
}
.breadcrumb:before {
  content: "Vous êtes ici : ";
}

#sharethis {
  margin-top: 8px;
  margin-bottom: 0;
}

h1,
h2,
h3 {
  color: #282525;
}

.titrepage {
  color: #005ba6;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

/*menu gauche*/
.bg_int {
  padding: 0;
}
.menu-gauche .menuv {
  background: #e7e7e7;
  padding-left: 10px;
  padding-right: 10px;
}
.menu-gauche .pageroot {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14pt;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 22px;
}
.menu-gauche li .titre {
  background: url("../images/puce-menu.gif") no-repeat center left;
  padding-left: 20px;
}
.menu.menuv .lv0 > li > .titre {
  padding-left: 20px;
}
.menu.menuv a,
.menu.menuv a:visited,
.menu.menuv a:hover,
.menu.menuv a:focus,
.menu.menuv a:active {
  color: #282525;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11pt;
}
.menu.menuv ul.lv0 > li:last-child {
  padding-bottom: 10px;
}

/*prefooter*/
.prefooter {
  background: #e7e7e7;
  padding: 15px 0;
}
.prefooter .container {
  padding: 0;
}
.prefooter .picto {
  float: left;
  width: 20%;
  padding: 0 10px;
}
.prefooter a {
  display: block;
  transition: all 0.5s ease;
}
.prefooter a,
.prefooter a:visited,
.prefooter a:focus,
.prefooter a:active {
  color: #282525;
}
.prefooter .picto:hover a {
  color: #005ba6;
  text-decoration: none;
}
.prefooter .txt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.prefooter .picto .ico {
  font-size: 25px;
  padding-bottom: 20px;
}

/*footer*/
.bg_footer {
  background: #3b3737;
  border-top: 14px solid #005ba6;
  padding: 5px 0;
  color: #ffffff;
  text-transform: uppercase;
}
.bg_footer a,
.bg_footer a:visited,
.bg_footer a:hover,
.bg_footer a:focus,
.bg_footer a:active {
  color: #ffffff;
}

.bg_footer .reseau {
  padding-top: 15px;
}
.bg_footer .reseau .txt {
  text-align: center;
  font-size: 16pt;
  margin-bottom: 10px;
}

.bg_footer .bloc {
  width: 18%;
}
.bg_footer .logo-f {
  width: 29%;
}
.bg_footer .edf {
  width: 17%;
}
.bg_footer .edf {
  padding-top: 30px;
}
.bg_footer .edf img {
  margin-bottom: 15px;
}
.bg_footer .arteba {
  padding-top: 30px;
}
.bg_footer .arteba img {
  margin-bottom: 6px;
}

.pied {
  background: #282525;
  color: #acaaaa;
  padding: 5px 0;
}
.pied a,
.pied a:visited,
.pied a:hover,
.pied a:focus,
.pied a:active {
  color: #acaaaa;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header .logo {
    padding-right: 50px;
  }
  .bg_menu {
    background: #f59b12;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  .bg_slide {
    border-top: none;
  }
  .bg_slide .container,
  .bg_menu .container {
    padding: 0;
  }
  .container #ligne_menu,
  #ligne_menu .navbar-nav li.menuroot > a {
    background: #f59b12;
  }
  .navbar-fixed-top {
    background: #f59b12;
  }

  .navbar-collapse {
    background: #f59b12;
    padding: 0;
  }
  ul.navbar-nav > li {
    padding-bottom: 0;
  }
  .navbar-nav > li,
  .navbar-nav > li.firstroot,
  #ligne_menu .navbar-nav > li.menuroot > a > .itemname {
    height: auto;
    font-size: 10pt;
    width: 100%;
    text-align: left;
    color: #ffffff;
  }
  .navbar-main {
    min-height: 43px;
  }
  .container #ligne_menu,
  .affix .navbar-nav > li.menuroot > a {
    height: 43px;
  }

  #ligne_menu .navbar-nav > li.menuroot > a > .caret {
    background: #dc8b10;
    color: #ffffff;
  }
  #ligne_menu .navbar-nav > li.menuroot > a > .caret:hover,
  #ligne_menu .navbar-nav > li.menuroot > a > .caret:focus {
    background: #c47c0e !important;
  }
  .bg_menu {
    padding: 0 15px;
  }

  /*menu, couleur des sous menu et du hover*/
  .navbar-nav .open .dropdown-menu,
  #ligne_menu .navbar-nav li.menuroot:hover > a,
  #ligne_menu .navbar-nav li.menuroot:focus > a {
    background: #dc8b10;
    font-size: 10pt;
  }
  /*menu, couleur du hover des sousmenu*/
  .navbar-nav .open .dropdown-menu .menuleaf a:hover,
  .navbar-nav .open .dropdown-menu .menuleaf a:focus {
    background: #c47c0e;
  }
  .navbar-main .menuleaf .navbar-toggle,
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background: #dc8b10;
  }

  .news-home .titre a,
  .news-home .titre a:visited,
  .news-home .titre a:hover,
  .news-home .titre a:focus,
  .news-home .titre a:active {
    font-size: 16pt;
  }
  .news-home .encart-actu {
    border-right: none;
  }
  .news-home .titre-actu {
    height: auto;
    background: url("../images/puce.gif") no-repeat center left;
    padding-left: 20px;
    margin: 5px;
  }
  .gris {
    background-color: #3b3737;
  }
  .page-camion {
    background: none;
    padding: 5px 0;
    height: auto;
    margin-top: 0;
    font-size: 10pt;
  }

  .bg_prod {
    background: #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .prod-xs .orange {
    background: #005ba6;
  }
  .prod-xs .noir {
    background: #3b3737;
  }
  .prod-xs .vert {
    background: #72b62b;
  }
  .prod-xs > div {
    margin-bottom: 10px;
  }
  .prod-xs a,
  .prod-xs a:visited,
  .prod-xs a:hover,
  .prod-xs a:focus,
  .prod-xs a:active {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 42px;
  }

  .prefooter {
    background: #ffffff;
  }
  .prefooter .picto {
    height: 120px;
    padding: 0 5px;
  }
  .prefooter .picto .ico {
    padding-bottom: 10px;
  }
  .prefooter .picto .txt {
    font-size: 13px;
  }
  .prefooter .elt1,
  .prefooter .elt2 {
    width: 50%;
  }

  .bg_footer .reseau {
    padding: 10px 15px;
  }

  .bg_footer .bloc {
    width: 50%;
  }

  .balise-blockfixe {
    background: none;
    box-shadow: none;
    padding: 0px;
    top: 200px !important;
  }
  .balise-blockfixe .page_contact .lien i {
    font-size: 26px;
    margin-right: 0;
  }
  .balise-blockfixe .page_contact .lien a {
    text-align: center;
    padding: 5px 20px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 0 1px !important;
  }
  .navbar-nav > li,
  .navbar-nav > li.firstroot,
  #ligne_menu .navbar-nav > li.menuroot > a > .itemname {
    width: 12.5%;
    height: 42px;
    font-size: 8pt;
    line-height: 14px;
    font-weight: normal;
  }
  .navbar-nav .open .dropdown-menu,
  #ligne_menu .navbar-nav li.menuroot:hover > a,
  #ligne_menu .navbar-nav li.menuroot:focus > a {
    font-size: 9pt;
  }
  .search {
    padding-top: 10px;
  }

  .bg_footer .bloc {
    width: 17%;
  }
  .bg_footer .arteba {
    width: 20%;
  }
  .bg_footer .arteba img {
    margin-bottom: 15px;
  }
  .bg_footer .logo-f {
    width: 29%;
    padding-top: 20px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding: 0 3px !important;
  }
  .navbar-nav > li,
  .navbar-nav > li.firstroot,
  #ligne_menu .navbar-nav > li.menuroot > a > .itemname {
    width: 12.5%;
    height: 42px;
    font-size: 9pt;
    font-weight: bold;
  }
  .search {
    padding-top: 20px;
  }
  .bg_footer .bloc {
    width: 18%;
  }
  .bg_footer .logo-f {
    padding-top: 10px;
    width: 29%;
  }
  .bg_footer .edf {
    width: 17%;
  }
  .bg_footer .edf {
    padding-top: 30px;
  }
  .bg_footer .edf img {
    margin-bottom: 15px;
  }
  .bg_footer .arteba {
    padding-top: 30px;
  }
  .bg_footer .arteba img {
    margin-bottom: 6px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-nav > li,
  .navbar-nav > li.firstroot,
  #ligne_menu .navbar-nav > li.menuroot > a > .itemname {
    line-height: 18px;
    font-size: 14px;
  }
  .navbar-nav .open .dropdown-menu,
  #ligne_menu .navbar-nav li.menuroot:hover > a,
  #ligne_menu .navbar-nav li.menuroot:focus > a {
    font-size: 14px;
  }
  #ligne_menu .navbar-nav,
  .container {
    width: 1140px;
  }

  #ligne_menu .dropdown-menu {
    padding: 0;
  }
}
