<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sp-top-bar {
	position:fixed;
	top: 0px;
	width:100%;
	z-index:1299;
	height:36px;
	color:#FFFFFF!important;

	
}

#sp-top2 .sp-module {

	float:right;
}

#sp-header {
	position: fixed!important;
	top:36px!important;
	height:100px;

}

#sp-heading {
	position:relative;
	margin-top:68px;
	

}


#sp-slider {
	
	position:relative;
	
	margin-top:68px;
	
	

}

#sp-main-body {
	
	margin-left:3%;
	margin-right:3%;
	position:relative;
	
	
	

}


#sp-bottom .sp-module ul &gt; li {
    margin-bottom: 5px;

}

#offcanvas-toggler { 
  display:none!important; 
}


 #sp-left .sp-module .sp-module-title {
	margin: 0px;
    margin: 0 3px;
    background: #1e9bd3;
    color: white;
    padding: 10px 30px;
	border-left: 10px solid #323232;

 }

#sp-left .sp-module {
	margin-top: 50px;
    border: transparent;
    padding: 5px;
    border-radius: 3px;
	
	
}

#sp-left .sp-module-content {
	    padding: 15px;
		margin-top: 10px;
	
	
}

.su-member-style-6 .su-member-desc.su-content-wrap {
    font-size: 0.9em;
}

/* menu */
.sp-megamenu-parent &gt; li &gt; a {
	font-size:14px!important;
	font-weight:600!important;
}


/* div.ial-msg { display:none; } */
#easybook .controls textarea { width:100%!important; }
.easy_top_right img.easy_align_middle {float:left;}


/* ========================================================================
   HIKASHOP CONSULTECH Personnalisation !
 ========================================================================== */
/* ==== MINI CART ==== */


/* ==== PRIX MSRP ==== */

.hikashop_product_msrp_price { display:inline-block; float:left; }
.hikashop_product_our_price_title { display:none; }

.prixbarre {
  position: relative;
}
.prixbarre:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #e01717;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
div#hikashop_product_right_part .prixbarre {
  display: inline-block;
  float: left;
  margin: 15px 25px 0 0;
  font-weight: 400!important;
  font-size: 2em!important;
  color: #a2a2a2;
}
/* ==== PRIX DE VENTE  ==== */
span#hikashop_product_price_main {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
div#hikashop_product_right_part .prixsympa, div.hikashop_carousel .prixsympa {
  display: inline-block;
  float: left;
  margin: 0 12px 0 0;
}
div#hikashop_product_right_part span.prixsympa .hikashop_product_price  {	
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 3.8em;
  font-weight: normal;
  padding: 0 5px;
  color: #e00c7a;
  font-weight: 600;
  /*text-shadow: 2px 2px 1px #9a9a9a;*/
}

div.hikashop_carousel span.prixsympa .hikashop_product_price {
 font-family: Times, "Times New Roman", Georgia, serif;
  font-size: 2em;
  padding: 0 5px;
  color: #e00c7a;
  font-weight: 300;
}

div.hikashop_carousel span.hikashop_product_name { display: inline-block; width:100%;}
div.hikashop_carousel span.prixsympa { display:inline-block; width:100%; }
div.hikashop_carousel span.hikashop_product_price_per_unit:before { content:''; display:block;}



div#hikashop_product_right_part span.prixsympa .hikashop_product_price_per_unit, div.hikashop_carousel span.prixsympa .hikashop_product_price_per_unit   {
  color: #858585!important;
  /*margin-left: -35px; */
}
div#hikashop_product_right_part span.currency sup, div.hikashop_carousel span.currency sup  {
  top: -0.2em !important;
  font-size: .59em!important;
  vertical-align: .59em!important;
  /*color: #87c39f; */
}
div#hikashop_product_right_part span.minprice sup, div.hikashop_carousel span.minprice sup {
  top: -0.2em !important;
  font-size: .59em!important;
  vertical-align: .59em!important;
  /* color: #87c39f; */
}
/* ==== BLOCK PRODUIT CARACTERISTIQUES ==== */
#hikashop_product_characteristics {
  border: 0px!important;
  padding: 5px;
}
/* ==== PRICE BEFORE DISCOUNT ==== */
div#hikashop_product_right_part span.hikashop_product_price_before_discount {
  display: inline-block;
  float: left;
  margin: 27px 25px 0 5px;
  font-weight: 600!important;
  font-size: 2em!important;
}
.hikashop_product_price_before_discount {
  position: relative;
}
.hikashop_product_price_before_discount:before {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  right: 0;
  border-top: 2px solid;
  border-color: #3e3e3e;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}





/**		button Add to cart		**/

.hikashop_product_quantity_main a.tedibuy {
    margin-top: 3px;
    margin-left: 10px;


}


.tedibuy {
display:inline-block;
width:120px;
height:27px;
background: transparent url(/images/addtocart.png) 0 0 no-repeat;
text-indent:-9999px;
border:none;
margin:0 auto ;
cursor:pointer;
-moz-box-shadow : none;
-webkit-box-shadow: none;
box-shadow: none;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out; /** Chrome &amp; Safari **/
-moz-transition: all 250ms ease-in-out; /** Firefox **/
-o-transition: all 250ms ease-in-out; /** Opera **/
}
.tedibuy:hover {
width:120px;
height:27px;
background: transparent url(/images/addtocart.png) 0 -27px no-repeat;
text-indent:-9999px;
border:none;
-moz-box-shadow : none;
-webkit-box-shadow: none;
box-shadow: none;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out; /** Chrome &amp; Safari **/
-moz-transition: all 250ms ease-in-out; /** Firefox **/
-o-transition: all 250ms ease-in-out; /** Opera **/
}

.tedibuy span { display:none; }



/* ==== TITRE PRODUIT ==== */

div#hikashop_product_top_part h1 {font-size: 24px!important; line-height:28px!important; }

/* lien menu latÃ©ral gauche */
.fastcus a:link,.fastcus a:visited {
	color:black;
}



#hikashop_checkout_cart {
margin : 15px 0 30px 0;
}

#hikashop_checkout_next_button, #hikashop_checkout_shopping_button {
margin-top: 40px;
padding: 8px 12px;
}

#hikashop_checkout_shopping_button {
margin-bottom: 80px;
}

#hikashop_checkout_next_button:hover , #hikashop_checkout_shopping_button:hover {
cursor:pointer;
}

#hikashop_checkout_page h1 {
margin-top:20px;
}

/**		login checkout  	**/

#hikashop_checkout_login_right_part input, #hikashop_checkout_login_right_part select {
margin: 4px 0 4px 10px;
}


#hikashop_checkout_login_left_part .hikashop_cart_input_button, #hikashop_checkout_login_right_part .hikashop_cart_input_button {
margin-top: 0px;
padding: 8px 12px;
}

#hikashop_checkout_login_left_part .hikashop_cart_input_button:hover , #hikashop_checkout_login_right_part .hikashop_cart_input_button:hover {
cursor:pointer;
}

#hikashop_checkout_login_right_part .hikashop_registration_address_state_line,
#hikashop_address_form_span_iframe .hikashop_address_address_state_line {
display : none ;
}


.hikabtn:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #636363;
    border-color: 0px;

}

.hikabtn {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #bf196f;
    border: 0px;
}

/*********** panel customer *************/
.mon-compte div.hkc-md-3 { 
    width: 100%;
    display: block;
    margin-bottom: 50px;
    text-align: right;
    padding-right: 10%;
}

.mon-compte div.hkc-md-9 { 
	width: 100%;
    display: block;
	padding:0 10%;
}
.hikashop_cart_module_product_name_value { font-size:11px; }
a.hikashop_no_print i.fa-sync { display:none; }
th.hikashop_cart_title { color: #a7a7a7; font-size: 12px; font-weight: 400; }

/* since 2023 */
.HT span.taxe { font-size:25px; margin-right:25px; }
.TTC { zoom: 45%; color:#aeaeae; }
.TTC span.taxe { font-size:15px; }

/* login */
input[type=text].loginTxt { margin-left:40px!important; width:85%!important; }
input[type=password].loginTxt { margin-left:40px!important; width:85%!important; }

/* searchbar */
input#quicksearch { padding-left:40px!important;}</pre></body></html>