/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/*------------------------------------------------------***Begin Header Style***------------------------------------------------------*/
.fusion-main-menu > .fusion-menu > li > a{padding: 0px 20px !important;}
.fusion-main-menu > .fusion-menu > li > a:hover,.fusion-main-menu > .fusion-menu > li.current_page_item > a{}
.fusion-main-menu .fusion-menu .sub-menu a{}
.fusion-main-menu .sub-menu .current-menu-item>a, .fusion-main-menu .sub-menu .current_page_item>a {background-color: inherit !important;}
.fusion-main-menu .sub-menu .current-menu-item>a:hover, .fusion-main-menu .sub-menu .current_page_item>a:hover {background-color: var(--menu_bg_hover_color) !important;}
.fusion-main-menu > .fusion-menu > li.menu_icon_rs a {padding: 0px 7px !important;}

@media only screen and (min-width: 1025px){
	.section-header-accueil:not(.is-sticky) > .e-con-inner {border-bottom: 1px solid #ffffff63 !important;}
	.menu-home-icon span {
		display: none;
	}
	.menu-home-icon:hover img,
.menu-home-icon.current-menu-item  img{
		filter: brightness(0) saturate(100%) invert(11%) sepia(86%) saturate(5993%) hue-rotate(354deg) brightness(82%) contrast(105%);
	}
}
@media only screen and (max-width: 1024px){
	.menu-home-icon img {
		display: none !important;
	}

}
header .home-icon a.coherence-core-menu-item img {
    display: none;
}

#post-404page .menu-home-icon span {
		display: block !important;
}
#post-404page .menu-home-icon img {
		display: none !important;
	}


/* header top*/
.fusion-social-networks-wrapper .awb-icon-instagram:before {display:none !important;}
.fusion-social-networks-wrapper a {margin:0 !important;}
.info-footer-hdr a {color:#fff !important;}
.info-footer-hdr a:hover {color:#fff !important;text-decoration:underline;}
.info-footer-hdr a:nth-child(2) {margin-left:10px;}

.info-header .icon-wrapper ,
.info-footer-hdr .icon-wrapper {
    display: none !important;
}

.info-header .fusion-li-item-content ,
.info-footer-hdr .fusion-li-item-content {
    margin-left: 0 !important;
}


/********/

.btn-search .fusion-search-submit:hover , .img-hdr img:hover {
   filter: brightness(0) saturate(100%) invert(76%) sepia(59%) saturate(6525%) hue-rotate(351deg) brightness(104%) contrast(91%);
} 
/* .fusion-social-networks-wrapper a:hover{
   filter: brightness(0) saturate(100%) invert(76%) sepia(59%) saturate(6525%) hue-rotate(351deg) brightness(104%) contrast(91%);
} */
.searchform .fusion-search-form-content .fusion-search-button input[type=submit]:hover{
	filter: brightness(0) saturate(100%) invert(76%) sepia(59%) saturate(6525%) hue-rotate(351deg) brightness(104%) contrast(91%) !important;
}
.col-header-right > .fusion-column-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
}

.col-header-right  .fusion-social-links .fusion-social-networks.color-type-custom.boxed-icons .fusion-social-network-icon {
    margin: 0;
}





.fusion-tb-header .is-sticky {
    position: fixed !important;
	top: 0; 
    left: 0;
    width: 100%;
	z-index: 9999999 !important;
}
.section-header.is-sticky{background: #fff !important;}
/* search */
body:not(.home)   .img-hdr img,
body:not(.home)  .searchform .fusion-search-form-content .fusion-search-button input[type=submit]{
    filter: brightness(0) saturate(100%) invert(52%) sepia(22%) saturate(9%) hue-rotate(316deg) brightness(90%) contrast(94%);
}
.home  .section-header.fusion-sticky-transition  .img-hdr img,
.home  .section-header.fusion-sticky-transition  .searchform .fusion-search-form-content .fusion-search-button input[type=submit]{
    filter: brightness(0) saturate(100%) invert(52%) sepia(22%) saturate(9%) hue-rotate(316deg) brightness(90%) contrast(94%);
}
.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    background: transparent !important;
    color: #f37a1f;
    padding: 0 !important;
}
.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    font-size: 0px !important;
    background-image: url('/wp-content/uploads/2026/04/kowi-materiel-motoculture-molsheim-Recherche.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;  
	margin-left: 20px !important;
}
.searchform {
  position:relative;
    
}
input#fusion-live-search-input-0 {
    width: 0;
    padding: 0;
    border:0px solid #fff;
    position:absolute;
    right:35px !important;
    top:50%;
    transform:translateY(-50%);
    background:#ffffff;
    transition:.4s;
}
.searchform:hover  input#fusion-live-search-input-0 {
    width: 220px;
    border:1px solid #000 !important;
    padding:10px;
}

input.fusion-search-submit.searchsubmit {
    color: #f37a1f !important;
}

.fusion-search-results-wrapper {
    width: 220px;
    position: absolute !important;
    right:35px !important;
    background:#fff !important;
    background-color:#fff !important;
}
.fusion-search-element .fusion-live-search .fusion-search-results .fusion-search-result{
    background:#fff !important;
}




.menu-hdr-elem .menu-item{
  position: relative;
}
.menu-hdr-elem .menu-item:after{
  transition:0.4s !important;
}
.menu-hdr-elem .menu-item:hover:after, .menu-hdr-elem .current-menu-item:after{
  content: "";
  position:absolute;
  bottom:25px;
  left:0;
  width: 100%;          
  height: 2px;          
  background-color: #009a98;      
}

.btn-search{
  position: relative;
  margin-left:20px;
}
.btn-search::after {
  content: "";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:5px;
  width: 1px;          
  height: 21px;          
  background-color: rgb(0 0 0 / 22%);       
}

.rs-header-elem {  position: relative;margin-left:50px;}
.rs-header-elem::after {
  content: "";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:-28px;
  width: 1px;          
  height: 21px;          
  background-color: rgb(0 0 0 / 22%);       
}

/*  header home */
@media only screen and (min-width: 1291px){

.home .section-header:not(.fusion-sticky-transition) .menu-item .awb-menu__main-a:not(:hover){
    color:#fff !important;
}
.home .section-header:not(.fusion-sticky-transition) .current-menu-item .awb-menu__main-a .menu-text{
    color:#009a98 !important;
}


}
@media only screen and (min-width: 801px){
.home .fusion-sticky-spacer {
    height:unset !important;
}

.home .section-header.fusion-sticky-container:not(.fusion-sticky-transition) {
    background: transparent;
}


/* .home .section-header:not(.fusion-sticky-transition) .menu-item .awb-menu__main-a:not(:hover){
    color:#fff !important;
}
.home .section-header:not(.fusion-sticky-transition) .current-menu-item .awb-menu__main-a .menu-text{
    color:#009a98 !important;
} */

.home .section-header:not(.fusion-sticky-transition) .btn-search::after,
.home .section-header:not(.fusion-sticky-transition) .rs-header-elem::after {
          
  background-color: #fff       
}
.home .section-header:not(.fusion-sticky-transition) .col-header-right .fusion-social-links .fusion-social-networks.color-type-custom.boxed-icons .fusion-social-network-icon {
    border-color:#fff !important;
    color:#fff !important;
}
}

@media only screen and (max-width: 800px){
	.home  .section-header .img-hdr img,
	.home  .section-header .searchform .fusion-search-form-content .fusion-search-button input[type=submit]{
	    filter: brightness(0) saturate(100%) invert(52%) sepia(22%) saturate(9%) hue-rotate(316deg) brightness(90%) contrast(94%);
	}
	.btn-search .fusion-search-submit:hover , .img-hdr img:hover {
	   filter: brightness(0) saturate(100%) invert(76%) sepia(59%) saturate(6525%) hue-rotate(351deg) brightness(104%) contrast(91%) !important;
	} 
}
@media only screen and (max-width: 550px){
	.rs-header-elem{display:none ;}
	.col-header-right nav {
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 1560px){
    .col-header-left > .fusion-column-wrapper{
        padding-left:20px !important;
    }
     .col-header-right > .fusion-column-wrapper{
        padding-right:20px !important;
    }
}
@media only screen and (max-width: 1500px){
     .col-header-right .awb-menu__main-li{
        margin:10px !important;
    }
      .col-header-right .awb-menu__main-li a{
        font-size:20px !important;
    }
}


@media only screen and (max-width: 1430px){
     .col-header-right .awb-menu__main-li{
        margin:10px !important;
    }
      .col-header-right .awb-menu__main-li a{
        font-size:17px !important;
    }
}

@media only screen and (max-width: 1290px){
    .col-header-right nav {
        order: 3 !important;
		margin-left:20px;
    }
	.btn-search::after{display:none;}
}
@media only screen and (max-width: 800px){

   input#fusion-live-search-input-0 {
	   width: 220px;
	    height:0;
	    right:-200px !important;
	    top:55px;
	    transform:translate(-50% , -50%);
	    
	}
	.searchform:hover   input#fusion-live-search-input-0 {
	    height:50px;
	}

.fusion-search-results-wrapper {
	top:75px;
    right:-200px !important;
    transform:translate(-50% , -50%);
}
}
@media only screen and (max-width: 600px){
    .col-header-left > .fusion-column-wrapper{
        padding-left:0px !important;
    }
     .col-header-right > .fusion-column-wrapper{
        padding-right:0px !important;
    }
	.col-header-right .awb-menu__m-toggle{
		padding:0px !important;
		margin-left:10px !important;
	}
}
@media only screen and (max-width: 400px){
   input#fusion-live-search-input-0 {
	    right:-185px !important;   
	}

	.fusion-search-results-wrapper {
	    right:-185px !important;
	}
}

body .col-header-right .fusion-builder-row-inner {
    width: 60px !important;
    max-width: unset !important;
    background: red;
}


/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
body .max_div_pg {max-width: 1024px;margin-left: auto !important;margin-right:auto !important;}

.title-h1-mid{
    font-size:50px !important;
}
.title-h1-bottom{
    font-size:35px !important;
    display:block !important;
      color:#009a98 !important;
}
.title-h1-content{
    font-size:22px !important;
    color:#f37a1f !important;
}





/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/
body .max_div_content {max-width: 920px;margin-left: auto !important;margin-right:auto !important;}
.el-pos-abs {position: absolute !important;}
.row-unset {overflow: hidden !important;}
.row-unset > .fusion-builder-row{position:unset !important;}

.fa-facebook-f:before {
    content: "\f39e" !important;
}
/**************************************Style : filter fo column *********************************/
.col-fliter-green,.col-pf-filter > .fusion-column-wrapper{
  position: relative;
}

.col-fliter-green::after {
  content: "" !important;
  position:absolute !important;
  bottom:0px !important;
  left:0  !important;
  width: 100%;          
  height: 100%;          
  background-color: #009A98;    
  opacity:0.83;
}



.col-pf-filter .fusion-column-wrapper::before {
  content: "" !important;
  position:absolute !important;
  bottom:0px !important;
  left:0  !important;
  width: 100%;          
  height: 100%;          
  background: rgba(0, 154, 152, 0.5);
  background: linear-gradient(180deg,rgba(0, 154, 152, 0.46) 0%, rgba(2, 66, 65, 0.9) 100%);
  z-index:0;
}
.col-pf-filter .fusion-text ,.col-pf-filter .fusion-title{
  z-index:1;
} 

/**************************************Style : SLIDER ********************************/

/**************************************Style : section_presentation*********************************/
span.h1-top {
    font-size: 22px;
    font-weight: 400;
    color: #7C7C7C;
    position:relative;
    background:hsl(26deg 90% 54% / 8%);
    border-radius:60px;
    padding:12px 20px 12px 49px;
    display: inline-block;
    margin-bottom: 10px;
}

span.h1-mid {
    font-size: 100px;
    font-weight: 600;
    color: #009A98;
   
}
span.h1-bottom {
    font-size: 30px;
    font-weight: 400;
    color: #161616;
	max-width: 420px !important;
    display: block;
}

span.h1-top::before {
  content: "" !important;
  position:absolute !important;
  bottom:19px !important;
  left:25px  !important;
  width: 10px;          
  height: 10px;          
  background: #F37A1F;
  border-radius:50%;
}

.h1-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:0 20px;
}

.h1-list li {
    width:calc(50% - 20px);
    display: flex;
    flex-direction: row;
    align-items: center;
}



.h1-list .fusion-li-item-content {
    margin: 0 !important;
}




.h1-abs-right {
    position: absolute !important;
    right: -36px;
    top: 45px;
  
}
.h1-abs-left {
    position: absolute !important;
    left: 6px;
    bottom: 115px;
}

.col-pres-left > .fusion-column-wrapper{overflow:visible !important;}

.h1-counter .counter-box-container {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background: #ffffff;
    max-width: 364px;
    border-radius: 15px;
    animation: upDown 4s ease-in-out infinite;
    transform: translate(-90px , 90px);
    z-index:44;
    position: relative;
    box-shadow: 4px 3px 11px rgb(112 112 112 / 13%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.h1-counter.fusion-counters-box .content-box-counter{
    font-family: 'Jost';
    font-weight: 600;
	min-width: 155px;
}

.h1-counter .counter-box-content {
    font-weight: 600;
    text-align: left;
}


@keyframes upDown {
  0% {transform: translate(-90px , 90px);}
  50% {transform: translate(-90px , 60px);}
  100% {transform: translate(-90px , 90px);}
}

.button-appel-pres .heading.heading-with-icon {
    margin-bottom: 0 !important;
}

.button-appel-pres .content-box-heading {
	font-family: 'Jost';
    font-weight: 600;
	color: #161616 !important;
}

.button-appel-pres .content-container {
    margin-bottom: 0 !important;
}
.button-appel-pres .content-container a{
  color: #7C7C7C !important;
}
.button-appel-pres  .content-container a:hover{
  color: #7C7C7C !important;
    text-decoration:underline !important;
}
.button-appel-pres.fusion-content-boxes .fusion-column {
    margin-bottom: 0 !important;
}
body .button-appel-pres.fusion-content-boxes .icon i {
    border: 1px solid #009A98 !important;
    border-color:#009A98 !important;
    transition:0.4s !important;
}
.button-appel-pres .col.content-box-wrapper.content-wrapper.link-area-link-icon.link-area-link-icon-hover .icon i {
    border: 1px solid #009A98 !important;
}
body .button-appel-pres.fusion-content-boxes .icon:hover i {
    rotate:-10deg;
}


@media only screen and (max-width: 1640px){
    .h1-counter .counter-box-container {
       margin-left:110px !important;
    }
}

@media only screen and (max-width: 1145px){
.h1-counter.fusion-counters-box .content-box-counter{
    font-size:60px !important;
	min-width: 120px;
}

.h1-counter .counter-box-content {
    font-size:20px !important;
}
.h1-abs-left{
    display:none !important;
}
}

@media only screen and (max-width: 1024px){
    .h1-list li {
        width:100%;
    }
    .col-pres-right > .fusion-column-wrapper {
        margin-left: 40px !important;
    }
}
@media only screen and (max-width: 990px){
	.h1-counter {
		padding:0 15px;
	}
	.h1-counter .counter-box-container {
		margin-left:0px !important;
		transform: unset !important;
		max-width: unset !important;
		width: 100% !important;
	}
}
@media only screen and (max-width: 800px){
    .col-pres-right > .fusion-column-wrapper {
        margin-left: 70px !important;
    }
	.h1-abs-right {
    	display:none !important;
	}
	.col-pres-left{
		height:450px !important;
	}

	.btn-center-txt {
		text-align: center !important;
	}
	
	span.h1-top {
		font-size: 18px;
	}

	span.h1-mid {
		font-size: 50px;
	}
	span.h1-bottom {
		font-size: 22px;
	}

}

@media only screen and (max-width: 400px){
   .h1-counter .counter-box-container {
		flex-direction: column !important;
	}
	.h1-counter.fusion-counters-box .content-box-counter{
    	font-size:50px !important;
	}
	.h1-counter .counter-box-content {
		font-size:18px !important;
		margin-bottom:10px !important;
	}
}
	

/**************************************Style : section_Nos produits*********************************/

span.title-h2-top {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    position:relative;
    background:hsl(0deg 0% 100% / 8%);
    border-radius:60px;
    padding:12px 20px 12px 49px;
    display: inline-block;
    margin-bottom: 10px;
}

span.title-h2-top::before {
  content: "" !important;
  position:absolute !important;
  bottom:19px !important;
  left:25px  !important;
  width: 10px;          
  height: 10px;          
  background: #F37A1F;
  border-radius:50%;
}

span.title-h2-bottom {
    font-size: 50px;
    font-weight: 600;
}

@media only screen and (max-width: 800px){
    span.title-h2-top {
	    font-size: 18px;
	}
	
	span.title-h2-bottom {
	    font-size: 35px;
	}
	
	.title-h2-res h2 {
		font-size: 35px !important;
	}
}
/**************************************Style : section_Post card*************************/

/**************************************Style : section_ Vapotage & E-liquides  *********************************/

/**************************************Style : section_TEXT MAX WIDTH*********************************/


/**************************************Style : section_points_forts*********************************/

.pf-abs-1,.pf-abs-2,.pf-abs-3 {
	z-index:-1 !important;
}

@media only screen and (max-width: 1520px){
    .pf-abs-1,.pf-abs-2,.pf-abs-3 {
	  opacity:0.1;
	}
}
@media only screen and (max-width: 800px){
    .col-pf-img{
		max-height:300px !important;
	}
}
/**************************************Style : section_tabs*********************************/

/**************************************Style : section_facebook*********************************/
.section-fb {overflow: hidden !important;}
 .fb-page iframe {border-radius: 50px !important;box-shadow: 0 0 0 25px #000000;}
.col-blur > .fusion-column-wrapper{
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.col-blur > .fusion-column-wrapper{overflow:visible !important;}
.fb-abs-right {
    position: absolute !important;
    right: 0px;
    top: -100px;
  
}
.fb-abs-right {
    animation:  upDown-fb 4s ease-in-out infinite;
   
}
@keyframes upDown-fb {
  0% {transform: translateY(0px);}
  50% {transform: translateY(-30px);}
  100% {transform: translateY(0px);}
}

@media only screen and (max-width: 800px){
    .col-radius > .fusion-column-wrapper{
		border-radius:15px !important;
	}
}
/**************************************Style : section_contact*********************************/
.page-contact-5 .error_acc {
    margin-bottom: 0 !important;
}
.page-contact-5 .recaptcha_acc {
    margin-bottom: 20px !important;
}
.contact-abs-right {
    position: absolute !important;
    right: 45px;
    top: -111px;
}
.contact-bg-img .fusion-column-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-bg-img .fusion-column-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  
}

.contact-bg-img .fusion-column-wrapper:hover::before {
  transform: scale(1.1);
}
@media only screen and (max-width: 800px){
   .contact-bg-img {
    max-height: 450px !important;
}
}
/**************************************Style : section_map*********************************/


/*------------------------------------------------------***End***------------------------------------------------------*/




/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
/*.fusion-footer {background-image: url("") !important;background-position: center center !important;background-size: cover !important;}*/
.coherence-logo svg{width: 130px !important;height: auto !important;vertical-align: middle !important;display: inline-block !important;margin-right: 20px !important;}
.coherence-logo .svg * {fill: var(--awb-color1) !important;}
.fusion-footer-widget-column:last-child{margin-bottom: 0px !important;}
.info-footer a {color:#fff;display:block;}
.info-footer a:hover {color:#fff;text-decoration:underline;}

a.link-white, .info-footer a {
    color: #7c7c7c !important;
}
a.link-white:hover , .info-footer a:hover{
    text-decoration: underline !important;
}

.info-footer span.icon-wrapper.circle-yes {
    margin-top:10px;
    margin-right:0px;
}

.info-footer  .fusion-li-item-content {
    margin-left: 47px !important;
}
.info-footer li:last-child span.icon-wrapper.circle-yes {
      margin-top:8px;
}
.div_copyright a{
    color: #fff !important;
}
.div_copyright a:hover{
    color: #161616 !important;
}

.toggle-footer span.fusion-toggle-heading {color: #7c7c7c;}
.toggle-footer a.active span.fusion-toggle-heading,
.toggle-footer span.fusion-toggle-heading:hover{
    color: #f37a1f;
}
.toggle-footer.fusion-accordian .toggle-content{
    color: #7c7c7c !important;
}

.info-footer i.fusion-li-icon {
    font-size : 15px;
}
.info-footer  span.icon-wrapper.circle-yes {
    height: 33px;
    width: 33px;
    border-radius: 50% !important;
}
.rs-footer-elem a.fusion-social-network-icon {
        padding:0px !important;
        font-size:18px !important;
        width:40px !important;
        height:40px !important;
}

/******************************************************* End footer ******************************************************************************/



/* woocomerce page  */
.woocommerce-page #content {
    margin-bottom: 0px;
}

/* cart */
.woocommerce-cart #main {
    padding:70px 20px 70px 20px;
}
.fusion-menu-cart-checkout a:hover {
    color: #f37a1f !important;
}

.fusion-menu-cart-checkout a:hover {
    color: #f37a1f !important;
}

.fusion-menu-cart-checkout {}

.wc-block-cart__submit-container .wc-block-components-button ,
.wc-block-components-checkout-place-order-button{
    background: #f37a1f;
    color:#fff;
    height:55px !important;
    border:unset !important;
    font-size: 17px !important;
    font-weight: 400 !important;
	border-radius:50px !important;
}
.wc-block-cart__submit-container .wc-block-components-button:hover,
.wc-block-components-checkout-place-order-button:hover{
    background: #009A98;
    color:#fff;
	
}


.wc-block-cart__submit-container .wc-block-components-button {
    font-family: "DM SANS" !important;
    background: #f37a1f;
    color:#fff;
    height:55px !important;
    border:unset !important;
    font-size: 17px !important;
    font-weight: 400 !important;
	border-radius:50px !important;
}
.wc-block-cart__submit-container .wc-block-components-button:hover {
    background: #009A98;
    color:#fff
}

.wc-block-cart{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding:30px !important;
    border-radius:8px;
    box-shadow:0 0 6px #f37a1f;
}
.is-large.wc-block-cart {
    margin-bottom: 0 !important;
}
.wc-block-cart__sidebar {
    margin-bottom: 0 !important;
}

tr.wc-block-cart-items__header span,
.is-large.wc-block-cart .wc-block-cart__totals-title{
    font-size: 16px;
    color:#f37a1f
}
.is-medium .wc-block-cart__sidebar{
    margin-bottom:0 !important;
}
.woocommerce-cart a.wc-block-components-product-name {font-size:18px !important;font-weight:600;}
/* cart vide  */
.woocommerce-cart .wp-block-button__link{color:#fff !important;background:#f37a1f !important;border-radius:6px !important}
.woocommerce-cart .wp-block-button__link:hover{color:#fff !important;background:#f37a1f !important}

/* woocommerce checkout */




.woocommerce-checkout .wc-block-components-title {
    color: #f37a1f;
}

.wp-block-woocommerce-checkout{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    padding:30px !important;
    border-radius:8px;
    box-shadow:0 0 6px #f37a1f;
}
.wc-block-components-sidebar-layout{margin-bottom:0}

.is-large .wc-block-checkout__actions {
    border-top: 1px solid hsla(0,0%,7%,.11);
    padding: 36px 0 0;
}
/* */
.single-product #main{
    padding:0px 30px !important;
}
.woocommerce-order-received #main{
    padding:50px 20px !important;
}
@media only screen and (max-width: 800px){
    .woocommerce-order-received #main{
    padding:20px !important;
}

}
/* single product */
.pc-img-elem {
    display: flex;
    justify-content: center;
}

.single-product .woocommerce-Price-amount.amount{font-size:24px;font-weight:700;}

ul.social-share.clearfix {
    display: none !important;
}
.single-product .related.products .title-heading-left{font-size:23px !important;font-weight:600 !important;}
a.show_details_button {
    display: none !important;
}

.fusion-content-sep.sep-double.sep-solid {
    display: none;
}

.single-product .related.products .add_to_cart_button {
    background: #f37a1f;
    color: #fff;
    padding: 12px 20px;
    text-align: center !important;
    border-radius: 50px !important;
    max-width: 200px !important;
    width: 100% !important;
	font-size:15px;
}
.single-product .related.products .add_to_cart_button:hover {
    background: #009A98;
    color: #fff !important;
}


.single-product .related.products h3 a:hover {
    color: #009A98 !important;
}


.single-product .related.products .product-buttons a:before {
    display: none;
    
}


.single-product .related.products .product-details {
    text-align: center;
}

.single-product .related.products .fusion-price-rating {
    display: flex;
    justify-content: center !important;
    margin-top: 10px;
}

.single-product .related.products .product-buttons-container {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 600px){
   
.single-product .fusion-woo-cart .fusion-button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start !important;
}
}
/* mon compte */
.woocommerce-account #main {
    padding: 70px 20px 70px 20px;
}
.woocommerce-account #content {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 50px !important;
    border-radius: 8px;
    box-shadow: 0 0 6px #f37a1f;
}
@media only screen and (max-width: 800px){
	.woocommerce-account #main {
		padding: 20px !important;
	}
		.woocommerce-account #content {
		padding: 20px !important;

	}
	.wp-block-woocommerce-checkout {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	   padding:20px !important;

	}
	.woocommerce-checkout #main {
		padding:20px !important;
	}

	/* cart */
	.woocommerce-cart #main {
		padding: 20px !important;
	}
		 .wc-block-cart{
		padding: 20px !important;

	}
	
	/* product page */
	.single-product  #wrapper .product .summary.entry-summary {
		margin-left: 0% !important;
	}
}
@media only screen and (max-width: 497px){
	.wc-block-cart-items__row {
		display: flex !important;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
}
section.related.products ul.products .product img {
    min-height: 320px !important;
    max-height: 320px !important;
    object-fit: contain !important;
}
/*side barre*/
.fusion-content-widget-area .widget ul.product-categories li a {
    text-transform: uppercase !important;
    display: inline-block;
    padding: 10px 40px !important;
    width: 100% !important;
	font-size:16px !important;
}
.fusion-content-widget-area .widget ul.product-categories li {
    padding: 0 !important;
    margin: 0 !important;
}

.fusion-content-widget-area .widget ul.product-categories li>ul.children>li>a {
    padding-left: 60px !important;
}
.fusion-content-widget-area .widget ul.product-categories li.cat-item.current-cat>a,.fusion-content-widget-area .widget ul.product-categories li.cat-item>a:hover {
    background: var(--awb-color2);
    color: #fff !important;
}
.fusion-content-widget-area .widget ul.product-categories li.cat-item.current-cat>a:before,.fusion-content-widget-area .widget ul.product-categories li.cat-item>a:hover:before{
	color: #fff !important;
}
.widget.woocommerce.widget_product_categories h4.widget-title {
    padding: 0 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
}




/********** post card ***********/
.pc-categorie-elem {
    font-family: 'Italianno';
}
.pc-img-elem  {
    border: 1px solid #00000005;
}
.pc-cart-elem a.fusion-post-card-cart-add-to-cart{
    font-size:20px !important;
    border-radius:60px !important;
    transition:0.6s;
    z-index:4;
    font-family: 'Jost' !important;
    font-weight: 500 !important;
    background:#f37a1f !important;
    color:#fff !important;
	padding:20px 40px !important;
	margin-top:15px !important;
}
.pc-cart-elem a.fusion-post-card-cart-add-to-cart i{
    font-size:19px !important;
    display: none;
}
.pc-cart-elem a.fusion-post-card-cart-add-to-cart:hover{
    background-color: #009A98 !important;
}
.pc-col-top{position:relative;overflow:hidden;}

.pc-open-img {
    position: absolute !important;
    top: 20px;
    right: -41px;
    transition:0.4s !important;
}
.produit-elem .product.post-card:hover .pc-open-img {
    right: 35px;
    
}

.produit-elem-home .pc-title-elem a:not(:hover){color:#fff !important;}
.produit-elem-home .pc-price-elem p span{color:#fff !important;}

.pc-img-elem .fusion-image-wrapper {
   transition:0.4s;
}
.pc-img-elem:hover .fusion-image-wrapper {
    scale:1.05;
}
.pc-img-elem .fusion-image-wrapper  img.attachment-full {
   width:100%;
}
@media only screen and (max-width: 800px){
	.pc-open-img {
		display:none;
		
	}
}
/*------------------------------------------------------***End***------------------------------------------------------*/

.info-contact a {
    color: #fff !important;
}
.info-contact a:hover {
    color: #fff !important;
    text-decoration:underline;
}
.fusion-page-title-bar .fusion-breadcrumbs{display:none !important;}
.map_site iframe {
    border-radius: 10px;
}
.article-elem .fusion-flexslider {
    border-radius: 10px !important;
    overflow: hidden !important;
}
/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 801px){ 

    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1500px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1360px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){

    /*style header*/
    .fusion-header {padding-top: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;padding-right: 10px !important;}
    .fusion-mobile-menu-icons {margin-top: 5px !important;}
    .fusion-mobile-menu-icons a{margin-left: 5px !important;}
    .fusion-icon.fusion-icon-bars:before,.fusion-icon.awb-icon-bars:before{font-size: 35px !important;line-height: normal !important;}
    .fusion-mobile-menu-icons a:after, .fusion-mobile-menu-icons a:before {color: var(--awb-color1) !important;}
    .fusion-mobile-menu-icons a:hover:after, .fusion-mobile-menu-icons a:hover:before {color: var(--awb-color2) !important;}
    .fusion-logo img{max-height: 55px !important;width: auto !important;}
    .fusion-mobile-nav-holder .menu_icon_rs{display:none !important;}
    .fusion-open-submenu:before {margin-right: 20px !important;}
    .fusion-header .icon_mobil_menu {background: var(--awb-color1) !important; color: #fff !important;font-size: 17px !important; margin-top: 4px !important; padding: 5px 5px ; border-radius: 50% !important; vertical-align: middle; line-height: normal !important; width: 30px !important; height: 30px ; -webkit-display: flex !important;-moz-display: flex !important;-ms-display: flex !important;-o-display: flex !important;display: -webkit-box !important;display: flex !important;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
    .fusion-header .icon_mobil_menu:hover{background: var(--awb-color2) !important; color: #fff !important;}

    /*style main content*/

    /*style footer*/

}

/*------------***Medium devices (tablets, Bootstrap less than 993px)***------------*/
@media only screen and (max-width: 992px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px){
    
    /*style header*/

    /*style main content*/
	.radius-all > .fusion-column-wrapper {
		border-radius: 20px !important;
	}
    /*style footer*/

}

/*------------***Tablet Mini Media query style***------------*/
@media only screen and (max-width: 767px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Between Big Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 601px) and (max-width: 800px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Begin Big Mobile Media query style***------------*/
@media only screen and (max-width: 600px){

    /*style header*/

    /*style main content*/

    /*style footer*/
    .sep-footer.fusion-separator{
		margin-inline:auto !important;
	}

	.footer-menu ul li a.awb-menu__main-a {
		display: flex;
		justify-content: center;
	}
}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 800px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Mobile Media query style***------------*/
@media only screen and (max-width: 497px){

    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/



/**SAV 14/05/2026**/
.promo-float {
  width: 120px;
  animation: swing 3s ease-in-out infinite;
  transform-origin: top center;
}

@keyframes swing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}