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

.footer-container {
  margin-top: 0rem;
}

#footer {
  padding-top: 0rem;
}

.block-category {
  min-height: 5.45rem;
  display: none;
}

.quickview .images-container .product-images>li.thumb-container>.thumb {
  display: none;
}

.bootstrap-touchspin {
  display: none;
}

.product-images {
  display: none;
}

#wrapper {
  padding-bottom: 5rem;
}

#header .logo {
  max-width: inherit;
}

/* icon = https://www.glyphicons.com/tools/social/ */
.facebook {
  background-image: url(https://www.glyphicons.com/img/tools/facebook.svg) !important;
}

.youtube {
  background-image: url(https://www.glyphicons.com/img/tools/youtube.svg) !important;
}

.twitter {
  background-image: url(https://www.glyphicons.com/img/tools/twitter.svg) !important;
}

.linkedin {
  background-image: url(https://www.glyphicons.com/img/tools/linkedin.svg) !important;
}

.facebook {
  background-color: white !important;
}

.twitter {
  background-color: white !important;
}

.youtube {
  background-color: white !important;
}

.linkedin {
  background-color: white !important;
}

body#category .container #left-column {
  display: none !important;
}

body#category .container #content-wrapper {
  width: 100% !important;
}

#header .header-nav {
  border-bottom: none !important;
  margin-bottom: 0px !important;
}

#header .header-top {
  padding-bottom: 5px !important;
}

div.product-information div.product-actions div.alert-warning {
  background-color: #fff3cd !important;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
  text-transform: none;
}

/*Style pour cacher les flèches du carousel sur la page d'accueil*/
section.page-home div#carousel div.direction a.carousel-control {
  display: none;
}

/*Cacher les modes de paiement sur les fiches produits pour tous les thèmes*/
div.product-additional-info div.ps_checkout.payment-method-logo-block {
  display: none !important;
}

/* FIX STYLE COLIN ------------------------------------------ */

/* FIX RESPONSIVE IQITMENU */
#iqitmegamenu-shower.clearfix {
  background: #da2529;
  background-color: #da2529;
}

#iqitmegamenu-accordion {
  z-index: 190;
}

.cbp-spmenu-overlay.cbp-spmenu-overlay-show {
  position: absolute;
  z-index: 100;
  width: 100vw;
  height: 100vh;
}

.cbp-spmenu-overlay.cbp-spmenu-overlay-show::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #da2529;
  opacity: 0.4;
}

.cbp-spmenu-overlay.cbp-spmenu-overlay-show #cbp-close-mobile {
  background: #da2529;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
  transform: translateZ(100px);
}

@media (max-width: 999px) {
  .cbp-spmenu-push-toright {
    left: 0px;
  }
}

/* FIX SEARCHBAR ET BURGER MENU PRESTASHOP */
#blur-overlay {
  background-color: #da2529;
  opacity: 0.4;
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: none;
}

#blur-overlay.active {
  display: block;
}

.header-top.active #search_widget {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  #blur-overlay.active {
    display: none;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .header-top {
    padding-top: 20px;
  }

  .header-nav.active {
    position: absolute;
    width: 100vw;
    z-index: 200;
  }

  .header-top.active {
    padding-top: 60px;
    position: absolute;
    width: 100vw;
    z-index: 190;
  }
}

@media screen and (max-width: 455px) {
  .header-top.active {
    padding-top: 100px;
  }
}

/* FIX DU FOOTER */
#wrapper {
  min-height: 75vh;
}

@media screen and (max-width: 999px) {
  #footer .footer-container .container .row .col-md-12 p.text-sm-center {
    display: flex;
    flex-direction: column;
  }
}

.buy-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-span-filestyle {
  padding-left: 10px;
}

/* nouvelle caractéristique - mise-en-ligne */
#products .product-description .feature-release {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  
  /* to cover up the price otherwise it overlaps - logic is not to show anything other than this */
  background-color: #ffffff;
  padding: 0.5em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: smaller;
}

#products .product-description .feature-release span.date-label {
  font-weight: bold;
  color: black;
}
#products .product-description .feature-release span.date-data {
  font-weight: bold;
  color: black;
}

#products .product-description .feature-release .attention-icon {
  color: #4f84d9; 
  font-size: 1.2em;
  margin-right: 0.3em;
  animation: pulse 4s infinite ease-in-out;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; }
}

/* =========================================================
   
   ========================================================= */

  /* ---------*/
  body#contact #content-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  
  /* ---------*/
  body#contact #content.page-content {
    max-width: 900px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
   /* ---------*/
   body#contact main,
   body#contact #wrapper,
   body#contact #content-wrapper {
     min-height: unset !important;
   }
   /* CONTACT – REMOVE BOTTOM SPACE OF WRAPPER */
body#contact #wrapper {
  padding-bottom: 0 !important;
}

/* EXTRA SAFETY */
body#contact .page-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body#contact .fw-new-ticket-wrapper {
  padding-bottom: 0 !important;
}
/* ---------*/
body#contact #wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

 /* CONTACT – kill visual block */
body#contact section#wrapper {
	background: #fff !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
  }
  body#contact section#wrapper .container {
	background: transparent !important;
  }
 
	/* CONTACT – REMOVE CARD BORDER COMPLETELY */
body#contact section#content.page-content.card.card-block {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
  }
  
  