@font-face
{
  font-family: "droid_sansregular";
  src: url("/themes/child_classic/assets/fonts/droidsans.woff2") format("woff2"), url("/themes/child_classic/assets/fonts/droidsans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: "droid_sansbold";
  src: url("/themes/child_classic/assets/fonts/droidsans-bold.woff2") format("woff2"), url("/themes/child_classic/assets/fonts/droidsans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

a
{
  color: #0091ad;
  transition: 30ms ease all;
}

a:hover
{
  color: #909dd3;
  transition: 30ms ease all;
}

html,
body
{
  font-family: "droid_sansregular", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  font-family: "droid_sansbold", sans-serif;
}

.bold
{
  font-weight: bold;
}

#wrapper
{
  padding-top: 1.563rem;
  background: #ffffff;
}

#index #wrapper
{
  padding-top: 0;
  background: #ffffff;
}

main
{
  overflow: clip;
}

#header
{
  box-shadow: none;
}

#header .header-top
{
  background-color: #0c0d1d;
  color: white;
  text-align: center;
  padding: 1.25rem 0 0;
}

#header .header-top a[data-depth="0"]
{
  color: #0c0d1d;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0.8em 20px;
}

#header .header-top a[data-depth="0"]:hover
{
  color: #0091ad;
}

#header .header-top .container:after
{
  display: none;
}

#header .header-top .container .row:first-of-type
{
  padding: 0px;
  display: flex;
  -webkit-box-align: center;
  justify-content: space-between;
}

#header .header-top .container .row:first-of-type:after
{
  display: none;
}

#header .header-top #_desktop_cart .header a
{
  color: white;
  display: flex;
  justify-content: center;
  align-self: center;
}

#header .header-top #_desktop_cart .header a span
{
  display: flex;
  justify-content: center;
  align-self: center;
}

#header .header-top .menu.js-top-menu
{
  margin: 20px auto 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1140px;
  background: white;
  color: #0c0d1d;
}

#header .header-top .top-menu .sub-menu,
#header .header-top .top-menu .sub-menu.collapse
{
  width: 1140px;
  margin: 0 auto;
  min-width: 1110px;
  justify-content: center;
  text-align: center;
  display: flex;
  transform: translateX(-50%);
  left: 50%;
}

#header .header-top .top-menu .sub-menu ul[data-depth="1"]
{
  display: flex;
}

#header .header-top .top-menu .sub-menu ul[data-depth="1"] > li
{
  float: none;
  margin: 0 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .header-nav
{
  height: 30px;
}

#header .header-nav .right-nav
{
  height: 30px;
}

#header .header-nav .container
{
  padding: 0;
}

#header .header-nav .user-info
{
  display: flex;
  margin-top: 0;
  height: 100%;
  white-space: nowrap;
}

#header .header-nav .user-info .material-icons
{
  height: auto;
}

#header .header-top-right
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header #search_widget
{
  float: none !important;
  width: 350px;
  min-width: 350px;
}

#header #search_widget form
{
  padding: 1px;
}

#header #search_widget form input
{
  width: 100%;
  padding: 7px 20px 7px 40px;
  outline: none;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0px;
}

#header #search_widget form i
{
  position: absolute;
  right: 2px;
  top: 2px;
  background: black;
  height: 32px;
  width: 49px;
  padding: 7px 14px;
}

#header nav.header-nav .user-info
{
  display: flex;
}

#header nav.header-nav .user-info a
{
  display: flex;
  justify-content: center;
  align-self: center;
}

#header nav.header-nav .user-info a span
{
  font-size: 12px;
}

#index .container.f-width
{
  width: 100%;
  padding: 0;
}

#module-pm_advancedsearch4-searchresults .container.flexreversecategory
{
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  border-top: solid 1px #e5e5e5;
  display: flex;
  flex-direction: row-reverse;
}

#module-pm_advancedsearch4-searchresults .container.flexreversecategory #right-column
{
  padding-left: 0;
}

#module-pm_advancedsearch4-searchresults .container.flexreversecategory #right-column .card-header
{
  font-size: 24px;
  font-family: droid_sansbold;
  color: #0c0d1d;
  padding: 0 0 20px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: solid 1px #e5e5e5;
}

#module-pm_advancedsearch4-searchresults .container.flexreversecategory #right-column .card-block
{
  padding: 1.25rem 0 0.5rem;
}

#module-pm_advancedsearch4-searchresults .container.flexreversecategory #right-column .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle
{
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}

#module-pm_advancedsearch4-searchresults .container.flexreversecategory #right-column .PM_ASCriterionsGroupOuter select
{
  background-position: right 0px center;
}

/*BOUTONS ET LIENS*/
a
{
  color: #0091ad;
  transition: 300ms ease all;
}

a:hover
{
  color: #404494;
  transition: 300ms ease all;
}

.btn.btn-primary
{
  background: #cb0808;
  transition: 300ms ease all;
}

.btn.btn-primary:hover
{
  background: #0091ad;
  transition: 300ms ease all;
}

/*REMPLACEMENTS DE COULEURS*/
.has-discount .page-content.page-cms ul,
.has-discount p,
.has-discount.product-price,
.page-content.page-cms .has-discount ul
{
  color: #0091ad;
}

.has-discount .discount
{
  background: #eb6161;
}

#authentication #wrapper,
#registration #wrapper,
#my-account #wrapper
{
  min-height: calc(100vh - 183px - 438px);
}

#authentication .breadcrumb,
#registration .breadcrumb,
#my-account .breadcrumb
{
  text-align: left;
  color: #0c0d1d;
}

#authentication .breadcrumb li a,
#registration .breadcrumb li a,
#my-account .breadcrumb li a
{
  color: #0c0d1d;
}

#authentication .breadcrumb li a:hover,
#registration .breadcrumb li a:hover,
#my-account .breadcrumb li a:hover
{
  color: #0091ad;
}

#authentication .breadcrumb li:last-child,
#registration .breadcrumb li:last-child,
#my-account .breadcrumb li:last-child
{
  margin: 0;
  color: #0c0d1d;
  content: "/";
}

#authentication .breadcrumb svg,
#registration .breadcrumb svg,
#my-account .breadcrumb svg
{
  fill: #0c0d1d;
}

#authentication #main .page-header,
#registration #main .page-header,
#my-account #main .page-header
{
  margin-bottom: 1.563rem;
  margin-top: 60px;
}

#authentication h1,
#registration h1,
#my-account h1
{
  text-align: center;
}

#authentication #main .page-content,
#registration #main .page-content,
#my-account #main .page-content
{
  margin-top: 10px;
}

#authentication .form-footer,
#registration .form-footer,
#my-account .form-footer
{
  text-align: center;
}

#registration #main
{
  margin-bottom: 60px;
}

#my-account.page-my-account h1
{
  text-transform: uppercase;
  margin-bottom: 60px;
}

#my-account.page-my-account #content .links
{
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

#my-account.page-my-account #content .links a.element
{
  width: 300px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#my-account.page-my-account .page-footer
{
  margin-bottom: 60px;
}

#my-account.page-my-account .page-footer a
{
  font-weight: bold;
}

#cart #header .header-top
{
  margin-bottom: 0px;
}

#cart #wrapper
{
  padding-top: 40px;
  background: #eeeeee;
}

#cart #wrapper #content-wrapper
{
  padding: 0;
}

#cart #main .cart-grid.row
{
  padding-bottom: 50px;
}

#cart #main .card.cart-container
{
  padding: 2rem;
  margin-bottom: 30px;
}

#cart #main .card.cart-container hr.separator
{
  display: none;
}

#cart #main .cart-grid-body .cart-overview
{
  padding: 0;
  margin-top: 20px;
}

#cart #main .cart-grid-body .card.cart-container + a.label
{
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
  padding: 12px 24px 14px 15px;
  background: #5998c5;
  transition: 300ms ease all;
  text-transform: uppercase;
}

#cart #main .cart-grid-body .card.cart-container + a.label:hover
{
  background: #0091ad;
  transition: 300ms ease all;
}

#cart #main h1
{
  font-weight: bold;
  text-transform: uppercase;
}

#cart #main .cart-grid-right
{
  background: white;
  padding-bottom: 20px;
  padding-top: 20px !important;
}

#cart #main .cart-grid-right .card-block.checkout .btn-primary
{
  width: 100%;
  max-width: 180px;
  white-space: normal;
  padding: 15px 20px;
}

#cart #main .cart-grid-right .paiement-info
{
  text-align: center;
}

#cart #main .cart-grid-right .paiement-info img
{
  width: 100%;
}

#cart #main .cart-grid-right .blockreassurance_product
{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#cart #main .cart-grid-right .blockreassurance_product div:nth-child(1),
#cart #main .cart-grid-right .blockreassurance_product div:nth-child(4)
{
  display: none;
}

#cart #main .cart-grid-right .blockreassurance_product div
{
  display: flex;
  justify-content: center;
}

#cart #main .cart-grid-right .blockreassurance_product .item-product
{
  display: inline-block;
  width: unset;
  float: none;
  margin-right: 5px;
  padding-top: 5px;
}

#cart #main .cart-grid-right .blockreassurance_product .item-product img
{
  width: auto;
  height: 40px;
}

#cart #main .cart-grid-right .blockreassurance_product .block-title
{
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

#cart .product-line-grid-right .cart-line-product-actions,
#cart .product-line-grid-right .product-price
{
  line-height: 36px;
  color: #0091ad;
}

#checkout #header
{
  color: white;
  background: #0c0d1d;
}

#checkout #header .menu.js-top-menu.position-static
{
  display: none;
}

#checkout #header .checkoutcontact
{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  height: 55px;
  font-weight: bold;
}

#checkout #header .checkoutcontact a
{
  color: white;
  transition: 300ms ease all;
}

#checkout #header .checkoutcontact a:hover
{
  color: #0091ad;
  transition: 300ms ease all;
}

#checkout #header .header-nav
{
  height: 100%;
  max-height: unset;
  padding: 10px 0 !important;
  margin-bottom: 0;
  border: 0;
}

#checkout #header .header-nav .container
{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#checkout #header .header-nav .logo
{
  width: auto;
  max-height: 55px !important;
}

#checkout #wrapper
{
  padding-top: 40px;
  background: #eeeeee;
  min-height: calc(100vh - 55px - 80px);
}

#checkout #wrapper #content-wrapper
{
  padding: 0;
}

#checkout .cart-grid.row
{
  padding-bottom: 50px;
}

#checkout .card.cart-container
{
  padding: 2rem;
  margin-bottom: 30px;
}

#checkout .card.cart-container hr.separator
{
  display: none;
}

#checkout .cart-grid-body .cart-overview
{
  padding: 0;
  margin-top: 20px;
}

#checkout .cart-grid-body .card.cart-container + a.label
{
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
  padding: 12px 24px 14px 15px;
  background: #5998c5;
  transition: 300ms ease all;
  text-transform: uppercase;
}

#checkout .cart-grid-body .card.cart-container + a.label:hover
{
  background: #0091ad;
  transition: 300ms ease all;
}

#checkout h1
{
  font-weight: bold;
  text-transform: uppercase;
}

#checkout .cart-grid-right
{
  background: white;
  padding-bottom: 20px;
  padding-top: 20px !important;
}

#checkout .cart-grid-right .card-block.checkout .btn-primary
{
  width: 100%;
  max-width: 180px;
  white-space: normal;
  padding: 15px 20px;
}

#checkout .cart-grid-right .paiement-info
{
  text-align: center;
}

#checkout .cart-grid-right .paiement-info img
{
  width: 100%;
}

#checkout .cart-grid-right .blockreassurance_product
{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#checkout .cart-grid-right .blockreassurance_product div:nth-child(1),
#checkout .cart-grid-right .blockreassurance_product div:nth-child(4)
{
  display: none;
}

#checkout .cart-grid-right .blockreassurance_product div
{
  display: flex;
  justify-content: center;
}

#checkout .cart-grid-right .blockreassurance_product .item-product
{
  display: inline-block;
  width: unset;
  float: none;
  margin-right: 5px;
  padding-top: 5px;
}

#checkout .cart-grid-right .blockreassurance_product .item-product img
{
  width: auto;
  height: 40px;
}

#checkout .cart-grid-right .blockreassurance_product .block-title
{
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

#checkout section.checkout-step .step-title
{
  font-weight: bold !important;
}

#checkout section.checkout-step .step-title .done
{
  color: #0091ad !important;
}

#checkout section.checkout-step.-reachable.-current .step-number
{
  background: #cb0808 !important;
  color: white;
}

#checkout section.checkout-step .address-item.selected
{
  background: #fff;
  border: #cb0808 3px solid !important;
}

#checkout .js-address-form p:last-of-type a
{
  color: #cb0808 !important;
}

#checkout #checkout-payment-step
{
  padding-bottom: 40px !important;
}

#checkout #footer
{
  padding: 20px !important;
  color: #ffffff !important;
  background: #0c0d1d !important;
}

.checkout_title
{
  text-align: center;
  font-size: 33px;
  font-family: droid_sansbold;
  color: #0c0d1d;
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.custom-radio input[type=radio]:checked + span
{
  position: absolute;
  top: 0.125rem;
  left: 0.125rem rem;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #cb0808;
  border-radius: 50%;
}

#category #wrapper
{
  padding-top: 0;
}

#category .row.leftcol
{
  display: none;
}

#category .category-parallax-header
{
  text-align: center;
  color: white;
  padding: 30px 30px 40px 30px;
  background-attachment: fixed;
  margin-bottom: 50px;
  position: relative;
}

#category .category-parallax-header .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#category .category-parallax-header .container
{
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 10;
}

#category .category-parallax-header > .text-center
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 250px;
}

#category .category-parallax-header h1,
#category .category-parallax-header p
{
  color: white;
  position: relative;
  z-index: 10;
}

#category .category-parallax-header h1
{
  font-size: 60px;
  font-family: droid_sansbold;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#category .category-parallax-header p
{
  font-size: 27px;
  max-width: 660px;
  line-height: 1.5em;
}

#category .category-parallax-header .breadcrumb
{
  text-align: left;
  color: white;
}

#category .category-parallax-header .breadcrumb li a
{
  color: white;
}

#category .category-parallax-header .breadcrumb li a:hover
{
  color: #0091ad;
}

#category .category-parallax-header .breadcrumb li:last-child
{
  margin: 0;
  color: white;
  content: "/";
}

#category .category-parallax-header .breadcrumb svg
{
  fill: white;
}

#category .container.flexreversecategory
{
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  border-top: solid 1px #e5e5e5;
  display: flex;
  flex-direction: row-reverse;
}

#category .container.flexreversecategory #right-column
{
  padding-left: 0;
}

#category .container.flexreversecategory #right-column .card-header
{
  font-size: 24px;
  font-family: droid_sansbold;
  color: #0c0d1d;
  padding: 0 0 20px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: solid 1px #e5e5e5;
}

#category .container.flexreversecategory #right-column .card-block
{
  padding: 1.25rem 0 0.5rem;
}

#category .container.flexreversecategory #right-column .PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle
{
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}

#category .container.flexreversecategory #right-column .PM_ASCriterionsGroupOuter select
{
  background-position: right 0px center;
}

.product-flags li.product-flag.discount
{
  background-color: #0091ad;
  border-radius: 3px 0 0 3px;
}

.product-flags li.product-flag.new
{
  background-color: #5998c5;
  border-radius: 3px 0 0 3px;
}

.header-top
{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

#index .header-top,
#category .header-top
{
  box-shadow: none;
  margin-bottom: 0px;
}

#product #wrapper
{
  padding-top: 0;
}

#product .container.product-width
{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#product .container.product-width #content-wrapper
{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  float: none;
}

#product #content-wrapper
{
  padding: 0;
}

#product .header-top
{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

#product .breadcrumb
{
  text-align: left;
  color: #232323;
}

#product .breadcrumb svg
{
  fill: #232323;
}

#product .breadcrumb li a
{
  color: #232323;
}

#product .breadcrumb li a:hover
{
  color: #0091ad;
}

#product .breadcrumb li:last-child
{
  margin: 0;
  color: #0c0d1d;
  content: "/";
}

#product .product-container.js-product-container
{
  display: flex;
  gap: 30px;
}

#product .product-container.js-product-container:after
{
  display: none;
}

#product .product-container.js-product-container .fi-left-col,
#product .product-container.js-product-container .fi-right-col
{
  width: 50%;
}

#product .images-container.js-images-container
{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

#product .images-container.js-images-container .product-cover
{
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

#product .product-images > li.thumb-container .thumb
{
  margin-bottom: 15px;
}

#product .product-flags
{
  align-items: flex-end;
  padding-right: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

#product .product-flags .product-flag.on-sale
{
  position: absolute;
  bottom: 0;
}

#product #main .images-container .js-qv-mask
{
  width: unset;
  margin: 0 auto;
  overflow: visible;
}

#product #scroll-up-button,
#product #scroll-down-button
{
  background: red;
}

#product #scroll-up-button
{
  left: 50px;
}

#product #scroll-down-button
{
  right: 50px;
}

#product .product-images > li.thumb-container
{
  display: block;
}

#product #content.page-content
{
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: unset;
}

#product .images-container .product-images > li.thumb-container .thumb
{
  margin-right: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

#product .fi-product-main-infos
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}

#product .fi-product-main-infos .js-product-details
{
  display: flex;
  gap: 10px;
}

#product .fi-product-main-infos .js-product-details .product-reference span,
#product .fi-product-main-infos .js-product-details .product-manufacturer span
{
  font-weight: bold;
}

#product .fi-product-main-infos .js-product-details .product-quantities,
#product .fi-product-main-infos .js-product-details .tax-shipping-delivery-label
{
  display: none;
}

#product .fi-product-main-infos .product-reference,
#product .fi-product-main-infos .product-manufacturer
{
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 5px;
}

#product .fi-product-main-infos h1
{
  font-size: 30px;
  font-family: droid_sansbold;
  color: #0c0d1d;
  margin-bottom: 0 !important;
}

#product .fi-product-main-infos span,
#product .fi-product-main-infos label
{
  font-size: 16px;
  color: #232323;
  line-height: 1.5em;
  margin-bottom: 0;
}

#product .fi-right-col-container
{
  background: #fcfaf9;
  padding: 10px 40px 20px;
  color: #232323;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.36);
}

#product .fi-right-col-container .current-price
{
  display: flex;
  align-items: center;
  gap: 10px;
}

#product .fi-right-col-container .current-price-value
{
  font-size: 26px;
  font-family: droid_sansbold;
  color: #cb0808;
}

#product .fi-right-col-container .tax-shipping-delivery-label
{
  font-size: 16px;
  font-family: droid_sansbold;
  color: #cb0808;
}

#product .fi-right-col-container span.discount
{
  font-size: 16px;
  font-family: droid_sansbold;
  color: white;
  background: #cb0808;
  text-transform: uppercase;
  margin-left: 0rem;
  padding: 10px 15px;
}

#product .fi-right-col-container #product-availability
{
  display: block;
  margin-top: 20px;
  font-weight: 700;
}

#product .fi-right-col-container .btn.btn-primary.add-to-cart
{
  background: #cb0808;
  transition: 300ms ease all;
}

#product .fi-right-col-container .btn.btn-primary.add-to-cart:hover
{
  background: #0091ad;
  transition: 300ms ease all;
}

#product .top-right-col
{
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: #0c0d1d;
  color: white;
  padding: 10px;
  text-align: center;
  font-family: droid_sansbold;
  font-size: 16px;
}

#product .top-right-col label
{
  font-family: droid_sansbold;
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}

#product .top-right-col .js-product-details
{
  display: flex;
  justify-content: center;
}

#product .top-right-col .js-product-details .product-reference,
#product .top-right-col .js-product-details .product-manufacturer
{
  display: none;
}

#product section.product-attachments .attachment h4 a
{
  background: #0091ad;
  color: white;
  padding: 14px 20px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  display: block;
  transition: 300ms ease all;
}

#product section.product-attachments .attachment h4 a:hover
{
  background: #404494;
  transition: 300ms ease all;
}

#product .tab-review-container
{
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

#product .tab-review-container .tabs
{
  width: auto;
  padding: 0;
  flex-grow: 1;
}

#product .tab-review-container .tabs .nav.nav-tabs
{
  border-radius: 6px 0 0 6px;
  border-bottom: none;
}

#product .tab-review-container .tabs .nav.nav-tabs .nav-item:nth-of-type(1) .nav-link
{
  z-index: 10;
}

#product .tab-review-container .tabs .nav.nav-tabs .nav-item:nth-of-type(2) .nav-link
{
  padding-left: 60px;
}

#product .tab-review-container .tabs .nav.nav-tabs .nav-item + .nav-item
{
  margin-left: 0;
}

#product .tab-review-container .tabs .nav.nav-tabs .nav-link
{
  background: #0c0d1d;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border: none;
  transition: 300ms ease all;
  color: white;
}

#product .tab-review-container .tabs .nav.nav-tabs .nav-link svg
{
  fill: white;
  margin-right: 10px;
}

#product .tab-review-container .tabs .nav.nav-tabs .nav-link::after
{
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 45px;
  right: -44px;
  clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
  top: 0;
  background: #0c0d1d;
  transition: 300ms ease all;
}

#product .tab-review-container .tabs .nav.nav-tabs .nav-link.js-product-nav-active.active
{
  background: #0091ad;
  transition: 300ms ease all;
}

#product .tab-review-container .tabs .nav.nav-tabs .nav-link.js-product-nav-active.active::after
{
  background: #0091ad;
  transition: 300ms ease all;
}

#product .tab-review-container .tabs .tab-content
{
  background: #fcfaf9;
  padding: 30px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

#product .tab-review-container .tabs .tab-content .tab-pane
{
  margin-top: 0;
  padding-top: 0;
}

#product .tab-review-container .tabs .tab-content .product-description
{
  color: #7a7a7a;
}

#product .tab-review-container .tabs .tab-content .product-description p
{
  color: #7a7a7a;
}

#product .tab-review-container .tabs .tab-content .product-description ul
{
  padding-left: 15px;
}

#product .tab-review-container .tabs .tab-content .product-description ul li
{
  list-style: disc;
  font-size: 16px;
  line-height: 1.5em;
}

#product .tab-review-container .review-container
{
  width: 370px;
  flex-shrink: 0;
  color: white;
  background: #0c0d1d;
  border-radius: 6px;
  position: relative;
  padding: 30px 20px 50px 20px;
  align-self: center;
}

#product .tab-review-container .review-container #product-comments-list-header
{
  position: relative;
  padding: 0 0 20px 0;
  border-bottom: solid 1px white;
}

#product .tab-review-container .review-container #product-comments-list
{
  min-height: 200px;
}

#product .tab-review-container .review-container #product-comments-list.hasnocom
{
  min-height: unset;
}

#product .tab-review-container .review-container #product-comments-list.hasnocom .btn.btn-comment.btn-comment-big.post-product-comment
{
  background: #404494;
  border-radius: 6px;
  transition: 300ms ease all;
}

#product .tab-review-container .review-container #product-comments-list.hasnocom .btn.btn-comment.btn-comment-big.post-product-comment:hover
{
  transition: 300ms ease all;
  background: #0091ad;
}

#product .tab-review-container .review-container .comments-nb
{
  color: white;
  font-weight: bold;
  font-size: 24px;
}

#product .tab-review-container .review-container #empty-product-comment.product-comment-list-item
{
  opacity: 1;
  min-height: unset;
}

#product .tab-review-container .review-container .product-comment-list-item
{
  padding: 20px 0;
  /*position: absolute;*/
  opacity: 0;
  display: none;
  height: 0;
  transition: all 0.5s ease-in-out;
  background: #0c0d1d;
  color: white;
  width: 100%;
  margin: 0;
}

#product .tab-review-container .review-container .product-comment-list-item .comment-infos
{
  color: white;
  line-height: unset;
  height: unset;
}

#product .tab-review-container .review-container .product-comment-list-item .comment-infos .h4
{
  color: white;
}

#product .tab-review-container .review-container .product-comment-list-item .comment-infos .grade-stars
{
  margin-bottom: 10px;
}

#product .tab-review-container .review-container .product-comment-list-item .author-when
{
  display: flex;
  gap: 7px;
}

#product .tab-review-container .review-container .product-comment-list-item .comment-content .comment-buttons.btn-group
{
  display: none;
}

#product .tab-review-container .review-container .product-comment-list-item .comment-content p
{
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.28px;
  line-height: 19px;
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 0;
}

#product .tab-review-container .review-container .product-comment-list-item.active
{
  opacity: 1;
  display: block;
  height: auto;
}

#product .tab-review-container .review-container #product-comments-list-footer .btn-comment.post-product-comment
{
  background: transparent;
  color: white;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  transition: 300ms ease all;
  margin: 0;
  height: 18px;
}

#product .tab-review-container .review-container #product-comments-list-footer .btn-comment.post-product-comment:hover
{
  background: transparent;
  transition: 300ms ease all;
  color: #404494;
}

#product .tab-review-container .review-container .calltoactionreview
{
  text-align: center;
  color: white !important;
  font-weight: bold;
  letter-spacing: normal;
}

#product .tab-review-container .review-container .calltoactionreview p
{
  font-weight: bold;
  color: white;
  line-height: 1.5em;
  text-transform: uppercase;
}

#product .tab-review-container .review-container .calltoactionreview .font-23
{
  font-size: 23px;
  line-height: 1.5em;
}

#product .tab-review-container .review-container .calltoactionreview .font-20
{
  font-size: 20px;
  line-height: 1.5em;
}

#product .tab-review-container .review-container .calltoactionreview .btn.btn-primary
{
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 25px;
  letter-spacing: unset;
  border-radius: 7px;
  background: #cb0808;
  color: white;
  transition: 300ms ease all;
}

#product .tab-review-container .review-container .calltoactionreview .btn.btn-primary:hover
{
  background: #0091ad;
  transition: 300ms ease all;
}

#product .blockreassurance_product
{
  display: flex;
  background: #ededed;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

#product .blockreassurance_product > div
{
  display: flex;
  gap: 5px;
  padding: 15px 20px;
  justify-content: center;
  text-align: center;
  align-items: center;
}

#product .blockreassurance_product > div.clearfix
{
  display: none;
}

#product .blockreassurance_product .item-product
{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  height: unset;
  width: unset;
}

#product .blockreassurance_product .item-product img
{
  height: 40px;
  width: auto;
}

#product .blockreassurance_product .block-title
{
  text-transform: uppercase;
  color: #0c0d1d;
  font-weight: bold;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#product .featured-products
{
  background: #404494;
  padding: 60px 0 50px 0;
}

#product .featured-products h2
{
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

#product .featured-products .products
{
  max-width: 1140px;
  padding: 0;
  margin: 0 auto;
  display: block;
}

#product .featured-products .products .product-miniature .thumbnail-container
{
  border-radius: 6px;
  overflow: clip;
}

#product .featured-products .titlenavcontainer h2
{
  color: white;
  font-size: 24px;
  margin: 0 auto 20px auto;
  font-weight: bold;
  text-transform: none;
  border-bottom: solid 1px #cccccc;
  padding: 0 0 18px 0;
  max-width: 1140px;
}

#product .featured-products .titlenavcontainer .navcontainer .productprev,
#product .featured-products .titlenavcontainer .navcontainer .productnext
{
  fill: white;
  transition: 300ms ease all;
}

#product .featured-products .titlenavcontainer .navcontainer .productprev:hover,
#product .featured-products .titlenavcontainer .navcontainer .productnext:hover
{
  fill: #0c0d1d;
  transition: 300ms ease all;
  cursor: pointer;
}

.product-miniature.js-product-miniature .product-flags.js-product-flags
{
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
}

.product-miniature.js-product-miniature .product-flags.js-product-flags .product-flag.on-sale
{
  position: absolute;
  bottom: 0;
}

#footer
{
  padding-top: 60px !important;
  padding-bottom: 0px !important;
  background-color: #0c0d1d;
  color: white;
}

#footer .footer-container
{
  padding: 60px 30px 60px 30px;
}

#footer .copyrow
{
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  border-top: solid 1px #394452;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .copyrow:after
{
  display: none;
}

#footer .copyrow .legal
{
  display: flex;
  gap: 10px;
}

#footer .fi-footer-container
{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#footer .fi-footer-col
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: white;
}

#footer .fi-footer-col .h4
{
  text-transform: uppercase;
  margin-bottom: 10px;
  color: white;
}

#footer .fi-footer-col h4
{
  font-size: 18px;
  margin-bottom: 20px;
}

#footer .fi-footer-col a
{
  color: #0091ad;
}

#footer .fi-footer-col a:hover
{
  color: #909dd3;
}

#footer .fi-footer-col#fi-id
{
  margin-top: -25px;
}

#footer .fi-footer-col#fi-id span
{
  display: block;
  margin-bottom: 10px;
}

#footer .fi-footer-col#fi-id img
{
  max-width: 145px;
}

#footer .fi-footer-col ul li
{
  line-height: 1.5em;
  font-size: 16px;
}

#footer .fi-footer-col ul li a
{
  font-size: 16px;
  color: #cccccc;
}

#footer .fi-footer-col#fi-follow-us
{
  text-align: left;
  max-width: 200px;
}

#footer .fi-footer-col#fi-follow-us p
{
  color: #cccccc;
}

#footer .fi-footer-col#fi-follow-us ul.social
{
  display: flex;
  gap: 20px;
  justify-content: start;
}

#footer .fi-footer-col#fi-follow-us ul.social li a
{
  font-size: 24px;
}

.relative
{
  position: relative;
}

#custom-text
{
  text-align-last: left;
  text-align: left;
  padding: 0;
  margin-bottom: 60px;
}

#custom-text .row
{
  margin-left: 0;
  margin-right: 0;
  display: flex;
  gap: 30px;
}

#custom-text .row .col
{
  padding-left: 0;
  padding-right: 0;
  width: 50%;
}

#custom-text .row .col img
{
  width: 100%;
}

#custom-text .row .col .relative
{
  position: relative;
}

#custom-text .row .col .relative span
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(12, 13, 29, 0.8);
  color: white;
  text-align: center !important;
  padding: 5px 0;
  text-align-last: center !important;
}

#custom-text .row:after
{
  display: none;
}

#custom-text h2
{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: none;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 18px;
}

#custom-text h3
{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

#custom-text p
{
  font-size: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 15px;
}

h2.our-category
{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: none;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 18px;
}

.row-grid
{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.row-grid .cell
{
  border-radius: 5px;
  position: relative;
  overflow: clip;
  color: white;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  box-sizing: border-box;
  transition: 300ms ease all;
}

.row-grid .cell:hover
{
  transition: 300ms ease all;
  background-color: #0091ad !important;
  transition: 300ms ease all;
}

.row-grid .cell:hover span.fi-link
{
  color: white;
  transition: 300ms ease all;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}

.row-grid .cell h3
{
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
  z-index: 10;
}

.row-grid .cell img
{
  position: absolute;
  bottom: 0;
  right: 0;
}

.row-grid .cell span.fi-link
{
  transition: 300ms ease all;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 10px;
  z-index: 10;
}

.row-grid .cell:nth-child(1) img
{
  bottom: -19px;
  right: 0;
  width: 163px;
  height: auto;
}

.row-grid .cell:nth-child(2) img
{
  bottom: -18px;
  right: 0;
  width: 160px;
  height: auto;
}

.row-grid .cell:nth-child(3) img
{
  bottom: 0;
  right: 0;
  width: 169px;
  height: auto;
}

.row-grid .cell:nth-child(4) img
{
  bottom: 6px;
  right: -6px;
  width: 131px;
  height: auto;
}

.row-grid .cell:nth-child(5) img
{
  bottom: -11px;
  right: 10px;
  width: 140px;
  height: auto;
}

.row-grid .cell:nth-child(6) img
{
  top: 0;
  right: -87px;
  width: 233px;
  height: auto;
  transform: rotate(-18deg) scaleX(-1);
}

.row-grid .cell-purple-odd
{
  background-color: #909dd3;
}

.row-grid .cell-purple-even
{
  background-color: #404494;
}

#carousel
{
  max-width: 1140px;
  margin: 0 auto 60px auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: content-box;
  position: relative;
}

#carousel .reassurance
{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  color: #0c0d1d;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "droid_sansbold";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}

#carousel .reassurance .reassurel
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  gap: 5px;
  padding: 6px 30px;
  border-right: solid 1px #0c0d1d;
}

#carousel .reassurance .reassurel:last-of-type
{
  border-right: none;
}

#carousel .reassurance svg
{
  fill: #0c0d1d;
}

.carousel .carousel-inner
{
  height: 505px;
  position: relative;
}

.carousel .carousel-item
{
  display: flex;
  padding-left: 60px;
  flex-direction: column;
  justify-content: center;
}

.carousel .carousel-item figure
{
  display: inline-block;
  margin: 0;
  width: 100%;
}

.carousel .carousel-item .caption
{
  max-width: 500px;
  position: unset;
  bottom: unset;
  left: unset;
}

.carousel .carousel-item .caption span.h2
{
  font-size: 35px !important;
  font-family: "droid_sansregular";
  font-weight: normal !important;
  text-transform: none !important;
  color: white;
}

.carousel .carousel-item .caption h1
{
  font-size: 40px;
  font-family: "droid_sansbold";
  font-weight: normal !important;
  text-transform: none !important;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
}

.carousel .carousel-item .caption .caption-description p
{
  font-size: 27px;
  font-family: "droid_sansregular";
  font-weight: normal !important;
  text-transform: none !important;
  color: white;
  line-height: 1.5em;
}

.carousel .carousel-item .caption .fi-btn
{
  background: #cb0808;
  width: 225px;
  padding: 8px 20px;
  color: white;
  border-radius: 8px;
  font-family: "droid_sansbold";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-grow: 0;
  transition: 300ms ease all;
}

.carousel .carousel-item .caption .fi-btn:hover
{
  background: #0091ad;
  transition: 300ms ease all;
}

.fi-btn
{
  background: #cb0808;
  width: 225px;
  padding: 8px 20px;
  color: white;
  border-radius: 8px;
  font-family: "droid_sansbold";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-grow: 0;
  transition: 300ms ease all;
}

.fi-btn:hover
{
  background: #0091ad;
  transition: 300ms ease all;
}

.intra-container
{
  max-width: 1140px;
  margin: 0 auto 60px auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
}

#custom-text
{
  max-width: 1140px;
  margin: 0 auto 60px auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
}

.fi-home-search
{
  margin-top: 60px;
  background: #0c0d1d;
  padding: 60px 15px;
}

.fi-home-search .card
{
  background: transparent;
}

.fi-home-search .PM_ASBlockOutputHorizontal .card-header
{
  text-align: left;
  padding: 0.75rem 0rem;
  background: transparent;
}

.fi-home-search .PM_ASBlockOutputHorizontal .card-header .PM_ASearchTitle
{
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 18px;
}

.fi-home-search #PM_ASBlockOutput_1
{
  display: block;
  box-sizing: content-box;
  max-width: 1140px;
  margin: 0 auto;
}

.fi-home-search .PM_ASCriterionsGroupList.row
{
  display: flex;
  gap: 20px;
  flex-grow: 1;
}

.fi-home-search .PM_ASCriterionsGroupName
{
  color: #e5e5e5;
}

.fi-home-search .card-block
{
  padding: 0rem 0rem 0.5rem;
  position: relative;
}

.fi-home-search .card-block .PM_ASResetSearch
{
  display: none !important;
}

.fi-home-search .featured-products
{
  max-width: 1140px;
  margin: 0 auto;
}

.fi-home-search .featured-products .js-product.product .thumbnail-container
{
  border-radius: 6px;
  overflow: clip;
  width: 100%;
}

.fi-home-search .featured-products .product-miniature .product-title a
{
  font-weight: bold;
  transition: 300ms ease all;
}

.fi-home-search .featured-products .product-miniature .product-title a:hover
{
  color: #0091ad !important;
  transition: 300ms ease all;
}

.fi-home-search .featured-products .product-miniature .thumbnail-container .product-thumbnail img
{
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: auto;
}

.fi-home-search .featured-products .h2.products-section-title
{
  text-align: left;
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: none !important;
}

.fi-home-search .featured-products .product-description
{
  padding: 20px;
  background: #fcfaf9;
}

.fi-home-search .featured-products .product-description:hover:after
{
  display: none;
}

.fi-home-search .featured-products .fi-catname
{
  text-align: left;
  color: #666666;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: none !important;
}

.fi-home-search .featured-products .h3.product-title
{
  text-align: left;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: none !important;
}

.fi-home-search .featured-products .h3.product-title a
{
  color: #0c0d1d !important;
}

.fi-home-search .featured-products .product-price-and-shipping
{
  text-align: left;
  color: #404494;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: none !important;
}

.fi-home-search .featured-products .product-list-reviews
{
  position: unset;
  justify-content: flex-start;
}

.fi-home-search .featured-products .product-list-reviews .small-stars .star-content div.star-on:first-of-type
{
  margin-left: 0 !important;
}

.fi-home-search .featured-products .product-list-reviews .comments-nb
{
  display: none;
}

.fi-home-search .featured-products .product-list-reviews .star-content
{
  margin: 0px;
}

.fi-home-search .featured-products .all-product-link
{
  background: #0091ad;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  padding: 13px 26px 13px 25px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-start;
  width: 225px;
  transition: 300ms ease all;
}

.fi-home-search .featured-products .all-product-link svg
{
  margin-left: 10px;
}

.fi-home-search .featured-products .all-product-link:hover
{
  background: #cb0808;
  transition: 300ms ease all;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after
{
  display: none;
}

#PM_ASForm_1
{
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

#PM_ASForm_1 p.col-xs-12.text-center
{
  display: flex;
  width: unset;
  justify-content: flex-end;
  align-items: self-end;
  position: relative;
}

#PM_ASForm_1 p.col-xs-12.text-center:after
{
  content: "";
  position: absolute;
  bottom: 12px;
  right: 28px;
  width: 18px;
  height: 18px;
  background: url(/img/cms/arrow-right.svg) no-repeat;
  transition: 300ms ease all;
  background-size: contain;
}

#PM_ASForm_1 p.col-xs-12.text-center input[type=submit]
{
  background-color: #cb0808;
  text-transform: none;
  color: white;
  border-radius: 5px;
  padding: 10px 40px 10px 25px;
  transition: 300ms ease all;
}

.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup select
{
  width: 100%;
}

.PM_ASCriterionsGroupOuter select
{
  -webkit-appearance: none;
  /* Masquer le chevron sur WebKit/Blink */
  -moz-appearance: none;
  /* Masquer le chevron sur Firefox */
  appearance: none;
  /* Masquer le chevron sur les autres navigateurs */
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  background-image: url(/img/cms/chevron.svg);
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 40px 40px;
}

.product-flags
{
  align-items: flex-end;
  padding-right: 10px;
}

.product-flags li.product-flag
{
  padding: 4px 15px 2px 15px;
  font-size: 13px;
  min-height: unset;
}

.product-flags li.product-flag.discount
{
  background-color: #eb6161;
  border-radius: 3px;
}

.testimonials-home
{
  padding: 80px 40px 20px 40px;
}

.testimonials-home h2
{
  font-size: 18px;
  margin: 0 auto 20px auto;
  font-weight: bold;
  text-transform: none;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 18px;
  max-width: 1140px;
}

.testimonials-home .siema
{
  max-width: 1470px;
  margin: 0 auto;
}

.fi-testi
{
  background: #fcfaf9;
  padding: 30px;
  margin: 10px;
}

.fi-testi .fi-testi-header
{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.fi-testi .fi-testi-header img
{
  width: 72px;
  height: auto;
}

.fi-testi .fi-testi-header .id-element
{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0;
}

.fi-testi .fi-testi-header .id-element .h3
{
  font-weight: bold;
  color: #0c0d1d;
}

.fi-testi .fi-testi-header .id-element .subelement
{
  text-transform: none;
  font-size: 12px;
}

.fi-testi .fi-testi-content p
{
  font-size: 14px;
  color: #0c0d1d;
  margin-bottom: 20px;
  line-height: 1.6rem;
}

.titlenavcontainer
{
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.titlenavcontainer .navcontainer
{
  position: absolute;
  right: 0;
  top: 0;
}

.titlenavcontainer .navcontainer svg
{
  fill: #404494;
  transition: 300ms ease all;
}

.titlenavcontainer .navcontainer svg:hover
{
  fill: #909dd3;
  transition: 300ms ease all;
}

.brand-slider
{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.brand-slider .siemabrand > div > div
{
  display: flex;
  justify-content: center;
}

.brand-slider div img
{
  text-align: center;
}

.brand-slider .navcontainer .brandprev,
.brand-slider .navcontainer .brandnext
{
  position: absolute;
  top: 10px;
}

.brand-slider .navcontainer .brandprev
{
  left: -50px;
}

.brand-slider .navcontainer .brandnext
{
  right: -50px;
}

.brand-slider .navcontainer svg
{
  fill: #404494;
  transition: 300ms ease all;
}

.brand-slider .navcontainer svg:hover
{
  fill: #909dd3;
  transition: 300ms ease all;
}

.promoband
{
  max-width: 1140px;
  width: 100%;
  padding: 0px 15px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: clip;
}

.promoband .col1
{
  background: #0c0d1d;
  color: white;
  padding: 20px 30px;
  flex-grow: 1;
  text-align: center;
  position: relative;
}

.promoband .col1:after
{
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
  background: #0c0d1d;
  position: absolute;
  right: -30px;
  top: 0;
  height: 100%;
  content: "";
  width: 60px;
  z-index: 10;
}

.promoband .col2
{
  position: relative;
  background: #404494;
  color: white;
  padding: 20px 30px;
  flex-grow: 1;
  text-align: center;
}

.promoband .col2:before
{
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  background: #404494;
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  content: "";
  width: 60px;
}

#repere
{
  width: 200px;
  height: 66px;
  position: fixed;
  bottom: 2%;
  right: 0;
  color: white;
  padding: 10px;
  z-index: 9999;
  text-shadow: 1px 1px 3px #000;
  font-weight: bold;
  display: block;
}

/*LISTING DE PRODUITS*/
#js-product-list
{
  padding-bottom: 40px;
}

#js-product-list .js-product.product .thumbnail-container
{
  border-radius: 6px;
  overflow: clip;
  width: 100%;
}

#js-product-list .product-miniature .product-title a
{
  font-weight: bold;
  transition: 300ms ease all;
}

#js-product-list .product-miniature .product-title a:hover
{
  color: #0091ad !important;
  transition: 300ms ease all;
}

#js-product-list .product-miniature .thumbnail-container
{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#js-product-list .product-miniature .thumbnail-container .product-thumbnail img
{
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: auto;
}

#js-product-list .h2.products-section-title
{
  text-align: left;
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: none !important;
}

#js-product-list .product-description
{
  padding: 20px;
  background: #fcfaf9;
}

#js-product-list .product-description:hover:after
{
  display: none;
}

#js-product-list .fi-catname
{
  text-align: left;
  color: #666666;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: none !important;
}

#js-product-list .h3.product-title
{
  text-align: left;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: none !important;
}

#js-product-list .h3.product-title a
{
  color: #0c0d1d !important;
}

#js-product-list .product-price-and-shipping
{
  text-align: left;
  color: #404494;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: none !important;
}

#js-product-list .product-list-reviews
{
  position: unset;
  justify-content: flex-start;
}

#js-product-list .product-list-reviews .small-stars .star-content div.star-on:first-of-type
{
  margin-left: 0 !important;
}

#js-product-list .product-list-reviews .comments-nb
{
  display: none;
}

#js-product-list .product-list-reviews .star-content
{
  margin: 0px;
}

#category nav.pagination
{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

#category .fi-list-pagination
{
  gap: 10px;
}

#category .fi-list-pagination .page-list
{
  display: flex;
  gap: 5px;
}

#category .fi-list-pagination li a.next,
#category .fi-list-pagination li a.previous
{
  border: none;
  width: unset;
}

#category .fi-list-pagination .current a,
#category .fi-list-pagination a:hover
{
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

#category .fi-list-pagination a
{
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #777;
  font-size: 1rem;
  color: #777;
  text-decoration: none;
  width: 30px;
  height: 30px;
}

#contact .breadcrumb
{
  color: #0c0d1d;
  margin-bottom: 30px;
}

#contact .breadcrumb svg
{
  fill: #0c0d1d;
}

#contact .container.contactpage
{
  display: flex;
}

#contact .container.contactpage .row.leftcol
{
  flex-shrink: 0;
  width: 330px;
}

#contact .container.contactpage .row.leftcol #left-column
{
  width: 100%;
}

#contact .container.contactpage .row.leftcol #left-column .moreinfoscontact
{
  padding: 20px 0 30px;
}

#contact .container.contactpage .row.leftcol #left-column .moreinfoscontact .font-23
{
  font-size: 20px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}

#contact .container.contactpage .row.leftcol #left-column .moreinfoscontact .font-20
{
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

#contact .container.contactpage .row.leftcol #left-column img
{
  width: 100%;
}

#contact .moreinfoscontact
{
  background: #0c0d1d;
  color: white;
  padding: 30px;
  border-radius: 9px;
}

#contact .moreinfoscontact p
{
  text-align: center;
  color: white;
}

#contact .moreinfoscontact .phonecoord
{
  font-size: 24px;
  font-weight: bold;
}

/* BLEU */
@media (min-width: 1200px)
{
  #repere
  {
    background: blue;
    text-shadow: 0 2px 4px #000;
  }

  #repere:after
  {
    content: "1200 px > 1440 px";
  }
}

/* VERT */
@media (min-width: 992px) and (max-width: 1199px)
{
  #repere
  {
    background: green;
  }

  #repere:after
  {
    content: "992 px > 1200 px";
  }

  .fi-testi .fi-testi-header img
  {
    width: 40px;
    height: auto;
  }

  .fi-testi .id-element span.h3
  {
    font-size: 16px;
  }

  #footer .footer-container .container
  {
    width: 100%;
  }

  #footer .copyrow
  {
    padding: 30px 30px 20px 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #product .blockreassurance_product
  {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
  }

  #product .featured-products .titlenavcontainer
  {
    padding: 0 15px;
  }

  #product .featured-products .titlenavcontainer .navcontainer
  {
    position: absolute;
    right: 15px;
    top: 0;
  }

  #cart #main .card.cart-container
  {
    padding: 2rem 15px;
    margin-bottom: 30px;
  }
}

/* JAUNE */
@media (min-width: 768px) and (max-width: 991px)
{
  #repere
  {
    background: yellow;
  }

  #repere:after
  {
    content: "768 px > 991 px";
  }

  .carousel
  {
    left: 0;
    width: unset;
    padding-bottom: 0;
    margin-left: -50vw;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .carousel .carousel-item
  {
    display: flex;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
  }

  .carousel .carousel-item .caption .fi-btn
  {
    margin: 0 auto;
  }

  #header .header-top a[data-depth="0"]
  {
    padding: 0.8em 10px;
  }

  #custom-text
  {
    margin-bottom: 60px;
  }

  #custom-text .row
  {
    flex-direction: column;
  }

  #custom-text .row .col
  {
    width: 100%;
  }

  #custom-text .row .col img
  {
    width: 100%;
  }

  .row-grid
  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .row-grid .cell
  {
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .row-grid .cell:hover span.fi-link
  {
    font-size: 16px;
  }

  .row-grid .cell h3
  {
    color: white;
    margin-bottom: 20px;
  }

  .row-grid .cell span.fi-link
  {
    font-size: 10px;
  }

  .row-grid .cell:nth-child(1) img
  {
    bottom: -19px;
    right: 0;
    width: 163px;
    height: auto;
  }

  .row-grid .cell:nth-child(2) img
  {
    bottom: -18px;
    right: 0;
    width: 160px;
    height: auto;
  }

  .row-grid .cell:nth-child(3) img
  {
    bottom: 0;
    right: 0;
    width: 169px;
    height: auto;
  }

  .row-grid .cell:nth-child(4) img
  {
    bottom: 6px;
    right: -6px;
    width: 131px;
    height: auto;
  }

  .row-grid .cell:nth-child(5) img
  {
    bottom: -11px;
    right: 10px;
    width: 140px;
    height: auto;
  }

  .row-grid .cell:nth-child(6) img
  {
    top: 0;
    right: -87px;
    width: 233px;
    height: auto;
    transform: rotate(-18deg) scaleX(-1);
  }

  .fi-home-search #PM_ASForm_1
  {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .fi-home-search #PM_ASForm_1 p.col-xs-12.text-center
  {
    padding-left: 0;
  }

  .fi-home-search .PM_ASCriterionsGroupList.row
  {
    display: flex;
    gap: 20px;
    flex-grow: 1;
    width: 100%;
    margin: 0;
  }

  .fi-home-search .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup
  {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 33%;
    padding-right: 0;
    box-sizing: content-box;
    padding-left: 0;
  }

  .fi-home-search select.form-control:not([size]):not([multiple])
  {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
  }

  .fi-testi .fi-testi-header img
  {
    width: 40px;
    height: auto;
  }

  .fi-testi .id-element span.h3
  {
    font-size: 16px;
  }

  #footer .footer-container .container
  {
    width: 100%;
  }

  #footer .copyrow
  {
    padding: 30px 30px 20px 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #category .container.flexreversecategory
  {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border-top: solid 1px #e5e5e5;
    display: flex;
    flex-direction: row-reverse;
  }

  #product #wrapper > .container
  {
    width: 100%;
    max-width: unset;
  }

  #product .images-container.js-images-container
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }

  #product #main .images-container .js-qv-mask
  {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }

  #product #main .images-container .js-qv-mask .product-images.js-qv-product-images
  {
    display: flex;
    gap: 15px;
  }

  #product #main .images-container .product-cover
  {
    position: relative;
    margin-bottom: 0;
  }

  #product .product-images > li.thumb-container
  {
    width: 100%;
    max-width: 98px;
  }

  #product .product-images > li.thumb-container .thumb
  {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
  }

  #product .fi-product-main-infos
  {
    display: block;
  }

  #product .top-right-col .js-product-details
  {
    display: block;
  }

  #product .fi-right-col-container
  {
    padding: 10px 20px 20px;
  }

  #product .fi-right-col-container h2
  {
    font-size: 20px;
  }

  #product .fi-right-col-container .current-price
  {
    display: block;
  }

  #product .tab-review-container
  {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: start;
  }

  #product .tab-review-container .review-container
  {
    align-self: self-start;
  }

  #product .tabs
  {
    margin-top: 0;
  }

  #product .tabs .nav-tabs .nav-item
  {
    float: none;
    margin-bottom: -0.125rem;
  }

  #product .tab-review-container .tabs .nav.nav-tabs .nav-link.js-product-nav-active.active::after
  {
    display: none;
  }

  #product .tab-review-container .tabs .nav.nav-tabs .nav-link::after
  {
    display: none;
  }

  #product .tab-review-container .tabs .nav.nav-tabs .nav-item:nth-of-type(2) .nav-link
  {
    padding-left: 25px;
  }

  #product .blockreassurance_product
  {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
  }

  #product .featured-products .titlenavcontainer
  {
    padding: 0 15px;
  }

  #product .featured-products .titlenavcontainer .navcontainer
  {
    position: absolute;
    right: 15px;
    top: 0;
  }

  .cart-grid-body
  {
    padding: 0;
  }

  #cart #main .cart-grid-right
  {
    margin-top: 40px;
  }

  #cart #main .cart-grid-right .paiement-info strong
  {
    display: block;
  }

  #cart #main .cart-grid-right .paiement-info img
  {
    width: unset;
    margin: 10px auto;
  }

  #contact .container.contactpage
  {
    display: flex;
    width: 100%;
  }
}

/* ORANGE */
@media (max-width: 767px)
{
  #repere
  {
    background: orange;
  }

  #repere:after
  {
    content: "767 px";
  }

  #header .header-top
  {
    background-color: #0c0d1d;
    color: white;
    text-align: center;
    padding: 30px 0 0;
  }

  #header .header-top.hidden-md-up
  {
    /*display: none;*/
  }

  #header #header .header-top > .container
  {
    position: relative;
    padding: 0;
  }

  #header #header .header-top > .container .row:first-of-type
  {
    padding: 0px;
    display: flex;
    -webkit-box-align: center;
    justify-content: space-between;
    margin: 0;
  }

  #header .header-nav
  {
    max-height: 50px;
    background: #0c0d1d;
    border-bottom: none;
  }

  #header .header-nav .container
  {
    width: 100%;
  }

  #header .header-nav .mobile
  {
    padding: 0 15px;
  }

  #header .header-nav .user-info
  {
    margin-top: 18px;
    white-space: nowrap;
    display: flex;
  }

  #header .header-nav .user-info .material-icons
  {
    font-size: 32px;
    color: white;
  }

  #header #search_widget
  {
    float: none !important;
    width: 100% !important;
    min-width: 100% !important;
  }

  .carousel-inner
  {
    margin-bottom: 0;
  }

  .carousel
  {
    left: 0;
    width: unset;
    padding-bottom: 0;
    margin-left: -50vw;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .carousel .carousel-item
  {
    display: flex;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
  }

  .carousel .carousel-item .caption
  {
    padding: 0 20px;
  }

  .carousel .carousel-item .caption span.h2
  {
    font-size: 25px !important;
  }

  .carousel .carousel-item .caption h1
  {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .carousel .carousel-item .caption .caption-description p
  {
    font-size: 18px;
    line-height: 1.5em;
  }

  .carousel .carousel-item .caption .fi-btn
  {
    margin: 0 auto;
  }

  .reassurance
  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative !important;
    background: white;
    z-index: 20;
  }

  .reassurance .reassurel
  {
    width: 35% !important;
    border-right: none !important;
    padding: 6px 5px;
  }

  .reassurance .reassurel:last-of-type
  {
    border-right: none;
  }

  .reassurance svg
  {
    fill: #0c0d1d;
  }

  #custom-text
  {
    margin-bottom: 60px;
  }

  #custom-text .row
  {
    flex-direction: column;
  }

  #custom-text .row .col
  {
    width: 100%;
  }

  #custom-text .row .col img
  {
    width: 100%;
  }

  .row-grid
  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .row-grid .cell
  {
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .row-grid .cell:hover span.fi-link
  {
    font-size: 16px;
  }

  .row-grid .cell h3
  {
    color: white;
    margin-bottom: 20px;
  }

  .row-grid .cell span.fi-link
  {
    font-size: 10px;
  }

  .row-grid .cell:nth-child(1) img
  {
    bottom: -19px;
    right: 0;
    width: 163px;
    height: auto;
  }

  .row-grid .cell:nth-child(2) img
  {
    bottom: -18px;
    right: 0;
    width: 160px;
    height: auto;
  }

  .row-grid .cell:nth-child(3) img
  {
    bottom: 0;
    right: 0;
    width: 169px;
    height: auto;
  }

  .row-grid .cell:nth-child(4) img
  {
    bottom: 6px;
    right: -6px;
    width: 131px;
    height: auto;
  }

  .row-grid .cell:nth-child(5) img
  {
    bottom: -11px;
    right: 10px;
    width: 140px;
    height: auto;
  }

  .row-grid .cell:nth-child(6) img
  {
    top: 0;
    right: -87px;
    width: 233px;
    height: auto;
    transform: rotate(-18deg) scaleX(-1);
  }

  .fi-home-search #PM_ASForm_1
  {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .fi-home-search #PM_ASForm_1 p.col-xs-12.text-center
  {
    padding-left: 0;
  }

  .fi-home-search .PM_ASCriterionsGroupList.row
  {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 15px;
    flex-grow: 1;
    width: 100%;
    margin: 0;
  }

  .fi-home-search .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup
  {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 48%;
    padding-right: 0;
    box-sizing: content-box;
    padding-left: 0;
  }

  .fi-home-search select.form-control:not([size]):not([multiple])
  {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
  }

  .fi-testi .fi-testi-header img
  {
    width: 40px;
    height: auto;
  }

  .fi-testi .id-element span.h3
  {
    font-size: 16px;
  }

  #footer .footer-container .container
  {
    width: 100%;
  }

  #footer .footer-container .container .fi-footer-container
  {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
  }

  #footer .footer-container .container .fi-footer-container .fi-footer-col
  {
    text-align: center;
  }

  #footer .footer-container .container .fi-footer-container .fi-footer-col#fi-id img
  {
    max-width: 145px;
    margin: 0 auto 20px auto;
  }

  #footer .footer-container .container .fi-footer-container .fi-footer-col#fi-follow-us
  {
    text-align: center;
    max-width: unset;
  }

  #footer .footer-container .container .fi-footer-container .fi-footer-col#fi-follow-us ul.social
  {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  #footer .copyrow
  {
    padding: 30px 30px 20px 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #footer .copyrow p
  {
    text-align: center;
  }

  #category .container.flexreversecategory
  {
    display: flex;
    flex-direction: column-reverse;
  }

  #category .right-column
  {
    margin-bottom: 40px;
  }

  #product #wrapper > .container
  {
    width: 100%;
    max-width: unset;
  }

  #product .product-container.js-product-container
  {
    display: block;
    gap: 30px;
  }

  #product .product-container.js-product-container .fi-left-col,
  #product .product-container.js-product-container .fi-right-col
  {
    width: 100%;
  }

  #product .images-container.js-images-container
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }

  #product #main .images-container .js-qv-mask
  {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }

  #product #main .images-container .js-qv-mask .product-images.js-qv-product-images
  {
    display: flex;
    gap: 15px;
  }

  #product #main .images-container .product-cover
  {
    position: relative;
    margin-bottom: 0;
  }

  #product .product-images > li.thumb-container
  {
    width: 100%;
    max-width: 98px;
  }

  #product .product-images > li.thumb-container .thumb
  {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
  }

  #product .fi-product-main-infos
  {
    display: block;
  }

  #product .top-right-col .js-product-details
  {
    display: block;
  }

  #product .fi-right-col-container
  {
    padding: 10px 20px 20px;
  }

  #product .fi-right-col-container h2
  {
    font-size: 20px;
  }

  #product .fi-right-col-container .current-price
  {
    display: block;
  }

  #product .tab-review-container
  {
    display: block;
    margin-top: 40px;
  }

  #product .tab-review-container .review-container
  {
    align-self: self-start;
  }

  #product .tabs
  {
    margin-top: 0;
    margin-bottom: 40px;
  }

  #product .tabs .nav-tabs .nav-item
  {
    float: none;
    margin-bottom: -0.125rem;
  }

  #product .tab-review-container .review-container
  {
    width: 100%;
  }

  #product .tab-review-container .tabs .nav.nav-tabs .nav-link.js-product-nav-active.active::after
  {
    display: none;
  }

  #product .tab-review-container .tabs .nav.nav-tabs .nav-link::after
  {
    display: none;
  }

  #product .tab-review-container .tabs .nav.nav-tabs .nav-item:nth-of-type(2) .nav-link
  {
    padding-left: 25px;
  }

  #product #product-comments-list-footer
  {
    display: block;
  }

  #product .tab-review-container .review-container #product-comments-list
  {
    min-height: 180px;
  }

  #product .tab-review-container .review-container .calltoactionreview
  {
    text-align: left;
    margin-top: 30px;
  }

  #product .blockreassurance_product
  {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
  }

  #product .featured-products .titlenavcontainer
  {
    padding: 0 15px;
  }

  #product .featured-products .titlenavcontainer h2
  {
    padding-right: 90px;
  }

  #product .featured-products .titlenavcontainer .navcontainer
  {
    position: absolute;
    right: 15px;
    top: 0;
  }

  .cart-grid-body
  {
    padding: 0;
  }

  #cart #main .cart-grid-right
  {
    margin-top: 40px;
  }

  #cart #main .cart-grid-right .paiement-info strong
  {
    display: block;
  }

  #cart #main .cart-grid-right .paiement-info img
  {
    width: unset;
    margin: 10px auto;
  }

  #cart main #wrapper
  {
    padding-top: 15px;
  }

  #cart main #wrapper > .container
  {
    width: 100%;
    max-width: unset;
    padding: 0 15px;
    margin: 0;
  }

  #cart main .cart-grid.row
  {
    background: white;
    padding-bottom: 50px;
    margin: 0;
  }

  #cart main .cart-grid-body
  {
    padding: 15px;
  }

  #checkout #header .header-top
  {
    background-color: #0c0d1d;
    color: white;
    text-align: center;
    padding: 0;
  }

  #checkout #header .header-top.hidden-md-up
  {
    /*display: none;*/
    margin-bottom: 0;
  }

  #contact #wrapper > .container
  {
    width: 100%;
    max-width: unset;
    padding: 0 15px;
    margin: 0;
  }

  #contact .container.contactpage
  {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  #contact #content-wrapper
  {
    padding: 0;
    margin-top: 30px;
  }

  #contact #content-wrapper .contact-form
  {
    padding: 0;
  }

  #contact #left-column
  {
    margin-bottom: 40px;
  }

  #contact .form-footer.text-sm-right
  {
    text-align: left !important;
  }
}

/* ROUGE */
@media (max-width: 576px)
{
  #repere
  {
    background: red;
  }

  #repere:after
  {
    content: "576 px";
  }

  .row-grid
  {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .row-grid .cell
  {
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .row-grid .cell:hover span.fi-link
  {
    font-size: 16px;
  }

  .row-grid .cell h3
  {
    color: white;
    margin-bottom: 20px;
  }

  .row-grid .cell span.fi-link
  {
    font-size: 10px;
  }

  .row-grid .cell:nth-child(1) img
  {
    bottom: -19px;
    right: 0;
    width: 163px;
    height: auto;
  }

  .row-grid .cell:nth-child(2) img
  {
    bottom: -18px;
    right: 0;
    width: 160px;
    height: auto;
  }

  .row-grid .cell:nth-child(3) img
  {
    bottom: 0;
    right: 0;
    width: 169px;
    height: auto;
  }

  .row-grid .cell:nth-child(4) img
  {
    bottom: 6px;
    right: -6px;
    width: 131px;
    height: auto;
  }

  .row-grid .cell:nth-child(5) img
  {
    bottom: -11px;
    right: 10px;
    width: 140px;
    height: auto;
  }

  .row-grid .cell:nth-child(6) img
  {
    top: 0;
    right: -87px;
    width: 233px;
    height: auto;
    transform: rotate(-18deg) scaleX(-1);
  }

  .fi-home-search #PM_ASForm_1
  {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .fi-home-search #PM_ASForm_1 p.col-xs-12.text-center
  {
    padding-left: 0;
  }

  .fi-home-search .PM_ASCriterionsGroupList.row
  {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    width: 100%;
    margin: 0;
  }

  .fi-home-search .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup
  {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
    padding-right: 0;
    box-sizing: content-box;
    padding-left: 0;
  }

  .fi-home-search select.form-control:not([size]):not([multiple])
  {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
  }

  #category .container.flexreversecategory
  {
    padding: 15px;
  }

  #category .product-miniature
  {
    width: 100%;
  }

  #product .blockreassurance_product
  {
    display: block;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
  }

  .cart-grid.row .card.cart-container
  {
    padding: 0 !important;
  }

  .cart-grid.row .product-line-grid-right
  {
    padding: 0 !important;
  }

  .cart-grid.row .product-line-grid-right .row
  {
    display: flex !important;
  }

  .cart-grid.row .product-line-grid-right .row .qty
  {
    width: auto !important;
  }

  #checkout #wrapper > .container
  {
    width: 100%;
    max-width: unset;
    padding: 0 15px;
    margin: 0;
  }

  #checkout #wrapper > .container .row
  {
    margin: 0;
  }
}

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