﻿/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /* global */

 /* ================================================================
   FLOORZ™ — Typographie globale
   Oswald 300 pour les titres — Montserrat 400 pour le corps
   ================================================================ */

/* Titres globaux */
.fz-h1, .fz-h2, .fz-h3, .fz-h4,
#content-wrapper h1,
#content-wrapper .h1,
#content-wrapper h2,
#content-wrapper h3,
#content-wrapper h4 {
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #2B0807;
}

/* Corps de texte global */
#content-wrapper p,
#content-wrapper li,
#content-wrapper td,
#content-wrapper th,
#content-wrapper label {
  font-family: 'Montserrat', 'Trebuchet MS', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

/* Lettrines Floorz™ */
.fz-lettrine {
  float: left;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-size: 3.6em;
  font-weight: 300;
  line-height: 0.82;
  color: #000000;
  margin: 3px 8px 0 0;
}

/* Liens Floorz™ */
body:not(#index) #content-wrapper a {
    color: #FA7000;
    text-decoration: none;
}
#content-wrapper a:hover {
  color: #2B0807;
  text-decoration: none;
}

/* Bandeaux titres de section */
.fz-section-title {
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #2B0807;
  color: #ffffff;
  padding: 10px 16px;
  margin-bottom: 16px;
  border-radius: 3px;
  font-size: 1.0rem;
}

/* Couleurs charte */
:root {
  --fz-bordeaux: #2B0807;
  --fz-orange:   #FA7000;
  --fz-vert:     #72A372;
  --fz-gris:     #F5F3F0;
}

 @keyframes devis_bouton_shake {
    0% {
      transform: rotate(0deg); }
    10% {
      transform: rotate(5deg); }
    20% {
      transform: rotate(-5deg); }
    30% {
      transform: rotate(5deg); }
    40% {
      transform: rotate(-5deg); }
    50% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(0deg); } }

      @keyframes flash {
        0% { opacity: 2; } 
        50% { opacity: .2; } 
        100% { opacity: 1.5; }
    }


      @-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

    body {
    font-family: 'Lato',sans-serif;
}
  
   .img-responsive {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto !important;
  }

  .bold {
    font-weight: bold;
}

.pt-05 {
	padding-top: 0.5rem!important;
}

.font-weight-bolder {
    font-weight: bolder!important;
}

  
  .text-center {
      text-align: center;
  }
  
  .text-right {
      text-align: right;
      padding-right:1%;
  }

  .nocenter {
    margin : 0 !important;
  }
  
  
  .promo {
      
      color:#FFF;
      font-weight: bolder;
  }
  
  
  .text-promo {
      color:#82b064;font-weight:bolder;
  }
  
  .weight {
      color:#FFF;
  }
  
  .urgence {
          color: red;
  }

  .clear {
    clear:both;
  }

  .flex {
    display: flex;
  }

  .between {
    justify-content: space-between;
  }
  .text-right {
    text-align:right;
  }

  .none {
    display: none;
  }

  .or {
  	color:#FA7000 !important;
  }

  .btn {
    white-space: normal;
  }
   .btn-outline-success {
    color: white;
    border-color: #FA7000;;
    background-color:#FA7000;;
  }

  #module-opartdevis-listquotation a {
    margin : 2px 0px;
  }
  
  .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover, .open>.btn-outline-success.dropdown-toggle {
      color: #221e1f;
      background-color: #FA7000;;
      border-color: #FA7000;;
  }

  .btn-primary, .btn-secondary {
    font-weight: 400;
}
  
  .btn-primary {
      color: #fff;
      background-color: #FA7000;;
      border-color: transparent;
  }
  
  .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
      color: #fff;
      background-color: #bc862f;
      border-color: transparent;
  }

  .btn-success {
    border-color: transparent;
  }
  
  .h1, .h2, .h3 {
      font-family: 'Lato', sans-serif;
  }
  
  .h1, h1 {
      font-size: 1.5rem;
  }

    .h2, h2 {
      font-size: 1.4rem;
  }
  
  .h4, .h5, .h6 {
      font-family: 'Lato', sans-serif
  }
  


  .h6, h6 {
    font-size: 1.2rem;
}
  
  p, span, a, label{
      font-family: 'Lato';
      color: #232323;
      font-weight: 400;
      font-size: 1rem;
  }

  p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

 button span {
      color: #FFF;
  }
  
  .table-bordered  {
    border: 1px solid #f6f6f6;
}



.table-bordered td {
    border: none;
}

.table-bordered thead tr th {
    text-align: center; 
}
.titimg {
    font-family: 'Lato', sans-serif;
    text-transform: none;
    font-size: 12px;
}

.hotel {
  font-family: 'Grand Hotel', cursive;
}
  
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12{
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }


  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
  @media (min-width: 1800px) {



   


      .col-xxl-1 {
          float: left;
          width: 8.33333%;
      }
      .col-xxl-2 {
          float: left;
          width: 16.66667%;
      }
      .col-xxl-3 {
          float: left;
          width: 25%;
      }
       .col-xxl-4 {
          float: left;
          width: 33.33333%;
      }
      .col-xxl-5 {
          float: left;
          width: 41.66667%;
      }
       .col-xxl-6 {
          float: left;
          width: 50%;
      }
      .col-xxl-7 {
          float: left;
          width: 58.33333%;
      }
      .col-xxl-8 {
          float: left;
          width: 66.66667%;
      }
      .col-xxl-9 {
          float: left;
          width: 75%;
      }
      .col-xxl-10 {
          float: left;
          width: 83.33333%;
      }
      .col-xxl-11 {
          float: left;
          width: 91.66667%;
      }
      .col-xxl-12 {
          float: left;
          width: 100%;
      }
  
      
      .offset-xxl-1 {
      margin-left: 8.33333%;
      }
      .offset-xxl-2 {
          margin-left: 16.66667%;
          }
      .offset-xxl-3 {
      margin-left: 25%;
      }
      .offset-xxl-4 {
          margin-left: 33.33333%;
      }
      .offset-xxl-5 {
              margin-left: 41.66667%;
      }
      .offset-xxl-6 {
          margin-left: 50%;
      }
      .offset-xxl-7 {
          margin-left: 58.33333%;
      }
      .offset-xxl-8 {
          margin-left: 66.66667%;
      }
      .offset-xxl-9 {
          margin-left: 75%;
      }
      .offset-xxl-10 {
          margin-left: 83.33333%;
      }
      .offset-xxl-11 {
          margin-left: 91.66667%;
      }
      .offset-xxl-12 {
          margin-left: 100%;
      }

      .logos {
          display:none;
      }
  }
  
  
  .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12{
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }
  
  @media (min-width: 1800px) {
      .col-xxxl-1 {
          float: left;
          width: 8.33333%;
      }
      .col-xxxl-2 {
          float: left;
          width: 16.66667%;
      }
      .col-xxxl-3 {
          float: left;
          width: 25%;
      }
       .col-xxxl-4 {
          float: left;
          width: 33.33333%;
      }
      .col-xxxl-5 {
          float: left;
          width: 41.66667%;
      }
       .col-xxxl-6 {
          float: left;
          width: 50%;
      }
      .col-xxxl-7 {
          float: left;
          width: 58.33333%;
      }
      .col-xxxl-8 {
          float: left;
          width: 66.66667%;
      }
      .col-xxxl-9 {
          float: left;
          width: 75%;
      }
      .col-xxxl-10 {
          float: left;
          width: 83.33333%;
      }
      .col-xxxl-11 {
          float: left;
          width: 91.66667%;
      }
      .col-xxxl-12 {
          float: left;
          width: 100%;
      }


      .offset-xxxl-1 {
      margin-left: 8.33333%;
      }

     
  }
  
  @media (max-width: 1799px){
      .hidden-xxl-down {
          display: none!important;
      }

      .logos { 
          display: none;
      }
  }

  
  @media (min-width: 1800px){
      .hidden-xxl-up {
          display: none!important;
      }
  }
  


@media (max-width: 991px){
  .hidden-lg-down-tw {
      display: none!important;
  }
  .logos {
      display:none;
  }
}

@media (min-width: 992px){
  .hidden-lg-up-tw {
      display: none!important;
  }
}

@media (max-width: 767px){
  #header .header-nav .right-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: row;
  }
}

  /* header */

  .header-banner {
  	background-color: #FA7000;;
  	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color:#FFF;
  }

  .header-banner a, .header-banner span{
    color:#FFF !important;
  }

  .header-banner ul li {
  	display: inline;
  	margin-bottom:0px;
  }

.block-social ul{
justify-content:center;
}

  .block-social ul li {
    width: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    margin: .125rem;
    cursor: pointer;
}

.block-social ul li:hover {
    background-color: transparent;
}



  #header .header-nav ._desktop_contact_link {
      display: block;
      text-align: center;
  }
  
  #header .header-nav {
      border-bottom: none;
      max-height: inherit;
      padding-top: 1%;
      margin-bottom: 0px;
    
  }

  #header .header-nav .cart-preview.active {
    background: transparent;
  }

 #header .header-nav .cart-preview.active i {
    color: #000;
}
  
  .menu-tw .container {
      width: auto;
      max-width: 100%;
  }

.mm_menu_content_title i {
    color: #FFF;;
}

.blanc .mm_menu_content_title{
	color:#FFF;
}

.mm_menus_li:hover .mm_menu_content_title {
    color: #FFF;
}

.blanc .fa {
	font-size:20px;
	margin-left : 0rem;
}

.layout_layout1 .mm_menus_li, .layout_layout1 .mm_menus_li:last-child {
	    border-right: none;
}

.mm_menu_content_title i {
	    margin-right: 0px;
}



.search-widget form input[type=text] {
    padding: 2px;
    border-radius: 10px;
    margin-left: 1%;
}
  
  #header {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 99;
        background: #2B0807;
  }
  
  #wpac-google-review {
      margin-left:10px;
      height: 4rem;
  }
  


#header .header-nav .user-info {
    margin-left: 0rem;
    margin-top: 0rem;
    text-align: center;
    white-space: nowrap;
}

  
  #header .header-nav #header-contact, #header .header-nav #_desktop_user_info, #header .header-banner #header-contact, #header .header-banner #_desktop_user_info, #header .header-banner #header-social, #header .header-banner .baseline{
    margin: 0px;
    padding-top: 0.5rem;
    padding-right: 5px;
    padding-left:5px;

}

#_desktop_user_info {
  order: 1;
}

#_desktop_cart {
  order: 2;
}

#header-socialtest {
  order: 3;
  padding-left:5px;
}


#header-social {
	width:215px;
}
#header-social a {
	margin-right:2%;
}

#recrutement {
  margin-right:auto !important;
  padding-left:10px !important;
}
  


  #header .header-nav .blockcart, #header .header-banner .blockcart {
    background: transparent;
     padding-top: .5rem;
    margin-left: 0rem;
    text-align: center;
    white-space: nowrap;
    height: 0rem;
}



  .search-widget {
    align-self: center;

  }

  .ets_mm_megamenu {
    width:auto;
  }

  .layout_layout1 .ets_mm_megamenu_content {
     border: none !important; 
     background: #2B0807 !important;
     color: #FFF !important;
}

.material-icons.search {
  font-size: 20px;
  padding-top:3px;
}


.breadcrumb {
    margin-bottom: 1%;
}

 
  /* home */
  #reassurance-home {
    background: url('https://www.tropical-woods.fr/themes/child_classic/assets/img/pourquoi.jpg') no-repeat center center fixed;  
    background-size: cover;
      -webkit-background-size: cover;
          padding: 50px 0px;
  }
  
  #showroom {
      background: url('https://www.tropical-woods.fr/themes/child_classic/assets/img/showroom-parquet-strasbourg-floorz.jpg') no-repeat center center fixed;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      height:500px;
      padding:0px;
         
  }
  
  #effet-background {
      background: url('https://www.tropical-woods.fr/themes/child_classic/assets/img/pattern-overlay.png') repeat scroll 0 0 rgba(0,0,0,0.4);
      height: 500px;
       display: flex;
      align-items: center;
      justify-content: center;
  }
  
  #text-showroom{
  border: 2px solid #FFF;
      padding: 50px;
  }

  .img-tw-home-columns{
    max-height:  215px;
}


#custom-text h2{
  font-size:  1rem;
}


  
  /* listing product */

  .block-category {
    min-height: 8rem;
}

 
  .accordeon {
    cursor: pointer;
  }
  .carousel .carousel-item .caption {
      max-width: 500px;
      background-color: #4f4641;
      padding: 20px;
  }
  
  
   #products .product-miniature {
      margin: 0 0 1rem 0;
  }
  
  
  #products .thumbnail-container {
      height: 97%;
      width: 100%;
  }


  
  
  #products .highlighted-informations, .product-miniature .highlighted-informations {
      width: 100%;
  }
  
  #products .product-description, .product-miniature .product-description {
      width: 100%;
  }
  
  .img-listing {
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }

  .img-listing:hover {

    -webkit-transform: scale(1.3);
	transform: scale(1.04);
}
  
  
  #products .highlighted-informations, .product-miniature .highlighted-informations {
      height: 7.5rem;
      bottom: 0.5rem;
  }
  
  
  #products .product-description, .product-miniature .product-description {
      height: auto;
  }
  
  #category .img_cover {
      display: none;
  }

  #category h1 {
    border-bottom : 2px dotted #000;
    padding-bottom: 5px;
    font-family: "Oswald", sans-serif;
  }
  
  #custom-text {
      text-align: justify;
      padding: 3.125rem 15px;
  }
  

  #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    position: inherit; 
 

}

.text-muted {
    font-size: 1rem;
}

#js-active-search-filters .close{
  color:#FFF;
  opacity: 0.8;
}


  /* Product */
  
  #product #content {
      position: inherit;
      max-width: 100%;
      margin: 0 auto;
  }
  
  .carousel .carousel-inner {
      height: auto;
  }
  
  .img_cover {
          bottom: 1%;
      left: 1%;
      position: absolute;
  }

  #titre-garantie {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin-top: 1%;
    border-left: 2px dotted #000;

  }

  .garantie, .garantie small, .garantie a {
    color:#000;
    font-size:0.8rem;
  }

.garantie a {
    color:#FA7000;
  }

  .garantie .fas {
    font-size: 1.3rem;
  }

  .garantie .h5 {
    margin-bottom: 0rem;
  }
  
  .social-sharing {
      justify-content: flex-end;
      width: 50%;

  }

  ._desktop_contact_link .social-sharing {
      justify-content: flex-end;
      margin-top: 0rem;
      width: 100%;

  }
  
  .social-sharing ul {
      text-align: center;
  }

  .social-sharing li {
    height: 2.5rem;
    line-height: 2.8rem;
    width: 2.6rem;
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: .25rem .25rem;
    cursor: pointer;
    margin-left: .5rem;
}

.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-indent: inherit;
    overflow: hidden;
}


.social-sharing li a:hover {
    color: #2fb5d2;
}

.social-sharing .fa {
  color: #7a7a7a;
}

.social-sharing .fa:hover {
  color: #FA7000;;
}

.fa  {
    font-size: 26px;
    margin-left: 0.6rem;
}

.product-description a {
      color: #FA7000;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    vertical-align: baseline;
}
  
  .product-actions .add-to-cart,
  .product-actions .floorz-product-action-link {
         margin-right: 8px;
    background: #FA7000 !important;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
    border: none;
    height: auto;
    color: #FFFF !important;

}

  .product-actions .btn-secondary.add-to-cart,
  .product-actions .btn-secondary.floorz-product-action-link {
    background: #2B0807 !important;

}


.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
    margin-right: 3px;
    font-size: 1.3rem;
    line-height: normal !important;
}

  #logotab {
    width: 65px;
    height: auto;
    float: left;
}

#textab {
    float:left;
    padding-left: 20px;
    padding-top:5px;
    width: 80%;
}


#textinfo {
   padding-right:15px;
}

  

    
    .flashit{
        color:red;
          -webkit-animation: flash linear 4s infinite;
          animation: flash linear 4s infinite;
      }



      .tabs .nav-tabs .nav-link.active {
        color: grey; 
        background: transparent;
    }

    .nav-item .material-icons {
      color:#7a7a7a;
    }
    
    
    .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
        border: none;
        border-bottom: 3px solid #b07d13;
    }

.tabs {
box-shadow: none;
background: transparent;
width: 91%;
    margin: 0 auto;
    padding-right: 7%;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    margin-right: 0rem; 
    margin-bottom:0px;
    text-transform: initial;
}

.product-features>dl.data-sheet dd.value:first-letter, .product-features>dl.data-sheet dt.name:first-letter {
    text-transform: capitalize;
}
    
    .product-discountsnew p {
       color:#000;
       font-size:0.975rem;
       font-weight:300 !important;
    }

    .product-discountsnew {
        margin-bottom: 1.5rem;
    }
    

.product-quantity .add, .product-quantity .qty {
    display: block;
}

.product-quantity .add, .product-actions .add-to-cart, .product-actions .floorz-product-action-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-quantity .floorz-product-secondary-actions {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.product-quantity #quantity_wanted {
  text-align: center;
}

.touchspin-up, .touchspin-down {
  color:#000;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\e3cd";
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\e3cb";
}

.floorz-product-qty-calculator {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
  color: #000;
  font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.floorz-product-qty-calculator .qty {
  display: inline-flex;
  width: auto;
  margin: 0;
}

.floorz-product-qty-calculator .bootstrap-touchspin {
  width: 4.5rem;
  box-shadow: none;
}

.floorz-product-qty-calculator #quantity_wanted {
  min-width: 0;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.floorz-product-qty-calculator .bootstrap-touchspin,
.floorz-product-qty-calculator .bootstrap-touchspin input,
.floorz-product-qty-calculator .bootstrap-touchspin .input-group-btn-vertical,
.floorz-product-qty-calculator .bootstrap-touchspin .btn-touchspin {
  border: 0;
}

.floorz-product-qty-calculator .bootstrap-touchspin .input-group-btn-vertical {
  display: none;
}

.floorz-product-qty-total {
  color: #FA7000;
  font-weight: 700;
}

.table td, .table th {

    vertical-align: middle;
}

#infotva{
        padding-top:10px;
        padding-left:4%
      }

#infotva i:hover {
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(
    360deg
    );
        transform: rotateY(
    360deg
    );
}
     

  /* tunnel de commande */
  .has-discount .discount, .promo {
    letter-spacing: 2px;
  }
  #cart #cart-subtotal-shipping{
      display: none;
  }
  
  #checkout #opart-devis-payment{
      display:none;
  }

  body#checkout section.checkout-step .address-item {
    flex: 0 0 100%;
  }

  .delivery-options-list ul {
    list-style: inside;
  }
  
.delivery-options-list .alert-warning {
  background-color: #82c46c;
  border-color: #82c46c;
}

  
  /* essence */
  #index li {
      padding-right: 5px;
  }
  
  #index li:last-child {
   border-right: none;
  }
  
  .brand h2{
      padding-top: 5%;
  }
  
  .texte_essence {
      background-color: white;
      font-style: italic;
      text-align: right;
      position: relative;
      top: 52%;
      line-height: 30px;
      padding-right: 1%;
      text-transform: lowercase;
      /* clear: both; */
      /* color: #000; */
  }
  


  #index-essence li {
    display: inline-block;
  }
  
  a .texte_essence {
       color: #FA7000; 
  }
  
  #carroussel-product {
      max-width:750px;
      margin:0 auto;
  }
  
  .btn-devis {
      animation: devis_bouton_shake 2s infinite;
      animation-name: devis_bouton_shake;
      animation-duration: 2s;
      animation-timing-function: initial;
      animation-delay: initial;
      animation-iteration-count: infinite;
      animation-direction: initial;
      animation-fill-mode: initial;
      animation-play-state: initial;
      white-space: nowrap;
      color: #FFF !important;
  }
  
  #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
      color: #000 !important;
      font-size: 1.3rem;
      font-weight: 400;
  }

  #product #content-wrapper .product-description p{
    line-height: 1.5;
  }
  
  .price {

      color:#000;
  }
  
  #btn-action {
      
    bottom: 3%;
    right: 6%;
    position: absolute;
    z-index: 9;
  }

 #manufacturer h1, #gallery_title {
    text-transform: uppercase;
    border-bottom: 2px dotted #000;
    padding-bottom: 5px;
}

  /*left column */
  .block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 400;
  }

  #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
    font-size: 1rem;
}

#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
    margin-top: 0rem;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    border-bottom: 2px dotted #000;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    display: none;
}
  
  /* Page cms */
  section#content.page-content.page-cms ul{
      list-style: inside;
      padding-left: inherit;
      font-size: .9375rem;
      color: #000;
      font-weight: 400;

   }

#cms #main img {
    width:100%;
    height:auto;
    }

#cms #main img.img-taille-normal{
    width:auto;
    height:auto;
}

    a:hover {
        color: #FA7000;;
        text-decoration: none;
    }
    
    #cms h1 span {
    font-size:2rem;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.1;
    }

   #cms .page-content h1 {
    text-align: left;
    margin-top: 0%;
    border-bottom: 2px dotted #000;
    padding-bottom: 5px;
    text-transform: uppercase;
    
}
  
   /* Footer */
   #reassurance-tw {
  display:flex;
  justify-content:space-around;
  padding-top:10px;
  }
  
  #reassurance-tw li i.fa {
      font-size: 30px;
      line-height: 45px;
      color: #fff;
      display: inline-block;
      width: 45px;
      height: 45px;
      background: #FA7000;;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
  }
  
  #reinsurance_block li:hover i.fa {
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      transition: all 0.7s ease;
      -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      -o-transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
      color: #FA7000;;
      background: #FFF;
  }

  .chiffrereinsurance {
    font-family: "Oswald", sans-serif;
    color: #000;
  }

  #reassurance-tw p {
    color: #000;
  }

  #reassurance-tw li > .chiffrereinsurance + p.font-weight-bold {
    margin-left: .5rem;
  }
  
  #liens-footer {
      display:flex;
      justify-content: space-between;
  }
  
  .colonne-footer {
      padding : 0px 5px;
  }
  
  .footer-container li a {
      font-size: .8rem;
  }
  
  .colonne-footer:last-child {
    border-left:1px solid #000;
    padding-left:10px;
  }
  
  .footer-container li a {
      color: #000;
  }

  #scroll_to_top { 
  position: fixed; 
  width: 80px; 
  height: 80px; 
  bottom: 50px; 
  left: 30px; 
  z-index : 99;
  animation: bounce 2s infinite;
  display: none;
} 
#scroll_to_top img { 
  width: 80px; 
}

.footer-container li a:hover {
    color: #FA7000;;
}

.logos .material-icons {
  -webkit-animation: flash linear 4s infinite;
          animation: flash linear 4s infinite;
}


/* Page de connexion */

#bouton-connexion-sociaux {
  display:flex;
  justify-content: center;
}

.auth-page-txt-before-logins {
  font-size: .875rem;
}

/* fin page de connexion */
  
  /*responsive */

  @media (min-width: 2000px) {
    .product-information{
      width: 65%;
    }
     #infotva{
        padding-top:10px;
        padding-left:7%
      }

        .img-listing {
    max-height:400px;
    -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  }
}


  @media (max-width: 1600px) {
     .mm_menu_content_title {
    padding: 5px 10px;
    font-size: 0.9rem;
    }
  }

   @media (max-width: 1300px) {
     .mm_menu_content_title {
    padding: 5px 10px;
    font-size: 0.8rem;
    }
  }


  
   

@media (max-width: 1440px) {
    .social-sharing li {
        margin-left: 0.1rem;
    }
    .textab h1 {
        font-size: 1.2rem;
    }

    #textab {
       
        padding-top: 7px;
        width: 80%;
    }

    .product-discountsnew {
        margin-bottom: 1.5rem;
    }

    .social-sharing li {
        height: 2rem;
        line-height: 2.8rem;
        width: 2rem;
        border-radius: 50%;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 1.9rem 1.9;
        background-position: .2rem .1rem;
        cursor: pointer;
        margin-left: 0.5rem;
        
    }

    #textinfo {
        width: 100%;
    }

    .table td, .table th {
    padding: .2rem;

  }
  #header {
    position: initial;
  }
}

  @media (max-width:1300px){
   .table td, .table th {
    padding: .2rem;
  }
}

    @media (min-width: 992px) and (max-width: 1200px) {
        #logotab {
            width: 50px;
            height: auto;    
        }

        .product-discountsnew p {
            font-size: 13px;
        }

    }

    

  @media (max-width:991px){
      #header .header-nav .right-nav {
          justify-content: center;
      }
  }
  

  @media (max-width: 767px) {
    #header .header-nav .right-nav {
          /* -webkit-box-orient: vertical; */
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: row;
          justify-content: center;
      }

      
    
  }


  



  @media (max-width: 425px) {
    .imgsocialmedia {
        display: none;
    }


    .titimg {
        font-family: 'Lato', sans-serif;
        text-transform: none;
        font-size: 10px;
    }

    #header .header-nav .right-nav {
        display: none;
    }

    .logos {
        display: flex;
        background-color: #b07d13;
        position: fixed;
        bottom: 0%;
        width: 100vw;
        height: 60px;
        justify-content: space-around;
        z-index:999;
        
    }
    
    #header .header-nav .material-icons {
        line-height: inherit;
        font-size: 30px;
        margin-left: 21px;
        margin-top: 10px;
        color: white;
       
    }

    #_i, #_ct, #_cc, #_c::after{
      display: none !important;
    }

   /*  #header .header-nav .tel .material-icons  {
        color: #62b4aa;
        
    }

    #header .header-nav .showroom .material-icons {
        color: red;
        
    }

    #header .header-nav .avis .material-icons {
        color: green;
        
    }

    #header .header-nav .mail .material-icons {
        color: #4fce6a;
        
    } */

    .search-widget form input[type=text] {
        
        
        min-width: auto;
        
       
    }
    

    

  }


  
  @media (max-width: 375px) {
      #wpac-google-review {
          display:none;
      }
      
      .titimg {
        font-family: 'Lato', sans-serif;
        text-transform: none;
        font-size: 12px;
    }

    #header .header-nav .right-nav {
        display: none;
    }

    .logos {
        display: flex;
        background-color: #b07d13;
        position: fixed;
        bottom: 0%;
        width: 100%;
        height: 50px;
        
    }
    
    #header .header-nav .material-icons {
        line-height: inherit;
        font-size: 40px;
        margin-left: 21px;
        margin-top: 15px;
        color: white;
    }

    .search-widget form input[type=text] {
        
        min-width: auto;
       
    }
    
    

  

     
  } 


  


  #products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #232323;
    font-weight: 700;
    
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    text-align: left;
    text-transform: capitalize;
    margin-top: 0px;
    line-height: 1;
}


.image {
    position: relative;
}


.product-price-and-shipping {
    color: #232323;
    font-weight: 700;
    text-align: left;
}


#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #232323;
    font-weight: 700;
    text-align: left;
}


.opacity1 .img-catgory {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.opacity1 .img-catgory:hover img {
	opacity: .5;
}





.rounded-circle {
    box-shadow: 8px 8px 12px #aaa;

}

#textopen {
    text-align: right;
}

#texopen p {
    line-height: 10px;
}










/* PAGES CMS */

/* .title_block {
    margin-top: 1%;
}




.block-connexion p {
    margin-top: 1%;

}

.block-connexion h2 {
    font-family: 'lato';
   
   text-decoration: underline; */
    /*  width: 13%; 
    text-align: center; */

/* }

.block-connexion ul, .block-connexion p span, .block-connexion .title_block span,  .block-connexion span{
    font-family: 'lato'!important;
    font-size: 1rem!important;
}

.block-connexion img {
    margin-top: 1%;
    position: relative;
}

.block-connexion p {
    margin-top: 1%;
    width: 38%;
}


section#content.page-content.page-cms ul {
    list-style: inside;
    padding-left: inherit;
    font-size: .9375rem;
    color: #7a7a7a;
    font-weight: 400;
    border: solid 1px  #b07d13;
    width: 30%;
}

.block-connexion  {
    color:#b07d13;
} */

#content .page-header h1 {
    border-bottom: 2px dotted #000;
    color: black;
    text-align: left;
    margin-top: auto;
    padding-bottom: 5px;
}

.block-connexion {
    margin-top:1%;
}
.block-connexion .title_block span {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: 700;
}

.page-subheading {
    font-size:1.375rem;
    font-family: 'lato';
}

.block-connexion p span {
    font-family: 'lato';
    font-size: 1rem;
}

.block-connexion p {
   
    margin-top: 1%;
}


.block-connexion .block-connexion span {
    font-family: 'lato';
    font-size: 1rem;
    
}

.block-connexion ul li span{
    width: 30%!important;
    font-family: 'lato'!important;
    font-size: 1rem!important;
}

/* Page Charte Graphique */

#fongrafic {
    
    background-color: #AA7A2F;
    height: 60px;
    
}

#textgrafic h1 {

    padding-top: 0.6%;
    text-align: left;
    color: white;
    margin-left: 3%;

}


.imgrafic1 img {
    width: 40%;
    height: auto;
    margin-top: 10%;
    margin-left: 20%;

}

.imgrafic2 img{
  
    width: 40%;
    height: auto;
    margin-top: 10%;
    margin-left: 45%;
}

.texttitle {
    margin-top: 7%;
    text-align: center;
    border: solid 0.5px currentColor;

}   

.texttitle h2 {
    font-size: 2.4rem;
}

.bloctwo h2 {
    margin-left: 6%;
    margin-top: 5%;

}

.imgrafic3 {
    text-align: center;
}

.imgrafic3 p {
    margin-top: 2%;
}

.blocthree h2 {
  
        margin-left: 6%;
        margin-top: 5%;
}

.blocfoor h2 {
    margin-left: 6%;
    margin-top: 5%;
}

.ptextcg p {
    color: white;
    text-align: center;
    font-size: 1.5rem;
    line-height: 35px;
}

.bloctextcg {
    margin-left: 26%;
    background: #AA7A30;
    width: 50%;

   
}

.bloctwo p {
    font-family: 'lato';
}

.imgrafic6 img {

    width: 65%;
    height: auto;
}

.titrecg {
    margin-top: 10%;
}







/* module demande de devis */

#cart_summary {
  text-align:right;
}

.card-body {
  padding-left: 1.25rem;
}

/* bouton du formulaire de validation de devis remis à gauche */ 

.validevis {
    margin-left:25%;
    margin-top: 1.2%;
}

.rgpd {
  padding:5px 0px; color:#FFF;width:50%; margin : 0 auto;
}

#checkbox-rgpd-devis {
  text-align: center;
  border: 1px solid #d3d3d3;
    border-radius: 3px;
    background: #f9f9f9;
    color: #000;
    max-width: 400px;
    margin: 0 auto;

}

#module-demandedevis-formulairedevis .custom-checkbox{
  justify-content: center;
}

#checkbox-rgpd-devis .custom-checkbox label {
    text-align: left;
    display: flex;
    height: 66px;
    align-items: center;
}

#checkbox-rgpd-devis .custom-checkbox input[type=checkbox]+span {
    margin: 0 12px 2px 12px;
    border: 2px solid #b2b2b2;
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 10%);
    height: 28px;
    width: 28px;
}

#checkbox-rgpd-devis .custom-checkbox span {
    flex: initial !important;
}




/* --------------------- */

.form-check-inline {
   
    line-height: 30px;

}

.form-check-label{
    margin-top:1%;
}



#coordonnes {
    margin-top: 3%;
}

#informations {
    margin-top: 2%;
}

.titre-devis {
    color: green;
    text-align: center;
    margin-top: 2%;
    
}

#textdevis {
    text-align: center;
}
#textdevis h2 {
    color: green;
    text-align: center;
    margin-top: 3%;


}

.form-check-input {
    
    margin-top: 0.55rem;
    
}

#module-demandedevis-formulairedevis .btn {
    margin-top: 1%;
}

#module-demandedevis-formulairedevis #footer .container, #module-demandedevis-formulairedevis #_desktop_user_info, #module-demandedevis-formulairedevis #_desktop_cart {
  display: none;
}

#module-demandedevis-formulairedevis .footer-container {
    margin-top: 0rem; 
     padding-top: 0rem; 
    box-shadow: none;
}

body#module-demandedevis-formulairedevis #footer {
    padding: 0rem;
}

#titledevish2 h2 {
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #2B0807;


}

#titledevish2 {
    margin-top: 4%;
}



label {
    text-align: left;
}



.h6 {
    margin-top:  2%;
}

#coordonnes h2 {
    text-align: center;
    color: #2B0807;


}

#informations h2 {
    text-align: center;
    color: #2B0807;

}

#coordonnes label {
    margin-top:1%;
}


#coordonnes label {
    margin-top: 5%;
}

#informations .form-check-label {
    text-align: center;
}

#informations textarea{

        margin-top: 2%;
}

.form-control:focus, .input-group.focus, input:required {
    outline: .1875rem solid #2B0807; 
}

.imgdevis {
    margin-top: 1.6%;
}


/* Page contact */ 

.group-span-filestyle {
      width: initial;
}


.group-span-filestyle .btn {
      width: 100%;
}


.gdpr_module_398 {
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    background: #f9f9f9;
    color: #000;
    width: 350px;
    float: right;
}


.gdpr_module_398 .custom-checkbox label {
    text-align: left;
    display: flex;
    height:66px;
    align-items: center;
}

.gdpr_module_398 .custom-checkbox input[type=checkbox]+span{
  margin:0 12px 2px 12px;
  border: 2px solid #b2b2b2;
      box-shadow: inset 0px 1px 1px rgb(0 0 0 / 10%);
      height:28px;
      width:28px;
}

.gdpr_module_398 .custom-checkbox input[type=checkbox]+span .checkbox-checked {

    font-size: 2.08rem;
    color: green;
}

.mention{
    font-size: 14px;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}


/* left column */ 
.covercontact h4 {
    text-transform: uppercase;
    color: black;
    margin-left:10%;
    font-size: 1.5rem;
    margin-top: 2%;
}


.block {
   
    margin-left: 10%;
    color: black;
}

.contact-rich .block .data {
    color: black;
    font-size: 1.1rem;
    width: auto;
    overflow: hidden;
}

.data a {
    color: #FA7000;
    font-size:1.1rem;
}

.contact-rich .block a[href^="mailto:"] {
    font-size: 1.1rem;
    color: black;
    margin-top: 4%;
    font-family: 'lato';
}

.data {
    margin-left: 54px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 78%;

    border-top: 2px dotted #000;
   
}

.contact-rich .block .icon i {
    font-size: 2.4rem;
    margin-top: 20%;
}





/* formulaire de contact */ 

#etoilecontact {
    margin-left: 25.5%;
    font-family: 'lato';
    font-size: 0.9rem;
}

.contact-form .form-group h1 {
    border-bottom: 2px dotted #000;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: black;
    text-align: left;
    margin-top: auto;

}


.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    background: #FA7000;;
    
}

.contact-form .icon-span-filestyle  span{
    color:white;
}


.buttonText {
    color: white;
}

 
/* CSS HOMEPAGE */ 

#home-columns {
    margin-top: 3%;
}

/* texte en bas du h1 */
#custom-text p {

    font-size: 1.2em;
}

/* numéro bas de l'image */
#custom-text .phone-tw-home-columns {
    color: black;
    font-family: 'lato';
    font-weight: 900;
    margin-left: 18%;
    margin-top: 5%;
    font-size: 1.5rem;
}

/* texte à coté de l'image */
#custom-text #intro-tw #home-columns .text-descriptif {
    font-size: 12px;
    text-align:   left;
}

.equipe-drapeaux {
    display: flex;
    justify-content: end;
}

.equipe-drapeaux img{
  margin:5px 2px;
}

.membre{
  padding-left:5px !important;
  padding-right:5px !important;
}

/* Galerie */

.titre-gallery-item {
    top: 4%;
    left: 2%;
    position: absolute;
    z-index: 9;
    color: #FFF;
    padding: 10px;
    background-color: rgba(176, 125, 19, 0.8);
}

#module-responsivegallery-galleryitems #btn-action {
      bottom: 10%;
}

#module-responsivegallery-galleryitems .h4 {
    margin-top:10px;
}

/* reponsive */ 






@media (max-width:2500px) and (min-width:1440px) {
    #custom-text p {
        font-size: 1.2rem;
    }

    #custom-text .phone-tw-home-columns {
        
        margin-left: 9%;
        margin-top: 5%;
        font-size: 1.2rem;
    }

    #custom-text #intro-tw #home-columns .text-descriptif {
        font-size: 1rem;
    }

    #custom-text p {
        font-size: 1.1rem;
    }
}



/* xl */

@media (max-width:1440px) and (min-width:1024) {

    #custom-text p {
        font-size: 1.1rem;
    }

    #custom-text .phone-tw-home-columns {
       
        margin-left: 8%;
        
        font-size: 1.2rem;
    }

    #custom-text h2 {
       
        font-size: 1.3rem;
    } 

    #custom-text #intro-tw #home-columns .text-descriptif {
        font-size: 1rem;
    }
} 



@media (max-width: 425px) {

    #custom-text  {
       display: none;
    }

}




/* css du module static */

.titre-photos-homepage {
    margin-top:0.5%;
}




/* footer */


.locaux{
    margin-top:6%;
   
}

.footer-container .locaux a {
    font-size: .8rem;
    font-family: 'Lato';
}

.avis-footer {
    margin-top:10%;
} 

.horaire {
    margin-top:5%;  
}

.horaire-bis {
    font-family: 'Lato';
}

.echantillon {
    margin-top: 6%;
}

.footer-container .horaire-bis {
    font-size: .8rem;

}

.footer-container .avis-footer img {
    margin-top: 1%;
}

.footer-container .livraison img {
    margin-top: 1%;
}

.footer-container .news-footer a {
    font-size: .75rem;
    font-family: 'Lato';

}

.footer-container .impact-co2 img {
    margin-top: -3%;
}

.text-sm-center {
    font-size: 0.8rem;
}

.copyright,#footerafter {
    background: #2B0807;
}

.footer-container .text-sm-center {
    color: white;
}

.footer-container .text-sm-center a {
    color: white;
}

.footer-container {
    
    box-shadow: none;
}

#footer .footer-container .filet-footer {
    border-top: 2px dotted #000;
    padding-top: 1%;
}



/* responsive */



@media (min-width: 2500px) {
    .container {
        width: 1500px;
        max-width: 100%;
         margin:auto;
    }
}

@media (max-width:2500px) and (min-width:1440px) {

    
    .container {
        width: 2000px;
        max-width: 100%;
        margin:auto;
    }

    .col-xl-3 {
        margin-left:4%;
    }

    #home-columns .col-xl-3 {
        margin-left:0%;
    }


    .footer-container li a {
        font-size: .75rem;
    }

    .footer-container .h4 {
        font-size: 1rem;
    }

    .footer-container li {
        margin-bottom: auto;
    }

    .footer-container .locaux a {
        font-size: .75rem;
    }

    .footer-container .horaire-bis {
        font-size: .75rem;
    }

    .footer-container .impact-co2 img {
        width: 75%;
    }

    .avis-footer img {
        width: 77%;
    }

    #liens-footer {
    padding-left: 1.5%;
    }
    
}


@media (max-width:1440px) and (min-width:1024px) {

    .container {
        width: 1400px;
         margin:auto;

    }

    .footer-container li a {
        font-size: .8rem;
    }

    .footer-container .h4 {
        font-size: .9rem;
    }

    .impact-co2 img {
        width: 100px;
    }

    .livraison img {
        width: 91%;
    }

    .text-sm-center {
        font-size: .8rem;
    }

    .footer-container .text-sm-center a {
        font-size: .8rem;
    }


    .footer-container .locaux a {
        font-size: .8rem;
    }

    .footer-container .horaire-bis {
        font-size: .8rem;
    
    }
    

}



@media (max-width: 500px) {
    .footer-container {
        display: none;
    }  
       
}





/* menu accordeon */ 



.mmenu{
    overflow: hidden;
}

.item{
    border-top: 1px #AA7A2F solid;
    overflow: hidden;
    text-decoration: none;
    list-style: none;

}

.action {
    display: block;
    padding: 16px 20px;
    background: #AA7A2F;
    color: white;
    font-family: 'lato';
    position: relative;
}

.action:before {
    content: "";
    position: absolute;
    width: 1400px;
    height: 14px;
    background: #AA7A2F;
    left: 20px;
    bottom: -7px;
    transform: rotate(45deg);
}

.smenu {
    background: white;
    overflow: hidden;
    transition: max-height 0.3s;
    max-height: 0;
}

 .smenu li{
    padding: 16px 26px;

}

.smenu a{
    
    color: black;
    position: relative;
}

.smenu a:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background: #AA7A2F;
    left: -41px;
    top: 0;
    transition: 0.3s;
    opacity: 0;

}

.smenu a:hover:before{
    opacity: 1;
    
}

.item:target .smenu {
    max-height: 45em;
}

/* inscription */
#fbloginblock-beforeauthpage img {
  height:43px;
  width:212px;
}

.auth-page-txt-before-logins {
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* blog */

.rrssb-buttons.large-format li a {
    padding: 3%;
}

p b, p strong, #prestablogfont p strong, #cms #content h2, #cms #content h3{
  color: #000; 
}

#prestablogfront h1, #prestablogfront h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6 {
     color: #000 !important; 
     font-family: "Oswald", sans-serif !important;
}

#prestablogfront h1, #prestablogfront h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6 {
    padding: 10px 20px 10px 20px;
}

#prestablogfont h2{
      border: #7a7a7a solid .5px;
}


#prestablog_article {
  color:#FFF !important;
}

.info_blog a {
  font-size: 11px;
}

#module-prestablog-blog #content-wrapper .btn, #cms #content-wrapper  .btn, #category #js-product-list-header .btn{
    color: #FA7000;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 0px;
       padding: 0px 5px;
    font-size: 16px;
}


#module-prestablog-blog #content-wrapper .btn-default,  #cms #content-wrapper  .btn-default, #category #js-product-list-header .btn-default{
    letter-spacing: 0;
}






#module-prestablog-blog #content-wrapper .btn-default:hover:before,
#cms #content-wrapper .btn-default:hover:before {
  bottom: auto;
  top: 0;
  width: 100%;
  margin: 2px 0px;
}

.rrssb-buttons li a {
  padding: 1px 5px;
}

.rrssb-buttons li a .rrssb-icon {
  padding-top: 3px;
}

/* newsletter */
form.mj-form {
      overflow: inherit !important;
  }


@media screen and (max-width: 768px){
  form.mj-form {
      overflow: inherit !important;
  }
}



/* responsive */ 

@media (min-width:500px) {
    .menu-accordeon-mobile {
        display: none;
    }
}

/* mobile */
@media (max-width:427px) {

    .h1, h1 {
      font-size:1.3rem;
    }

      .h2, h2 {
    font-size: 1.1rem;
    }

    .h3, .h4, h3, h4 {
    font-size:1rem;
}

  p, span, a, label {
    font-size:0.875rem;
  }

    .avis-footer{
        text-align: center;
        margin-top: 10%;
        border-bottom: none;
    }

    .locaux {
        text-align:center;
        border-bottom: none;
    }

    .horaire {
        text-align: center;

    }

    .news-footer{
        text-align: center;
        margin-top: 4%;
        
    }

    .livraison {
        text-align: center;
        margin-top: 10%;
    }

    .impact-co2 {
        text-align:center;
        margin-top:4%;
    }

    .impact-co2 img{
        text-align: center;
    }
    .mmenu-accordeon-mobile .item  a {
        font-size: .9rem;
    }

    .cadre h2 {
    font-size: 1em;
    padding-top: 5%;
    margin: 0;
    text-align: center;
  }

  .intro {
    margin-left: 0%;
  }

  .intro p {
    width: 100%!important;
    font-size:0.875rem !important;
  }

  .center-verticalement p {
    margin-left: 0%;
  }

  .titre, .titre a {
    font-size: 0.7rem;
  }

  .btn-devis {
    animation: none;
    animation-name: none;
  }

    #devis-produit {
        display: block;
        width: 100%;
        float: none;
  }

  #module-demandedevis-formulairedevis h2 {
    margin-top:2%;
    font-size:1rem;
  }

  .rgpd {
  width:100%;
  }

  #prestablogfont h1 {
    font-size: 1.5rem;
  }


  #prestablogfront h1, #prestablogfront h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6 {
    font-size: 1.375rem;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: initial; 
    margin: 10px;
    top: 0%;
    left: 0%;
  }


  .tabs {
    width: 100%;
    margin: 0 auto;
    padding: 1%;
  }

  #products .product-title a {
    font-size:1.1rem;
  }

  #footer {
    margin-bottom:15%;
  }

  #coronabar.cb-position-bottom {
    bottom: 0;
    box-shadow: inset 0 2px 0 0 #fbb03b;
    display: none;
  }

  #reassurance-tw{
  display:none;
  }

  
  .social-sharing {
      justify-content: space-around;
      width: 100%;
  }


  .mmenu-accordeon-mobile .item {
    margin:10px 0px;
  }

  #header .header-nav #header-contact, #header .header-nav #_desktop_user_info, #header .header-banner #header-contact, #header .header-banner #_desktop_user_info, #header .header-banner #header-social, #header .header-banner .baseline {

    margin: 0;
    padding-top: .5rem;
    padding-right: 10px;
    padding-left: 10px;
  }

    
} 

.fancy h1, .fancy h2 {
    position: relative;
    display: inline;
}

.fancy h1:before, .fancy h2:before {
    right: 100%;
    margin-right: 15px;
}


.fancy h1:before, .fancy h1:after, .fancy h2:before, .fancy h2:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #b07d13;
    width: 2500px;
    height: 11px;
    top: 50%;
    margin-top: -10px;
}


.fancy h1:after, .fancy h2:after {
    left: 100%;
    margin-left: 15px;
}



/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /* global */

 @keyframes devis_bouton_shake {
    0% {
      transform: rotate(0deg); }
    10% {
      transform: rotate(5deg); }
    20% {
      transform: rotate(-5deg); }
    30% {
      transform: rotate(5deg); }
    40% {
      transform: rotate(-5deg); }
    50% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(0deg); } }





.toune:hover .reinsurance-icon,.toune:hover  .icon-img-rea, .toune:hover  .h3{
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);

}



p strong {
	color : #000;
}

a strong {
	color : #FA7000;
}

@media (max-width:576px){
	.col-sm-1{float:left;width:8.33333%;}
	.col-sm-2{float:left;width:16.66667%;}
	.col-sm-3{float:left;width:25%;}
	.col-sm-4{float:left;width:33.33333%;}
	.col-sm-5{float:left;width:41.66667%;}
	.col-sm-6{float:left;width:50%;}
	.col-sm-7{float:left;width:58.33333%;}
	.col-sm-8{float:left;width:66.66667%;}
	.col-sm-9{float:left;width:75%;}
	.col-sm-10{float:left;width:83.33333%;}
	.col-sm-11{float:left;width:91.66667%;}
	.col-sm-12{float:left;width:100%;}
}

/* Variables */
body
{
    --bg-color: #343434;
    --color-blanc : #FFF;
    --color-black : #000;
    --police : 'Grand Hotel', cursive;;
    --orange : #FA7000;
}



 #header .icon, #contact-link .blanc{
    color:var(--color-blanc);
}

 #info_footer p{
    color:#FFF !important;
}

.none {
    display:none;
}

.white {
    color:#FFF;
}


 body {
    font-family: 'Montserrat', 'Trebuchet MS', Arial, sans-serif
}


  
  .h1, h1 {
      font-size: 2rem;
      font-family: "Oswald", sans-serif;
  }
  
  .h4, .h5, .h6 {
          font-family: "Oswald", sans-serif;
    color: #000;
  }
  
  .h2, h2 {
      font-size: 1.75rem;
  }
  
  .h2, h2 {
      font-size: 1.5rem;
      font-family: "Oswald", sans-serif;
    color: #000;
}
  }

  .h6, h6 {
    font-size: 1.2rem;
}
  
  p, span, a, label{
     font-family: "Oswald", sans-serif;
      color: #000;
      font-weight: 400;
      font-size: 1rem;
  }
  .block-categories a, .facets-title {
    color: #000;
}

  p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.flex {display:flex;}

.bold {
    font-weight: bold;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto!important;
}

.blanc {
   color:var(--color-blanc); 
}



.btn-general-bg {
    background-color: #FA7000!important;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
}


.btn-primary {
    background-color: var(--orange);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, ._section-block-1 ._button:hover, ._section-block-9 ._button:hover, .btn-success:hover, .btn-outline-success:hover, .btn-primary:hover{
        background-color: #2B0807;
    border-color: #2B0807;
}

.border-column:after, .block-categories a.h6:after {
    width: 100%;
}

 /* fin global */

 #product .product-description ul, 
 #custom-text ul,
 .articleContent ul, 
 #content.page-cms ul{
    padding-left: 40px;
}
#product .product-description ul li,
#content.page-cms ul li{
    list-style-type: disc;
}
#subcategories .thumbnail-container {
    position: relative;
    padding-top: 10px;
    margin-bottom: 1.563rem;
    margin: 0 .625rem;
    height: 318px;
    width: 257px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

p.subcategory-heading {
    color: #000;
    font-weight: bold;
}

#subcategories .thumbnail-container a {
    display: block;
    text-align: center;
}

#index #content {
    display: flex;
    flex-direction: column;
}

#header .header-nav .baseline {
    margin-top: .9375rem;

}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right
}

#_desktop_cart {
    float: right;
}

/* block cart */
.header-top [class*=" pe-7s-"], .header-top [class^=pe-7s-] {
    font-size: 35px;
}

.cart-preview,
.cart-preview:focus,
.cart-preview:hover,
.cart-preview:active,
.cart-preview:visited
{ 
    outline: none !important;
    font-size: 25px;
}

.cart-preview i{
    font-size: 25px;
}

/*header*/

#header a {
    font-weight: inherit;
    color:#FFF;
}

#header a:hover{
   color:#FA7000 ;
}
#header span {
    font-family: "Oswald", sans-serif !important;
    font-size:16px;
}

.header-nav #contact-link .button-header a{
  display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0 0.5rem;
}

.header-nav #contact-link a .button-header i{
  font-size: 18px;
}

#contact-link p {
	font-size:14px;
	text-transform: uppercase;
  color:#FFF;
}

#contact-link .blanc {
    text-transform: uppercase;
}

#header .header-nav #contact-link {
    margin-top: 0.1rem;
}
.search-full form button[type=submit] {
    margin-left: 5px;
}

.breadcrumb {
    padding-top:1%;
    height:auto;
    margin-bottom:0rem;
}

.breadcrumb, .breadcrumb a, .breadcrumb li {
    color: #000; 
}

nav.breadcrumb ol li, nav.breadcrumb ul li {
    margin-left: 10px;
   margin-right: 0px;
}

nav.breadcrumb ol, nav.breadcrumb ul {
    justify-content: start;
    padding-left: 8px;
}



.header_ps_searchbar.left .search-widget,
.header_ps_searchbar.center .search-widget,
.header_ps_searchbar.right .search-widget {
    float: none;
    width: 100%
}

.header_shoppingcart.right #_desktop_cart {
    float: none;
    text-align: center;
}

.logo_center {
    text-align: center;
}

.logo_right {
    text-align: right;
}

.header-top {
    transition: all 0.5s ease 0s;
}

.baseline {
    padding-right: 20px
}

.carousel {
    box-shadow: none;
}


.border-right {
    border-right: 1px solid #dadada;

    /* line-height: 10px; */
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 14px;
    /* padding-top: 4px; */
}

nav.header-nav {
    min-width: 60px;
    min-height: 28px;
}

#header .header-nav {
    max-height: 100px;
}

#header a, .header-nav .baseline, .dropdown-menu, .dropdown .expand-more, #header .header-nav .currency-selector {
    transition: all 0.5s ease 0s;
}

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

.dropdown-menu {

    margin: .825rem 0 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.19);
}

span.cart-products-count {
    position: absolute;
    display: block;
    top: 1px;
    margin-left: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 16px;
    line-height: 21px;
}



.search-full {
    margin-top: 0px;
    float: right;
    padding-left: 0%;
}

.header_ps_searchbar  {
    margin-top: auto;
    margin-bottom: 1%;
}

/*
  seopresta_account
*/

#seopresta_account span.separator {
    padding: 10px;
    display: block;
}

#seopresta_account .material-icons {
    font-size: 32px;
    color: #7a7a7a
}

/*
  PS banner
*/
.ps_banner span {
    display: block;
    position: absolute;
    margin-top: 11%;
    left: 46%;
    z-index: 1;
    font-weight: 400;
    font-size: 30px;
    color: #484848;
}


/* Newsletter */
#block-newsletter-label {
    font-weight: 400;
    font-size: 30px;

    /* padding-bottom: 11px; */
    /*color: #484848;*/
}

.block_newsletter p {
    /*color: #484848;*/
    font-weight: 100;
    font-size: 13px;
    text-align: left !important;
}
.block_newsletter .form-check-label {
    padding-left: 0 !important; 
    margin-top: 10px;
}

@media (max-width: 1200px){
    /* under 1200px */
    .newsletter_content p{
        font-size: 24px;
        line-height: 30px;
        text-align: justify;
    }

    .banner .newsletter_content{
        margin-top: -56%;

    }
}
@media (min-width: 1200px){

    .newsletter_content p{
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        text-align: justify;
    }

    .banner .newsletter_content {
        position: absolute;
        margin-top: -12%;
        margin-left: 15%;
    }
    
}
.ps_banner .simpleParallax {
    max-height: 600px;
}

#wrapper .banner img {
    margin: 0 auto;
    display: block;
}

#order-confirmation #wrapper {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}


.block_newsletter p.alert {
    margin-top: 20px;
}

/*Footer*/

#footer .footer-container {
	padding-right: 0px;
    padding-left: 0px;
}

.chiffrereinsurance {
    font-size: 2rem;
}

.footer-container li a, .footer-container li span.obfuscate, .footer-container, .footer-container a, .footer-container p {
    font-size: 12px;
}

#home_content .material-icons {
	font-size:16px;
}

p.text-uppercase.block-contact-title {
    font-size:1rem;
}
#reassurance-tw {
    display: flex;
    justify-content: space-around;
}

#reassurance-tw li i.fa {
    font-size: 30px;
}



ul#footer_sub_menu_simple {
    display: flex;
    justify-content: space-between;
}

.footer-container .social-links {
    font-size: 22px;
}


.footer-container .social {
    display: -ms-flexbox;
    display: block;
    margin-left:45%;
}

#info_social {
       
}

.footer-bottom p, .footer-bottom a{
    font-size:14px;
    color:#FFF;
    line-height:1rem;
    margin-top: 0.1rem;
}

.footer-container .blocklinksfirst img {
	    margin-bottom: 1rem;
}



/* product list */
.accordeon {
    cursor: pointer;
}

.more-description {
    color:#FFF !important;
}

.product-desc-list{
    font-size: 13px;
    margin-bottom: 5px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,.125);
    min-height: initial;
}

 .seo-description  {
    columns: 2;
}



.card-header:after {
        background: transparent;
}

/* Home */

.btn-success {
    color: #fff;
    background-color: #EB7028;
    border-color: #EB7028;
}

#index #wrapper h1, #index h2, #index .h2 {
    color: #000;
    font-family: "Oswald", sans-serif;
}
.homeslider img {
    width: 100%;
opacity:0.9;
}

.slide-text {
    top: 35%;
    left: 8%;
}

#text-presentation {
     column-count: 2;
     column-gap: 50px;
}

p.reinsurance-text {
    text-align: center;
    line-height: 24px;
    color: #000000;
}

@media (min-width: 768px) {
img.icon-img-rea {
    margin-top: 0%; 
    position: initial;
    margin-bottom: 21px;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.reinsurance-icon {
    padding-top: 0px;
    margin-bottom: 21px;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
}

/* leftcolum */

#search_filters, #search_filters_brands, #search_filters_suppliers {
    background: none;
}

#left-column .border-column {
 display: inline; 
}

.block-blog  {
    background: transparent;
}


.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: normal; 
        border-bottom: 2px dotted #000;

}

.block-categories a.h6 {
    font-size: 1.2rem;
}

.block-categories .category-sub-menu li {
    margin-bottom: 0px; 
}

.block-categories .category-sub-menu {
    margin-top: 0rem;
}

.block-categories a.h6, #recent_article_smart_blog_block_left a.h6, #tags_blog_block_left h4 a{
    display: inline;
    text-transform: uppercase;
}
.sdsbox-content .recentArticles li, .sdsbox-content .popularArticles li  {
    border-bottom: 2px dotted #000 !important;
}

.sdsbox-content .recentArticles li a, .sdsbox-content .popularArticles li a {
    font-size: inherit;
}

.contact-rich {
     color: #000; 
}

.contact-rich .block {
    align-items: center;
}

.contact-rich hr {

    border-top: 2px dotted #000 !important;
}
/* fin left column

/* category */

#category .category-cover {
    max-height: 450px;
}

#category .category-cover:before {
    background: rgba(0,0,0,.2) none repeat scroll 0 0;
}

#category .category-cover h1, #category .category-cover p {
    color:var(--color-black);
}

#category .block-category {
    background-color: rgba(255, 255, 255, 0.5);
}

.souscategorie img {
    padding : 0px 1%;
}

.product-title-category {
    float:left;
}

#products .thumbnail-container,.product-miniature .thumbnail-container {
    position: initial;
    height: auto; 
}

#products .product-description,  .product-miniature .product-description {
    float: right;
    margin-top: 1%;
}
.souscategorie {
    display:flex;
    justify-content: space-around;
}

#products .thumbnail-container .h3 {
    font-size: 2rem;
}

/* fin catÃ©gorie */

/* blog */
#font {
    width: 100%;
    height: 350px;
    position: relative;
}

.articleContent {
    background-color: transparent;
}

.articleContent img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.fondombre {
    background: url('https://www.floorz.fr/themes/child_seoprestatheme/assets/img/pattern-overlay.png') repeat scroll 0 0 rgba(0,0,0,.2);
    height: 350px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.title_block h1 {
        font-family: 'Lato';
    font-size: 36px;
    font-weight: bolder;
    color:#FFF;
}

.sdsarticle-des {
    color: inherit;
    font-size: inherit;
}


#sdsblogCategory p, #sdsblogArticle p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.sdstags-update .tags {
    float: none;
}

.sdstags-update {
    display: block;
    text-align: center;
}

#articleShareThis p {
    text-align: center;
}

 .addthis_toolbox {
    text-align: center;
}

#module-smartblog-category .sdsarticleHeader {
    margin-top: -94px;
}

.sdsarticleHeader {
    position: initial;
    background: rgba(0,0,0,.6);
    padding: 15px;
    max-width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 0px !important;
}

.sdsarticleHeader i.icon {
    color: #FFF;
}

#pagination_bottom{
        margin-left: 33%;
}

#module-smartblog-details #content-wrapper .btn, #cms #content-wrapper .btn{
    color: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 0px;
       padding: 0px 5px;
    font-size: 16px;
    line-height: 22px;
        vertical-align: baseline;
}


#module-smartblog-details #content-wrapper .btn-default,  #cms #content-wrapper .btn-default {
    letter-spacing: 0;
}

#module-smartblog-details #content-wrapper .btn-default:hover,
#module-smartblog-details #content-wrapper .btn-default:active,
#cms #content-wrapper .btn-default:hover,
#cms #content-wrapper .btn-default:active
 {
  letter-spacing: 2px;
    background-color: transparent !important;
    color: #7a7a7a !important;
}

#module-smartblog-details #content-wrapper .btn-default:after,
#module-smartblog-details #content-wrapper .btn-default:before,
#cms #content-wrapper .btn-default:after,
#cms #content-wrapper .btn-default:before {
  backface-visibility: hidden;
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;

}

#module-smartblog-details #content-wrapper .btn-default:hover:after,
#module-smartblog-details #content-wrapper .btn-default:hover:before,
#cms #content-wrapper .btn-default:hover:after,
#cms #content-wrapper .btn-default:hover:before {
    border: 1px solid #7a7a7a;
  backface-visibility: hidden;
  border-color: #7a7a7a;
  transition: width 350ms ease-in-out;
  width: 100%;
   margin: 2px 0px;
}

#module-smartblog-details #content-wrapper .btn-default:hover:before,
#cms #content-wrapper .btn-default:hover:before {
  bottom: auto;
  top: 0;
  width: 100%;
  margin: 2px 0px;
}

.sdsarticleBottom {
    text-align: center;
}

#module-smartblog-details .articleContent img{
        margin-bottom: inherit;
}

#module-smartblog-details .title_block h1 {
    text-align: center;
}

/* fin blog */

/*product */
#product .carousel .carousel-inner {
    height: auto;
}

#image-product-bottom {
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}


@media (min-width: 768px){
    #product .carousel .carousel-item img {
        width:auto;
    }

    #product .tabs {
    margin-top: 0rem;
    max-width: 1100px;
    margin: 0 auto;
     padding: 0rem;
    }
}

.tabs .nav-tabs .nav-item {
    background-color: #FA7000;
    color: #FFF;
    padding-left:1%;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: #FFF;
    padding: 0px 2px;
}



.tabs .nav-tabs .nav-link {
    color: #FFF;
}

.devis {
    font-weight:700;
    cursor: pointer;
}

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    background-color: transparent;
}

.tabs .nav-tabs .nav-item:hover, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:active {
    background-color: #343434;
}

/* menu */

.headerfull {
    background-color: transparent;
    padding-top: 1%;
}
.wsmenu>.wsmenu-list>li>a{
    background-color: #343434 !important;
}


.wsmenu>.wsmenu-list>li>.navtext>span+span {
    color:#FFF !important;
}

.wsmenu>.wsmenu-list>li>a, .wsmenu>.wsmenu-list>li>span.obs {
	padding: 0px !important; 
}

.wsmenu>.wsmenu-list>li:last-child>.navtext>span+span, .wsmenu>.wsmenu-list>li:nth-child(8)>.navtext>span+span  {

   color: #FA7000 !important;
}



/* CMS */
#cms .page-header {
    display:none;
}
#cms h1 {
    text-transform: uppercase;
}
.page-content.page-cms {
    padding: 10px;
}

#cms #content-wrapper img {
    width: 100%;
    height:auto;

}

#cms #content-wrapper{
    max-width: 1200px;
        margin: 0 auto;
}

.block-categories.prestablogcat{
  visibility: hidden;
}

#cms h2, #module-smartblog-details h2 {
    border: #7a7a7a solid .5px;
    padding: 10px;
    width: 70%;
    margin: 10px auto;
    text-align: center;
    color: #7a7a7a;
}

#cms h1 {
    border-bottom : 2px solid #000;
}
/* footer */
#module-demandedevis-formulairedevis .form-check-input {
    margin-left: 0px;
}

.vert .carousel-inner {
    height: 125px;
}

.vert .carousel-item.next .carousel-item.left,
.vert .carousel-item.prev.carousel-item.right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

}

.vert .carousel-item.next,
.vert .active.carousel-item.right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0 0);
            transition: opacity 3s ease-in-out;
}

.vert .carousel-item.prev,
.vert .active.carousel-item.left {
	-webkit-transform: translate3d(0,0, 0);
        transform: translate3d(0, 0, 0);
}


.vert .carousel-item img {
  opacity:0;
  transition: opacity 1s ease-in-out;
  max-width:160px !important;
  margin: 0px !important;
}

.vert .carousel-item.active img{
			opacity: 1 ;
            transition: opacity 2s ease-in;
}

.social .icon {
	font-size: 1.5rem;
}


#scroll_to_top {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 50px;
    left: 30px;
    z-index: 99;
    animation: bounce 2s infinite;
    display: none;
}


/* page contact */
.contact-form {
	padding :1% 1% 0 1%;
}

/* page devis */

body#checkout section#content, body#module-demandedevis-formulairedevis section#content {
    margin-bottom: 1.563rem;
}

#module-demandedevis-formulairedevis .h6 {
    margin-top: 2%;
    margin-bottom: .5rem;
}

#module-demandedevis-formulairedevis .form-check-input {
     position: absolute; 
    margin-top: .25rem;
     margin-left: -1.25rem; 
}

#module-demandedevis-formulairedevis label {
    text-align: left;
    display: block;
}

#module-demandedevis-formulairedevis .form-check-input {
    margin-top: .55rem;
}

.card-block {
    padding: 1.25rem 1.25rem .5rem;
}


.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
}
/* fin page devis */

/* mobile */
@media (max-width: 767px){
	.footer-container .blocklinksfirst img {
	    padding: .625rem;
	    margin-bottom:0rem;
	}

	.footer-container .links .noborder {
    border:none;
	}

	.carousel {
    margin-bottom: 0rem;
	}

	.footer-container .social {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-left:0px;
	}

	#news {
		padding: .625rem;
	}


}

@media (max-width: 575px) {
	#content-wrapper, #left-column {
	    margin-top: 5%;
	}

	  #products .thumbnail-container .h3 {
    font-size: 1rem;
	}



	.btn-primary, .btn-secondary, .btn-tertiary {
    font-weight: 400;
    padding: .5rem;
	}

	#category-description {
    margin-bottom: 2%;
	}

	.h1, h1 {
    font-size: 1.5rem;
	}

	.h2, h2, .title_head .h2, .title_head h2 {
    font-size: 1.2rem;
	}

	.social-sharing li {
    height: 2rem;
    width: 2rem;
    background-size: 1rem 1rem;
	}

	#module-smartblog-details #content.container, .sdsarticle-des {
		padding-left : 0px;
		padding-right : 0px;
	}

	.title_block h1 {
    font-size: 1.5rem;
    padding: 0px 10px;
	}

    .headerfull, .wsmenu>.wsmenu-list>li>ul.sub-menu, .wsmenu>.wsmenu-list>li>.wsmegamenu, .wsmobileheader, .wsmenu>.wsmenu-list>li>a, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>span.obs, body.wsactive, .wsmenu>.wsmenu-list>li>.wsmegamenu span.a {
    background-color: #343434;
    }

    .featured-products h2{
      text-align: center;
    }

}

  @media (min-width: 425px) {
.logos {
          display:none;
      }

}

.wsmobileheader {

height:initial;

}

  @media (max-width: 425px) {

    .logos {
        display: flex;
        background-color: #FA7000;
        position: fixed;
        bottom: 0%;
        width: 100%;
        height: 50px;
        justify-content: space-around;
        line-height: 50px;
        z-index: 999;
        
    }

    .img-tw-home-columns{

        float:left;
        width: 40%;
        height:auto;

    }

    #coronabar.cb-position-bottom {
    bottom: 0;
    box-shadow: inset 0 2px 0 0 #fbb03b;
    display: none;
    }

    #text-presentation {
        column-count: 1;
    }
}
    


@media screen and (max-width: 800px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
}





.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    /* background: #000000; */
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.40); */
}
.bs-slider > .carousel-inner > .item{
    text-align: center;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    text-align: center;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
    background: rgba(0, 0, 0, 0.3);
}
.control-round .carousel-control.right {
    right: 1%;
    background: rgba(0, 0, 0, 0.3);
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*======================================================
=            SLIDE CAPTION / TEXTE SUR SLIDE           =
======================================================*/
.slide_style_left {
    text-align: left !important;
    right: auto !important;
}

.slide_style_right {
    text-align: right !important;
    left: auto !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    padding: 10px 85px;
    text-align: left;
    z-index: 5;
}

.slide-text > h1,
.slide-text > p.h1 {
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    color: rgb(17, 17, 17);
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: none;
    animation-delay: 0.7s;
}

.slide-text > p.h2 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

.slide-text.slide_style_right > p {
    padding-left: 45%;
    max-width: 100%;
}

.slide-text > p {
    padding: 0;
    margin-bottom: 40px;
    max-width: 600px;
    color: rgb(17, 17, 17);
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    animation-delay: 1.1s;
}

.slide-text > a.btn-default {
    display: inline-block;
    padding: 17px 30px;
    margin-right: 10px;
    border: none;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 1px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    animation-delay: 2s;
}

.slide-text > a.btn-primary {
    display: inline-block;
    padding: 17px 30px;
    margin-left: 10px;
    border: none;
    background: #00bfff;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    animation-delay: 2s;
}

.slide-text > a.btn-general-bg {
    display: inline-block;
    padding: 17px 30px;
    border: none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    animation-delay: 2s;
}

.slide-text > a:hover,
.slide-text > a:active {
    color: #fff;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*======================================================
=                     SLIDER PRODUIT                   =
======================================================*/
#product .slides {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#product .slides * {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
}

#product .slides input {
    display: none;
}

#product .slide-container {
    display: none;
    position: relative;
    list-style: none;
}

#product input:checked + .slide-container {
    display: block;
}

#product .slide {
    position: relative;
    display: block;
    width: 100%;
}

#product .slide img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*======================================================
=                     FLÈCHES NAV                      =
======================================================*/
#product .nav {
    position: absolute;
    inset: 0;
    z-index: 9;
    pointer-events: none;
}

#product .nav label {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    color: #fff;
    font-size: 70px;
    line-height: 1;
    font-family: "Varela Round", sans-serif;
    text-shadow: 0 0 15px rgb(119, 119, 119);
    background: rgba(255, 255, 255, 0.15);
    transition: opacity .2s ease-in-out, background .2s ease-in-out;
}

#product .nav .prev {
    left: 0;
}

#product .nav .next {
    right: 0;
}

#product .slide-container:hover .nav label {
    opacity: 0.5;
}

#product .nav label:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.25);
}


/*======================================================
=                       NAV DOTS                       =
======================================================*/
#product .nav-dots {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    list-style: none;
}

#product .nav-dots .nav-dot {
    width: 11px;
    height: 11px;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color .2s ease-in-out;
}

#product .nav-dots .nav-dot:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

#product input#img-1:checked ~ .nav-dots label#img-dot-1,
#product input#img-2:checked ~ .nav-dots label#img-dot-2,
#product input#img-3:checked ~ .nav-dots label#img-dot-3,
#product input#img-4:checked ~ .nav-dots label#img-dot-4,
#product input#img-5:checked ~ .nav-dots label#img-dot-5,
#product input#img-6:checked ~ .nav-dots label#img-dot-6,
#product input#img-7:checked ~ .nav-dots label#img-dot-7,
#product input#img-8:checked ~ .nav-dots label#img-dot-8,
#product input#img-9:checked ~ .nav-dots label#img-dot-9,
#product input#img-10:checked ~ .nav-dots label#img-dot-10 {
    background: rgba(0, 0, 0, 0.85);
}


/*======================================================
=                      RESPONSIVE                      =
======================================================*/
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text > p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    #reassurance-tw {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #reassurance-tw li {
        display: flex;
        margin: 10px 0;
        padding-right: 5px;
    }

    #product .nav label {
        width: 55px;
        font-size: 50px;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        padding: 10px 15px;
        margin-right: 10px;
        font-size: 10px;
        line-height: 10px;
        text-align: center;
    }

    .indicators-line > .carousel-indicators {
        display: none;
    }

    #product .slides {
        width: 100%;
    }

    #product .nav label {
        width: 42px;
        font-size: 38px;
    }

    .textab {
        margin: 15px;
    }
}


#index #wrapper h1, #index #wrapper .h1, .custom-text-content h1, .custom-text-content .h1, #custom-text .title_head h1 {
    color: #EB7028;
    font-family: Poppins, sans-serif;
}
.homeslider-container .slide-text p.h1 {
    padding: 0;
    text-transform: none;
    color: rgb(17, 17, 17);
    /* font-size: 70px; */
    font-style: normal;
    line-height: 84px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.homeslider-container .slide-text p.h1 {
    color: #EB7028 !important;
    font-family: Poppins, sans-serif !important;
}
@media (min-width: 768px) {
    .homeslider-container .slide-text p.h1 {
        font-size: 70px;
    }
}



#index #wrapper h3, #index #wrapper .h3, .custom-text-content h3, .custom-text-content .h3 {
    font-family: Poppins, sans-serif !important;
}
h3.sds_post_title.sds_post_title_home a, h3.h2.text-xs-center a, #index #wrapper h3, #index #wrapper .h3, .custom-text-content h3, .custom-text-content .h3 {
    color: #000000 !important;
}
.h3, .h4, h3, h4 {
    font-size: 1.125rem;
        font-family: "Oswald", sans-serif;
    color: #000;

}


.homeslider-container .slide-text p {
    font-size: 20px;
}
.homeslider-container .slide-text p {
    color: #000000 !important;
}
@media (min-width: 768px) {
    .homeslider-container .slide-text p {
        font-size: 20px;
    }
}

.mm_menu_content_title {
        color: #FFF;
    }

.layout_layout1 .mm_menus_li:nth-child(2) {
    border-left: none;
}
@media (min-width: 768px) {
    .mm_menus_ul {
        width: auto;
        margin: 0;
        z-index: 10;
        float: left;
    }


}


#wrapper {
    padding-top: 0;
    background: #FFF;
}

#wrapper .breadcrumb {
    padding: 15px 0px;
}

#footer,.footer-container {
    padding-top: 0rem;
}

._relative._block{
margin: 0 15px;
}

#custom-text {
    column-count: 2;
    column-gap: 50px;
    max-width: 80%;
    margin: 0 auto;
    background: transparent;
}

#search_widget form input {
    width: 350px;
}

#content-wrapper{
background:#FFF;
}


.ets_mm_block_content a {
    color: #484848;
    line-height: initial;
}

#header .logo {
    max-height:225px;
}

#reinsurance_block{
	clear:both;
}

 .btn-success, .btn-outline-success, .btn-primary, .tabs .nav-tabs .nav-item {
    background-color: #fa7000;
    color: #FFF !important;
    border-color : #fa7000;
}

#prestablog_lastliste .btn-primary, #prestablog_catliste .btn-primary, #prestablog_dateliste .btn-primary {
    background-color: #72A372;
}

#search_filters .facet .facet-label {
    display: flex;
}

.prestabloglastnewstitle-nopic-nointro {
    background-color: #FFF;
    font-size: 16px;
}

.prestablog-toc {
    position: initial;
}

.ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu) .mm_menus_ul {
        background: #2B0807 !important;
    }
.alert-success {
    background-color: transparent;
    border-color: transparent;
    color: #3c763d;
}

.alert {
    padding: .75rem 0rem;
    border: none;
    border-radius: 0;
}

.imgsocialmedia{
  padding-left: 30px;
}

.imgsocialmedia p{
    line-height:1.2 !important;
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: initial;
}

#product-details {
  clear: both;
}

.featured-products h2{
  padding-left:15px;
}

@media (min-width: 992px) {
  #content-wrapper #main > .row {
    align-items: flex-start;
  }

  #content-wrapper #main > .row > .col-md-5:nth-child(2) {
    position: sticky;
    top: 200px;
    align-self: flex-start;
    height: fit-content;
  }
}

#product-availability .alert-content-wrapper{
    background: #72A372;
    color: #FFF;
    width: 35%;
    padding: 5px;

}

#product-availability .alert-warning {
    background-color:transparent;
    border:none;
    color: #fff;
}

#product-availability .alert-warning .alert-content-wrapper{
    background: #FA7000;
    color: #FFF;
    width: 35%;

}

#product-availability  .alert-warning .material-icons {
    color: #fff;
}

#search_widget form input,.mm_extra_item #search_widget form i {
    color:#000;
}





.btn-shrink-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.btn-shrink-round.btn.btn-primary {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: auto;
    min-width: 250px; /* largeur mini */
    max-width: 100%; /* évite dépassement */

    height: 50px;
    padding: 0 30px;

    border-radius: 12px;
    background: #FA7000;
    border: none;

    color: #fff !important;
    text-decoration: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 16px;
    line-height: 1;

    transition:
        width 0.9s ease,
        min-width 0.9s ease,
        max-width 0.9s ease,
        border-radius 0.9s ease,
        padding 0.9s ease,
        color 0.25s ease;
}

.btn-shrink-wrap:hover .btn-shrink-round.btn.btn-primary {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    padding: 0;
    border-radius: 50%;
    color: transparent !important;
    background: #2B0807;
}

.btn-shrink-round {
    will-change: width, border-radius, padding;
}

small a{
  font-size: inherit;
}

.definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even), .product-features>dl.data-sheet dd.value:nth-of-type(even), .product-features>dl.data-sheet dt.name:nth-of-type(even) {
    background: #FFF;
}
.product-features a {
  display: inline !important;
  margin-right: 3px !important;
}

.block-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.block-social ul li {
    position: relative;
    margin: 0;
    list-style: none;
}

.block-social ul li a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-decoration: none;
    overflow: visible;
    text-indent: 0;
    white-space: normal;
}

.block-social ul li a i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.block-social ul li a i:hover {
    color: transparent;
}


.block-social ul li a::before {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 0;
    line-height: 36px;
    font-size: 36px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

.block-social ul li:nth-child(1) a::before {
    content: "\f39e";
    color: #1877f2;
    border-bottom: 4px solid #1877f2;
}

.block-social ul li:nth-child(2) a::before {
    content: "\e61b";
    color: #fff;
    border-bottom: 4px solid #fff;
}

.block-social ul li:nth-child(3) a::before {
    content: "\f167";
    color: #ff0000;
    border-bottom: 4px solid #ff0000;
}

.block-social ul li:nth-child(4) a::before {
    content: "\f0d2";
    color: #e60023;
    border-bottom: 4px solid #e60023;
}

.block-social ul li:nth-child(5) a::before {
    content: "\f16d";
    background-image: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 4px solid #dc2743;
}

.block-social ul li:nth-child(6) a::before {
    content: "\f0e1";
    color: #0a66c2;
    border-bottom: 4px solid #0a66c2;
}

.block-social ul li:hover a::before {
    height: 100%;
}
.Btn {
  display: flex;
  flex-direction:row nowrap;
}

.zoom-centre {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  background-color: #cc2929;
  color: transparent;
  letter-spacing:-10px;
  transition: all 0.25s ease-out;
  font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.success .zoom-centre {
  background-color: #72A372;
}

.Btn.success:hover  .zoom-centre{
      width: 150px;
    color: #fff !important;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
}

.warning .zoom-centre {
  background-color: #FA7000;
}

.Btn.warning:hover  .zoom-centre{
      width: 150px;
    color: #fff !important;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
}

.zoom-gauche {
  position: relative;
}

.zoom-gauche::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-left: 3px solid #eee0cb;
  border-top: 3px solid #eee0cb;
  transition: all 0.5s ease-out;
}

.zoom-gauche::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-left: 3px solid #eee0cb;
  border-bottom: 3px solid #eee0cb;
  transition: all 0.5s ease-out;
}

.zoom-droite {
  position: relative;
}

.zoom-droite::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 3px solid #eee0cb;
  border-top: 3px solid #eee0cb;
  transition: all 0.5s ease-out;
}

.zoom-droite::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 3px solid #eee0cb;
  border-bottom: 3px solid #eee0cb;
  transition: all 0.5s ease-out;
}

.Btn:hover .zoom-centre {
  width: 150px;
  color: #eee0cb;
  letter-spacing: normal;
}

.Btn:hover .zoom-droite::after {
  bottom: -8px;
  right: -8px;
}

.Btn:hover .zoom-droite::before {
  top: -8px;
  right: -8px;
}

.Btn:hover .zoom-gauche::after {
  bottom: -8px;
  left: -8px;
}

.Btn:hover .zoom-gauche::before {
  top: -8px;
  left: -8px;
}

.product-miniature .product-availability {
    display: inline;
    margin-top: .625rem;
    font-weight: 700;
    position: absolute;
    bottom: 3%;
    right: 6%;
}


.featured-products h2{
    text-transform: uppercase;
}

.featured-products .product-miniature{
      justify-content: start;
}

.tw-footer {
  background: #2B0807;
  padding: 2rem 2rem 1.2rem;
  font-size: 14px;
  font-family: inherit;
}
.tw-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.tw-footer-col h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.9rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.5px solid #2a2a28;
}
.tw-footer-col h4.tw-h4-spacer {
  margin-top: 1.8rem;
}
.tw-footer-col h5 {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0.9rem 0 0.4rem;
  padding: 0;
}
.tw-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tw-footer-col ul li {
  margin-bottom: 5px;
}
.tw-footer-col ul li a {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}
.tw-footer-col ul li a:hover {
  color: #FA7000;
}
.tw-promo {
  background: #2e2418;
  color: #c8a96e;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 4px;
  vertical-align: middle;
}
.tw-footer-divider {
  border: none;
  border-top: 0.5px solid #2a2a28;
  margin: 0.8rem 0;
}
.tw-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 14px;
  color: #555555;
}
.tw-footer-bottom a {
  color: #fff;
  text-decoration: none;
  padding-left: 0.8rem;
  border-left: 0.5px solid #333333;
  margin-left: 0.8rem;
}
.tw-footer-bottom a:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.tw-footer-bottom a:hover {
  color: #FA7000;
}

.tw-footer-bottom span{
    font-size: 14px !important;
    color: #fff !important;
}

.col-title{
  font-family:Oswald,'Arial Narrow',Arial,sans-serif;font-size:16px;font-weight:400;color:#ffffff;text-transform:uppercase;letter-spacing:0.02em;margin-bottom:0.6rem;
}

#header .header-top {
    padding:0;
    clear: both;
}
@media (max-width: 1024px) {
  .tw-footer-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .tw-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1800px) {

  .mm_menu_content_title {
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
    .ets_mm_megamenu .container {
        background-color: transparent;
    }

    .ybc-menu-toggle {
      color: #FFFF;
  }

  .ybc-menu-toggle .icon-bar {
    background-color: #FFF;
  }

  .mm_menu_content_title {
    padding: 0 10px;
  }
}

/* ============================================
   FLOORZ™ — Responsive TinyMCE descriptions
   Passage 2 colonnes ? 1 colonne sur mobile
   ============================================ */

@media (max-width: 767px) {

  /* Tableaux 2 colonnes dans les descriptions catégories */
  .page-category .product-description table td,
  .page-category .product-description table th,
  #category-description table td,
  #category-description table th {
    display: block;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box;
  }

  /* Tableaux 2 colonnes dans les pages CMS */
  .page-cms #content table td,
  .page-cms #content table th {
    display: block;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box;
  }

  /* Lettrines — réduire sur mobile */
  .page-category .product-description span[style*="font-size:3.6em"],
  .page-cms #content span[style*="font-size:3.6em"] {
    font-size: 2.4em !important;
  }

  /* Images pleine largeur */
  .page-category .product-description img,
  .page-cms #content img {
    width: 100% !important;
    height: auto !important;
  }

  .block-categories.prestablogcat {
    display: none;
  }
  .block-social ul {
    gap: 20px;
}

  #header .logo {
      padding: 15px;
  }
}

/* Indicateur de robustesse du mot de passe client */
.tw-password-policy {
  display: none;
  margin-top: 10px;
  color: #666;
  font-size: 13px;
}

#customer-form .tw-password-policy,
.js-customer-form .tw-password-policy,
.register-form .tw-password-policy,
#checkout-personal-information-step .tw-password-policy {
  display: block;
}

.tw-password-meter {
  height: 6px;
  background: #eee;
  overflow: hidden;
  margin-bottom: 8px;
}

.tw-password-meter span {
  display: block;
  height: 100%;
  width: 0;
  background: #d9534f;
  transition: width .2s ease, background-color .2s ease;
}

.tw-password-policy[data-score="2"] .tw-password-meter span {
  background: #f0ad4e;
}

.tw-password-policy[data-valid="1"] .tw-password-meter span,
.tw-password-policy[data-score="4"] .tw-password-meter span {
  background: #2fb86f;
}

.tw-password-summary {
  margin: 0 0 6px;
  font-weight: 600;
}

.tw-password-rules {
  margin: 0;
  padding-left: 18px;
}

.tw-password-rules li {
  margin-bottom: 3px;
}

.tw-password-rules li.is-valid {
  color: #2fb86f;
}

#index-essence{
    justify-content: space-between;
}

.fsc-collapsed-hidden {
  display: none;
}

.fsc-toggle-wrap {
  text-align: center;
  margin: 16px 0 0;
}

.btn-floorz-suite {
  font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: #2B0807;
  border: 1px solid #2B0807;
  padding: 8px 22px;
  border-radius: 2px;
  cursor: pointer;
}

.btn-floorz-suite:hover,
.btn-floorz-suite:focus {
  color: #ffffff;
  background: #300e0d;
  border-color: #300e0d;
  text-decoration: none;
}

.fsc-mobile-description {
  margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
  #category-description > div,
  #manufacturer-description > div {
    overflow: hidden;
  }

  #category-description table,
  #manufacturer-description table {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #category-description table[style*="table-layout:fixed"],
  #category-description table[style*="width:100%;border-collapse:collapse;"],
  #manufacturer-description table[style*="table-layout:fixed"],
  #manufacturer-description table[style*="width:100%;border-collapse:collapse;"] {
    overflow-x: visible;
  }

  #category-description table[style*="table-layout:fixed"] > tbody,
  #category-description table[style*="table-layout:fixed"] > tbody > tr,
  #category-description table[style*="width:100%;border-collapse:collapse;"] > tbody,
  #category-description table[style*="width:100%;border-collapse:collapse;"] > tbody > tr,
  #manufacturer-description table[style*="table-layout:fixed"] > tbody,
  #manufacturer-description table[style*="table-layout:fixed"] > tbody > tr,
  #manufacturer-description table[style*="width:100%;border-collapse:collapse;"] > tbody,
  #manufacturer-description table[style*="width:100%;border-collapse:collapse;"] > tbody > tr {
    display: block !important;
    width: 100% !important;
  }

  #category-description table td[style*="width:50%"],
  #category-description table td[style*="width:33%"],
  #manufacturer-description table td[style*="width:50%"],
  #manufacturer-description table td[style*="width:33%"] {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  #category-description img,
  #manufacturer-description img {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  #category-description table td,
  #category-description table th,
  #manufacturer-description table td,
  #manufacturer-description table th {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #category-description table[style*="font-size:0.84rem"] td,
  #category-description table[style*="font-size:0.84rem"] th,
  #category-description table[style*="font-size:0.88rem"] td,
  #category-description table[style*="font-size:0.88rem"] th,
  #manufacturer-description table[style*="font-size:0.84rem"] td,
  #manufacturer-description table[style*="font-size:0.84rem"] th,
  #manufacturer-description table[style*="font-size:0.88rem"] td,
  #manufacturer-description table[style*="font-size:0.88rem"] th {
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
  }

  #category-description div[style*="background:#F5F3F0"],
  #manufacturer-description div[style*="background:#F5F3F0"] {
    padding: 20px 16px !important;
  }

  #category-description span[style*="float:left"],
  #manufacturer-description span[style*="float:left"] {
    font-size: 2.6em !important;
    margin: 2px 6px 0 0 !important;
  }
}

.svg-button {
  background-color: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.svg-button:hover {
  background-color: transparent;
}

.svg-path {
  transition: stroke-width 0.3s;
}

.svg-button:hover .svg-path {
  stroke-width: 2;
}

/* CSS */
@keyframes draw {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.svg-path {
  stroke-dasharray: 100;
  stroke-dashoffset: 0; 
  stroke: #FFF;
}

.svg-button:hover .svg-path {
  animation: draw 500ms ease-in forwards;
}

.price-range, .price-range span{
  font-family: 'Montserrat', 'Trebuchet MS', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.price-range span{
  color :  #FA7000;
}

#search_widget .tw-mobile-search-close {
  display: none;
}

#category .product-price-and-shipping .price span,  #manufacturer .product-price-and-shipping .price span{
  color: #FA7000 !important;
}

@media (max-width: 767.98px) {
  .header_ps_searchbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 34px;
  }

  body.tw-search-modal-open {
    overflow: hidden;
  }

  #search_widget.tw-mobile-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 34px;
    min-width: 34px;
    height: 34px;
    overflow: visible;
    z-index: 10;
  }

  #search_widget.tw-mobile-search form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 34px;
    min-width: 34px;
    margin: 0;
  }

  #search_widget.tw-mobile-search .material-icons.search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    color: #FFF;
    padding-top: 0;
  }

  #search_widget.tw-mobile-search input[type="text"] {
    width: 0;
    min-width: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
  }

  #search_widget.tw-mobile-search .material-icons.clear {
    display: none;
  }

  .tw-search-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9998;
    pointer-events: none;
  }

  .tw-search-modal.is-open {
    display: block;
  }

  .tw-search-modal__overlay {
    display: none;
  }

  .tw-search-modal__panel {
    position: fixed;
    top: 16vh;
    left: 50%;
    width: min(calc(100vw - 32px), 560px);
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: auto;
  }

  .tw-search-modal__panel #search_widget.tw-mobile-search {
    width: 100%;
    min-width: 0;
    height: auto;
    pointer-events: auto;
  }

  .tw-search-modal__panel #search_widget.tw-mobile-search form {
    position: relative;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    padding: 0;
    margin: 0;
    pointer-events: auto;
  }

  .tw-search-modal__panel #search_widget.tw-mobile-search .material-icons.search {
    display: none;
  }

  .tw-search-modal__panel #search_widget.tw-mobile-search input[type="text"] {
    position: relative;
    z-index: 10001;
    width: 100%;
    min-width: 0;
    padding: 12px 14px;
    border: 0;
    border-radius: 12px;
    opacity: 1;
    pointer-events: auto;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  }

  .tw-search-modal__panel #search_widget.tw-mobile-search .material-icons.clear {
    display: inline-flex;
    cursor: pointer;
  }

  .tw-search-modal__panel #search_widget.tw-mobile-search .tw-mobile-search-close {
    position: relative;
    z-index: 10001;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #f3f3f3;
    color: #2b2b2b;
    font-size: 22px;
    cursor: pointer;
    pointer-events: auto;
  }

  .tw-search-modal > .ui-autocomplete.searchbar-autocomplete {
    z-index: 10002 !important;
    pointer-events: auto;
    width: min(calc(100vw - 32px), 560px) !important;
    max-height: 52vh;
    overflow-y: auto;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  }

  .tw-search-modal > .ui-autocomplete.searchbar-autocomplete,
  .tw-search-modal > .ui-autocomplete.searchbar-autocomplete *,
  .tw-search-modal > .ui-autocomplete .ui-menu-item,
  .tw-search-modal > .ui-autocomplete .ui-menu-item-wrapper,
  .tw-search-modal > .ui-autocomplete.searchbar-autocomplete a {
    pointer-events: auto;
  }
}
