/**
 * Update Juin 2018
 * Anthony Brard - leoggo.net
 */

body{
  background: #fff;
}
.boxed_layout{
  box-shadow: 0 0;
}

/* Main menu */
@media only screen and (min-width: 768px){
  .menu_wrap.type_2 .main_menu > li > a,
  .menu_wrap.type_2 .main_menu > li:nth-of-type(1) > a,
  .menu_wrap.type_2 .main_menu > li:nth-of-type(7) > a,
  .menu_wrap.type_2 .main_menu > li:nth-of-type(9) > a,
  .menu_wrap.type_2 .main_menu > li:nth-of-type(10) > a{
    max-width: 320px!important;
    width: 100%!important;
  }
}

@media only screen and (max-width: 767px){
  .color-571a66 > a{background-color: #571a66!important;}
  .color-ed797d > a{background-color: #ed797d!important;}
  .color-eb5d0b > a{background-color: #eb5d0b!important;}
  .color-e0001e > a{background-color: #e0001e!important;}
  .color-70c2b2 > a{background-color: #70c2b2!important;}
  .color-21a1e1 > a{background-color: #21a1e1!important;}
  .color-9a929d > a{background-color: #9a929d!important;}
  .color-ddda2a > a{background-color: #ddda2a!important;}
  .color-70c2b2 > a{background-color: #70c2b2!important;}
}
@media only screen and (min-width: 768px){
  #block-system-main-menu .main_menu{
    display: flex;
  }
  #block-system-main-menu .main_menu > li{
    display: block;
    float: none;
    flex: 1 1 auto;
    max-width: 15%;
  }
  #block-system-main-menu .main_menu > li:before{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 21px;
    background: #8e8d8d;
    margin-left: -1px;
    margin-top: 6px;
  }
  #block-system-main-menu .main_menu > li.first:before,
  #block-system-main-menu .main_menu > li:hover:before,
  #block-system-main-menu .main_menu > li:hover + li:before{
    display: none
  }
  #block-system-main-menu .main_menu > li > a{
    max-width: none!important;
    height: 100%!important;
    padding: 5px 2px !important;
    display: flex;
    align-items: center;
  }
  #block-system-main-menu .main_menu > li > a h2,
  #block-system-main-menu .main_menu > li > a span{
    margin-top: 0!important;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 993px){
  #block-system-main-menu .main_menu > li:before{
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1201px){
  #block-system-main-menu .main_menu > li:before{
    margin-top: 16px;
  }
  #block-system-main-menu .main_menu > li > a{
    padding: 12px 16px !important;
  }

  /*#block-system-main-menu .main_menu > li:nth-child(2){
    max-width: 140px;
  }
  #block-system-main-menu .main_menu > li:nth-child(3){
    max-width: 140px;
  }*/
  #block-system-main-menu .main_menu > li:nth-child(1){
    min-width: 95px;
  }
  #block-system-main-menu .main_menu > li:nth-child(8){
    min-width: 136px;
  }

  .product_single_preview{
    margin-bottom: 200px;
  }

}

/* page catégories */
.page-taxonomy-term .page_content_offset{
  padding-top: 0;
}
.taxonomy-term.vocabulary-terms{
  position: relative;
}
.taxonomy-term.vocabulary-terms .title-main-category{
  margin-left: 60px;
  margin-bottom: 0;
  display: flex;
  min-height: 60px;
  align-items: center;
  font-family: Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
}
.taxonomy-term.vocabulary-terms > .content > .col-sm-12{
  position: static;
}
.taxonomy-term.vocabulary-terms div.picto-category{
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  margin: 0;
}
.taxonomy-term.vocabulary-terms .field-body{
  width: 100%;
  max-width: 92%;
  padding-left: 15px!important;
}

@media only screen and (min-width: 768px){
  .taxonomy-term.vocabulary-terms .field-body{
    max-width: none;
  }
}
@media only screen and (min-width: 992px){
  .taxonomy-term.vocabulary-terms div.picto-category{
    width: 40px;
    height: 40px;
  }
  .taxonomy-term.vocabulary-terms div.picto-category i{
    font-size: 40px;
    left: 0px;
    top: 1px;
  }
  .taxonomy-term.vocabulary-terms .title-main-category{
    margin-left: 86px;
    min-height: 60px;
  }
}

/* term description accordion */
.taxonomy-term-description{
  height: auto;
  max-height: 100em;
  transition: all .5s;
  overflow: auto;
  position: relative;
  margin-bottom: 5px;
}
.taxonomy-term-description.closed{
  max-height: 10em;
  overflow: hidden;
}
.taxonomy-term-description .readmore{
  position: absolute;
  font-size: 12px;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  padding: 30px 0 0px;
  cursor: pointer;
  /*background: #fff;*/

  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@media only screen and (min-width: 992px){
  .taxonomy-term-description.closed{
    max-height: 8em;
  }
}
@media only screen and (min-width: 1201px){
  .taxonomy-term-description.closed{
    max-height: 6.5em;
  }
}

/* liste produits + filtres */
.view-liste-produits-filtre > .view-content > h2,
.filters-list{
  clear: both;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.filters-list{
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}
.view-liste-produits-filtre > .view-content > h2 a,
.filters-list a{
  /*font-size: 12px;
  display: inline-block;
  border: 1px solid;
  line-height: 1;
  padding: 5px 10px;
  margin: 0 5px 5px 0;*/
  display: flex;
  background-color: #e9e9e9;
  padding: 4px 10px;
  margin-right: 3px;
  margin-bottom: 3px;
  width: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4f4f51;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.page-taxonomy-term-96 .view-liste-produits-filtre > .view-content > h2 a,
.page-taxonomy-term-97 .filters-list a,
.page-taxonomy-term-98 .filters-list a,
.page-taxonomy-term-99 .filters-list a,
.page-taxonomy-term-130 .filters-list a,
.page-taxonomy-term-185 .filters-list a{
  /* background-color: #4c4c4c; */ /* BG + foncé avec le jaune */
}
.view-liste-produits-filtre > .view-content > h2 a:hover,
.view-liste-produits-filtre > .view-content > h2 a:focus,
.view-liste-produits-filtre > .view-content > h2 a.current,
.filters-list a:hover,
.filters-list a:focus,
.filters-list a.current{
  border-color: transparent;
  color: #fff!important;
  background-color: #005192!important;
}
.view-liste-produits-filtre .views-row{
  /*max-width: 260px;*/
  margin: auto;
}
.view-liste-produits-filtre .views-row img{
  width: 100%;
}
.view-liste-produits-filtre .views-row + h3,
.view-liste-produits-filtre .views-row + h2{
  padding-top: 30px;
}
.view-liste-produits-filtre .views-row .animate_ftb{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.view-liste-produits-filtre .product_item {
  width: auto;
}
@media only screen and (max-width: 691px) {
  .view-liste-produits-filtre .product_item {
    margin-left: 0;
    margin-right: 0;
  }
}
.view-liste-produits-filtre .product_item .photoframe.photoframe{
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin: 0!important;
  width: auto;
}
.view-liste-produits-filtre .product_item .photoframe.photoframe:hover{

}
.view-liste-produits-filtre .product_item figcaption{
  padding: 7px 0;
  background: #363c42!important;
}
.view-liste-produits-filtre .product_item figcaption h3{
  margin-bottom: 0;
  font-size: 1.14em;
}
.view-liste-produits-filtre .product_item figcaption a{
  color: #fff;
}
.view-liste-produits-filtre .product_item figcaption .clearfix{
  display: none;
}
.product_item .photoframe img{
  width: 100%;
}

@media only screen and (min-width: 692px){
  .view-liste-produits-filtre .view-content{
    margin-left: -10px;
    margin-right: -10px;
  }
  .view-liste-produits-filtre > .view-content > h2,
  .filters-list{
    margin-left: 10px;
    margin-right: 7px;
    flex-wrap: nowrap;
  }
  .view-liste-produits-filtre > .view-content > h2 a,
  .filters-list a{
    width: 100%;
    min-height: 40px;
    color: #363c42!important;
  }
  .view-liste-produits-filtre .views-row{
    width: 33.3333%;
    float: left;
  }

  .view-product-list{
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media only screen and (min-width: 993px){
  .view-product-list{
    margin-left: -10px;
    margin-right: -10px;
  }
  .category_grid .product_item{
    width: 225px;
  }
  .category_grid .product_item img{
    width: 100%;
  }
}

@media only screen and (min-width: 1201px){
  .view-liste-produits-filtre .view-content{
    margin-left: -15px;
    margin-right: -15px;
  }
  .view-liste-produits-filtre .views-row{
    max-width: none;
  }
  .view-liste-produits-filtre > .view-content > h2,
  .filters-list{
    margin-left: 15px;
    margin-right: 12px;
  }
  .category_grid .product_item{
    width: 269px;
  }
}

/* page actualités */
.page-taxonomy-term-149 #block-system-main .content > .node,
.page-taxonomy-term-123 #block-system-main .content > .node,
.page-taxonomy-term-124 #block-system-main .content > .node,
.page-taxonomy-term-125 #block-system-main .content > .node{
  margin: 0 0 2rem;
}
.page-taxonomy-term-149 #block-system-main .content > .node .main,
.page-taxonomy-term-123 #block-system-main .content > .node .main,
.page-taxonomy-term-124 #block-system-main .content > .node .main,
.page-taxonomy-term-125 #block-system-main .content > .node .main{
  position: relative;
}
.page-taxonomy-term-149 #block-system-main .content > .node a,
.page-taxonomy-term-123 #block-system-main .content > .node a,
.page-taxonomy-term-124 #block-system-main .content > .node a,
.page-taxonomy-term-125 #block-system-main .content > .node a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.75);
}
.page-taxonomy-term-149 #block-system-main .content > .node a:hover,
.page-taxonomy-term-123 #block-system-main .content > .node a:hover,
.page-taxonomy-term-124 #block-system-main .content > .node a:hover,
.page-taxonomy-term-125 #block-system-main .content > .node a:hover{
  background: rgba(255,255,255,.2);
  color: #fff;
  text-shadow: 0 0 .5rem #000;
}
.page-taxonomy-term-149 #block-system-main .content > .node a span,
.page-taxonomy-term-123 #block-system-main .content > .node a span,
.page-taxonomy-term-124 #block-system-main .content > .node a span,
.page-taxonomy-term-125 #block-system-main .content > .node a span{

}

@media only screen and (min-width: 480px){
  .page-taxonomy-term-149 #block-system-main,
  .page-taxonomy-term-123 #block-system-main,
  .page-taxonomy-term-124 #block-system-main,
  .page-taxonomy-term-125 #block-system-main{
    margin-left: -3%;
    margin-right: -3%;
  }
  .page-taxonomy-term-149 #block-system-main .content > .node,
  .page-taxonomy-term-123 #block-system-main .content > .node,
  .page-taxonomy-term-124 #block-system-main .content > .node,
  .page-taxonomy-term-125 #block-system-main .content > .node{
    float: left;
    width: 44%;
    margin: 0 3% 6%;
  }
}

@media only screen and (min-width: 768px){
  .page-taxonomy-term-149 #block-system-main,
  .page-taxonomy-term-123 #block-system-main,
  .page-taxonomy-term-124 #block-system-main,
  .page-taxonomy-term-125 #block-system-main{
    margin-left: -2%;
    margin-right: -2%;
  }
  .page-taxonomy-term-149 #block-system-main .content > .node,
  .page-taxonomy-term-123 #block-system-main .content > .node,
  .page-taxonomy-term-124 #block-system-main .content > .node,
  .page-taxonomy-term-125 #block-system-main .content > .node{
    width: 29%;
    margin: 0 2% 4%;
    height: 170px;
  }
}

@media only screen and (min-width: 1201px){
  .page-taxonomy-term-149 #block-system-main .content > .node,
  .page-taxonomy-term-123 #block-system-main .content > .node,
  .page-taxonomy-term-124 #block-system-main .content > .node,
  .page-taxonomy-term-125 #block-system-main .content > .node{
    height: 220px;
  }
}

/* autres ajustements */
.taxonomy_buttons .surmesure_link .surmesure_text {
  font-size: 18px;
}

.h_top_part.container .logo_numero1 {
  /*position: absolute;*/
  position: static;
  margin-top: 2.5vw;
  right: 72px;
  top: 65px;
  width: 88%;
  margin-left: -47px;
}

.jackbox-social{
  display: none;
}

.view-cat-gorie-parente{

}
.view-cat-gorie-parente .views-row{
  /*float: right;*/
  margin: 0 0 1rem 0;
  text-align: right;
}
.view-cat-gorie-parente .views-row a{
  display: inline-block;
  padding: .5rem 1.5rem;
  color: #fff;
  white-space: nowrap;
  background: #353c41;
}
.view-cat-gorie-parente .views-row a:hover,
.view-cat-gorie-parente .views-row a:focus{
  text-decoration: underline;
}

@media only screen and (min-width: 993px){
  .view-cat-gorie-parente .views-row{
    margin-top: -31px;
    margin-bottom: 31px;
  }
}

/*
.btn-571a66 > a{background-color: #571a66!important;}
.btn-ed797d > a{background-color: #ed797d!important;}
.btn-eb5d0b > a{background-color: #eb5d0b!important;}
.btn-e0001e > a{background-color: #e0001e!important;}
.btn-70c2b2 > a{background-color: #70c2b2!important;}
.btn-21a1e1 > a{background-color: #21a1e1!important;}
.btn-9a929d > a{background-color: #9a929d!important;}
.btn-ddda2a > a{background-color: #ddda2a!important;}
.btn-70c2b2 > a{background-color: #70c2b2!important;}
.btn-e75a1d > a{background-color: #e75a1d!important;}
*/

@media only screen and (min-width: 457px){
  .h_top_part.container .logo_numero1 {
    right: 74px;
    top: 120px;
    width: 70%;
    margin-left: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 571px){
  .h_top_part.container .logo_numero1 {
    right: 12px;
    top: 64px;
    width: auto;
  }
}
@media only screen and (min-width: 681px){
  .h_top_part.container .logo_numero1 {
    top: -3px;
  }
}
@media only screen and (min-width: 993px){
  .h_top_part.container .logo_numero1 {
    top: 15px;
    right: auto;
  }
}

#block-bean-rebond-entreprise .bean-sidebar-block.bck-img a{
    /* overflow: visible; */
}

/* Only for mobile */
@media only screen and (max-width: 380px){
  h1{
    font-size: 22px;
  }
  .menu_wrap.type_2 .main_menu > li > a span,
  .menu_wrap.type_2 .main_menu > li > a h2{
    font-size: .7em;
  }
  .menu_wrap.type_2 .main_menu > li:nth-of-type(7) > a span,
  .menu_wrap.type_2 .main_menu > li:nth-of-type(7) > a h2 {
    margin-top: 0 !important;
  }
  .horizontal_list > li.f_xs_none a{
    font-size: 12px;
  }
}

@media only screen and (max-width: 456px){
  .h_bot_part .logo_wrapper{
    margin-top: -65px;
  }
  .logo_wrapper img{
    width: 60%;
  }
  .h_top_part.container {
    padding-top: 30px !important;
  }
  .h_top_part .search_form{
    display: none;
  }
  .webform-client-form #edit-submitted-interest {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    height: auto;
  }
}
@media only screen and (max-width: 480px){
  #block-views-list-product-category-block-all .title-gamme{
    font-size: 14px;
  }
}
@media only screen and (max-width: 570px){
  .h_top_part .language_selector{
    display: none;
  }
}
@media only screen and (max-width: 767px){
  .region-right-sidebar .reinsurance-list.horizontal_list,
  #block-views-sidebar-dernieres-actus-block{
    width: 100%;
  }
  .region-right-sidebar .bottom_slider_link {
    max-width: 371px;
    margin-left: auto;
    margin-right: auto;
  }
  .horizontal_list > li.f_xs_none {
    float: left;
  }
  .horizontal_list > li.f_xs_none a{
    /*border-radius: 4px 4px 0 0;*/
  }
}

@media only screen and (max-width: 992px){
  .d_block.contact_us_link .xxs_image{
    width: 17px;
  }
  .d_block.devis_link .xxs_image{
    width: 20px;
  }
  .d_block.catalogue_link .xxs_image{
    width: 28px;
  }
  .d_block.surmesure_link .xxs_image{
    width: 23px;
  }
}

/* Shortcode 'Bouton' */
a.bouton{
  display: inline-block;
  background: #005091;
  border: #005091 1px solid;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 69px 16px 19px!important;
  margin: 20px auto;
  position: relative;
}
a.bouton:before{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background: #fff;
  right: 49px;
  top: 50%;
  margin-top: -12px;
}
a.bouton:after{
  content: '›';
  display: block;
  position: absolute;
  top: 50%;
  font-weight: normal;
  font-size: 36px;
  margin-top: -21px;
  right: 20px;
}
a.bouton:hover,
a.bouton:focus{
  text-decoration: none;
  background: #fff!important;
  color: #005091!important;
}
a.bouton:hover:before,
a.bouton:focus:before{
  background: #005091;
}

/* Cookie bar 2019 */
#cookie-bar.fixed.bottom{
  background: #fff;
  color: #4f4f51;
  border-top: 2px solid #c2c002;
}
#cookie-bar .inner-content{
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-right: 50px;
  position: relative;
  background: url(../images/abriplus/cookiebar.png) no-repeat right 16px;
}
#cookie-bar .inner-content i{
  display: none;
}
#cookie-bar .inner-content p{
  font-size: 12px;
  line-height: 17px;
  width: auto;
}
#cookie-bar .inner-content p a{
  color: #c1bf00;
  font-weight: bold;
  text-transform: none;
  padding: 0;
  margin: 0;
}
#cookie-bar .inner-content .acceptBtn{
  font-weight: bold;
  font-size: 13px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  background: #c2c002;
  color: #fff;
  /*border-radius: 5px;*/
  float: right;
  margin-top: 24px;
}

@media only screen and (min-width:480px){
  #cookie-bar .inner-content{
    padding-right: 0;
    padding-left: 75px;
    background-position: left 14px;
  }
}
@media only screen and (min-width:768px){
  #cookie-bar .inner-content{
    padding-right: 180px;
  }
  #cookie-bar.fixed.bottom{
    bottom: auto;
    top: 0;
    position: relative;
    border-top: 0;
    border-bottom: 2px solid #c2c002;
  }

  #cookie-bar .inner-content .acceptBtn{
    position: absolute;
    right: 0;
    top: 19px;
    margin-top: 0;
  }

}

/* IE 10+ hack */
@media only screen and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #block-system-main-menu .main_menu{
    display: table;
  }
  #block-system-main-menu .main_menu > li{
    display: table-cell;
  }
  #block-system-main-menu .main_menu > li > a{
    display: block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

/* Update juin 2019 - AB */
/*#menu_button.active > span:nth-child(1){
  transform: translate3d(0,10px,0) rotateZ(45deg);
}
#menu_button.active > span:nth-child(2){
  opacity: 0;
}
#menu_button.active > span:nth-child(3){
  transform: translate3d(0,-8px,0) rotateZ(-45deg);
}
*/
.menu_wrap.type_2 nav .close{
  display: none;
  position: absolute;
  left: 3rem;
  top: 3rem;
  font-size: 8rem;
}
.h_bot_part + .container{
  position: relative;
  z-index: 9999;
}
.footer_search{
  float: left;
  width: calc(100% - 50px);
  min-width: 160px;
  margin-top: 5px;
}
.footer_search .search_form .search_input{
  display: inline-block;
  width: calc(100% - 49px);
  height: 44px;
}
.footer_search .search_form .search_submit{
  height: 44px;
  width: 49px;
}
.footer_search + a.language_selector img{
  margin-top: 10px;
  float: right;
}

.description_plus{
  clear: both;
  padding-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px){
  .region-slider{
    display: none;
  }
  .slider_left{
    margin-bottom: 0;
  }
  #block-bean-home-reinsurance {
    margin-top: 10px;
  }
  /*.taxonomy-term-description p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .taxonomy-term-description p + p,
  .taxonomy-term-description br{
    display: none;
  }*/
  .taxonomy-term-description{
    position: relative;
    overflow: hidden;
  }
  .taxonomy-term-description.readmore{
    max-height: 124px;
    margin-right: -28px;
    padding-right: 28px;
  }
  .taxonomy-term-description.readmore:after{
    content: '+';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    background: #005091;
    color: #fff;
  }
  /*
  .taxonomy-term-description.opened p{
    white-space: normal;
  }
  .taxonomy-term-description.opened p + p,
  .taxonomy-term-description.opened br{
    display: block;
  }
  */
  .taxonomy-term-description.opened:after{
    opacity: 0;
  }
  .taxonomy-term-description.readmore.opened{
    max-height: none;
  }
  .page_content_offset .m_top{
    margin-top: 0;
  }
  .page_content_offset .m_xs_bottom_30{
    margin-bottom: 10px;
  }
  .bean-sidebar-block{
    max-width: 371px;
  }
  /*.breadcrumbs ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }*/
  .breadcrumbs ul li{
    float: none;
    display: inline;
    margin-right: 4px;
  }
  .breadcrumbs ul li i{
    margin-left: 4px;
  }
  header[role="banner"]{
    position: relative;
    z-index: 100;
  }
  .menu_wrap.type_2 nav{
    position: fixed;
    padding-top: 70px;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #eee;
    z-index: 9999;
    overflow: auto!important;
  }
  .menu_wrap.type_2 nav .close{
    display: block;
  }
}
@media only screen and (max-width: 691px){

  .view-liste-produits-filtre > .view-content > h2,
  .filters-list{
    display: block;
    position: relative;
    padding-top: 27px;
    height: auto;
    max-height: 27px;
    overflow: hidden;
    transition: all .25s;
    margin: 0;
  }
  .view-liste-produits-filtre > .view-content > h2.opened,
  .filters-list:hover{
    max-height: 100vh;
  }
  .view-liste-produits-filtre > .view-content > h2 a,
  .filters-list a{
    display: block;
  }
  .view-liste-produits-filtre > .view-content > h2 a.current,
  .filters-list a.current{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    padding-right: 34px;
  }
  .view-liste-produits-filtre > .view-content > h2 a.current:after,
  .filters-list a.current:after{
    display: block;
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #fff;
    top: 10px;
    right: 10px;
  }
  .view-liste-produits-filtre > .view-content > h2 a.current:before,
  .filters-list a.current:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 1px;
    background: #fff;
  }
  .view-liste-produits-filtre .row-group{
    overflow: hidden;
    margin-bottom: 20px;
  }
  .view-liste-produits-filtre .views-row{
    float: left;
    width: 50%;
  }
  .products_container .product_item, .category_grid .product_item{
    position: static!important;
    width: 50%!important;
    float: left;
    transform: translate(0)!important;
  }
  .products_container .product_item .photoframe,
  .category_grid .product_item .photoframe{
    width: auto!important;
  }
  .view-liste-produits-filtre .views-row:nth-child(even),
  .products_container .product_item:nth-child(even), .category_grid .product_item:nth-child(even){
    padding-left: 10px;
  }
  .view-liste-produits-filtre .views-row:nth-child(odd),
  .products_container .product_item:nth-child(odd), .category_grid .product_item:nth-child(odd){
    padding-right: 10px;
  }
  .taxonomy_buttons{
    margin-top: 0;
  }
  .product-list .view-product-list .product_item figure.photoframe figcaption,
  .view-liste-produits-filtre .product_item figcaption{
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-list .view-product-list .product_item figure.photoframe figcaption.product-title a,
  .view-liste-produits-filtre .product_item figcaption a{
    line-height: 1;
    white-space: normal!important;
    overflow: visible;
    font-size: 12px;
  }
  #block-views-sidebar-dernieres-actus-block{
    margin-bottom: 0;
  }
  #fancybox-title{
    left: auto!important;
    right: 0;
  }
  #fancybox-title-float-wrap td{
    white-space: normal;
    border: 2px solid #fff;
  }
  #fancybox-title-float-left,
  #fancybox-title-float-right{
    display: none;
  }
  #fancybox-title-float-main{
    border-radius: 15px;
    display: block;
    line-height: 1.5;
    text-align: center;
    padding: 4px 10px;
    background: #000;
  }
  #product_block-related_product{
    margin-bottom: 0;
  }
  #product_block-related_product .photoframe{
    margin-bottom: 0;
    border-bottom: 0;
  }
  .page_content_offset{
    padding-bottom: 15px;
  }
  #block-bean-rebond-entreprise,
  #block-bean-rebond-entreprise .widget{
    max-width: 371px;
    background-position: center;
  }
  #block-views-product-specials-block,
  #block-views-clients-specials-block{
    max-width: 371px;
  }
  #block-views-sidebar-dernieres-actus-block + .block{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 680px){
  .menu_wrap.type_2 nav{
    /*padding-top: 175px;*/
  }
}
@media only screen and (max-width: 639px){

  #block-views-list-product-category-block-all .title-gamme{
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
  }
  #block-views-list-product-category-block-all .img-wrapper {
    height: 40vw;
  }
  #block-views-list-product-category-block-all .view-list-product-category div.views-view-grid .grid-item .term-category a img{
    display: block;
    margin-top: -20vw;
  }
  #block-views-list-product-category-block-all .view-list-product-category div.views-view-grid .grid-item .term-title{
    display: flex;
    align-items: center;
  }
  #block-views-list-product-category-block-all .view-list-product-category div.views-view-grid .grid-item .term-title div.picto-category{
    flex: 0 0 64px;
    margin: 0 0 0 8px;
    transform: scale(.5);
  }
  #block-views-list-product-category-block-all .view-list-product-category div.views-view-grid .grid-item .term-title div.title{
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #block-bean-home-reinsurance li.reinsurance-item{
    margin-bottom: 30px;
    padding: 0!important;
    max-width: none;
  }
  .photoframe.m_bottom_45{
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px){
  .view-filters{
    min-height: 31px;
    padding-top: 0;
  }
  .portfolio_filter{
    float: left;
    margin: 0;
    max-width: calc(50% - 5px);
  }
  .portfolio_filter + .portfolio_filter{
    margin-left: 10px!important;
  }
  .portfolio_filter .select_title.type_2,
  .portfolio_filter ul.select_list{
    min-width: 0!important;
    font-size: 10px;
  }
  .portfolio_filter .select_title.type_2{
    padding: 3px 20px 3px 6px;
  }
  .portfolio_filter .select_title.type_2:before{
    right: 20px;
  }
  .portfolio_filter .select_title.type_2:after{
    right: 4px;
  }
  .portfolio_filter .select_title.type_2 + .select_list > li{
    padding: 8px 0 8px 8px;
    line-height: 1.2;
  }
  .portfolio_isotope_container .portfolio_item{
    margin: 0 0 15px;
  }
  .node-page.node-full .view-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 456px){
  .menu_wrap.type_2 nav{
    /*padding-top: 125px;*/
  }

  .h_top_part.container {
    position: absolute;
    right: 0;
  }
  .h_bot_part.container {
    padding-top: 116px;
    margin-bottom: -45px;
  }

}
@media only screen and (max-width: 340px){
  .view-liste-produits-filtre .views-row{
    float: none;
    width: 100%;
  }
  .products_container .product_item, .category_grid .product_item{
    width: 100%!important;
    float: none;
  }
  .view-liste-produits-filtre .views-row:nth-child(even),
  .products_container .product_item:nth-child(even), .category_grid .product_item:nth-child(even){
    padding-left: 0;
  }
  .view-liste-produits-filtre .views-row:nth-child(odd),
  .products_container .product_item:nth-child(odd), .category_grid .product_item:nth-child(odd){
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px){
  .menu_wrap.type_2 nav{
    display: block!important;
  }
}

/* FIX octobre 2019 - AB */
@media only screen and (min-width: 768px){
  .boxed_layout{
    padding-top: 230px;
  }
  .boxed_layout.has-flash-info{
    padding-top: 261px;
  }
  header[role="banner"]{
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 993px){
  .boxed_layout{
    padding-top: 180px;
  }
  .boxed_layout.has-flash-info{
    padding-top: 227px;
  }
}
@media only screen and (min-width: 1200px){
  .boxed_layout{
    padding-top: 235px;
  }
  .boxed_layout.has-flash-info{
    padding-top: 246px;
  }
}


/* N°1 */
.numberOne{
  font-family: Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #80807f;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 23px;
}
.numberOne:after{
  margin-left: 17px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  box-shadow:  -7px 0 0 #0053a1, 7px 0 0 #e30513;
  transform: skew(-45deg);
}


/* Boutons Contact */

header .d_block2{
  color: #fff;
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 9px 2px 8px 44px;
  width: 203px;
  margin-right: 15px;
  position: relative;
  margin-top: 15px;
}
header .d_block2:hover{
  color: #fff;
}
header .d_block2.d_block2 .desktop span{
  display: block;
  float: none;
  text-align: left;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  /* line-height: 1; */
}
header .d_block2.d_block2 .mobile{
  display: none;
}
header .d_block2:before{
  content: '';
  display: block;
  background: center no-repeat;
  position: absolute;
  width: 48px;
  height: 51px;
  top: 0;
  left: 0;
}
header .devis_link {
  background-color: #005192;
}
header .devis_link:hover {
  color: #aca67a;
}
header .devis_link:before {
  background-image: url(../images/picto-calculatrice.svg);
  width: 44px;
}
header .catalogue_link {
  background-color: #717d89;
  padding-left: 62px;
}
header .catalogue_link:hover {
  color: #353c41;
}
header .catalogue_link:before {
  background-image: url(../images/picto-catalogue.svg);
  left: 4px;
}
header .surmesure_link {
  background-color: #aca67a;
  margin-right: 0;
  padding-left: 56px;
  color: #353c41;
}
header .surmesure_link:before {
  background-image: url(../images/picto-crayon.svg);
  width: 56px;
}

@media only screen and (max-width:1200px){
  header .d_block2{
    width: 190px;
    font-size: 14px;
    margin-top: 7px;
  }
  #block-views-list-product-category-block-all .view-list-product-category div.views-view-grid .grid-item .term-title div.title{
    font-size: 11px;
  }
}
@media only screen and (max-width: 992px){
  header .d_block2{
    width: 180px;
    margin-right: 10px;
  }
  header .sticky .d_block2{
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }
  header .sticky .d_block2:before{
    display: none;
  }
}
@media only screen and (max-width: 767px){
  header .d_block2{
    width: 170px;
    padding-left: 44px;
  }
  header .sticky .d_block2{
    margin-right: 4px;
    padding-left: 30px!important;
    padding-top: 14px;
    padding-bottom: 12px;
  }
  header .d_block2.devis_link{
    padding-left: 30px;
  }
  header .sticky .d_block2.devis_link{
    padding-left: 24px!important;
  }
  header .d_block2:before{
    transform: scale(.75);
    margin-left: -8px;
  }

  header .sticky .d_block2:before{
    display: block;
    margin-top: -6px;
    margin-left: -12px;
    transform: scale(.5);
  }

  header .sticky .d_block2 .desktop{
    display: none;
  }
  header .sticky .d_block2 .mobile{
    display: block;
  }

  header .sticky .action_button_wrapper .d_block span.contact_phone{
    border: 0;
    font-size: 14px;
    margin: 13px 0;
    letter-spacing: 1px;
    padding: 0 10px;
    width: auto;
  }
  header .sticky .action_button_wrapper .d_block span.contact_us_text{
    display: none;
  }
}
@media only screen and (max-width: 755px){
  header .d_block2{
    padding-left: 8px!important;
    width: 144px;
  }
  header .d_block2:before{
    display: none;
  }
  header .sticky .d_block2{
  }
}
@media only screen and (max-width: 680px){
  header .action_button_wrapper .d_block span.contact_phone{
    border: 0;
    letter-spacing: 1px;
    padding-right: 0;
    margin: 10px 0!important;
    padding-left: 12px;
  }
  header .action_button_wrapper .d_block span.contact_phone a{
    color: #353c41;
  }
}
@media only screen and (max-width: 600px){
  header .d_block2.d_block2 .desktop{
    display: none;
  }
  header .d_block2.d_block2 .mobile{
    display: block;
  }
  header .d_block2{
    padding-left: 36px!important;
    width: auto;
    min-width: 100px;
    padding-right: 8px;
  }
  header .d_block2:before{
    display: block;
    margin-top: -10px;
  }
  header .sticky .surmesure_link {
    width: auto;
  }
  .h_top_part > div {
    padding-left: 142px;
  }
}
@media only screen and (max-width: 520px){
  header .surmesure_link{
    display: none;
  }
  .numberOne{
    letter-spacing: 0;
  }
  header .sticky .devis_link,
  header .sticky .catalogue_link {
    width: auto;
  }
}
@media only screen and (max-width: 456px){
 .h_top_part > div {
    padding-left: 102px;
    padding-top: 14px;
  }
}
@media only screen and (max-width: 380px){
  header .d_block2{
    font-size: 12px;
    margin-right: 2px;
    min-width: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  header .d_block2:before{
    margin-top: -6px;
  }
}
@media only screen and (max-width: 340px){
  header .d_block2,
  header .sticky .d_block2.devis_link,
  header .sticky .d_block2{
    padding-left: 6px!important;
  }
  header .d_block2:before{
    display: none!important;
  }
  .numberOne{
    font-size: 10px;
    margin-left: 10px;
    margin-top: 28px;
  }
  .numberOne:after{
    display: none;
  }
}


/* Actualites / Réalisations Homepage */
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links{
  max-width: 90%;
  margin-bottom: 30px;
  margin-top: 30px;
}
#block-bean-bloc-accueil-liens-sidebar-slide .extra-links li + li
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links li + li{
  padding-top: 3px;
}
#block-bean-bloc-accueil-liens-sidebar-slide .extra-links li + li:before,
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links li + li:before{
  content: '';
  display: block;
  height: 1px;
  width: 74px;
  float: right;
  background: #6f6f6e;
  margin-top: -4px;
}
#block-bean-bloc-accueil-liens-sidebar-slide .extra-links a,
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links a{
  display: block;
  text-align: right;
  font-size: 20px;
  color: #6f6f6e;
  text-transform: uppercase;
  font-family: Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
  position: relative;
  letter-spacing: 4px;
  padding: 17px 0;
}
#block-bean-bloc-accueil-liens-sidebar-slide .extra-links a:hover,
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links a:hover{
  color: #005192;
}
#block-bean-bloc-accueil-liens-sidebar-slide .extra-links a:before,
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links a:before{
  content: '';
  display: inline-block;
  background: no-repeat center;
  vertical-align: middle;
}
#block-bean-bloc-accueil-liens-sidebar-slide .extra-links .realisations a:before,
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links .realisations a:before{
  width: 44px;
  height: 44px;
  background-image: url(../images/icon-realisation.svg);
  margin-right: 18px;
  background-size: 100% auto;
}
#block-bean-bloc-accueil-liens-sidebar-slide .extra-links .realisations a:hover:before,
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links .realisations a:hover:before{
  background-image: url(../images/icon-realisation-blue.svg);
}
#block-bean-bloc-accueil-liens-sidebar-slide .extra-links .actualites a:before,
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links .actualites a:before{
  width: 60px;
  height: 44px;
  background-image: url(../images/icon-megaphone.svg);
  margin-right: 10px;
  background-size: 100% auto;
}
#block-bean-bloc-accueil-liens-sidebar-slide .extra-links .actualites a:hover:before,
#block-bean-bloc-accueil-liens-sidebar-slide--2 .extra-links .actualites a:hover:before{
  background-image: url(../images/icon-megaphone-blue.svg);
}


/* Collectivités, Industries, GMS Homepage */
#block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item:before{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background: #fff;
  right: 59px;
  top: 8px;
}
#block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item:after{
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 41px;
  background: no-repeat center;
  right: 0;
  top: 0;
}
#block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item.elem-building:after{background-image: url(../images/icon-collectivites.svg)}
#block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item.elem-factory:after {background-image: url(../images/icon-industrie.svg)}
#block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item.elem-cart:after    {background-image: url(../images/icon-gms-s.svg)}


/* Vignettes Homepage */
.term-category.term-81  .picto-category{background-image: url(../images/icon-velo.svg);}
.term-category.term-87  .picto-category{background-image: url(../images/icon-velo2.svg);}
.term-category.term-93  .picto-category{background-image: url(../images/icon-containeur.svg);}
.term-category.term-100 .picto-category{background-image: url(../images/icon-voyageurs.svg);}
.term-category.term-106 .picto-category{background-image: url(../images/icon-fumeur.svg);}
.term-category.term-112 .picto-category{background-image: url(../images/icon-mesure.svg);}
.term-category.term-107 .picto-category{background-image: url(../images/icon-parking.svg);}
.term-category.term-96  .picto-category{background-image: url(../images/icon-gms.svg);}


/* Vignettes Pages Catégories */
.page-taxonomy-term .taxonomy-term.vocabulary-terms .picto-category{
  width: 80px;
  height: 80px;
  background-color: transparent!important;
  top: -8px;
  left: -9px;
}
#taxonomy-term-81  .picto-category,
#taxonomy-term-82  .picto-category,
#taxonomy-term-83  .picto-category,
#taxonomy-term-84  .picto-category,
#taxonomy-term-187  .picto-category,
#taxonomy-term-148  .picto-category,
#taxonomy-term-179  .picto-category{background-image: url(../images/icon-velo.svg);}
#taxonomy-term-87  .picto-category,
#taxonomy-term-85  .picto-category,
#taxonomy-term-88  .picto-category,
#taxonomy-term-89  .picto-category,
#taxonomy-term-90  .picto-category{background-image: url(../images/icon-velo2.svg);}
#taxonomy-term-93  .picto-category,
#taxonomy-term-128  .picto-category,
#taxonomy-term-184  .picto-category,
#taxonomy-term-94  .picto-category,
#taxonomy-term-95  .picto-category{background-image: url(../images/icon-containeur.svg);}
#taxonomy-term-100 .picto-category,
#taxonomy-term-101 .picto-category,
#taxonomy-term-102 .picto-category,
#taxonomy-term-103 .picto-category,
#taxonomy-term-104 .picto-category,
#taxonomy-term-105 .picto-category{background-image: url(../images/icon-voyageurs.svg);}
#taxonomy-term-106 .picto-category,
#taxonomy-term-132 .picto-category,
#taxonomy-term-133 .picto-category{background-image: url(../images/icon-fumeur.svg);}
#taxonomy-term-112 .picto-category,
#taxonomy-term-139 .picto-category{background-image: url(../images/icon-mesure.svg);}
#taxonomy-term-107 .picto-category,
#taxonomy-term-110 .picto-category,
#taxonomy-term-111 .picto-category,
#taxonomy-term-108 .picto-category{background-image: url(../images/icon-parking.svg);}
#taxonomy-term-96  .picto-category,
#taxonomy-term-97  .picto-category,
#taxonomy-term-98  .picto-category,
#taxonomy-term-99  .picto-category,
#taxonomy-term-130  .picto-category,
#taxonomy-term-185  .picto-category{background-image: url(../images/icon-gms.svg);}


/* Blocs Actus, Réalisations, Entreprise */
#block-bean-home-reinsurance .slider_prev,
.region-right-sidebar .slider_prev ,
#block-bean-home-reinsurance .slider_next,
.region-right-sidebar .slider_next {
  position: relative;
}
#block-bean-home-reinsurance .slider_prev:before,
.region-right-sidebar .slider_prev:before ,
#block-bean-home-reinsurance .slider_next:before,
.region-right-sidebar .slider_next:before,
#block-bean-home-reinsurance .slider_prev:after,
.region-right-sidebar .slider_prev:after ,
#block-bean-home-reinsurance .slider_next:after,
.region-right-sidebar .slider_next:after {
  content: '';
  display: block;
  position: absolute;
}

#block-bean-home-reinsurance .slider_prev:before,
.region-right-sidebar .slider_prev:before ,
#block-bean-home-reinsurance .slider_next:before,
.region-right-sidebar .slider_next:before {
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 6px;
  left: 0;
  background: #353c41;
}

#block-bean-home-reinsurance .slider_prev:after,
.region-right-sidebar .slider_prev:after ,
#block-bean-home-reinsurance .slider_next:after,
.region-right-sidebar .slider_next:after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 13px;
  /* background: grey; */
}

#block-bean-home-reinsurance .slider_prev:after,
.region-right-sidebar .slider_prev:after {
  border-right: 11px solid #fff;
  left: 10px;
}
#block-bean-home-reinsurance .slider_next:after,
.region-right-sidebar .slider_next:after {
  border-left: 12px solid #fff;
  left: 14px;
}

#block-bean-home-reinsurance .entreprise-list .slider_next,
#block-bean-home-reinsurance .entreprise-list .slider_prev {
  display: none;
}


/* Blocs Alvéole et Plan de Mobilité */
.bean-sidebar-block.custom-bean {
  border: 2px solid #dddddd;
  font-family: Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
  text-align: left;
}
.bean-sidebar-block.custom-bean .content{
  border-left: 10px solid #b8a976;
  padding-bottom: 10px;
}
.bean-sidebar-block.custom-bean .surtitre{
  font-size: 17px;
  font-weight: bold;
  color: #be1621;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.bean-sidebar-block.custom-bean .titre{
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 10px;
  margin-bottom: 10px;
}
.bean-sidebar-block.custom-bean .titre span{
  font-size: 20px;
}
.bean-sidebar-block.custom-bean ul{
  line-height: 1.5;
  padding: 0 10px;
}
.bean-sidebar-block.custom-bean li{
  padding-left: 10px;
}
.bean-sidebar-block.custom-bean li:before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  float: left;
  margin-left: -10px;
  margin-top: 9px;
  background: #4a4949;
}
.bean-sidebar-block.custom-bean p{
  line-height: 1.5;
  padding: 0 13px;
  font-size: 14px;
  line-height: 1.3;
}
.bean-sidebar-block.custom-bean .image{
  text-align: center;
  margin: 20px 0 28px;
}
.bean-sidebar-block.custom-bean .bouton{
  text-align: center;
  margin-top: 10px;
}
.bean-sidebar-block.custom-bean .bouton a{
  display: inline-block;
  background: #be1621;
  color: #fff;
  min-width: 150px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
}

#block-bean-programme-alveole .bean-sidebar-block.custom-bean .content{

}
.alveole-infos {
  padding: 0 10px;
  /* max-width: 198px; */
  margin: auto;
}
.alveole-infos span{
  display: block;
}
.alveole-infos .line1{
  font-size: 19px;
  margin: 0 0 -14px 20px;
}
.alveole-infos .line2{
  color: #b8a976;
  font-weight: bold;
  height: 90px;
  text-indent: -999rem;
  overflow: hidden;
  background: url(../images/picto-60percent.png) no-repeat center;
  background-image: url(../images/picto-60percent.svg);
  background-size: 100% auto;
}
.alveole-infos .line3{
  color: #b8a976;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: -2px;
  margin: 1px 0 6px;
}
.alveole-infos .line4{
  color: #b8a976;
  font-weight: bold;
  font-size: 18px;
}

#block-bean-rebond-plan-de-mobilite .bean-sidebar-block.custom-bean .content{
  border-left-color: #939e76;
}
#block-bean-rebond-plan-de-mobilite .bean-sidebar-block.custom-bean .surtitre{
  text-transform: uppercase;
}


.region-right-sidebar .reinsurance-item-title{
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 50px;
}
.region-right-sidebar .bottom_slider_link {
  letter-spacing: 1px;
}


/* Produit */
.node-product-display .hover{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 60, 65, .75);
  opacity: 0;
  color: #fff;
  padding: 15% 10%;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition:    all .1s ease-in-out;
  -o-transition:      all .1s ease-in-out;
  -ms-transition:     all .1s ease-in-out;
  transition:         all .1s ease-in-out;
}
.node-product-display .pp_wrap ~ p,
.node-product-display .pp_wrap ~ ul,
.node-product-display .pp_wrap ~ div{
  display: none;
}
.node-product-display:hover .hover{
  opacity: 1;
}
.node-product-display .hover:after{
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background: url(../images/icon-readmore.svg) no-repeat center;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}
.node-product-display .hover-titre{
  display: block;
  font-size: 21px;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
  max-height: 40px;
  overflow: hidden;
}
.node-product-display .hover-text{
  display: block;
  font-size: 12px;
  position: relative;
  z-index: 2;
  max-height: 98px;
  overflow: hidden;
  line-height: 1.4;
}
.node-product-display .hover-text p,
.node-product-display .hover-text ul{
  margin: 0;
}
.node-product-display .hover-text li{
  padding-left: 8px;
}
.node-product-display .hover-text li:before{
  content: '';
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  float: left;
  margin-left: -8px;
  margin-top: 6px;
}

.node-product-display .picto_wrapper .col{
  width: 25%;
  text-align: center;
  float: left;
}
.node-product-display .picto_wrapper img{
  max-width: 110px;
  display: block;
  margin: auto;
}

.node-product-display .picto_wrapper .picto_veritas{
  padding-top: 8px;
}
.node-product-display .picto_wrapper .picto_ugap{
  padding-top: 5px;
}
.node-product-display .picto_wrapper .picto_veritas,
.node-product-display .picto_wrapper .picto_ugap{
  margin-bottom: 7px;
}
.node-product-display .picto_wrapper span{
  display: block;
  font-style: italic;
  font-weight: bold;
  font-family: Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
  font-size: 12px;
  line-height: 1.3
}

.node-product-display .technical-sheet-wrapper{
  margin: 0;
}
.node-product-display .product_btn,
.boutique_btn{
  display: inline-block;
  border: 2px solid /*red*/;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  padding: 6px;
  padding-left: 46px;
  min-width: 238px;
  margin-bottom: 20px;
  position: relative;
}
.node-product-display .product_btn span{
  display: block;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
.node-product-display .product_btn:after{
  display: none;
}
.node-product-display .product_btn:before{
  content: '';
  display: block;
  width: 46px;
  height: 48px;
  /*background: green;*/
  position: absolute;
  left: 0;
  top: 0;
}
#technical-sheet-btn{
  color: #575756;
  background: #c6c6c5;
  border-color: #c6c6c5;
  margin-right: 20px;
}
#technical-sheet-btn:hover{
  color: #fff;
}
#technical-sheet-btn:before{
   background: url(../images/picto-file.svg) no-repeat center;
}
#devis_link{
  color: #fff;
  background: #005091;
  border-color: #005091;
}
#devis_link:hover{
  color: #aca67a;
}
#devis_link:before{
  background: url(../images/picto-calculatrice.svg) no-repeat center;
}
#realisations_link{
  color: #6f6f6e;
  float: right;
  margin-right: 152px;
}
#realisations_link:hover{
  background: #c6c6c5;
}
#realisations_link:before{
  background: url(../images/icon-realisation.svg) no-repeat center;
  background-size: 70% auto;
}
#catalog-btn{
  color: #fff;
  background: #717d89;
  border-color: #717d89;
}
#catalog-btn:hover{
  color: #353c41;
}
#catalog-btn:before{
   background: url(../images/picto-catalogue.svg) no-repeat center;
   background-size: 76% auto;
}
.boutique_btn{
  border-color: #353c41;
  background:#353c41;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  padding-left: 58px;
  /* padding-top: 6px; */
  padding-bottom: 8px;
}
a.boutique_btn:hover{
  color: #fff;
}
.boutique_btn span{
  text-transform: uppercase;
  letter-spacing: -1px;
}
.boutique_btn .bigger{
  font-weight: bold;
  letter-spacing: 0;
  font-size: 15px;
  vertical-align: baseline;
}
.boutique_btn:before{
  content: '';
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  left: -2px;
  top: -2px;
  background: #be1621 url(../images/picto-caddie.svg) no-repeat center;
}

.product-listing{
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-bottom: 0;
}
.product-listing .field-name-field-image-3d{
  float: right;
  margin: -20px 50px -20px 15px;
}
.product-listing .field-name-field-image-3d + .description{
  margin-right: 365px;
}

.taxonomy_buttons .catalog-btn,
.taxonomy_buttons .surmesure_link{
  color: #fff;
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 9px 2px 8px 194px;
  width: 408px;
  margin-right: 15px;
  position: relative;
  float: left;
  background: url(../images/button-arrow.svg) no-repeat 75px 0;
}
.taxonomy_buttons .catalog-btn{
  background-color: #717d89;
  padding-left: 210px;
}
.taxonomy_buttons .surmesure_link{
  background-color: #aca67a;
  padding-left: 210px;
  color: #353c41;
}
.taxonomy_buttons .surmesure_link:hover{
  color: #fff;
}
.taxonomy_buttons .catalog-btn span,
.taxonomy_buttons .surmesure_link span{
  display: block;
  float: none;
  text-align: left;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
}
.taxonomy_buttons .catalog-btn:before,
.taxonomy_buttons .surmesure_link:before{
  content: '';
  display: block;
  background: center no-repeat;
  position: absolute;
  width: 48px;
  height: 51px;
  top: 0;
  left: 150px;
}
.taxonomy_buttons .catalog-btn:before{
  background-image: url(../images/picto-catalogue.svg);
}
.taxonomy_buttons .surmesure_link:before{
  background-image: url(../images/picto-crayon.svg);
}


@media only screen and (max-width: 1200px){
  #block-bean-bloc-accueil-liens-sidebar-slide .extra-links a{
    font-size: 14px;
  }

  #block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item a span, #block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item a h3, #block-bean-bloc-accueil-liens-sidebar-slide--2 .bean-sidebar-slider-links li.link-item a span, #block-bean-bloc-accueil-liens-sidebar-slide--2 .bean-sidebar-slider-links li.link-item a h3{
    font-size: 17px;
  }

  #block-bean-home-reinsurance .reinsurance-item-title, .region-right-sidebar .reinsurance-item-title{
    font-size: 16px;
  }

  .bean-sidebar-block.custom-bean .surtitre{
    font-size: 14px;
    letter-spacing: 1px
  }
  .bean-sidebar-block.custom-bean .titre{
    font-size: 20px;
  }
  .bean-sidebar-block.custom-bean .titre span{
    font-size: 15px;
  }
  .bean-sidebar-block.custom-bean ul{
    padding: 0;
  }
  .bean-sidebar-block.custom-bean li:before{
    margin-top: 7px;
  }
  .bean-sidebar-block.custom-bean p{
    padding: 0;
    font-size: 12px;
  }
  .alveole-infos .line3{
    font-size: 26px;
    margin: -4px 0 0;
  }

  .region-right-sidebar .bottom_slider_link {
    letter-spacing: 0;
    font-size: 12px;
  }

  .node-product-display .product_btn,
  .boutique_btn{
    min-width: 0;
    width: 212px;
    font-size: 14px;
  }
  #realisations_link{
    margin-right: 5px;
  }
  .boutique_btn{
    margin-left: 488px;
    font-size: 12px;
    padding-bottom: 6px;
  }
  .boutique_btn:before{
    height: 48px;
  }
  #technical-sheet-btn,
  #catalog-btn{
    margin-left: 488px;
  }

  .product-listing .field-name-field-image-3d{
    margin-right: 20px;
    width: 200px;
  }
  .product-listing .field-name-field-image-3d + .description{
    margin-right: 265px;
  }

  .taxonomy_buttons .catalog-btn, 
  .taxonomy_buttons .surmesure_link{
    width: 333px;
    padding-left: 180px;
  }
  .taxonomy_buttons .catalog-btn:before, 
  .taxonomy_buttons .surmesure_link:before{
    left: 126px;
  }
}
@media only screen and (max-width: 992px){
  #block-bean-bloc-accueil-liens-sidebar-slide .extra-links a{
    padding: 0 0;
    font-size: 13px;
    letter-spacing: 1px;
  }
  #block-bean-bloc-accueil-liens-sidebar-slide .extra-links .actualites a:before{
    width: 30px;
  }
  #block-bean-bloc-accueil-liens-sidebar-slide .extra-links .realisations a:before{
    width: 22px;
  }

  #block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item a span,
  #block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item a h3,
  #block-bean-bloc-accueil-liens-sidebar-slide--2 .bean-sidebar-slider-links li.link-item a span,
  #block-bean-bloc-accueil-liens-sidebar-slide--2 .bean-sidebar-slider-links li.link-item a h3{
    font-size: 14px;
    line-height: 2.2;
  }

  #block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item:after{
    transform: scale(.5);
    width: 40px;
  }

  #block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item:before{
    right: 34px;
  }

  #block-views-list-product-category-block-all .title-gamme{
    font-size: 20px;
  }

  #block-views-list-product-category-block-all .view-list-product-category div.views-view-grid .grid-item .term-title div.title{
    padding: 21px 10px 30px;
    font-size: 13px;
  }

  .bean-sidebar-block.custom-bean .surtitre{
    font-size: 11px;
    letter-spacing: 0;
  }
  .bean-sidebar-block.custom-bean .titre{
    font-size: 16px;
    padding: 0;
  }
  .bean-sidebar-block.custom-bean .titre span{
    font-size: 11px;
  }
  .bean-sidebar-block.custom-bean li{
    font-size: 12px;
  }
  .bean-sidebar-block.custom-bean .bouton a{
    min-width: 120px;
    font-size: 12px;
  }
  .alveole-infos {
    padding: 0;
  }
  .alveole-infos .line3{
    font-size: 22px;
    margin-top: -16px;
  }
  .alveole-infos .line4{
    font-size: 14px;
  }


  .region-right-sidebar .reinsurance-item-title{
    font-size: 13px;
  }
  .region-right-sidebar .news-list .reinsurance-item-title:before,
  .region-right-sidebar .portfolio-list .reinsurance-item-title:before{
    width: 22px;
    height: 22px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-right: 10px;
  }

  .region-right-sidebar .reinsurance-item .reinsurance-item-link-wrapper .title span{
    font-size: 10px;
  }

  .region-right-sidebar .bottom_slider_link {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .node-product-display .product_btn,
  .boutique_btn{
    font-size: 14px;
    width: 348px;
  }
  #realisations_link{
    margin-right: 2px;
  }
  .boutique_btn{
    margin-left: 0;
    padding-bottom: 4px;
  }
  #technical-sheet-btn,
  #catalog-btn{
    margin-left: 0;
  }

  .product-listing .field-name-field-image-3d{
    width: 300px;
    margin-right: 150px;
  }
  .product-listing .field-name-field-image-3d + .description{
    margin-right: 495px;
  }

  .taxonomy_buttons .catalog-btn, 
  .taxonomy_buttons .surmesure_link{
    width: 251px;
    padding-left: 111px;
    background-position: 28px 0;
  }
  .taxonomy_buttons .catalog-btn:before, 
  .taxonomy_buttons .surmesure_link:before{
    left: 58px;
  }
}

@media only screen and (max-width: 767px){
  #block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item a span, #block-bean-bloc-accueil-liens-sidebar-slide .bean-sidebar-slider-links li.link-item a h3, #block-bean-bloc-accueil-liens-sidebar-slide--2 .bean-sidebar-slider-links li.link-item a span, #block-bean-bloc-accueil-liens-sidebar-slide--2 .bean-sidebar-slider-links li.link-item a h3{
    font-size: 28px;
  }

  .bean-sidebar-block.custom-bean .surtitre{
    font-size: 17px;
    letter-spacing: 2px;
  }
  .bean-sidebar-block.custom-bean .titre{
    font-size: 26px;
    padding: 0 10px;
    text-align: center;
  }
  .bean-sidebar-block.custom-bean .titre span{
    font-size: 20px;
  }
  .bean-sidebar-block.custom-bean ul,
  .bean-sidebar-block.custom-bean p{
    max-width: 200px;
    margin-left: auto;
    margin-right:auto;
  }
  .bean-sidebar-block.custom-bean .bouton a{
    min-width: 150px;
    font-size: 17px;
  }
  .bean-sidebar-block.custom-bean p{

  }

  .alveole-infos{
    max-width: 198px;
  }
  .alveole-infos .line3{
    font-size: 33px;
    margin: 1px 0 6px;
  }
  .alveole-infos .line4{
    font-size: 18px;
  }

  .region-right-sidebar .reinsurance-item-title{
    font-size: 23px;
  }
  .region-right-sidebar .news-list .reinsurance-item-title:before,
  .region-right-sidebar .portfolio-list .reinsurance-item-title:before{
    margin-right: 18px;
    width: 44px;
    height: 44px;
  }

  .region-right-sidebar .reinsurance-item .reinsurance-item-link-wrapper .title span{
    font-size: 14px;
  }

  .region-right-sidebar .bottom_slider_link {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .region-right-sidebar .slider_navigation_wrapper.news_list, .region-right-sidebar .reinsurance-item .slider_navigation_wrapper.realisations_list{
    margin-top: -34px!important;
  }

  .node-product-display .product_btn,
  .boutique_btn{
    width: 48%;
  }
  #technical-sheet-btn{
    margin-right: 2.5%;
  }
  #realisations_link{
    margin-right: 1%;
  }

  .product-listing .field-name-field-image-3d{
    width: auto;
    max-width: 50%;
    margin-right: 30px;
  }
  .product-listing .field-name-field-image-3d + .description{
    margin-right: 54%;
  }

}

@media only screen and (max-width: 550px){
  #realisations_link{
    margin-right: 0;
  }
  .boutique_btn{
    width: 100%;
  }

  .product-listing .field-name-field-image-3d{
    max-width: none;
    float: none;
    margin-left: 0;
    margin-right: auto;
  }
  .product-listing .field-name-field-image-3d + .description{
    margin-right: auto;
  }
}

@media only screen and (max-width: 639px){
  #block-views-list-product-category-block-all .title-gamme{
    font-size: 16px;
    letter-spacing: 3px;
  }
}


/* Flash Info */
#flash-infos{
  position: absolute;
  margin-top: 0px;
  right: 108px;
  min-width: 460px;
  max-width: 50%;
  padding: 4px 15px;
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 14px;
}
#flash-infos a{
  display: block;
}
#flash-infos .field-name-field-fi-image{
  float: left;
  padding-right: 6px;
  margin-right: 16px;
  line-height: 33px;
  position: relative;
}
#flash-infos .field-name-field-fi-image:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  height: 18px;
  width: 2px;
}
#flash-infos .field-name-field-fi-image img{
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
}
#flash-infos .field-name-field-fi-image div{

}

#flash-infos span{
  display: block;
  padding: 9px 0 10px;
  line-height: 1;
}

@media only screen and (max-width: 767px){
  #flash-infos{
    position: relative;
    margin: -10px 0 10px auto;
    right: auto;
    max-width: none;
    min-width: 0;
  }
}


/* Barre bleue */
#customNavigationBar{
  background: #005192;
  /*width: 2.5vh;
  height: 80vh;*/
  position: fixed;
  width: 14px;
  left: 50%;
  margin-left: -638px;
}
@media only screen and (max-width: 1200px){
  #customNavigationBar{
    margin-left: -538px;
  }
}
@media only screen and (max-width: 992px){
  #customNavigationBar{
    margin-left: -438px;
  }
}

/* Body Background */
body:before{
  content: '';
  display: block;
  position: fixed;
  width: 250px;
  height: 800px;
  background: url(../images/visuel-body-bg.jpg) no-repeat center;
  left: 50%;
  margin-left: 630px
}
@media only screen and (max-width: 1500px){
  body:before{
    display: none;
  }
}
