.zone-breadcrumb-wrapper {
  display: block;
  height: 60px;
  background-color: #f2eee9;
}

/* CRUMBS */
.zone-breadcrumb-wrapper .block-crumbs {
  display: block;
  width: auto;
  height: 100%;
}
.zone-breadcrumb-wrapper .block-crumbs .breadcrumb {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
.zone-breadcrumb-wrapper .block-crumbs .breadcrumb a {
  color: #000000;
  font-family: "DaxRegular";
  font-size: 1.1em;
}
.zone-breadcrumb-wrapper .block-crumbs .breadcrumb .crumbs-current-page {
  color: #eda41e;
  font-family: "DaxRegular";
  font-size: 1.1em;
}
.zone-breadcrumb-wrapper .block-bloc-outils {
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  float: right;
}

/* BLOC OUTILS */
.zone-breadcrumb-wrapper .block-bloc-outils .content .item-list .liste-outils li {
  display: inline-block;
  width: 40px;
  height: 60px;
  margin: 0;
  vertical-align: top;
}
.zone-breadcrumb-wrapper .block-bloc-outils .content .item-list .liste-outils li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url('../../img/header/text-size.png');
  background-repeat: no-repeat;
  background-position: 9px 20px;
}
.zone-breadcrumb-wrapper .block-bloc-outils .content .item-list .liste-outils li .lien-police-defaut {
  background-position: -67px 20px;
}
.zone-breadcrumb-wrapper .block-bloc-outils .content .item-list .liste-outils li .lien-police-plus {
  background-position: -147px 20px;
}
.zone-breadcrumb-wrapper .network-breadcrumb {
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  float: right;
}

/* ADD TO ANY */
.zone-breadcrumb-wrapper .network-breadcrumb .content .addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background-color: transparent !important;
}
.zone-breadcrumb-wrapper .network-breadcrumb .content .addtoany_list.a2a_kit_size_32 a > span.a2a_label {
  display: none;
}
.zone-breadcrumb-wrapper .network-breadcrumb .content .addtoany_list.a2a_kit_size_32 a > span svg{
  display: none !important;
}
.zone-breadcrumb-wrapper .network-breadcrumb .content .a2a_s_facebook {
  background-image: url('../../img/header/network_share.png') !important;
  background-repeat: no-repeat;
  background-position: -1px -4px !important;
}
.zone-breadcrumb-wrapper .network-breadcrumb .content .a2a_s_twitter {
  background-image: url('../../img/header/network_share.png') !important;
  background-repeat: no-repeat;
  background-position: -69px -4px !important;
}
.zone-breadcrumb-wrapper .network-breadcrumb .content .a2a_s_pinterest {
  background-image: url('../../img/header/network_share.png') !important;
  background-repeat: no-repeat;
  background-position: -137px -4px !important;
}
.zone-breadcrumb-wrapper .network-breadcrumb .content a:hover {
  opacity: 1;
}
.zone-breadcrumb-wrapper .network-breadcrumb .content a:hover .a2a_s_facebook {
  background-position: -1px -72px !important;
}
.zone-breadcrumb-wrapper .network-breadcrumb .content a:hover .a2a_s_twitter {
  background-position: -69px -72px !important;
}
.zone-breadcrumb-wrapper .network-breadcrumb .content a:hover .a2a_s_pinterest {
  background-position: -137px -72px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 760px){
  .zone-breadcrumb-wrapper {
    height: auto;
  }
}
