<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Site*/
#maincontent{ 
    min-height: calc(100vh - 344px);
    background: white;
}
.button, button, .btn, .btn:hover{
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.container-popup{background:white;}

/*Bouton*/
.hikashop_checkout_page .active {background: rgba(239,153,26,0.15) !important;}


/*MENU*/
#nav2 .menu li:first-child a{border-radius: 3px 0 0 3px;}
#nav2 .menu li:last-child a{
  border-radius: 0 3px 3px 0;
  border-right: 1px solid black;
}

.item-237{
  background: rgba(239, 153, 26, 0.86);
  transition-duration: 0.5s
}
.item-237:hover{
  background:#ef991a;
  transition-duration: 0.5s
}
.item-237 a{
	color: white !important;
    font-weight: bold !important;
}

/*FORMULAIRE*/
.form-horizontal{
  max-width: 800px;
  margin: auto !important;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
}
.form-horizontal .control-label label{font-weight: bold;}
.form-horizontal .controls input {width: calc(100% - 30px);}
   
.hikashop_field_required{
  margin-left: 0px;
  float: none;
}

/*Champs recherche*/
#mod-search-searchword134{
	border: 1px solid black;
    border-radius: 3px;
    height: 20px;
}

/*HIKASHOP*/
/*Panier*/
div.hikashop_cart_dropdown_content{
  right: 0px;
  width: 100%;
}
.hikashop_cart_module_product_total_title{
  text-align: right;
  padding-right: 10px;
}
.hikabtn{
  border-color: black;
  -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
} 
.hikabtn:hover{
    background-color: rgba(239, 153, 26, 0.05);
    border-color: #ef991a;
}
.hikashop_shipping_methods{margin-top: 20px;}
.hikashop_checkout_terms_checkbox{margin:0px !important;}
/*Box*/
.box{
  border-radius: 3px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.box a, .box a:hover{
  color :black;
  text-decoration: none;
}
div.hikashop_container{margin: 0px !important;}
.hikashop_container .thumbnail, .box{
  border: none;
  padding: 15px;
  margin-bottom: 10px;
  background: rgba(218, 218, 218, 0.82) !important
}
.hikashop_container .thumbnail:hover,
.box:hover {background: rgba(153, 153, 153, 0.31) !important}
#hikashop_product_tags_main{margin-top: 20px;}
.hikashop_product .hikashop_container .thumbnail{background: #f1f1ef !important;}
.hikashop_product .hikashop_container .thumbnail:hover{
  -moz-box-shadow: 0px 0px 10px 1px #adadad ;
  -webkit-box-shadow: 0px 0px 10px 1px #adadad ;
  -o-box-shadow: 0px 0px 10px 1px #adadad ;
  box-shadow: 0px 0px 10px 1px #adadad ;
}
.hikashop_category_name a,
span.hikashop_product_price_full,
.hikashop_product_name a {color: black;}

span.hikashop_product_price, 
.hikashop_checkout_cart_additional,
.hikashop_checkout_cart_payment,
.hikashop_checkout_cart_coupon,
.hikashop_checkout_cart_additional {color: #ec4e4e;}

.hikashop_subcontainer{position: relative;}

.hikashop_product_stock{bottom: 10px;}

#hikashop_product_files_main{margin-top: 15px;}
.hikashop_product_files_fieldset legend{
    margin-bottom: 0;
    font-size: 16px;
    text-decoration: underline;
}

/*Commande*/
#hikashop_checkout_next_button{
	margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    padding: 10px 100px;
    float: none;
}

/*Mode Payement + Laivraison*/
.hikashop_payment_methods_table tr, .hikashop_shipping_methods_table tr{
    display: inline-block;
    margin: 0 5px 0 5px;
    border: 1px solid black !important;
    height: 75px;
    width: calc(25% - 12px);
}
.hikashop_payment_methods_table tr td, .hikashop_shipping_methods_table tr td{
	text-align: center;
    display: block;
    background-color: #fff !important;
    height: calc(100% - 10px);
    padding: 5px !important;
}

/*EcoTaxe*/
.hikashop_product_ecotaxe label{padding:5px;}
.hikashop_product_ecotaxe input{padding:0px;}

/*FABRIK*/
.fabrikForm {
    max-width: 800px;
    margin: 0 auto !important;
}
.fabrikForm  .nav {display: none;}
.captcha_input div {margin: 0 auto;}
.form-actions{
  background-color: transparent;
  border-top: none;
}
.form-actions .span4{width: 100% !important;}
.form-actions .span4 .btn-group{
  display: block;
  text-align: center;
}
.fabrikForm .btn-group .button{padding: 10px 80px;}

/*RE CAPTCHA*/
.g-recaptcha div{margin:0 auto;}
.fb_el_tcp_contact___captcha{text-align: center;}
</pre></body></html>