.elementor-kit-24{--e-global-color-primary:#00B4D5;--e-global-color-secondary:#061722;--e-global-color-text:#006C80;--e-global-color-accent:#E43434;--e-global-color-fd698aa:#F5F2F1;--e-global-color-7d0c140:#FFFFFF;--e-global-color-396be6a:#DEDCDB;--e-global-color-8cb682a:#131414;--e-global-color-f74ef69:#0099A7;--e-global-typography-primary-font-family:"Heavitas neue";--e-global-typography-primary-font-size:46px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Ubuntu";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-text-decoration:underline;background-color:var( --e-global-color-fd698aa );}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-7d0c140 );border-radius:25px 25px 25px 25px;padding:15px 25px 15px 25px;}.elementor-kit-24 button:hover,.elementor-kit-24 button:focus,.elementor-kit-24 input[type="button"]:hover,.elementor-kit-24 input[type="button"]:focus,.elementor-kit-24 input[type="submit"]:hover,.elementor-kit-24 input[type="submit"]:focus,.elementor-kit-24 .elementor-button:hover,.elementor-kit-24 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-7d0c140 );}.elementor-kit-24 e-page-transition{background-color:#FFBC7D;}.elementor-kit-24 a{color:var( --e-global-color-primary );}.elementor-kit-24 input:not([type="button"]):not([type="submit"]),.elementor-kit-24 textarea,.elementor-kit-24 .elementor-field-textual{color:var( --e-global-color-8cb682a );background-color:var( --e-global-color-396be6a );border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:550px){.elementor-kit-24{--e-global-typography-primary-font-size:32px;}}@media(max-width:362px){.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body a:focus, body input:focus, body textarea:focus, body button:focus{
    outline: none;
}
.storefront-breadcrumb{
    padding: 20px 0!important;
    margin: 0!important;
}
.entry-header{
    display: none;
}
input[type=checkbox] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance:none;
    width: 30px!important;
    height: 30px;
    border-radius: 10px;
    background: #DEDCDB;
    margin-right: 20px;
    border: none;
}
input[type="checkbox"]:after {
content: "";
opacity: 0;
    display: block;
    left: 8px;
    top: -2px;
    position: relative;
    width: 14px;
    height: 28px;
    border: 4px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate( 45deg );
}
input[type="checkbox"]:checked:after {
opacity: 1;
}
input[type="checkbox"]:checked{
    background:#00B4D5!important;
}

input[type="radio"] {
  /*-webkit-appearance: none;
  appearance: none;*/
  background-color: #fff!important;
  margin: 0;
  color: #00B4D5;
  width: 20px!important;
  height: 20px!important;
  border: 3px solid #00B4D5;
  border-radius: 25px!important;
  display: grid;
}
input[type="radio"]::before {
  content: "";
  width: 15px!important;
  height: 15px!important;
  color: #00B4D5;
  font-size: 15px;
  border-radius: 25px!important;
  opacity: 0;
  transform: scale(0);

}

input[type="radio"]:checked::before {
  opacity: 1;
  transform: scale(0);
}
/*popup ajout panier*/
.mfp-content .wooac-popup{
    border-radius: 10px;
    font-family: 'Ubuntu';
    color: #131414;
}
.mfp-content .wooac-popup a{
    color: #131414;
}
.mfp-content .mfp-close{
    background-color: white;
    color: #131414;
    right: 10px;
    top: 10px;
}
.mfp-content .mfp-close:before{
    color: #131414;
}
.mfp-content .mfp-close:hover{
    background-color: white;
    color: #131414;
}
.mfp-content .wooac-popup .wooac-action #wooac-cart{
    display: block;
    font-size: 16px;
    color: white;
    background-color:#00B4D5;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    font-weight: normal;
    margin-bottom: 20px;
    
}
.mfp-content .wooac-popup .wooac-action #wooac-cart:hover{
    background-color: #006C80;
}
.mfp-content .wooac-popup .wooac-action #wooac-continue{
    font-size: 16px;
    display: block;
    color: #00B4D5;
    background-color:white;
    border: 3px solid #00B4D5;
    border-radius: 25px;
    height: 45px;
    line-height: 39px;
    padding: 0 25px;
    font-weight: normal;
    
}
.mfp-content .wooac-popup .wooac-action #wooac-continue:hover{
    border-color: #006C80;
    color: #006C80;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Heavitas neue';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.plaque-remorque.com/wp-content/uploads/2022/01/graphite_-_heavitas_neue_regular-webfont.woff2') format('woff2');
}
/* End Custom Fonts CSS */