@charset "UTF-8";
/***************************** CSS GENERIC ********************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, td, pre, input, textarea, select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px; }

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

body {
  text-align: center; }

a {
  color: #000000;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a img {
  border-width: 0; }

td {
  vertical-align: top; }

ul, ol {
  /* Sinon les puces ne sont pas visible sous IE */
  padding-left: 25px; }

ul {
  list-style-type: disc; }

li {
  line-height: 18px; }

.cms_part {
  text-align: left;
  margin: 0 auto; }

.cms_gauche, .cms_droite {
  float: left; }

.cms_bloc {
  padding: 5px 0;
  clear: both; }

/*** BLOCS FILE ***/
/*** BLOCS FORM ***/
.cms_bloc_form table td {
  padding: 3px; }

.cms_bloc_form table td.intitule {
  font-weight: bold;
  text-align: left;
  width: 200px;
  vertical-align: top; }

.cms_bloc_form table td.valeur td {
  vertical-align: middle; }

.cms_bloc_form label {
  padding: 0 15px 0 3px; }

.cms_bloc_form input {
  width: 200px; }

.cms_bloc_form textarea {
  width: 300px;
  height: 100px; }

.cms_bloc_form select {
  width: 204px; }

.cms_bloc_form_error {
  color: #FF0000;
  padding-bottom: 10px; }

.cms_bloc_form_message {
  font-weight: bold;
  text-align: center; }

.cms_bloc_form .cms_bloc_form_field_content {
  text-align: justify; }

.cms_bloc_form table td.cms_bloc_form_field_antispam_text {
  width: auto; }

.cms_bloc_form table td.cms_bloc_form_field_antispam_image {
  text-align: right; }

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img {
  border: 1px solid #000000; }

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text {
  padding: 10px 0; }

.cms_bloc_form .cms_bloc_form_field_checkbox input {
  width: auto; }

.cms_bloc_form .cms_bloc_form_field_checkbox table td {
  padding: 0; }

.cms_bloc_form .cms_bloc_form_field_radio table td {
  padding: 0 0; }

.cms_bloc_form .cms_bloc_form_field_radio input {
  width: auto; }

.cms_bloc_form .cms_bloc_form_field_submit input {
  width: 85px;
  margin: 5px 0; }

/*** BLOCS HTML ***/
/*** BLOCS MEDIA ***/
.cms_bloc_media {
  text-align: center; }

.cms_bloc_media * {
  margin: 0 auto; }

/*** BLOCS MODULE ***/
/*** BLOCS TEXTE ***/
.cms_bloc_text {
  text-align: justify; }

.cms_bloc_text_media_gauche .cms_bloc_media {
  padding: 0;
  margin: 0;
  float: left;
  margin: 0 15px 15px 0; }

.cms_bloc_text_media_droite .cms_bloc_media {
  padding: 0;
  margin: 0;
  float: right;
  margin: 0 0 15px 15px; }

.cms_bloc_text_media_centre {
  text-align: center;
  padding: 15px auto; }

.cms_bloc_text_media_centre .cms_bloc_media {
  margin: 15px 0; }

.cms_bloc_text table {
  width: 100%; }

.cms_bloc_text table td {
  vertical-align: top; }

.cms_bloc_text_gauche {
  width: 49%; }

.cms_bloc_text_milieu {
  width: 2%; }

.cms_bloc_text_droite {
  width: 49%; }

/*** BLOCS TITRE ***/
.cms_bloc_title h2 {
  text-align: left;
  font-weight: bold;
  text-align: left; }

/*** BLOCS CARTE ***/
.cms_bloc_map .mm_carte {
  margin: auto; }

/*** ***/
.spacer {
  clear: both;
  display: block;
  line-height: 0;
  width: 0;
  font-size: 0; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

[class*=img-txt] {
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

.img-txt-a {
  position: absolute; }

/*# sourceMappingURL=generic.css.map */

#print_header_right {
  float: right;
  margin-top: 10px;
  line-height: 20px; }

#print_header_left {
  float: left;
  margin-top: 10px; }

#print_container {
  width: 700px;
  margin: auto;
  text-align: left; }

#print_container ul {
  list-style-type: disc;
  overflow: hidden; }

#ma-all-news .news + .news {
  border-top: 1px solid #000; }

img.ma-know-more-img {
  float: left;
  margin: 0 15px 8px 0; }

#ma-detail-actu .actu-date,
#ma-all-news .news-date {
  font-weight: bold;
  margin: 0 0 5px; }

#ma-all-news .news-image {
  float: left;
  margin: 0 15px 8px 0; }

.cms_bloc_form .cms_bloc_form_container {
  width: 80%; }

.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field {
  margin: 4px 0; }

.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .label {
  display: inline-block;
  width: 40%;
  padding-right: 20px;
  vertical-align: top; }

.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value {
  display: inline-block;
  width: 60%;
  vertical-align: top; }

.cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_submit {
  padding-left: 40%; }

/*# sourceMappingURL=print.css.map */

/** RECAP **/
.bl-my-cart table {
  width: 100%; }

.bl-recap-contener {
  margin: 0 0 15px; }

.bl-recap-contener .bl-recap-etape {
  color: #b1b1b1;
  float: left;
  font-size: 18px;
  padding: 5px 0 5px 15px;
  line-height: 27px; }

.bl-recap-contener .bl-recap-etape:after {
  content: "\e603";
  display: inline-block;
  font-size: 21px;
  color: #b1b1b1;
  position: relative;
  top: 2px;
  left: 6px; }

.bl-recap-contener .bl-recap-etape.last:after {
  content: none; }

.bl-recap-contener .bl-recap-etape a {
  color: #b1b1b1; }

.bl-recap-contener .bl-recap-etape.active {
  color: #D71081; }

.bl-recap-contener .bl-recap-etape.first {
  padding: 5px 0 5px 0; }

.bl-recap-contener .bl-recap-etape.last {
  background: none;
  padding: 5px 0 5px 15px; }

#bl-recap-payment-paymode {
  text-align: left; }
  #bl-recap-payment-paymode .bl-recap-elem {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-right: 30px;
    width: 140px;
    max-width: 25%;
    margin-bottom: 30px; }
    #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 100%; }
      #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button {
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        background: none;
        padding: 10px 0px;
        margin: 0;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.15);
        transition: border .2s linear;
        border-radius: 6px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        outline: none; }
        #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div {
          display: inline-block; }
          #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.name {
            font-weight: bold;
            font-size: 12px; }
          #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.isProd {
            display: block;
            color: #ff0000;
            font-size: 16px;
            font-weight: bold; }
          #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.picture {
            height: 104px;
            width: 100%; }
            #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.picture::before {
              content: '';
              display: inline-block;
              vertical-align: middle;
              height: 100%;
              width: 1px; }
            #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.picture img {
              max-width: calc(100% - 1px);
              display: inline-block;
              vertical-align: middle; }
          #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.radio {
            border-radius: 100%;
            width: 16px;
            height: 16px;
            border: 1px solid rgba(0, 0, 0, 0.3);
            position: relative; }
            #bl-recap-payment-paymode .bl-recap-elem .bl-recap-paymode-button button > div.radio::before {
              content: '';
              display: block;
              position: absolute;
              width: 8px;
              height: 8px;
              top: 3px;
              left: 3px;
              background-color: #969696;
              border-radius: 100%;
              opacity: 0;
              -webkit-transform: scale(0.8);
                  -ms-transform: scale(0.8);
                      transform: scale(0.8);
              transition: all .15s ease-out; }
    #bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button {
      border-color: black; }
      #bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button > div.radio::before {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
    #bl-recap-payment-paymode .bl-recap-elem .hiddenForm {
      display: none; }
  #bl-recap-payment-paymode #subFormAtos {
    display: none; }
    #bl-recap-payment-paymode #subFormAtos.on {
      display: block; }
    #bl-recap-payment-paymode #subFormAtos p.bl-recap-intertitre {
      padding-bottom: 25px; }
  #bl-recap-payment-paymode #bl-recap-payment-finish {
    text-align: right; }
    #bl-recap-payment-paymode #bl-recap-payment-finish > button {
      display: inline-block;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 0;
      margin: 0;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 14px;
      font-weight: bold;
      color: #fff;
      background-color: #bbb;
      outline: none;
      cursor: pointer;
      background: black;
      font-family: inherit; }
      #bl-recap-payment-paymode #bl-recap-payment-finish > button.disabled {
        display: none; }
      #bl-recap-payment-paymode #bl-recap-payment-finish > button:hover {
        background-color: #969696; }

#bl-shipping-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  opacity: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0); }
  @media (max-width: 900px) {
    #bl-shipping-popup {
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  #bl-shipping-popup.visible {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: opacity .3s ease;
    opacity: 1;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  #bl-shipping-popup .bl-popup-zone {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    max-width: 900px;
    width: 100%;
    height: 91%;
    max-height: 600px;
    overflow-y: auto; }
    @media (max-width: 900px) {
      #bl-shipping-popup .bl-popup-zone {
        border-radius: 0; } }

#colissimo_pr_choix {
  clear: both; }

#colissimo_pr {
  clear: both;
  text-align: center; }

#colissimo_pr a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border: none;
  background: #717171 none;
  font-weight: bold;
  font-size: 12px; }

#colissimo-relais-colis-popup-container {
  position: relative;
  height: 100%; }
  #colissimo-relais-colis-popup-container .loading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-repeat: repeat-x;
    opacity: 0;
    transition: opacity .3s ease; }
    #colissimo-relais-colis-popup-container .loading.visible {
      opacity: 1; }
  #colissimo-relais-colis-popup-container .pr-address {
    text-transform: lowercase; }
  #colissimo-relais-colis-popup-container #colissimo-data-form {
    height: calc(100% - 52px);
    overflow-y: auto; }
    @media (max-width: 900px) {
      #colissimo-relais-colis-popup-container #colissimo-data-form {
        height: calc(100% - 214px); } }
    #colissimo-relais-colis-popup-container #colissimo-data-form input[type="radio"] {
      display: none; }
    #colissimo-relais-colis-popup-container #colissimo-data-form input[type="radio"]:checked + .pr-row, #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row:hover {
      background-color: #e8e8e8; }
    #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row {
      cursor: pointer;
      padding: 10px;
      display: block;
      border-bottom: 1px dotted #000; }
      #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row .pr-name {
        margin-bottom: 6px; }
      #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row .pr-horaire-title {
        font-weight: bold;
        margin: 10px 0; }
      #colissimo-relais-colis-popup-container #colissimo-data-form .pr-row .pr-horaires {
        font-size: 12px;
        list-style: none;
        color: #999; }
  #colissimo-relais-colis-popup-container #colissimo-address-form {
    position: relative;
    margin-bottom: 10px;
    background-color: #717171;
    color: #fff;
    font-size: 12px;
    padding: 12px; }
    #colissimo-relais-colis-popup-container #colissimo-address-form input[type="text"] {
      font-size: 12px;
      border-radius: 4px;
      border: none;
      padding: 6px 10px; }
    #colissimo-relais-colis-popup-container #colissimo-address-form button {
      background-color: #ffc928;
      color: #000;
      border: none;
      cursor: pointer;
      border-radius: 4px;
      padding: 6px 10px;
      margin: 0 20px; }
    @media (min-width: 901px) {
      #colissimo-relais-colis-popup-container #colissimo-address-form label + label {
        margin-left: 20px; } }
    @media (max-width: 900px) {
      #colissimo-relais-colis-popup-container #colissimo-address-form label {
        display: block; }
      #colissimo-relais-colis-popup-container #colissimo-address-form label, #colissimo-relais-colis-popup-container #colissimo-address-form button {
        margin: 5px 0; }
      #colissimo-relais-colis-popup-container #colissimo-address-form input[type="text"] {
        width: 100%; } }

@font-face {
	font-family: 'bl_font';
	src:url('https://www.danempeople.fr/lib/BL/css/site/../../fonts/bl_font.eot?2al337');
	src:url('https://www.danempeople.fr/lib/BL/css/site/../../fonts/bl_font.eot?#iefix2al337') format('embedded-opentype'),
		url('https://www.danempeople.fr/lib/BL/css/site/../../fonts/bl_font.woff?2al337') format('woff'),
		url('https://www.danempeople.fr/lib/BL/css/site/../../fonts/bl_font.ttf?2al337') format('truetype'),
		url('https://www.danempeople.fr/lib/BL/css/site/../../fonts/bl_font.svg?2al337#bl_font') format('svg');
	font-weight: normal;
	font-style: normal;
}

.bl-list-products-multiple-add-to-card-button::before,
.bl-list-products li.bl-mode-light .bl-product-add-to-cart:before,
.bl-list-items li.bl-mode-light .bl-product-add-to-cart:before,
.bl-list-products li.bl-mode-light .bl-products-more-details:before,
.bl-list-items li.bl-mode-light .bl-products-more-details:before,
.bl-list-products li .bl-products-more-details:before,
.bl-list-items li .bl-products-more-details:before,
.bl-list-items li .bl-product-add-to-cart:before,
.bl-list-products li .bl-product-add-to-cart:before,
.bl-product .bl-product-add-to-cart-button:before,
.bl-my-cart div.bl-my-cart-finish-order:before,
.bl-recap-contener .bl-recap-etape:after,
.bl-my-cart td.bl-my-cart-delete a:before,
.bl-subscribe-user-submit:before {
	font-family: 'bl_font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-tag:before {
	content: "\f02b";
}
.icon-tags:before {
	content: "\f02c";
}
.icon-print:before {
	content: "\f02f";
}
.icon-video-camera:before {
	content: "\f03d";
}
.icon-image:before {
	content: "\f03e";
}
.icon-gift:before {
	content: "\f06b";
}
.icon-credit-card:before {
	content: "\f09d";
}
.icon-truck:before {
	content: "\f0d1";
}
.icon-youtube-play:before {
	content: "\f16a";
}
.icon-calculator:before {
	content: "\f1ec";
}
.icon-paypal:before {
	content: "\f1ed";
}
.icon-google-wallet:before {
	content: "\f1ee";
}
.icon-cc-visa:before {
	content: "\f1f0";
}
.icon-cc-mastercard:before {
	content: "\f1f1";
}
.icon-cc-discover:before {
	content: "\f1f2";
}
.icon-cc-amex:before {
	content: "\f1f3";
}
.icon-cc-paypal:before {
	content: "\f1f4";
}
.icon-trash:before {
	content: "\f1f8";
}
.icon-bl_font_add_to_cart:before {
	content: "\e604";
}
.icon-bl_font_x_mark:before {
	content: "\e600";
}
.icon-bl_font_more_details:before {
	content: "\e601";
}
.icon-bl_font_check_mark:before {
	content: "\e602";
}
.icon-bl_font_arrow_big:before {
	content: "\e603";
}




.bl ul.bl-list-products,
.bl ul.bl-list-items,
.bl ul.bl-list-categories {
	padding: 0 !important;
	overflow: visible;
}

.bl ul.bl-list-products > li,
.bl ul.bl-list-items > li,
.bl ul.bl-list-categories > li {
	background-image: none !important;
	padding: 0;
}

.bl-message-error {
	text-align: center;
	color: #F00;
}

input.submit {
	padding: 2px 5px;
	background-color: #EEE;
	border: solid 1px #000;
}

input.submit:hover {
	background-color: #DDD;
}

/*.bl-product-add-to-cart-button{ display: block; width: 175px; float: right; }*/
.bl-product-add-to-cart-button {
	background-color: #D71081;
	cursor: pointer;
	margin: 6px 0 0 40px;
	padding-left: 32px;
	text-align: center;
	position: relative;
}
.bl-product-add-to-cart-button:hover{
	background-color: #000;
}

.bl-product-add-to-cart-button span {
	display: block;
	/*border-left: solid 1px #000;*/
	text-align: center;
}
	.bl-product .bl-product-add-to-cart-button:before {
		content: "\e604";
		font-size: 24px;
		display: block;
		position: absolute;
		top: 2px;
		left: 3px;
		color: #fff;
	}

.bl-product-add-to-cart-button input {
	background-color: transparent;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	padding: 0 7px;
	width: 100%;
}

.ui-pnotify.cs-toast.bl-toast .ui-pnotify-container {
	background: rgba(255, 255, 255, 0.9);
}

.bl-cart-container-loader { text-align: center; position: relative; height: 39px; width: 100%; }

#pp_full_res .bl,
#pp_full_res .bl-my-cart-product-popup {
    line-height: 1.3 !important;
}
.paginationControl{
   text-align: center;	
}
	.paginationControl a, 
	.paginationControl span{
	  margin: 0 2px;
	}
.cms_bloc_bl > .bl,
.cms_bloc_module > .bl {
  position: relative; }
  @media (max-width: 600px) {
    .cms_bloc_bl > .bl *,
    .cms_bloc_module > .bl * {
      box-sizing: border-box; }
    .cms_bloc_bl > .bl .bl-list-categories li[class|="bl-category-list"],
    .cms_bloc_module > .bl .bl-list-categories li[class|="bl-category-list"] {
      float: none;
      display: block;
      width: 100%; }
      .cms_bloc_bl > .bl .bl-list-categories li[class|="bl-category-list"] > div,
      .cms_bloc_module > .bl .bl-list-categories li[class|="bl-category-list"] > div {
        width: 100% !important; }
    .cms_bloc_bl > .bl ul.bl-list-sous-categories li[class|="bl-category-detail"],
    .cms_bloc_module > .bl ul.bl-list-sous-categories li[class|="bl-category-detail"] {
      display: inline-block;
      vertical-align: top;
      width: calc(49% - 1.2rem);
      margin: .6rem !important;
      float: none; }
    .cms_bloc_bl > .bl [class|="bl-category-label"],
    .cms_bloc_bl > .bl [class|="bl-category-parent-label"],
    .cms_bloc_module > .bl [class|="bl-category-label"],
    .cms_bloc_module > .bl [class|="bl-category-parent-label"] {
      font-size: 1.6rem; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div,
      .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div,
      .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div {
        float: none;
        width: 15vw !important;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1; }
        .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left,
        .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left,
        .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left {
          text-align: center;
          width: 15vw;
          height: 15vw;
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15);
          background: white;
          text-align: center;
          position: relative; }
          .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture,
          .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture,
          .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture {
            margin: 0;
            position: relative;
            z-index: 5; }
            .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture a img,
            .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture a img,
            .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-left .bl-product-picture.bl-item-picture a img {
              margin: 0;
              padding: 0;
              border: 0;
              width: 15vw; }
        .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right,
        .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right,
        .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right {
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding-left: 1rem; }
          .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3,
          .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3,
          .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 {
            height: auto;
            margin-bottom: .4rem; }
            .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 a, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 a,
            .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 a,
            .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right h3 a {
              line-height: 1.2;
              font-size: 1.6rem; }
          .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right p.bl-product-description, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right p.bl-product-description,
          .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right p.bl-product-description,
          .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list2 .bl-product-detail.bl-item-detail > div.bl-list2-container-right p.bl-product-description {
            font-size: 1.2rem;
            display: none; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img {
      float: left;
      width: 15vw;
      margin: 0;
      padding: 0;
      border: 0;
      box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15); }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > h3, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > h3,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > h3,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 {
      height: auto;
      margin-bottom: .4rem;
      width: auto; }
      .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 a, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 a,
      .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 a,
      .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > h3 a {
        line-height: 1.2;
        font-size: 1.6rem;
        text-decoration: none; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > p.bl-product-description, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > p.bl-product-description,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > p.bl-product-description,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > p.bl-product-description {
      font-size: 1.2rem;
      display: none; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price {
      display: inline-block;
      vertical-align: middle;
      position: static;
      margin: 0; }
      .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price > div, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price > div,
      .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price > div,
      .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-product-price-list.bl-item-price > div {
        margin: 0;
        float: none; }
    .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart,
    .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart,
    .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart {
      display: inline-block;
      vertical-align: middle;
      margin-left: .4rem; }
      .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a,
      .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a,
      .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a {
        text-indent: -999rem;
        width: 2.6rem;
        height: 2.6rem;
        position: relative;
        background: none;
        color: inherit;
        padding: 0; }
        .cms_bloc_bl > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a::before, .cms_bloc_bl > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a::before,
        .cms_bloc_module > .bl ul.bl-list-products > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a::before,
        .cms_bloc_module > .bl ul.bl-list-items > .bl-mode-list > .bl-product-detail.bl-item-detail > .bl-products-list-addToCart a::before {
          line-height: 2.6rem;
          text-align: center;
          margin: 0;
          height: 2.6rem;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          text-indent: 0; }
    .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic,
    .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic,
    .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic {
      font-size: 0;
      text-align: center; }
      .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic,
      .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic,
      .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic {
        padding: 0 !important;
        margin: 1rem .6rem !important;
        display: inline-block;
        vertical-align: top;
        float: none;
        border: 0;
        font-size: 1.2rem;
        width: calc(49% - 1.2rem) !important; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a {
          display: block;
          height: 10rem;
          overflow: hidden; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before {
            content: '';
            display: inline-block;
            width: 1px;
            height: 100%;
            vertical-align: middle; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img {
            vertical-align: middle;
            max-width: 99%;
            max-height: 99%;
            display: inline-block; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos {
          border-left: 0;
          padding: 0;
          margin: 0; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 {
            margin: 0 0 1rem 0;
            line-height: 1.2;
            height: auto; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic > .bl-mode-mosaic > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a {
              text-decoration: none;
              font-size: 1.6rem;
              line-height: 1.2; }
    .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2,
    .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2,
    .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 {
      font-size: 0;
      text-align: center; }
      .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2,
      .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2,
      .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 {
        padding: 0 !important;
        margin: 1rem .6rem !important;
        display: inline-block;
        vertical-align: top;
        float: none;
        border: 0;
        font-size: 1.2rem;
        width: calc(49% - 1.2rem) !important; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail {
          text-align: left; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a {
            display: block;
            height: 10rem;
            overflow: hidden; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a::before {
              content: '';
              display: inline-block;
              width: 1px;
              height: 100%;
              vertical-align: middle; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-picture.bl-item-picture a img {
              vertical-align: middle;
              max-width: 99%;
              display: inline-block; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos {
            border-left: 0;
            padding: 0;
            margin: 0; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos .bl-product-price-list.bl-item-price > div, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos .bl-product-price-list.bl-item-price > div,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos .bl-product-price-list.bl-item-price > div,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos .bl-product-price-list.bl-item-price > div {
              margin: 0; }
            .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3,
            .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3,
            .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 {
              margin: 0 0 1rem 0;
              line-height: 1.2;
              height: auto; }
              .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a,
              .cms_bloc_module > .bl ul.bl-list-products.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a,
              .cms_bloc_module > .bl ul.bl-list-items.bl-mode-mosaic2 > .bl-mode-mosaic2 > .bl-product-detail.bl-item-detail > .bl-product-detail-infos h3 a {
                text-decoration: none;
                font-size: 1.6rem;
                line-height: 1.2; }
    .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light,
    .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light,
    .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light {
      text-align: center; }
      .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light,
      .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light,
      .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: calc(49% - 1.2rem) !important;
        margin: 1rem .6rem 4rem .6rem; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a {
          display: block;
          text-align: center; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a img, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a img,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a img,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-product-picture.bl-item-picture a img {
            display: inline-block;
            max-width: 100%; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 {
          height: auto;
          line-height: 1.2;
          margin: 0 0 1rem; }
          .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 a, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 a,
          .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 a,
          .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail h3 a {
            line-height: 1.2;
            font-size: 1.6rem; }
        .cms_bloc_bl > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-light-container-link, .cms_bloc_bl > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-light-container-link,
        .cms_bloc_module > .bl ul.bl-list-products.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-light-container-link,
        .cms_bloc_module > .bl ul.bl-list-items.bl-mode-light > .bl-mode-light > .bl-product-detail.bl-item-detail .bl-light-container-link {
          margin: 2rem 0 -1.2rem; }
    .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left, .cms_bloc_bl > .bl > .bl-product > .bl-product-info-right,
    .cms_bloc_module > .bl > .bl-product > .bl-product-info-left,
    .cms_bloc_module > .bl > .bl-product > .bl-product-info-right {
      width: 100% !important;
      display: block;
      float: none; }
    .cms_bloc_bl > .bl > .bl-product > #bl-product-loader,
    .cms_bloc_module > .bl > .bl-product > #bl-product-loader {
      top: 0;
      left: 0;
      z-index: 85; }
    .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left,
    .cms_bloc_module > .bl > .bl-product > .bl-product-info-left {
      margin-bottom: 2rem; }
      .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener .bx-viewport,
      .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener .bx-viewport {
        height: auto !important; }
      .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture,
      .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture {
        transition: all .2s ease-in-out; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture > div,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture > div {
          width: 100% !important;
          text-align: center; }
          .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture > div img,
          .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-main-picture-contener #bl-product-main-picture > div img {
            max-width: 100%; }
      .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener,
      .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener {
        padding: 0; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener > .controls,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener > .controls {
          display: none; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bx-wrapper, .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bx-viewport,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bx-wrapper,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bx-viewport {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener #bl-product-picture-pager,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener #bl-product-picture-pager {
          text-align: center;
          width: 100% !important;
          -webkit-transform: translate3d(0, 0, 0) !important;
                  transform: translate3d(0, 0, 0) !important; }
        .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture,
        .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture {
          width: 6rem !important;
          height: 6rem !important;
          display: inline-block;
          float: none !important; }
          .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture a,
          .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture a {
            width: auto !important;
            height: auto !important; }
            .cms_bloc_bl > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture a img,
            .cms_bloc_module > .bl > .bl-product > .bl-product-info-left #bl-product-pictures #bl-product-picture-pager-contener .bl-product-picture a img {
              max-width: 100%; } }

@media (max-width: 600px) {
  .cms_bloc_bl #bl *,
  .cms_bloc_module #bl * {
    box-sizing: border-box; }
  .cms_bloc_bl #bl > .bl-recap-contener,
  .cms_bloc_module #bl > .bl-recap-contener {
    text-align: center;
    font-size: 1.4rem; }
    .cms_bloc_bl #bl > .bl-recap-contener p,
    .cms_bloc_module #bl > .bl-recap-contener p {
      float: none;
      display: inline-block;
      vertical-align: top;
      font-size: 1.4rem; }
  .cms_bloc_bl #bl > .bl-subscribe form fieldset,
  .cms_bloc_module #bl > .bl-subscribe form fieldset {
    border-radius: .4rem;
    border: 1px solid #ddd;
    width: 100%; }
    .cms_bloc_bl #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup,
    .cms_bloc_module #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup {
      border: 0;
      padding: 0;
      margin: 2rem 0; }
      .cms_bloc_bl #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div,
      .cms_bloc_module #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .cms_bloc_bl #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div #termsOfSale-label,
        .cms_bloc_module #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div #termsOfSale-label {
          display: inline-block;
          float: none;
          padding-left: 1rem;
          font-size: 1.4rem;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .cms_bloc_bl #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div input[type='checkbox'],
        .cms_bloc_module #bl > .bl-subscribe form fieldset#fieldset-termsOfSalegroup > div input[type='checkbox'] {
          float: none;
          margin: 0;
          text-align: left; }
    .cms_bloc_bl #bl > .bl-subscribe form fieldset ul.errors li,
    .cms_bloc_module #bl > .bl-subscribe form fieldset ul.errors li {
      padding: 0; }
  .cms_bloc_bl #bl > .bl-subscribe form label,
  .cms_bloc_module #bl > .bl-subscribe form label {
    text-align: left; }
  .cms_bloc_bl #bl > .bl-subscribe form input[type='text'], .cms_bloc_bl #bl > .bl-subscribe form select, .cms_bloc_bl #bl > .bl-subscribe form textarea,
  .cms_bloc_module #bl > .bl-subscribe form input[type='text'],
  .cms_bloc_module #bl > .bl-subscribe form select,
  .cms_bloc_module #bl > .bl-subscribe form textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .2rem;
    color: #333;
    background: #fff; }
  .cms_bloc_bl #bl > .bl-my-cart > .personnal-user,
  .cms_bloc_module #bl > .bl-my-cart > .personnal-user {
    margin: 1rem 0; }
  .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table,
  .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table {
    width: 100%;
    display: block; }
    .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table thead,
    .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table thead {
      display: none; }
    .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody,
    .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody {
      display: block;
      width: 100%; }
      .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody tr,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody tr {
        display: block;
        width: 100%;
        position: relative;
        text-align: center; }
      .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description {
        display: block;
        width: 100%; }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description a.bl-my-cart-plus-infos.prettyPhoto,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description a.bl-my-cart-plus-infos.prettyPhoto {
          display: none; }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img {
          padding: 0;
          display: inline-block;
          vertical-align: middle;
          float: none; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img img,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img img {
            margin: 1rem;
            width: 4rem; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img + .bl-my-cart-infos,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-img + .bl-my-cart-infos {
            width: calc(100% - 7rem); }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos {
          display: inline-block;
          float: none;
          padding: 1rem 1rem 1rem 0;
          vertical-align: middle;
          width: 100%; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos .bl-my-cart-title,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos .bl-my-cart-title {
            font-size: 1.5rem; }
            .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos .bl-my-cart-title + div,
            .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description .bl-my-cart-infos .bl-my-cart-title + div {
              display: none; }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description ~ td,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-description ~ td {
          display: inline-block;
          vertical-align: middle;
          width: auto; }
      .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-quantity > div, .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-quantity > div > div,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-quantity > div,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-quantity > div > div {
        padding: 0; }
      .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete,
      .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 3rem !important;
        text-align: left; }
        .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div,
        .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div {
          height: 100%; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div::before,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 1px; }
          .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div a,
          .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div a {
            display: inline-block;
            vertical-align: middle;
            max-width: calc(100% - 6px);
            width: 1.4rem;
            height: 1.4rem; }
            .cms_bloc_bl #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div a::before,
            .cms_bloc_module #bl > .bl-my-cart #bl-form-cart > table tbody td.bl-my-cart-delete > div a::before {
              font-size: 1.4rem; }
  .cms_bloc_bl #bl > .bl-my-cart > table,
  .cms_bloc_module #bl > .bl-my-cart > table {
    width: 100%; }
    .cms_bloc_bl #bl > .bl-my-cart > table thead,
    .cms_bloc_module #bl > .bl-my-cart > table thead {
      display: none; }
    .cms_bloc_bl #bl > .bl-my-cart > table th,
    .cms_bloc_module #bl > .bl-my-cart > table th {
      font-size: 1.2rem; }
    .cms_bloc_bl #bl > .bl-my-cart > table td.picture,
    .cms_bloc_module #bl > .bl-my-cart > table td.picture {
      width: auto; }
      .cms_bloc_bl #bl > .bl-my-cart > table td.picture > div,
      .cms_bloc_module #bl > .bl-my-cart > table td.picture > div {
        display: none; }
  .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form,
  .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form {
    position: relative;
    padding-bottom: 3rem; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form ul.errors li,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form ul.errors li {
      padding: 0; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form fieldset,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form fieldset {
      border-radius: .4rem;
      border: 1px solid #ddd;
      width: 100%; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form p.bl-subscribe-user-submit,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form p.bl-subscribe-user-submit {
      position: absolute;
      bottom: 0;
      right: 0; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form label,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form label {
      text-align: left; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form input[type='text'], .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form select, .cms_bloc_bl #bl > .bl-my-cart .bl-subscribe form textarea,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form input[type='text'],
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form select,
    .cms_bloc_module #bl > .bl-my-cart .bl-subscribe form textarea {
      max-width: 100%;
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: .2rem;
      color: #333;
      background: #fff; }
  .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container,
  .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container {
    font-size: 1.4rem;
    text-align: center; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner {
      padding: 1rem 0; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner > div,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner > div {
        text-align: center;
        float: none;
        clear: none; }
        .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner > div > span,
        .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-total-outer .bl-my-cart-total-inner > div > span {
          display: inline;
          float: none; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container > div,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container > div {
      padding-right: 0;
      font-family: Arial, sans-serif; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-finish-order, .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #bl-my-cart-information-request, .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-continu-order,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-finish-order,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #bl-my-cart-information-request,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container .bl-my-cart-continu-order {
      display: inline-block;
      float: none; }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode {
      top: 0;
      padding: 0;
      margin: 1.6rem 0 0;
      bottom: 0;
      left: 0;
      text-align: center;
      position: relative; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element {
        float: none;
        width: auto;
        padding: 0; }
        .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element.text,
        .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element.text {
          padding-right: 1rem; }
        .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element.button,
        .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element.button {
          margin: 1rem 0 0;
          display: inline-block;
          font-size: 1.2rem;
          font-weight: bold;
          height: 2.4rem;
          line-height: 2.4rem;
          padding: 0 1rem;
          background: #dfdfdf; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode label, .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode input,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode label,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode input {
        display: inline-block;
        float: none;
        vertical-align: middle; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode label,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode label {
        font-size: 1.2rem; }
      .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element-infos,
      .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container #cs-form-subform-promotionalCode .cs-form-element-infos {
        top: calc(50% - 1.25rem); }
    .cms_bloc_bl #bl > .bl-my-cart .bl-my-cart-total-container input,
    .cms_bloc_module #bl > .bl-my-cart .bl-my-cart-total-container input {
      font-size: 1.4rem; }
  .cms_bloc_bl #bl > .bl-my-cart td.bl-my-cart-price div,
  .cms_bloc_module #bl > .bl-my-cart td.bl-my-cart-price div {
    font-size: 1.5rem; } }

.bl,
.bl__component {
  --color1: #50afc6;
  --color2: #394144;
  --color3: #ef833f;
  --errorColor: #dc2c4b;
  --minSizeGrid: 15rem;
  --gridGap: 2em;
  --counterSize: 1.6em;
  --paginationGap: 2em;
  --compactPaginationBorderColor: #e6e6e680;
  --compactPaginationHoverColor: #eeeeee; }

@-webkit-keyframes blDash {
  0% {
    stroke-dasharray: 1,95;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -25; }
  100% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -93; } }

@keyframes blDash {
  0% {
    stroke-dasharray: 1,95;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -25; }
  100% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -93; } }

@-webkit-keyframes blRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes blRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes blBounce {
  0% {
    -webkit-transform: scale3d(1.8, 1.8, 1) translateZ(0);
            transform: scale3d(1.8, 1.8, 1) translateZ(0); }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translateZ(0);
            transform: scale3d(1, 1, 1) translateZ(0); } }

@keyframes blBounce {
  0% {
    -webkit-transform: scale3d(1.8, 1.8, 1) translateZ(0);
            transform: scale3d(1.8, 1.8, 1) translateZ(0); }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translateZ(0);
            transform: scale3d(1, 1, 1) translateZ(0); } }

.bl-job__icon {
  display: inline-block;
  height: 1.4rem;
  width: 1.4rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  .bl-job__icon:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: currentColor; }
  .bl-job__icon--briefcase-light:before {
    -webkit-mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/briefcase-light.svg");
            mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/briefcase-light.svg"); }
  .bl-job__icon--calendar:before {
    -webkit-mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/calendar.svg");
            mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/calendar.svg"); }
  .bl-job__icon--diese:before {
    -webkit-mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/diese.svg");
            mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/diese.svg"); }
  .bl-job__icon--file-light:before {
    -webkit-mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/file-light.svg");
            mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/file-light.svg"); }
  .bl-job__icon--files:before {
    -webkit-mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/files.svg");
            mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/files.svg"); }
  .bl-job__icon--money-envelope-light:before {
    -webkit-mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/money-envelope-light.svg");
            mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/money-envelope-light.svg"); }
  .bl-job__icon--pin-light:before {
    -webkit-mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/pin-light.svg");
            mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/pin-light.svg"); }
  .bl-job__icon--search:before {
    -webkit-mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/search.svg");
            mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/search.svg"); }
  .bl-job__icon--user-light:before {
    -webkit-mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/user-light.svg");
            mask-image: url("https://www.danempeople.fr/lib/BL/images/site/icons/user-light.svg"); }

.bl {
  margin: 1em 0; }
  .bl-counter {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    font-size: 0.7em;
    font-size: calc(var(--counterSize) * 0.45);
    font-weight: bold;
    border-radius: 10rem;
    width: 1.6em;
    width: var(--counterSize);
    height: 1.6em;
    height: var(--counterSize);
    position: relative;
    top: -0.1em;
    margin-left: 0.4em;
    text-align: center;
    background: #666666;
    color: #ffffff;
    text-decoration: none; }
  .bl .bl-categoriesList {
    padding: 0;
    margin: 1em -.6em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @supports (display: grid) {
      .bl .bl-categoriesList {
        display: -ms-grid;
        display: grid;
        grid-gap: var(--gridGap);
        -ms-grid-columns: (minmax(var(--minSizeGrid), 1fr))[auto-fill];
            grid-template-columns: repeat(auto-fill, minmax(var(--minSizeGrid), 1fr));
        margin: 1em 0; } }
    @supports (display: grid) {
      .bl .bl-categoriesList--col2 {
        --minSizeGrid: 45rem; } }
    @supports (display: grid) {
      .bl .bl-categoriesList--col3 {
        --minSizeGrid: 30rem; } }
    @supports (display: grid) {
      .bl .bl-categoriesList--col4 {
        --minSizeGrid: 24rem; } }
    @supports (display: grid) {
      .bl .bl-categoriesList--col5 {
        --minSizeGrid: 18rem; } }
    @supports (display: grid) {
      .bl .bl-categoriesList--col6 {
        --minSizeGrid: 15rem; } }
  .bl .bl-categoriesItem {
    list-style-type: none;
    padding: 0;
    margin: .6em;
    background: white;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    width: 100%;
    position: relative;
    transition: all .2s ease-in-out; }
    @supports (display: grid) {
      .bl .bl-categoriesItem {
        margin: 0; } }
    .bl .bl-categoriesItem--col2 {
      width: calc(50% - 1.2em); }
      @supports (display: grid) {
        .bl .bl-categoriesItem--col2 {
          width: 100%; } }
    .bl .bl-categoriesItem--col3 {
      width: calc(33.33% - 1.2em); }
      @supports (display: grid) {
        .bl .bl-categoriesItem--col3 {
          width: 100%; } }
    .bl .bl-categoriesItem--col4 {
      width: calc(25% - 1.2em); }
      @supports (display: grid) {
        .bl .bl-categoriesItem--col4 {
          width: 100%; } }
    .bl .bl-categoriesItem--col5 {
      width: calc(20% - 1.2em); }
      @supports (display: grid) {
        .bl .bl-categoriesItem--col5 {
          width: 100%; } }
    .bl .bl-categoriesItem--col6 {
      width: calc(16.66% - 1.2em); }
      @supports (display: grid) {
        .bl .bl-categoriesItem--col6 {
          width: 100%; } }
    .bl .bl-categoriesItemTitle {
      padding: 0.4em; }
      .bl .bl-categoriesItemTitle--ontop {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.64);
        color: #ffffff; }
    .bl .bl-categoriesItemLink {
      display: block;
      width: 100%;
      text-decoration: none;
      position: relative;
      height: 100%;
      border: 1px solid rgba(0, 0, 0, 0.2); }
    .bl .bl-categoriesItem img {
      display: block;
      max-width: 100%; }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .bl .bl-categoriesItem img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; } }
    .bl .bl-categoriesItem:hover {
      -webkit-transform: translateY(-0.4rem);
          -ms-transform: translateY(-0.4rem);
              transform: translateY(-0.4rem);
      box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1); }

.cms_bloc_title h2 {
  --counterSize: 1.3em; }

.bl .bl-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 0.4em .6em;
  background: #444;
  color: #ffffff;
  background: var(--color1);
  margin: .6em 0;
  line-height: 1;
  outline: none;
  border-radius: 2px;
  cursor: pointer; }
  .bl .bl-button--ghost {
    background: transparent;
    color: var(--color1); }
  .bl .bl-button svg {
    color: inherit;
    width: 1.15em;
    height: 1.15em;
    stroke: currentColor;
    stroke-width: 2px;
    fill: none;
    margin-right: .6em; }
  .bl .bl-button:hover {
    opacity: .85; }

.bl-loader {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  margin-bottom: -3em;
  text-align: center;
  transition: opacity .2s linear; }
  .bl-loader--list .bl-loader {
    position: absolute;
    margin-bottom: -3rem;
    top: 50%;
    left: 50%; }
  .bl-loaderCircle {
    display: inline-block;
    height: 3em;
    width: 3em;
    background: #fff;
    border-radius: 100%;
    padding: .6em;
    box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, 0.2); }
  .bl-loader svg {
    height: 100%;
    width: 100%;
    fill: transparent;
    stroke: #009688;
    stroke: var(--color1);
    stroke-width: 4;
    -webkit-animation: blDash 2s ease infinite, blRotate 2s linear infinite;
            animation: blDash 2s ease infinite, blRotate 2s linear infinite; }
  .bl-loader.is-on {
    pointer-events: all;
    opacity: 1; }

.blTable {
  border-collapse: collapse;
  width: 100%; }
  @media (max-width: 640px) {
    .blTable-head {
      display: none; } }
  .blTable-row {
    border: 1px solid rgba(0, 0, 0, 0.15); }
    @media (max-width: 640px) {
      .blTable-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 1.6rem 0;
        position: relative;
        border-bottom-width: 2px; } }
  .blTable-cell {
    padding: 1rem; }
    .blTable-cell--description {
      width: 50%; }
    @media (max-width: 640px) {
      .blTable-cell {
        display: block;
        width: 100%; }
        .blTable-cell--unitPrice, .blTable-cell--quantity, .blTable-cell--price {
          display: inline-block;
          vertical-align: top;
          width: 33.33%;
          border-top: 1px solid rgba(0, 0, 0, 0.15);
          border-left: 1px solid rgba(0, 0, 0, 0.15); }
        .blTable-cell--unitPrice {
          border-left: 0; }
        .blTable-cell--delete {
          position: absolute;
          top: 0;
          right: -.6rem;
          width: auto; } }
    .blTable-cell::before {
      display: block;
      font-weight: bold;
      margin-bottom: 0.4em; }
      @media (max-width: 640px) {
        .blTable-cell::before {
          content: attr(data-thead); } }
      @media (max-width: 440px) {
        .blTable-cell::before {
          font-size: 0.85em; } }
    .blTable-cell--head {
      padding: 0.6em 1rem;
      white-space: nowrap; }

.bl {
  --minSizeGrid: 15rem; }
  .bl-listProduct {
    opacity: 1;
    transition: opacity 400ms; }
    .bl-listProduct.is-hidden {
      transition: opacity 400ms;
      opacity: 0; }
    .bl-listProduct--mosaic, .bl-listProduct--light, .bl-listProduct--mosaic2 {
      overflow: hidden; }
      @supports (display: grid) {
        .bl-listProduct--mosaic, .bl-listProduct--light, .bl-listProduct--mosaic2 {
          overflow: visible; } }
    .bl-listProductList {
      padding: 0; }
      .bl-listProductList--mosaic, .bl-listProductList--light, .bl-listProductList--mosaic2 {
        margin: 0 -1em;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        @supports (display: grid) {
          .bl-listProductList--mosaic, .bl-listProductList--light, .bl-listProductList--mosaic2 {
            display: -ms-grid;
            display: grid;
            grid-gap: var(--gridGap);
            -ms-grid-columns: (minmax(var(--minSizeGrid), 1fr))[auto-fill];
                grid-template-columns: repeat(auto-fill, minmax(var(--minSizeGrid), 1fr));
            margin: 0; } }
        .bl-listProductList--mosaic .bl-listProductItem, .bl-listProductList--light .bl-listProductItem, .bl-listProductList--mosaic2 .bl-listProductItem {
          display: inline-block;
          margin: 1em;
          min-width: 20rem; }
          @supports (display: grid) {
            .bl-listProductList--mosaic .bl-listProductItem, .bl-listProductList--light .bl-listProductItem, .bl-listProductList--mosaic2 .bl-listProductItem {
              margin: 0;
              min-width: 0; } }
      @supports (display: grid) {
        .bl-listProductList--col2 {
          --minSizeGrid: 45rem; } }
      @supports (display: grid) {
        .bl-listProductList--col3 {
          --minSizeGrid: 30rem; } }
      @supports (display: grid) {
        .bl-listProductList--col4 {
          --minSizeGrid: 24rem; } }
      @supports (display: grid) {
        .bl-listProductList--col5 {
          --minSizeGrid: 18rem; } }
      @supports (display: grid) {
        .bl-listProductList--col6 {
          --minSizeGrid: 15rem; } }
    .bl-listProductItem--col2 {
      width: calc(50% - 2em); }
      @supports (display: grid) {
        .bl-listProductItem--col2 {
          width: 100%; } }
    .bl-listProductItem--col3 {
      width: calc(33.33% - 2em); }
      @supports (display: grid) {
        .bl-listProductItem--col3 {
          width: 100%; } }
    .bl-listProductItem--col4 {
      width: calc(25% - 2em); }
      @supports (display: grid) {
        .bl-listProductItem--col4 {
          width: 100%; } }
    .bl-listProductItem--col5 {
      width: calc(20% - 2em); }
      @supports (display: grid) {
        .bl-listProductItem--col5 {
          width: 100%; } }
    .bl-listProductItem--col6 {
      width: calc(16.66% - 2em); }
      @supports (display: grid) {
        .bl-listProductItem--col6 {
          width: 100%; } }
    .bl-listProductItemElement--title {
      margin: .4em 0; }
      .bl-listProductItemElement--title h3 a {
        text-decoration: none; }
        .bl-listProductItemElement--title h3 a:hover {
          opacity: .85; }
    .bl-listProductItemElement--picture a {
      text-decoration: none; }
      .bl-listProductItemElement--picture a:hover {
        opacity: .85; }
    .bl-listProductItemElement--picture figure {
      margin: 0;
      padding: 0; }
    .bl-listProductItemElement--picture img {
      max-width: 100%; }
      @supports ((-o-object-fit: contain) or (object-fit: contain)) {
        .bl-listProductItemElement--picture img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center;
             object-position: center; } }
    .bl-listProductItemElement--picture figure, .bl-listProductItemElement--picture a, .bl-listProductItemElement--picture img {
      margin: 0;
      padding: 0;
      display: block; }
    .bl-listProductItemPrice span {
      position: relative;
      font-weight: bold; }
      .bl-listProductItemPrice span:first-child {
        margin-right: 0.6em;
        font-size: 0.8em;
        color: #dc2c4b;
        color: var(--errorColor); }
        .bl-listProductItemPrice span:first-child::before {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          left: 0;
          height: 1px;
          top: 50%;
          background: currentColor; }
      .bl-listProductItemPrice span:last-child {
        margin-right: 0;
        color: inherit;
        font-size: inherit; }
        .bl-listProductItemPrice span:last-child::before {
          content: none; }
  .bl-categoryListProductSort__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; }
    @media (max-width: 640px) {
      .bl-categoryListProductSort__header {
        display: block; } }
    .bl-categoryListProductSort__header .cms_bloc_form {
      display: none;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: auto;
      width: 30rem; }
      @media (max-width: 640px) {
        .bl-categoryListProductSort__header .cms_bloc_form {
          margin-left: 0; } }
    .bl-categoryListProductSort__header .cms_bloc_form_field_select.cms_bloc_form_field_select.cms_bloc_form_field_select.cms_bloc_form_field_select {
      width: 100%; }

.bl-listProductList--list .bl-listProductItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .bl-listProductList--list .bl-listProductItem:last-child {
    border-bottom: 0; }
  .bl-listProductList--list .bl-listProductItemElement--left {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
    max-width: 26rem; }
  .bl-listProductList--list .bl-listProductItemElement--right {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 80%;
    margin-left: 2em; }
  .bl-listProductList--list .bl-listProductItemElement--top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .bl-listProductList--list .bl-listProductItemElement--title {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .bl-listProductList--list .bl-listProductItemElement--price {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.bl-listProductList--list2 .bl-listProductItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .bl-listProductList--list2 .bl-listProductItem:last-child {
    border-bottom: 0; }
  .bl-listProductList--list2 .bl-listProductItemElement--left {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
    max-width: 26rem; }
  .bl-listProductList--list2 .bl-listProductItemElement--right {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 80%;
    margin-left: 2em; }
  .bl-listProductList--list2 .bl-listProductItemElement--title {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .bl-listProductList--list2 .bl-listProductItemElement--price {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .bl-listProductList--list2 .bl-listProductItemElement--more, .bl-listProductList--list2 .bl-listProductItemElement--form {
    display: inline-block; }

.bl-listProductList--list2 .bl-button {
  padding: 0.6em;
  margin: .8em .8em 0 0; }
  .bl-listProductList--list2 .bl-button svg {
    margin: 0; }
  .bl-listProductList--list2 .bl-button span {
    position: absolute;
    pointer-events: none;
    opacity: 0; }

.bl-listProductList--light {
  --paddingElement: .8em;
  margin-bottom: 2em; }
  .bl-listProductList--light .bl-listProductItem {
    text-align: center;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 2em; }
    .bl-listProductList--light .bl-listProductItemElement--title, .bl-listProductList--light .bl-listProductItemElement--price {
      padding: 0 1rem;
      padding: 0 var(--paddingElement); }
    .bl-listProductList--light .bl-listProductItemElement--picture {
      margin: 1em 0; }
    .bl-listProductList--light .bl-listProductItemElement--link {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
  .bl-listProductList--light .bl-button {
    padding: 0.6em;
    margin: 0 .4em; }
    .bl-listProductList--light .bl-button svg {
      margin: 0; }
    .bl-listProductList--light .bl-button span {
      position: absolute;
      pointer-events: none;
      opacity: 0; }

.bl-listProductList--mosaic2 .bl-listProductItemElement--bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.bl-listProductList--mosaic2 .bl-listProductItemElement--price {
  margin-right: auto; }

.bl-listProductList--mosaic2 .bl-listProductItemPrice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.bl-listProductList--mosaic2 .bl-button {
  padding: 0.6em;
  margin: 0 .4em; }
  .bl-listProductList--mosaic2 .bl-button svg {
    margin: 0; }
  .bl-listProductList--mosaic2 .bl-button span {
    position: absolute;
    pointer-events: none;
    opacity: 0; }

.bl {
  --eoliaListItemHeaderBackground: var(--color1);
  --eoliaListItemHeaderColor: #ffffff;
  --eoliaListItemFooterBackgroundColor: #f5f5f5;
  --eoliaListItemFooterColor: #6f6f6f;
  --eoliaListItemFooterBorderColor: #dddddd; }
  .bl-listProductList--eolia .bl-listProductItem {
    position: relative;
    border-radius: .4rem;
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 0 !important;
    border: 0.1rem solid var(--eoliaListItemHeaderBackground) !important; }
    .bl-listProductList--eolia .bl-listProductItem:hover {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    .bl-listProductList--eolia .bl-listProductItemElement--eoliaHeader {
      background: var(--eoliaListItemHeaderBackground);
      color: var(--eoliaListItemHeaderColor);
      padding: 1rem 1.5rem; }
      .bl-listProductList--eolia .bl-listProductItemElement--eoliaHeader .bl-listProductItemElement--title {
        margin: 0; }
        .bl-listProductList--eolia .bl-listProductItemElement--eoliaHeader .bl-listProductItemElement--title h3 {
          font-size: 2rem;
          font-weight: 500; }
          .bl-listProductList--eolia .bl-listProductItemElement--eoliaHeader .bl-listProductItemElement--title h3, .bl-listProductList--eolia .bl-listProductItemElement--eoliaHeader .bl-listProductItemElement--title h3 a {
            color: inherit !important; }
          .bl-listProductList--eolia .bl-listProductItemElement--eoliaHeader .bl-listProductItemElement--title h3 a {
            text-decoration: underline !important; }
            .bl-listProductList--eolia .bl-listProductItemElement--eoliaHeader .bl-listProductItemElement--title h3 a:hover {
              text-decoration: none !important;
              opacity: 1; }
            .bl-listProductList--eolia .bl-listProductItemElement--eoliaHeader .bl-listProductItemElement--title h3 a::before {
              content: none; }
    .bl-listProductList--eolia .bl-listProductItemElement--eoliaContent {
      padding: 1.5rem; }
    .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter {
      padding: 1rem 1.5rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      background: var(--eoliaListItemFooterBackgroundColor);
      color: var(--eoliaListItemFooterColor);
      border-top: 0.1rem solid var(--eoliaListItemFooterBorderColor); }
      .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement__label, .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement__value {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement__label {
        margin-right: .5rem; }
      .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement__value {
        position: relative;
        padding-right: 1.5rem; }
        .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement__value:after {
          position: absolute;
          top: 50%;
          right: 0.75rem;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          content: '';
          display: inline-block;
          width: 0;
          height: 1.75rem;
          border-right: .1rem solid currentColor; }
      .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement--eoliaReference, .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement--eoliaFunction, .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement--eoliaActivityArea, .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement--eoliaPlace {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 100%; }
      .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement:last-child .bl-listProductItemElement__value {
        padding-right: 0; }
        .bl-listProductList--eolia .bl-listProductItemElement--eoliaFooter .bl-listProductItemElement:last-child .bl-listProductItemElement__value::after {
          content: none; }

.bl-listProductList--job .bl-listProductItem {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: .1rem dotted currentColor; }
  @media (max-width: 640px) {
    .bl-listProductList--job .bl-listProductItem {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .bl-listProductList--job .bl-listProductItem:hover {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
  .bl-listProductList--job .bl-listProductItemElement--section-main {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .bl-listProductList--job .bl-listProductItemElement--section-main .bl-listProductItemElement {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .bl-listProductList--job .bl-listProductItemElement--section-aside {
    padding: 0 0 0 2rem; }
    @media (max-width: 640px) {
      .bl-listProductList--job .bl-listProductItemElement--section-aside {
        padding: 1.5rem 0 0 0; } }
  .bl-listProductList--job .bl-listProductItemElement--title {
    text-transform: uppercase;
    line-height: initial;
    font-size: larger;
    margin-top: 0; }
    .bl-listProductList--job .bl-listProductItemElement--title a {
      color: var(--color1) !important;
      text-decoration: none !important; }
  .bl-listProductList--job .bl-listProductItemElement--more .bl-button {
    background: var(--color1);
    border: 0.1rem solid var(--color1);
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    padding: .6rem 1.5rem;
    border-radius: .4rem;
    transition: border-color .3s ease, background-color .3s ease, color .3s ease;
    text-align: center;
    margin: 0; }
    .bl-listProductList--job .bl-listProductItemElement--more .bl-button:not(:disabled):hover {
      background: var(--color2);
      border-color: var(--color2); }
      .bl-listProductList--job .bl-listProductItemElement--more .bl-button:not(:disabled):hover,
      .bl-listProductList--job .bl-listProductItemElement--more .bl-button:not(:disabled):hover a {
        color: #ffffff !important;
        text-decoration: none !important; }
    .bl-listProductList--job .bl-listProductItemElement--more .bl-button,
    .bl-listProductList--job .bl-listProductItemElement--more .bl-button a {
      color: #ffffff !important;
      text-decoration: none !important; }
    .bl-listProductList--job .bl-listProductItemElement--more .bl-button .bl-icon {
      display: none; }
  .bl-listProductList--job .bl-listProductItemElement__label {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: .5rem; }
    .bl-listProductList--job .bl-listProductItemElement__label .bl-job__icon {
      height: 1.7rem;
      width: 1.7rem;
      margin-right: .5rem; }
    .bl-listProductList--job .bl-listProductItemElement__label--icon .bl-job__icon {
      margin-right: 0; }

.bl-paginationCount {
  margin: 2em 0;
  margin: var(--paginationGap) 0;
  text-align: center; }

.bl-paginationControl {
  margin: 2em 0;
  margin: var(--paginationGap) 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .bl-paginationControl::before {
    content: '';
    position: absolute;
    top: -1em;
    top: calc(-1 * var(--paginationGap) / 2);
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10rem;
    height: 1px;
    background: rgba(0, 0, 0, 0.15); }
  @supports (display: grid) {
    .bl-paginationControl {
      display: -ms-grid;
      display: grid;
      grid-gap: var(--gridGap);
      -ms-grid-columns: 1fr auto 1fr;
          grid-template-columns: 1fr auto 1fr; } }

.bl-paginationLink {
  margin-left: .4em; }
  .bl-paginationLink:first-child {
    margin-left: 0; }
  .bl-paginationLink--first::before {
    content: '<< '; }
  .bl-paginationLink--previous::before {
    content: '< '; }
  .bl-paginationLink--next::after {
    content: ' >'; }
  .bl-paginationLink--last::after {
    content: ' >>'; }

.bl-paginationLinks {
  width: 33.33%;
  text-align: center; }
  @supports (display: grid) {
    .bl-paginationLinks {
      width: 100%; } }
  .bl-paginationLinks--start {
    text-align: left; }
  .bl-paginationLinks--end {
    text-align: right; }

.bl-pagination--compact .bl-paginationControl {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border: 0.1rem solid var(--compactPaginationBorderColor);
  border-radius: .4rem;
  overflow: hidden; }
  @supports (display: grid) {
    .bl-pagination--compact .bl-paginationControl {
      -ms-grid-columns: (auto)[3];
          grid-template-columns: repeat(3, auto);
      grid-gap: 0; } }
  .bl-pagination--compact .bl-paginationControl::before {
    content: none; }

.bl-pagination--compact .bl-paginationLink:not(:last-child), .bl-pagination--compact .bl-paginationLinks:not(:last-child) {
  border-right: 0.1rem solid var(--compactPaginationBorderColor); }

.bl-pagination--compact .bl-paginationLink {
  line-height: 1.2;
  display: inline-block;
  padding: .6rem 1.2rem;
  text-decoration: none !important;
  transition: background-color .3s ease;
  margin: 0; }
  .bl-pagination--compact .bl-paginationLink:not(.is-disabled):not(.is-active):hover {
    background: var(--compactPaginationHoverColor); }
  .bl-pagination--compact .bl-paginationLink.is-active {
    background: var(--color1);
    color: #ffffff; }
  .bl-pagination--compact .bl-paginationLink--first, .bl-pagination--compact .bl-paginationLink--previous, .bl-pagination--compact .bl-paginationLink--next, .bl-pagination--compact .bl-paginationLink--last {
    font-size: 0; }
    .bl-pagination--compact .bl-paginationLink--first:before, .bl-pagination--compact .bl-paginationLink--first:after, .bl-pagination--compact .bl-paginationLink--previous:before, .bl-pagination--compact .bl-paginationLink--previous:after, .bl-pagination--compact .bl-paginationLink--next:before, .bl-pagination--compact .bl-paginationLink--next:after, .bl-pagination--compact .bl-paginationLink--last:before, .bl-pagination--compact .bl-paginationLink--last:after {
      display: inline-block;
      -webkit-transform: scaleX(0.5);
          -ms-transform: scaleX(0.5);
              transform: scaleX(0.5);
      font-size: 1.6rem; }
  .bl-pagination--compact .bl-paginationLink--first, .bl-pagination--compact .bl-paginationLink--last {
    padding: .6rem .8rem; }

.bl-product {
  position: relative;
  opacity: 0;
  transition: opacity .2s linear; }
  .bl-product.is-loaded {
    opacity: 1; }
  .bl-productForm {
    border-collapse: collapse; }
    .bl-productForm td {
      padding: 0.4em 1em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
      .bl-productForm td:first-child {
        padding-left: 0; }
      .bl-productForm td:last-child {
        border-right: 0;
        padding-right: 0; }
    .bl-productForm tr:last-child td {
      border-bottom: 0; }
  .bl-productElements {
    margin: 0 -1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    transition: opacity .2s linear; }
    .bl-productElements > .bl-productItemElement {
      margin-left: 1em;
      margin-right: 1em; }
    .bl-productElements.is-loading {
      opacity: .4;
      pointer-events: none; }
      .bl-productElements.is-loading::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
  .bl-productItemElement {
    width: 100%; }
    .bl-productItemElement--related, .bl-productItemElement--features, .bl-productItemElement--priceLevel {
      margin-top: 1em;
      margin-bottom: 1em; }
    .bl-productItemElement--left {
      width: calc(40% - 2em);
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 30rem;
      margin: 0 1em; }
      .bl-productItemElement--left:not(:empty).large {
        width: calc(60% - 2em); }
        .bl-productItemElement--left:not(:empty).large + .bl-productItemElement--right {
          width: calc(40% - 2em); }
      .bl-productItemElement--left:empty {
        display: none; }
        .bl-productItemElement--left:empty + .bl-productItemElement--right {
          width: 100%; }
    .bl-productItemElement--right {
      margin: 0 1em;
      width: calc(60% - 2em);
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .bl-productItemElement--price {
      font-size: 1.3em;
      margin-bottom: 0.6em; }
      .bl-productItemElement--price.is-new .bl-productItemPriceReal {
        display: inline-block;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-animation: blBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                animation: blBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .bl-productItemElement--price span {
        position: relative;
        font-weight: bold; }
        .bl-productItemElement--price span:first-of-type {
          margin-right: 0.6em;
          font-size: 0.8em;
          color: #dc2c4b;
          color: var(--errorColor); }
          .bl-productItemElement--price span:first-of-type::before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            left: 0;
            height: 1px;
            top: 50%;
            background: currentColor; }
        .bl-productItemElement--price span:last-child {
          margin-right: 0;
          color: inherit;
          font-size: inherit; }
          .bl-productItemElement--price span:last-child::before {
            content: none; }

.blProductForm-fieldset {
  margin: 0.8em 0; }

.blProductForm-addToCartError {
  color: red;
  color: var(--errorColor); }

.blProductForm-subTitle {
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0; }

.blProductForm-criteriaCost::before {
  content: ' ('; }

.blProductForm-criteriaCost::after {
  content: ')'; }

.blProductForm-criteriaStock::before {
  content: ' - '; }

.blProductForm-criteria--multiple input[type="checkbox"] {
  margin-right: .4em; }

.blProductForm-criteria--multiple input[type="checkbox"]:checked ~ .blProductForm-criteriaCost {
  display: none; }

.blProductForm-criteria--picture {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin: .4em 0.8em 0 0; }
  .blProductForm-criteria--picture input:checked ~ label {
    border: 1px solid var(--color1);
    box-shadow: 0 0 0.3em var(--color1); }
  .blProductForm-criteria--picture label {
    text-align: center;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .blProductForm-criteria--picture img {
    vertical-align: top;
    display: inline-block; }
  .blProductForm-criteria--picture input {
    opacity: 0;
    position: absolute;
    pointer-events: none; }
  .blProductForm-criteria--picture .blProductForm-criteriaCost {
    display: block;
    font-size: 0.8em; }
    .blProductForm-criteria--picture .blProductForm-criteriaCost::before {
      content: none; }
    .blProductForm-criteria--picture .blProductForm-criteriaCost::after {
      content: none; }

.blProductPicture {
  margin-bottom: 2em; }
  .blProductPicture:hover .blProductPicture-controls {
    opacity: 1; }
  .blProductPicture img {
    width: 100%; }
  .blProductPicture-controls {
    opacity: 0; }
  .blProductPicture-control {
    position: absolute;
    cursor: pointer;
    top: 50%;
    z-index: 10;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 2em;
    height: 2em;
    font-size: 1.2em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border: 0;
    outline: none;
    overflow: hidden; }
    .blProductPicture-control.swiper-button-disabled {
      opacity: .3; }
    .blProductPicture-control--prev {
      left: 0; }
    .blProductPicture-control--next {
      right: 0; }
    .blProductPicture-control span {
      position: absolute;
      pointer-events: none;
      opacity: 0; }
    .blProductPicture-control svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 1em;
      height: 1em;
      fill: transparent;
      stroke: currentColor;
      stroke-width: 2px; }
  .blProductPicture-gallery figure, .blProductPicture-gallery a, .blProductPicture-gallery img {
    display: block;
    margin: 0; }
  .blProductPicture-gallery--thumb .swiper-slide {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
    cursor: pointer; }
    .blProductPicture-gallery--thumb .swiper-slide img {
      opacity: .5;
      display: block;
      transition: opacity .2s linear; }
    .blProductPicture-gallery--thumb .swiper-slide.is-on img {
      opacity: 1; }
    .blProductPicture-gallery--thumb .swiper-slide--col1 {
      width: calc(100% - 20px); }
    .blProductPicture-gallery--thumb .swiper-slide--col2 {
      width: calc(50% - 20px); }
    .blProductPicture-gallery--thumb .swiper-slide--col3 {
      width: calc(33.33% - 20px); }
    .blProductPicture-gallery--thumb .swiper-slide--col4 {
      width: calc(25% - 20px); }
    .blProductPicture-gallery--thumb .swiper-slide--col5 {
      width: calc(20% - 20px); }
    .blProductPicture-gallery--thumb .swiper-slide--col6 {
      width: calc(16.66% - 20px); }
    .blProductPicture-gallery--thumb .swiper-slide--col7 {
      width: calc(14.28% - 20px); }
    .blProductPicture-gallery--thumb .swiper-slide--col8 {
      width: calc(12.5% - 20px); }

.blProductConfigurator {
  margin-bottom: 2em;
  position: relative;
  overflow: hidden; }
  .blProductConfigurator img {
    width: 100%; }
  .blProductConfigurator-pictures {
    overflow: auto;
    position: relative; }
    .blProductConfigurator-pictures.js-dragscroll {
      overflow: hidden; }
      .blProductConfigurator-pictures.js-dragscroll + .blProductConfigurator-controls {
        right: 0; }
  .blProductConfigurator-picture {
    transition: all .3s ease; }
    .blProductConfigurator-picture--criteria {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .blProductConfigurator-controls {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .blProductConfigurator-control {
    position: relative;
    cursor: pointer;
    top: 50%;
    z-index: 10;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.2em;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border: 0;
    outline: none;
    overflow: hidden;
    transition: background-color .3s ease; }
    .blProductConfigurator-control:disabled {
      cursor: default;
      opacity: .9; }
    .blProductConfigurator-control--zoomreset {
      border: 0.1rem solid rgba(0, 0, 0, 0.1);
      border-top: none;
      border-bottom: none;
      font-size: 1rem;
      width: auto; }
    .blProductConfigurator-control:not(:disabled):hover {
      background: var(--color1); }

.bl-product--eolia {
  --eoliaProductCardBackground: #d9edf7;
  --eoliaProductCardColor: #31708f;
  --eoliaProductCardBorderColor: #bce8f1; }
  .bl-product--eolia .bl-productElements {
    margin: 0; }
  .bl-product--eolia .bl-productItemElement--eoliaTitle, .bl-product--eolia .bl-productItemElement--eoliaContent, .bl-product--eolia .bl-productItemElement--eoliaForm {
    margin: 0; }
  .bl-product--eolia .bl-productItemElement--eoliaTitle .bl-productItemElement__supTitle, .bl-product--eolia .bl-productItemElement--eoliaTitle .bl-productItemElement__title {
    display: block; }
  .bl-product--eolia .bl-productItemElement--eoliaTitle .bl-productItemElement__supTitle {
    margin-bottom: 1.5rem; }
  .bl-product--eolia .bl-productItemElement--eoliaContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
    gap: 3rem;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.5rem; }
    @media (max-width: 1024px) {
      .bl-product--eolia .bl-productItemElement--eoliaContent {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
    .bl-product--eolia .bl-productItemElement--eoliaContent .bl-productItemElement--eoliaCard {
      max-width: 40rem; }
      @media (max-width: 1024px) {
        .bl-product--eolia .bl-productItemElement--eoliaContent .bl-productItemElement--eoliaCard {
          max-width: 100%; } }
  .bl-product--eolia .bl-productItemElement--eoliaDetails .bl-productItemElement--eoliaCustomer, .bl-product--eolia .bl-productItemElement--eoliaDetails .bl-productItemElement--eoliaJob {
    margin-bottom: 2.5rem; }
  .bl-product--eolia .bl-productItemElement--eoliaDetails h3 {
    font-size: 2.4rem;
    font-weight: 500; }
  .bl-product--eolia .bl-productItemElement--eoliaCard {
    padding: 1.5rem;
    border-radius: .4rem;
    overflow: auto;
    border: 0.1rem solid var(--eoliaProductCardBorderColor);
    color: var(--eoliaProductCardColor);
    background-color: var(--eoliaProductCardBackground); }
    .bl-product--eolia .bl-productItemElement--eoliaCard .bl-productItemElement__title {
      font-weight: bold; }
    .bl-product--eolia .bl-productItemElement--eoliaCard .bl-productItemElement {
      margin-top: .5rem; }
      .bl-product--eolia .bl-productItemElement--eoliaCard .bl-productItemElement__label {
        margin-right: .5rem; }
  .bl-product--eolia .bl-productItemElement--eoliaForm {
    text-align: center; }
    .bl-product--eolia .bl-productItemElement--eoliaForm .bl-button {
      background: var(--color1);
      border: 0.1rem solid var(--color1);
      cursor: pointer;
      font-size: inherit;
      font-weight: normal;
      padding: .6rem 1.5rem;
      border-radius: .4rem;
      transition: border-color .3s ease, background-color .3s ease, color .3s ease;
      background: var(--color2);
      border-color: var(--color2);
      padding: 1.4rem 2rem; }
      .bl-product--eolia .bl-productItemElement--eoliaForm .bl-button:not(:disabled):hover {
        background: var(--color2);
        border-color: var(--color2); }
        .bl-product--eolia .bl-productItemElement--eoliaForm .bl-button:not(:disabled):hover,
        .bl-product--eolia .bl-productItemElement--eoliaForm .bl-button:not(:disabled):hover a {
          color: #ffffff !important;
          text-decoration: none !important; }
      .bl-product--eolia .bl-productItemElement--eoliaForm .bl-button,
      .bl-product--eolia .bl-productItemElement--eoliaForm .bl-button a {
        color: #ffffff !important;
        text-decoration: none !important; }
      .bl-product--eolia .bl-productItemElement--eoliaForm .bl-button:not(:disabled):hover {
        background: var(--color1);
        border-color: var(--color1); }

.bl-product--job .bl-button {
  background: var(--color1);
  border: 0.1rem solid var(--color1);
  cursor: pointer;
  font-size: inherit;
  font-weight: normal;
  padding: .6rem 1.5rem;
  border-radius: .4rem;
  transition: border-color .3s ease, background-color .3s ease, color .3s ease;
  text-align: center; }
  .bl-product--job .bl-button:not(:disabled):hover {
    background: var(--color2);
    border-color: var(--color2); }
    .bl-product--job .bl-button:not(:disabled):hover,
    .bl-product--job .bl-button:not(:disabled):hover a {
      color: #ffffff !important;
      text-decoration: none !important; }
  .bl-product--job .bl-button,
  .bl-product--job .bl-button a {
    color: #ffffff !important;
    text-decoration: none !important; }

.bl-product--job .bl-productItemElement--section-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: .1rem;
  margin-bottom: 2rem; }
  .bl-product--job .bl-productItemElement--section-header .bl-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
    margin: 0;
    height: 100%; }
  .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobForm, .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobForm {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
    .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobForm .bl-button {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase;
      font-weight: 700;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-radius: 0;
      margin: 0;
      height: 100%; }
  .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList {
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20; }
    .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList .bl-button {
      background: var(--color1);
      border: 0.1rem solid var(--color1);
      cursor: pointer;
      font-size: inherit;
      font-weight: normal;
      padding: .6rem 1.5rem;
      border-radius: .4rem;
      transition: border-color .3s ease, background-color .3s ease, color .3s ease;
      text-align: center;
      background: var(--color2);
      border-color: var(--color2);
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase;
      font-weight: 700;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-radius: 0;
      margin: 0;
      height: 100%; }
      .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList .bl-button:not(:disabled):hover {
        background: var(--color2);
        border-color: var(--color2); }
        .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList .bl-button:not(:disabled):hover,
        .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList .bl-button:not(:disabled):hover a {
          color: #ffffff !important;
          text-decoration: none !important; }
      .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList .bl-button,
      .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList .bl-button a {
        color: #ffffff !important;
        text-decoration: none !important; }
      .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList .bl-button:not(:disabled):hover {
        background: var(--color1);
        border-color: var(--color1); }
  @media (max-width: 640px) {
    .bl-product--job .bl-productItemElement--section-header {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobForm {
        -webkit-order: 20;
            -ms-flex-order: 20;
                order: 20; }
      .bl-product--job .bl-productItemElement--section-header .bl-productItemElement--jobGoToList {
        -webkit-order: 10;
            -ms-flex-order: 10;
                order: 10; } }

.bl-product--job .bl-productItemElement--jobPublicationDate {
  text-align: end; }
  .bl-product--job .bl-productItemElement--jobPublicationDate .bl-productItemElement__label {
    margin-right: .5rem; }

.bl-product--job .bl-productItemElement--section-resume {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem; }
  @media (max-width: 640px) {
    .bl-product--job .bl-productItemElement--section-resume {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .bl-product--job .bl-productItemElement--section-resume .bl-productItemElement--resume {
    width: auto; }
  .bl-product--job .bl-productItemElement--section-resume .bl-button--detailFile {
    margin: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .bl-product--job .bl-productItemElement--section-resume .bl-productItemElement--resume:not(:empty) + .bl-button--detailFile {
    margin-left: 2rem; }
    @media (max-width: 640px) {
      .bl-product--job .bl-productItemElement--section-resume .bl-productItemElement--resume:not(:empty) + .bl-button--detailFile {
        margin-top: 1.5rem;
        margin-left: 0; } }

.bl-product--job .bl-productItemElement--section-features {
  border: .1rem dotted currentColor;
  border-radius: .4rem;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem; }
  .bl-product--job .bl-productItemElement--section-features > * {
    margin: .5rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .bl-product--job .bl-productItemElement--section-features .bl-productItemElement__label {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem; }
    .bl-product--job .bl-productItemElement--section-features .bl-productItemElement__label .bl-job__icon {
      height: 2.4rem;
      width: 2.4rem;
      margin-right: .5rem; }
    .bl-product--job .bl-productItemElement--section-features .bl-productItemElement__label--icon .bl-job__icon {
      margin-right: 0; }

.bl-product--job .bl-productItemElement--description {
  margin-bottom: 2rem; }

.bl-product--job .bl-productItemElement--jobShare {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 440px) {
    .bl-product--job .bl-productItemElement--jobShare {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .bl-product--job .bl-productItemElement--jobShare .bl-button {
    margin: .5rem; }
    @media (max-width: 440px) {
      .bl-product--job .bl-productItemElement--jobShare .bl-button {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }

.blCart .cs-form-abstract, .blCart .cs-form-abstract *:not(.ui-multiselect), .blCart .ui-widget:not(.ui-multiselect) {
  box-sizing: border-box; }

.blCart .cs-form-abstract input[type="text"],
.blCart .cs-form-abstract textarea,
.blCart .cs-form-abstract .uneditable-input {
  min-width: 80px;
  width: 100%;
  max-width: 160px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0.4em .6em;
  border-radius: 2px;
  font: inherit;
  height: auto;
  line-height: 1.1;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .blCart .cs-form-abstract input[type="text"]:focus,
  .blCart .cs-form-abstract textarea:focus,
  .blCart .cs-form-abstract .uneditable-input:focus {
    box-shadow: 0 0 4px #444;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px var(--color1);
    border: 1px solid var(--color1); }

.blCart #bl-cart-information-request,
.blCart #promotionalCode-submit_promotionalcode {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0.4em 1em;
  background: #444;
  background: var(--color1);
  color: #ffffff;
  border-radius: 2px;
  font: inherit;
  outline: none;
  cursor: pointer;
  text-decoration: none; }
  .blCart #bl-cart-information-request svg,
  .blCart #promotionalCode-submit_promotionalcode svg {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    stroke: currentColor;
    stroke-width: 2px;
    margin-right: .4em;
    fill: none; }
  .blCart #bl-cart-information-request:hover,
  .blCart #promotionalCode-submit_promotionalcode:hover {
    opacity: .7; }

.blCart #cs-form-element-bl-cart-information-request {
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.blCart #promotionalCode-submit_promotionalcode {
  margin-left: 1em; }
  @media (max-width: 640px) {
    .blCart #promotionalCode-submit_promotionalcode {
      margin-left: 0; } }

.blCart #bl-form-cart-promotionalcode {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 640px) {
    .blCart #bl-form-cart-promotionalcode {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .blCart #bl-form-cart-promotionalcode > div {
    margin: .4em 0; }

.blCart #cs-form-element-promotionalCode-promotionalCode {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .blCart #cs-form-element-promotionalCode-promotionalCode label {
    float: none;
    width: auto; }
  .blCart #cs-form-element-promotionalCode-promotionalCode .cs-form-element-infos .loading {
    display: none !important; }

.blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup {
  padding: 1rem;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  margin-top: 4em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup legend {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: none;
    font: inherit;
    color: inherit;
    font-weight: bold;
    padding: 0.6em 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup .cs-form-element {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 640px) {
      .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup .cs-form-element {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup .cs-form-element > label {
      min-width: 260px;
      width: 100%; }
      @media (max-width: 640px) {
        .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup .cs-form-element > label {
          text-align: left; } }
      @media (min-width: 641px) {
        .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup .cs-form-element > label {
          max-width: 260px; } }
    .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup .cs-form-element > input[type="text"] {
      min-width: 260px;
      width: 100%; }
      @media (max-width: 640px) {
        .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup .cs-form-element > input[type="text"] {
          max-width: 100%; } }
      @media (min-width: 641px) {
        .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup .cs-form-element > input[type="text"] {
          max-width: 260px; } }
    .blCart .cs-form-abstract fieldset#fieldset-informationrequestgroup .cs-form-element .cs-form-element-infos {
      position: static; }

.blCart-promotionalCodeTitle .blTable-cell--description {
  font-weight: bold;
  font-size: 1.1em; }

.blCart-steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0; }

.blCart-step {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .blCart-step.is-active {
    font-weight: bold; }
  .blCart-step--separator {
    margin: 0 0.4em; }
    .blCart-step--separator svg {
      display: block;
      width: 1em;
      height: 1em;
      fill: none;
      stroke: currentColor;
      stroke-width: 2px; }

.blCart-productDescription {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.blCart-productValues {
  font-size: 0.9em; }

.blCart-productPicture:not(:empty) {
  margin-right: 1em; }

.blCart-productPicture a, .blCart-productPicture img {
  display: block; }

.blCart-productDelete {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  padding: 4px; }
  .blCart-productDelete span {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .blCart-productDelete svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2px; }
  .blCart-productDelete:hover {
    background: currentColor; }
    .blCart-productDelete:hover svg {
      color: #ffffff; }

.blCart-total {
  margin: 1em 0; }

.blCart-promotionalCode {
  margin-left: 1rem; }

.blCart-price {
  margin: 1em 0;
  text-align: right;
  font-size: 1.2em; }
  @media (max-width: 640px) {
    .blCart-price {
      text-align: center; } }
  .blCart-priceTotal {
    font-weight: bold; }
  .blCart-priceSubTotal {
    font-size: 0.8em; }

.blCart-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2em; }
  @media (max-width: 640px) {
    .blCart-links {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.blCart-informationRequest {
  position: relative; }
  .blCart-informationRequest form {
    width: 100%;
    top: -100vh;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translate3d(0, -1rem, 0);
            transform: translate3d(0, -1rem, 0);
    opacity: 0; }
  .blCart-informationRequest.is-on form {
    position: relative;
    pointer-events: all;
    opacity: 1;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

@media (min-width: 641px) {
  .blCart .blCart-link--continue {
    margin-right: auto; } }

@media (min-width: 641px) {
  .blCart .blCart-link--finish {
    margin-left: 1em !important; } }

.blCart--job {
  --blCartFormBackground: #f2f2f2;
  --blCartFormColor: #707582;
  --blCartFormBorderColor: #707582;
  --blCartTitleColor: #000000; }
  .blCart--job .blCart-informationRequest form {
    position: relative;
    pointer-events: all;
    opacity: 1;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
    .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup {
      background: var(--blCartFormBackground);
      color: var(--blCartFormColor);
      border: 0.1rem solid var(--blCartFormBorderColor); }
      .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup legend {
        position: relative;
        color: var(--blCartTitleColor);
        width: 100%;
        margin: 0 0 1rem;
        font-size: larger;
        text-transform: uppercase;
        text-align: center; }
        .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup legend:after {
          content: '';
          display: block;
          width: 3rem;
          border-bottom: .3rem solid currentColor;
          margin: .75rem auto 0; }
      .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > label {
        min-width: auto; }
      .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > button.ui-multiselect,
      .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > textarea,
      .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > input[type="text"] {
        background-color: #ffffff;
        max-width: 100%;
        min-width: auto; }
      .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > .fileupload {
        width: 100%; }
        .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > .fileupload .fileinput-button {
          float: none; }
        .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > .fileupload .files {
          margin: .5rem 0 0 0 !important; }
          .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > .fileupload .files .preview.view,
          .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > .fileupload .files .preview.download {
            display: none; }
          .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element > .fileupload .files .btn span {
            display: block; }
      .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element-infos {
        display: none;
        position: relative; }
      .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element.valid .cs-form-element-infos, .blCart--job .blCart-informationRequest form fieldset#fieldset-informationrequestgroup .cs-form-element.errors .cs-form-element-infos {
        display: block; }
    .blCart--job .blCart-informationRequest form #bl-cart-information-request {
      background: var(--color1);
      border: 0.1rem solid var(--color1);
      cursor: pointer;
      font-size: inherit;
      font-weight: normal;
      padding: .6rem 1.5rem;
      border-radius: .4rem;
      transition: border-color .3s ease, background-color .3s ease, color .3s ease;
      text-align: center;
      background: var(--color2);
      border-color: var(--color2);
      margin-top: 1rem; }
      .blCart--job .blCart-informationRequest form #bl-cart-information-request:not(:disabled):hover {
        background: var(--color2);
        border-color: var(--color2); }
        .blCart--job .blCart-informationRequest form #bl-cart-information-request:not(:disabled):hover,
        .blCart--job .blCart-informationRequest form #bl-cart-information-request:not(:disabled):hover a {
          color: #ffffff !important;
          text-decoration: none !important; }
      .blCart--job .blCart-informationRequest form #bl-cart-information-request,
      .blCart--job .blCart-informationRequest form #bl-cart-information-request a {
        color: #ffffff !important;
        text-decoration: none !important; }
      .blCart--job .blCart-informationRequest form #bl-cart-information-request:not(:disabled):hover {
        background: var(--color1);
        border-color: var(--color1); }
  @media (max-width: 640px) {
    .blCart--job .blCart-product .blTable-cell--description {
      padding-right: 4.4rem; } }
  .blCart--job .blCart-product .blTable-cell--delete {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.js-blCart {
  transition: opacity .2s linear; }
  .js-blCart.is-loading {
    opacity: .4;
    pointer-events: none; }
    .js-blCart.is-loading::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

.bl-cadeauErrorPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.2);
  z-index: 2147483647;
  display: none; }
  .bl-cadeauErrorPopup > div {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 30rem;
    max-width: 70rem;
    padding: 3.8rem 2rem;
    min-height: 120px;
    background: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center; }
  .bl-cadeauErrorPopup .bl-button {
    margin: 2rem 1rem; }
  .bl-cadeauErrorPopup .bl-cadeauErrorPopup-cancel.bl-button {
    background: transparent;
    color: inherit;
    box-shadow: none;
    outline: currentColor; }

/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .94);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://www.danempeople.fr/lib/BL/images/site/pswp/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://www.danempeople.fr/lib/BL/images/site/pswp/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/home/webgazelle2/sites/danempeople/lib/BL/views/tpl/library/common/default/css/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.js-dragscroll {
    cursor : -webkit-grab;
    cursor : -moz-grab;
    cursor : -o-grab;
    cursor : grab;
    overflow: auto;
}
  
.js-dragscroll:active {
    cursor : -webkit-grabbing;
    cursor : -moz-grabbing;
    cursor : -o-grabbing;
    cursor : grabbing;
}