@charset "iso-8859-1";

@font-face{
	font-family: 'proxima-nova';/*Proximanova Thin*/
	src: url('./fonts/proximanova/ProximaNovaT-Thin.eot');
	src: url('./fonts/proximanova/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/proximanova/ProximaNovaT-Thin.woff2') format('woff2'),
		 url('./fonts/proximanova/ProximaNovaT-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face{
	font-family: 'proxima-nova';/*Proximanova light*/
	src: url('./fonts/proximanova/ProximaNova-Light.eot');
	src: url('./fonts/proximanova/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/proximanova/ProximaNova-Light.woff2') format('woff2'),
		 url('./fonts/proximanova/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face{
	font-family: 'proxima-nova';/*Proximanova regular*/
	src: url('./fonts/proximanova/ProximaNova-Regular.eot');
	src: url('./fonts/proximanova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/proximanova/ProximaNova-Regular.woff2') format('woff2'),
		 url('./fonts/proximanova/ProximaNova-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
	font-family: 'proxima-nova';/*Proximanova medium*/
	src: url('./fonts/proximanova/ProximaNova-Medium.eot');
	src: url('./fonts/proximanova/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/proximanova/ProximaNova-Medium.woff2') format('woff2'),
		 url('./fonts/proximanova/ProximaNova-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face{
	font-family: 'proxima-nova';/*Proximanova semibold*/
	src: url('./fonts/proximanova/ProximaNova-Semibold.eot');
	src: url('./fonts/proximanova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/proximanova/ProximaNova-Semibold.woff2') format('woff2'),
		 url('./fonts/proximanova/ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face{
	font-family: 'proxima-nova';/*Proximanova bold*/
	src: url('./fonts/proximanova/ProximaNova-Bold.eot');
	src: url('./fonts/proximanova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/proximanova/ProximaNova-Bold.woff2') format('woff2'),
		 url('./fonts/proximanova/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face{
	font-family: 'proxima-nova';/*Proximanova extrabold*/
	src: url('./fonts/proximanova/ProximaNova-Extrabld.eot');
	src: url('./fonts/proximanova/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/proximanova/ProximaNova-Extrabld.woff2') format('woff2'),
		 url('./fonts/proximanova/ProximaNova-Extrabld.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face{
	font-family: 'proxima-nova';/*Proximanova black*/
	src: url('./fonts/proximanova/ProximaNova-Black.eot');
	src: url('./fonts/proximanova/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/proximanova/ProximaNova-Black.woff2') format('woff2'),
		 url('./fonts/proximanova/ProximaNova-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
  font-display: swap;
}

@font-face{
	font-family: 'proximanova condensed'; /*Proximanova extra condensed bold*/
	src: url('./fonts/proximanova/proximanovaexcn-bold.eot');
	src: url('./fonts/proximanova/proximanovaexcn-bold.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/proximanova/proximanovaexcn-bold.woff2') format('woff2'),
		 url('./fonts/proximanova/proximanovaexcn-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face{
	font-family: 'permanent marker'; /*Proximanova extra condensed bold*/
	src: url('./fonts/permanentmarker/PermanentMarker-Regular.eot');
	src: url('./fonts/permanentmarker/PermanentMarker-Regular.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/permanentmarker/PermanentMarker-Regular.woff2') format('woff2'),
		 url('./fonts/permanentmarker/PermanentMarker-Regular.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


/* Older browsers */

html{
	font-size: 62.5%;
}

body {
    background-color: #fff;
    font-size: 1.4rem;
    color: var(--gray-600);
    font-family: var(--font-primary), sans-serif;
    font-weight: var(--regular);
    line-height: 1.5;
    overflow-x: hidden;
}

input[type=submit]{
	-webkit-appearance: none;
	border-radius: 0;
}


*{
		-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.lt-ie7 *{behavior:url(../scripts/boxsizing.htc)}



a, a:hover, a:focus{
		-moz-transition: background 0.3s, color 0.3s;
		-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}



/* ---------------
APPARENCE DES IMAGES
-----------------*/
img{
	border:0;
	vertical-align: bottom;
	max-width:100%;
}
.map img{
	max-width:inherit;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
table.variations.disabled {
	background: #ebebeb;
	z-index: -1;
	position: relative;
  }

/* Custom style */

.widget_block .wc-block-mini-cart__button-frennly  {
  padding: 0;
  cursor: pointer;
}

.wc-block-mini-cart__button-frennly {
  align-items: center;
  background-color: transparent;
  border: none;
  color: inherit;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  gap: .5em;
  line-height: 1;
  padding: .5em;
  white-space: nowrap;
}