/* @override 
	https://www.utopsie.com/work/yoakimbelanger/wp-content/themes/yoakimbelanger/assets/styles/style.css?* */

/************************************************

Stylesheet: Global Stylesheet

*************************************************/


@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');

/* <weight>: Use a value from 100 to 900*/
/* <uniquifier>: Use a unique and descriptive class name*/

.chivo-thin {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.chivo-extra-light {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.chivo-light {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.chivo-normal {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.chivo-medium {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.chivo-semi-bold {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.chivo-bold {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.chivo-extra-bold {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.chivo-black {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

:root {
  --blanc: #fff;
  --blanc90: rgba(255,255,255,.9);
  --blanc80: rgba(255,255,255,.8);
  --blanc50: rgba(255,255,255,.5);
  --blanc25: rgba(255,255,255,.25);
  
  --noir: #000;
  --noir80: rgba(0,0,0,.8);
  --noir50: rgba(0,0,0,.5);
  --noir25: rgba(0,0,0,.25);
  
  /* --couleur: #F00B00; */
  
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;

}

html {
margin-top: 0 !important;
}
body {
  font-family: "Chivo", sans-serif;
  color: var(--noir80);
  font-size: 1.25rem;
  line-height: normal;
}
body.openpop {
	overflow: hidden;
	height: 100vh;
	/*background-color: yellow;*/
}
a {
  line-height: inherit;
  color: var(--noir80);
  text-decoration: none;
  cursor: pointer;
}
a:focus, a:hover {
  color: var(--couleur);
}
.menu .active>a {
  background: transparent;
  color: var(--couleur);
}
p {
  line-height: 1.4;
  font-weight: 200;
}
ul {
	font-weight: 200;
	margin-left: 0;
}
.fr p {
	font-weight: 400;
}
.en p {
  font-weight: 100;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Chivo","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h2 {
	font-size: 1.25rem;
	font-weight: 500;
}
h3 {
	font-size: 1.125rem;
	font-weight: 500;
}
.en h6 {
	font-weight: 100;
}
strong {
	font-weight: 500;
}
.grid-container {
  width: 100%;
  max-width: 80rem;
}
.off-canvas-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.off-canvas-content .content,
.off-canvas-content .wp-site-blocks {
  flex-grow: 1;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.home .off-canvas-content .content {
  padding: 0;
}

.top-bar {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.02) 100%) var(--blanc80);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.02) 100%) var(--blanc80);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.02) 100%) var(--blanc80);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.02) 100%) var(--blanc80);
	
/*background-color: var(--noir25);*/
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.top-bar a {
  font-weight: 100;
}
.top-bar ul {
  background-color: transparent;
}
.top-bar .menu {
  margin-left: -1rem;
}
.top-bar .menuprincipal .menu {
  justify-content: space-between;
}

.menuhome a {
  font-weight: 500;
}

.current-menu-item a {
  color: var(--couleur);
 }

.photocredit {
	position: absolute;
	z-index: 300;
	bottom: .75rem;
	left: .75rem;
	font-size: .75rem;
	color: var(--blanc50);
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.29);
	transition: all 150ms ease-in-out;
}
.photocredit:hover {
	color: var(--blanc);
}

.top-bar a {
	transition: all 250ms ease-in-out;
}
.top-bar li.boutique {
  border: 1px solid var(--noir);
  border-radius: 10px;
  /* transition: all 250ms ease-in-out; */
  background-color: var(--blanc50);
}

.socart .top-bar li.boutique ,
.nocart .top-bar li.boutique,
.socart .top-bar li.boutique a,
.nocart .top-bar li.boutique a {
  transition: all 250ms ease-in-out;
}
.woocommerce .top-bar li.boutique,
.woocommerce-page .top-bar li.boutique,
.top-bar li.boutique.current-menu-item {
  border-color: var(--couleur);
  background-color: var(--couleur);
  
}
.woocommerce .top-bar li.boutique a,
.woocommerce-page .top-bar li.boutique a,
.top-bar li.boutique.current-menu-item a {
	color: var(--blanc)
}
.top-bar li.boutique:hover {
  border-color: var(--couleur);
  background-color: var(--couleur);
}

.top-bar li.boutique {
  padding-right: 1.5rem;
  margin-left: 1rem;
}

.top-bar li.boutique:hover a {
  color: var(--blanc50);
}

.top-bar li.boutique a:hover {
  color: var(--blanc);
}


.nocart .top-bar li.boutique {
  padding-right: 0;
}
.socart .top-bar li.boutique {
  padding-right: 3rem;
}
.wpmenucartli {
/* position: absolute; */
  right: 0rem;
}
.woocommerce .wpmenucart-contents,
.woocommerce-page .wpmenucart-contents {
    color: var(--blanc);
}

.woocommerce .wpmenucart-contents a,
.woocommerce-page .wpmenucart-contents a {
  color: var(--couleur);
}


.top-bar li.boutique:hover + li a {
  color: var(--blanc50);
}

li.boutique:has(+ li:last-of-type:hover a) {
  background-color: var(--couleur);
}
li.boutique:has(+ li:last-of-type:hover a) a {
  color: var(--blanc50);
}
li.wpmenucartli a:hover {
  color: var(--blanc);
}




.header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.home .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--noir50);
  z-index: 2;
  color: var(--blanc);
}
.home .slideshow {
  height: 100vh;
}
.home .slideshow .swiper-container {
  height: 100%;
}
.home .slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .slideshow .legende {
  position: absolute;
  bottom: 7rem;
  left: 2rem;
  z-index: -1;
}

.home .slideshow .photocredit {
	bottom: 6.5rem;
}




/*********************
SECTION OEUVRES
*********************/
.page-id-72 article h1.page-title,
.parent-pageid-72 article h1.page-title,
.page-template-page-painting article h1.page-title ,
.page-template-template-bd article h1.page-title,
.page-template-default h1.page-title {
	/* font-size: 1rem; */
  
  font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
}
/* .page-template-page-painting .hentry h1.page-title {
  font-size: 1.25rem; 
} */

.liste_oeuvres .item {
  /*display: flex;*/
  /*position: relative;*/
  /*margin-bottom: 2rem;*/
  /*aspect-ratio: 3/4;*/
  /*overflow: hidden;*/
  /* margin-bottom: .5rem; */
  margin-bottom: 1.875rem;
}

.page-id-72 .liste_oeuvres .item {
  margin-bottom: 0.5rem;
}
.parent-pageid-72 .liste_oeuvres .item {
  display: flex;
  position: relative;
  aspect-ratio: unset;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.parent-pageid-72  .liste_oeuvres .item .title {
	display: none;
}
.page-template-template-videos .liste_oeuvres .item {
  /*display: flex;*/
  /*position: relative;*/
  /*margin-bottom: 2rem;*/
  /*aspect-ratio: 4/3;*/
  /*overflow: hidden;*/
}

.liste_oeuvres .item .menuitem {
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.liste_oeuvres .item .thumb,
.liste_bds .item .thumb {
/*	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	display: block;
	/*border: 1px solid #333;*/
	overflow: hidden;
	aspect-ratio: 3/4;
	/*width: 100%;*/
}
.page-template-template-videos .liste_oeuvres .titresection,
.parent-pageid-137 .liste_oeuvres .titresection {
	font-size: 1.125rem;
	margin-top: 1.6rem;
	margin-bottom: .5rem;
	font-weight: 200;
}
.page-template-template-videos .liste_oeuvres .item .thumb,
.parent-pageid-137 .liste_oeuvres .item .thumb {
	aspect-ratio: 4/3;
}

.liste_oeuvres .item .imageframe {
  display: block;
  position: relative;
  overflow: hidden;
}

.liste_bds .item img {
  /*aspect-ratio: 3/4;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 250ms ease-in-out;
}
.liste_oeuvres .item img{
  /*aspect-ratio: 3/4;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 250ms ease-in-out;
}
.page-id-72 .liste_oeuvres .item img {
  /*aspect-ratio: 3/4;*/
  /* width: 100%; */
  height: 100%;
  /* object-fit: cover; */
  /* transition: all 250ms ease-in-out; */
}
.liste_oeuvres .item:hover,
.liste_bds .item:hover {
  cursor: pointer;
}
.liste_oeuvres .item:hover img,
.liste_bds .item:hover img {
	transform: scale(1.05);
}
.liste_oeuvres .item .title,
.liste_bds .item .title {
  color: var(--noir);
  transition: all 250ms ease-in-out;
  padding: .5rem 0;
  /*display: none;*/
}
.liste_oeuvres .item .title {
  color: var(--noir);
  transition: all 250ms ease-in-out;
  padding: .5rem 0;
  display: none;
}

.page-template-template-videos .liste_oeuvres .item .title,
.parent-pageid-137 .liste_oeuvres .item .title {
  display: block;
}

.liste_oeuvres .item:hover .title {
  /*color: var(--blanc50);*/
  /*background-color: rgba(0,0,0,0.1);*/
}




.liste_oeuvres .grid-sizer, 
.liste_oeuvres .grid-item {
  width: calc( 33.3333% - 1.25rem);
 }
.liste_oeuvres .gutter-sizer {
  width: 1.875rem;
}



.page-id-72 .liste_oeuvres .item a {
	position: relative;
}

.page-id-72 .liste_oeuvres .item .title {
	position: relative;
    display: block;
	/*background-color: yellow;*/
}










.page-template-template-videos h1.page-title {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.6;
}




.page-template-template-artworks .sidebar .menu,
.page-template-template-videos .sidebar .menu,
.page-template-template-about .sidebar .menu,
.page .sidebar .menu {
  flex-direction: column;
  font-weight: 200;
  /*background-color: yellow;*/
  /*font-size: 1rem;*/
  letter-spacing: -0.025em;
}
.page-template-template-artworks .sidebar .menu .menu,
.page-template-template-videos .sidebar .menu .menu,
.page .sidebar .menu .menu {
  padding-left: 1rem;
}
.page-template-template-artworks .sidebar .menu a,
.page-template-template-videos .sidebar .menu a,
.page .sidebar .menu a {
  padding: 0;
  display: inline-block;
  line-height: normal;
}
.page-template-template-artworks .sidebar .menu .active>a,
.page-template-template-videos .sidebar .menu .active>a,
.page .sidebar .menu .active>a ,
.page.parent-pageid-137 .sidebar .menu .current-page-ancestor>a,
.page-template-template-about .sidebar .current_page_item a {
	background: transparent;
	color: var(--couleur);
}

.page-template-template-videos .liste_oeuvres {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.sectionvideos {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.sectionvideos .group {
  display: block;
  /*flex-shrink: 0;*/
  /*flex-grow: 1;*/
  /*aspect-ratio: 4/3;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.page-template-default:not(.woocommerce):not(.woocommerce-page) .menu-item-1292 a,
.page-template-page-painting .menu-item-1292 a,
.page-template-template-videos .menu-item-1292 a {
  color: var(--couleur);
}
.page-template-template-about .menu-item-1290 a,
.page-template-template-about .current-menu-item a {
  color: var(--couleur);
 }
 .woocommerce .menu-item-1294 a,
 .woocommerce-page .menu-item-1294 a {
   color: var(--couleur);
   
 }
 .woocommerce .menu-item-1294 a:hover,
 .woocommerce-page .menu-item-1294 a:hover {
   color: var(--blanc);
 }
.header .menuhome a {
  color: var(--couleur);
 }
 
 
 
 
 
 
 
 
/*********************
SINGLE ŒUVRE
*********************/
.parent-pageid-72 .hovercontent {
	/*display: none;*/
}
.hovercontent .hoverframe {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.77);
	z-index: 200;
	display: flex;
	justify-content: center;
	align-items: center;
	/*pointer-events: none;*/
}
.hovercontent article {
	position: fixed	;
	/*top: 0;*/
	z-index: 10;
	background-color: white;
	padding: 3rem;
	box-shadow: 0 1px 21px rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	pointer-events: auto;
	width: 85%;
	max-width: 85rem;
	 height: 85%;
    max-height: 64rem;
}
.hovercontent .close-button,
.shopitem .close-button {
	right: .75rem;
	top: .25rem;
	font-size: 2em;
	font-weight: 200;
	color: var(--noir25);
	line-height: 1;
}
.hovercontent .artwork {
	display: flex;
	gap: 2rem;
	position: relative;
}

.hovercontent .artwork .info {
	flex-basis: calc(25% - 1rem);
	height: 100%;
	flex-shrink: 0;
	
	display: flex;
	flex-direction: column;
}
.hovercontent.type-video .artwork .info {
	flex-basis: calc(25% - 1rem);
	height: calc(25% - 1rem);
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}

.hovercontent .artwork .visuel {
	flex-basis: calc(75% - 1rem);
	height: calc(75% - 1rem);
	display: block;
	position: relative;
	flex-shrink: 0;
}






.hovercontent .artwork .info .description {
  padding-top: 2rem;
  overflow: auto;
}
.hovercontent.type-video .artwork .info .description {
  margin-top: .76rem;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.hovercontent .artwork .info p {
  font-size: 1rem;
  
  line-height: normal;
  margin-bottom: .5rem;
}
.hovercontent .artwork .image {
	flex-grow: 1;
	flex-basis: 75%;
	height: 100%;
	position: relative;
}
.hovercontent.type-video .artwork .image {
	width: 100%;
	height: 100%;
	position: absolute;
}
.hovercontent.type-video .artwork .video {
	z-index: 123;
	flex-grow: 1;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	background-color: var(--blanc);
	
	overflow: hidden;
	display: flex;
}
.hovercontent.type-video .artwork .video .responsive-embed {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: var(--blanc);
}

.hovercontent.type-video .artwork .video .responsive-embed:before {
/*  display: block;
  content: "";
  padding-top: 56.25%;*/
}
.hovercontent .artwork .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top left;
}





.hovercontent .artwork .cloud-zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hovercontent .artwork .cloud-zoom-wrap a {
	height: 100%;
}


.hovercontent .artwork 	.cloud-zoom-big {
		border: none;
		overflow: hidden;
		background-size: auto;
	}

.hovercontent .worknav {
	display: flex;
	display: none;
} 

.hovercontent .worknav .prev,
.hovercontent .worknav .next {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50%;
	/*background-color: yellow;*/
}
.hovercontent .single_oeuvre {
	display: flex;
	height: 100%;
}
.hovercontent .artwork {
    display: flex;
    gap: 2rem;
    width: 100%;
}
.hovercontent.type-video .artwork {
    display: flex;
    gap: 2rem;
    width: 100%;
	flex-direction: column-reverse;
}
.hovercontent .prevnav,
.hovercontent .nextnav {
	position: absolute;
	top: 50%;
}
.hovercontent .prevnav {
	right: 100%;
}
.hovercontent .nextnav {
	left: 100%;
}

.hovercontent .prevnav .label,
.hovercontent .nextnav .label,
.hovercontent .prevnav .title,
.hovercontent .nextnav .title {
	font-size: 0;
	padding: 0;
}

.hovercontent .prevnav .getter,
.hovercontent .nextnav .getter {
	background-color: var(--blanc);
	padding: 1rem;
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
    box-shadow: 0 1px 21px rgba(0, 0, 0, 0.19);
    align-items: center;
	
	
		
	cursor: pointer;

}
.hovercontent .prevnav .getter {
  clip-path: polygon(-50% -50%, 100% -50%, 100% 150%, -50% 150%);
}
.hovercontent .nextnav .getter {
  clip-path: polygon(0 -50%, 150% -50%, 150% 150%, 0 150%);
}
.hovercontent .prevnav .getter:before {
	content: '«';
	font-size: 3rem;
	line-height: 1.5rem;
	display: block;
	color: var(--noir25);
}
.hovercontent .nextnav .getter:before {
	content: '»';
	font-size: 3rem;
	line-height: 1.5rem;
	display: block;
	color: var(--noir25);
}




















/*********************
SECTION À PROPOS / ABOUT
*********************/

.page-template-template-about .content{
  padding-top: 53dvw;
  
}

.page-template-template-about .thumb {
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 2/1;
  display: block;
  z-index: -1;
}
.page-template-template-about .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.page-template-template-about .thumb .creditphoto {
	position: absolute;
	z-index: 300;
	bottom: 1.75rem;
	left: .75rem;
	font-size: .75rem;
	color: var(--blanc50);
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.29);
	transition: all 150ms ease-in-out;
}
.page-template-template-about .expositions {
  font-weight: 100;
  line-height: 1.5;
}
.page-template-template-about .expositions .title {
  font-weight: 400;
}
.page-template-template-about .expositions a {
  /* color: var(--couleur); */
  font-weight: 400;
}





.page-template-template-about .presse .document {
  margin-bottom: 3rem;
}
.page-template-template-about .presse .document img {
  width: 100%;
}

/*********************
SECTION COORDONNÉES
*********************/
.page-template-template-contact .page-title {
  font-size: 1.25rem;
}
.page-template-template-contact .galerie {
	margin-bottom: 2rem;
    font-weight: 100;
    font-size: 1.125rem;
}
.page-template-template-contact .name {
    font-weight: 400;
    font-size: 1.25rem;
	line-height: 1.6;
    margin-bottom: .5rem;
}
.page-template-template-contact .note {
	display: flex;
	gap: 2rem;
}
.page-template-template-contact .note p {
	font-size: 0.875rem;
	flex-basis: 50%;
    font-weight: 200;
}


.page-template-template-contact h1 {
	font-weight: 200;
}















/*********************
SECTION BOUTIQUE SHOP
*********************/

.woocommerce-page .content {
  padding-top: 3rem;
}

.woocommerce-page.woocommerce-checkout .content {
  padding-top: 8rem;
}

.woocommerce-page .thumb {
	width: 100%;
	/*position: absolute;*/
	height: auto;
	aspect-ratio: 3.5/1;
	position: relative;
}
.woocommerce-page .thumb img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	z-index: 1;
}



.woocommerce ul.wc-main-cats li.wc-main-cat  .imageframe,
.woocommerce ul.products li.product .imageframe,
.woocommerce-products-header .thumb {
		position: relative;
		overflow: hidden;
}
.woocommerce ul.wc-main-cats li.wc-main-cat .imageframe:after,
.woocommerce ul.products li.product .imageframe:after,
.woocommerce-products-header .thumb:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 1px 17px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.woocommerce-page .thumb .sousmenu {
	position: relative;
	z-index: 2;
	padding-top: 8rem;
}
.woocommerce-page .thumb .sousmenu ul {
	flex-direction: column;
}

.woocommerce-page .thumb .sousmenu ul li {
	line-height: 1.6;
}
.woocommerce-page .thumb .sousmenu a {
	padding: 0;
	display: inline-block;
	font-weight: 200;
}
.woocommerce-products-header__title.page-title {
  font-weight: 400;
  font-size: 1.25rem;
}

.woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;

	display: flex;
	/*justify-content: space-around;*/
	column-gap: 30px;
    row-gap: 5rem;
	/*background-color: yellow;*/
    flex-wrap: wrap;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    /* float: left;
    /*margin: 0 30px 2.992em 0;*/
	/* margin: 0; */
    /* padding: 0; */
    /* position: relative; */
    /*width: 22.05%;*/
    /* margin-left: 0; */
	/* flex-basis: 25%; */ 
	/*width: 25%;*/

    padding: 0;
    margin: 0;
    flex-basis: calc(25% - 1.5rem);
	flex-grow: 1;
}
.woocommerce ul.products li.product a img {
	width: 100%;
	/* height: 100%; */
	display: block;
	margin: 0;
	box-shadow: none;
	aspect-ratio: 3/4;
	object-fit: cover;
	transition: all 250ms ease-in-out;
}

.woocommerce ul.products li.product a:hover img {
	transform: scale(1.025);
}

.woocommerce ul.products li.product mark {
  background-color: transparent;
  opacity: .4;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  display: flex;
  /* justify-content: space-between; */
  gap: 1rem;
}
.woocommerce ul.products li.product .woocommerce-loop-category__description {
  font-weight: 100;
  font-size: 1rem;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: var(--noir50);
  font-size: 1.5rem;
  font-weight: 200;
}





	
	.woocommerce .autrescats {
		border-top: 2px solid var(--noir25);
		padding-top: 2rem;
		margin-top: 4rem;
	}
	.woocommerce ul.wc-main-cats {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		column-gap: 1.75rem;
		/*gap: 1.75rem;*/
		list-style: none;
		margin: 0;
		margin-top: 1rem;
	}

	.woocommerce ul.wc-main-cats .imageframe {
		overflow: hidden;
		margin-bottom: 1rem;
	}
	.woocommerce ul.wc-main-cats img {
		width: 100%;
	/* height: 100%; */
	display: block;
	margin: 0;
	box-shadow: none;
	aspect-ratio: 3/4;
	object-fit: cover;
	transition: all 250ms ease-in-out;
	}

	.woocommerce ul.wc-main-cats a:hover img {
		transform: scale(1.05);
	}





.woocommerce .sousmenu-legal {
	margin: 4rem 0 2rem;
	border-top: 2px solid #333;
	padding-top: .5rem;
}
.woocommerce .sousmenu-legal ul {
	flex-direction: column;
	font-size: 1rem;
}
.woocommerce .sousmenu-legal ul li a {
	margin-left: -1rem;
	font-weight: 200;
	
}



.woocommerce-products-header {
	border-bottom: 2px solid var(--noir);
	padding-bottom: 3rem;
	margin-bottom: 2rem;
}
.woocommerce-products-header .description {
	font-weight: 200;
}
.woocommerce-products-header .thumb {
	aspect-ratio: 4/2.5;
}


.wc-block-components-checkout-step__content .wc-block-components-radio-control:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--couleur);
	opacity: .1;
}

/*********************
PRODUCT CATEGORY
*********************/

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
  
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  border-color: var(--noir);
  border-width: 1px;
  border-style: solid;
  background-color: var(--blanc);
  font-weight: 500;
  font-size: 1rem;
  padding: .618em 1.5em;
  transition: all 150ms ease-in-out;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  background-color: var(--couleur);
  color: var(--blanc);
  border-color: var(--couleur);
}



.woocommerce-page.tax-product_cat .sousmenu ul li:first-child a,
.single-product .sousmenu ul li:first-child a {
	color: var(--couleur);
}



.woocommerce nav.woocommerce-pagination {
	text-align: center;
	display: flex;
	margin-top: 5rem;
}


.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: start;
	/*background-color: yellow;*/
	
	white-space: normal;
	padding: 0;
	clear: both;
	/*border-right: unset;*/
	margin: 0 auto;
	float: left;
	position: relative;
	border: 2px solid var(--couleur);
	background-color: ;
	border-radius: 10px;
	overflow: hidden;
	
}
.woocommerce nav.woocommerce-pagination ul li {
	/*border-right: 1px solid #cfc8d8;*/
	border: 1px solif var(--blanc);
	padding: 0;
	margin: 0;
	float: unset;
	display: flex;
	overflow: hidden;
		/*border-right: 2px solid var(--couleur);*/
		position: relative;
}
.woocommerce nav.woocommerce-pagination ul li::after {
/*	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 52%;
	margin-top: 20%;
	background-color: var(--couleur);
	right: 0;*/
} 
.woocommerce nav.woocommerce-pagination ul li:last-child::after {
	/*display: none;*/
}
.woocommerce nav.woocommerce-pagination ul li {
	/*border-right: none;*/
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: flex;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--couleur);
	color: var(--blanc);
	opacity: 1;
	border: 1px solif var(--couleur);
}
.woocommerce nav.woocommerce-pagination ul li a {
	transition: all 150ms ease-in-out;
	opacity: .5;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0 ;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .5em .75em;
	min-width: 1em;
	display: block;
}











/*********************
SINGLE PRODUCT
*********************/

.single-product.woocommerce  .product {
	display: flex;
	gap: 2rem;
  height: 100%;
}


.woocommerce-page .product .colgauche .images {
	width: 100%;
}

.woocommerce div.product .colgauche  div.images .woocommerce-product-gallery__image:first-child {
	/*display: none;*/
}

.woocommerce-page .product .colgauche .woocommerce-product-gallery__wrapper {
	gap: 1rem;
}





.woocommerce div.product .coldroite  div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	/*width: 25%;*/
	/*display: none;*/
}
.woocommerce-page .product .coldroite a {
     height: 100%; 
    /* height: -webkit-fit-content; */
    /* height: auto; */
     /*max-height: 100%; */
    /* background-color: cadetblue; */
    /*max-width: fit-content;*/
    /*max-height: fit-content;*/
	/*background-color: orange;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
.woocommerce-page .product .coldroite .images {
	width: 100%;
    height: 100%;
}
.woocommerce-page .product .coldroite .images .woocommerce-single-product-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}
.woocommerce-page .product .coldroite .images .woocommerce-product-gallery__image {
/*  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;*/
}






.woocommerce-page .product .summary {
	width: 100%;
}
.woocommerce .coldroite {
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
}
.woocommerce .colgauche {
	flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
	height: 100%;
	position: relative;
}
.woocommerce .product .colgauche .summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0%;
  margin-bottom: 0;
  gap: 1rem;
}
.woocommerce .colgauche .summary .entry-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  flex: 0 0 auto;
}
.woocommerce .colgauche .summary .description {
	flex-shrink: 1;
	flex-grow: 1;
	/*background-color: yellow;*/
	overflow: auto;
	flex-basis: auto;
	height: 0;
}
.woocommerce .colgauche .summary h2 {
  display: none;
  font-size: 1.25rem;
  font-weight: 500;
}
.woocommerce .colgauche .summary p {
  font-weight: 100;
  font-size: 1.125rem;
}

.woocommerce div.product .colgauche form.cart {
	margin-bottom: 1rem;
}
.woocommerce div.product .colgauche div.images {
	margin-bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--noir50);
  font-size: 1.75rem;
  font-weight: 200;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  
  border-color: var(--noir);
  border-width: 1px;
  border-style: solid;
  background-color: var(--blanc);
  font-weight: 500;
  font-size: 1rem;
  padding: .618em 1.5em;
  transition: all 150ms ease-in-out;
  color: var(--noir);
}
.woocommerce div.product form.cart .button:hover {
  background-color: var(--couleur);
  color: var(--blanc);
  border-color: var(--couleur);
}




.cloud-zoom-big {
	border: none;
	overflow: hidden;
}




.single-product.woocommerce .shopitem {
/*	opacity: .1;
	pointer-events: none;
	display: none!important;*/
}



.single-product.woocommerce .shopitem {
  /* position: fixed;
  z-index: 100000;
  background-color: var(--blanc80);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%; */
  

  
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(255, 255, 255, 0.77);*/
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}


.single-product.woocommerce.closeditem .shopitem {
	
  pointer-events: none;
}

.woocommerce .shopitem .content-area:before {
	position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  /*background-color: yellow;*/
	  background-color: rgba(255, 255, 255, 0.77);
	  display: block;
	  content: '';
	  pointer-events: none;
}




.single-product.woocommerce .shopitem .site-main {
  height: 100%;
}
.single-product.woocommerce .shopitem .content-area {
  /* background-color: white;
  padding: 4rem; */
  
  
  position: fixed;
  /* top: 0; */
  z-index: 10;
  background-color: white;
  padding: 3rem;
  box-shadow: 0 1px 21px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  pointer-events: auto;
  width: 85%;
  max-width: 85rem;
  height: 85%;
  max-height: 64rem;
}


.single-product.woocommerce .shopitem .content-area img {
  /* width: 100%;
  height: 100%; */
  /* object-fit: contain; */
  /* object-position: top left; */
  
 /* max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;*/
  transition: all 250ms ease-in-out;
  
  width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
  
}
.single-product.woocommerce .shopitem .content-area a:hover img {
	transform: scale(1.05);
}
.single-product.woocommerce .shopitem .content-area img:after {
  content: '';
  display: block;

}




.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .colgauche p.price {
  margin-bottom: 4rem;
}



.woocommerce div.product form.cart div.quantity {
    float: left;
    /* margin: 0 4px 0 0; */
    margin: 0 1rem 0 0;
}




.woocommerce .colgauche .woocommerce-product-gallery__wrapper {
	/*display: flex;*/
	
	 display: grid;
	 grid-template-columns: repeat(4, 1fr);
}
.woocommerce .colgauche .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	/*flex-basis: 33%;*/
	/*overflow: hidden;*/
	/*height: 100%;*/
	height: 0;
	padding-bottom: 125%;
	/*background-color: yellow;*/
	position: relative;
	overflow: hidden;
}
.woocommerce .colgauche .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	transition: all 250ms ease-in-out;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.woocommerce .colgauche .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a:hover img {
	transform: scale(1.1);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: auto;
	display: grid;
	align-items: center;
}
















.single-product.woocommerce .shopitem .woocommerce-breadcrumb,
.single-product.woocommerce .shopitem .product_meta {
  display: none;
}

.woocommerce-notices-wrapper {
  position: absolute;
  z-index: 10000;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  /*background-color: var(--blanc50);*/
  /* padding: 2rem; */
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: none;
  border: 2px solid var(--noir50);
  border-radius: 5px;
  margin: 2rem 4rem 4rem;
  /*background-color: var(--blanc50);*/
  box-shadow: 0 1px 23px var(--blanc50);
  width: calc(70% - 4rem);
  pointer-events: auto;
 
}
.woocommerce-message {
    /* border-top-color: #8fae1b; */
    border-top-color: none;
}
.woocommerce div.product div.summary {
  width: 100%;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
}








/*********************
CART
*********************/

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    
    border: 1px solid var(--noir);
    border-radius: 10px;
    
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
  border-color: var(--couleur);
  color: var(--couleur);
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-content p.content {
  padding-top: 0;
  padding-bottom: 1rem;
}

.woocommerce-cart .wc-block-grid__product a.wc-block-grid__product-link {
	flex: 1;
	/* flex-basis: 90%; */
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.woocommerce-cart .wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image {
	height: 100%;
	/*background-color: yellow;*/
	overflow: hidden;
}
.woocommerce-cart .wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 250ms ease-in-out;
}
.woocommerce-cart .wc-block-grid__product a.wc-block-grid__product-link:hover img {
	transform: scale(1.05);
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--noir50);
  z-index: 2;
  color: var(--blanc);
}
.footerblock {
  position: relative;
  padding: 0 2rem;
}
.footerblock .placeholder {
  transition: all 150ms ease-in-out;
}
.footerblock .placeholder a {
	/*color: var(--blanc);*/
}

.footerblock .placeholder a:hover {
	/*color: var(--couleur);*/
}
.trans .photocredit,
.trans .placeholder {
  opacity: 0;
}

.footerblock .placeholder .footerlink {
	color: var(--blanc);
}

.footerblock .placeholder .footerlink:hover {
	color: var(--couleur);
}

.swiper-button-next, 
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: 1.5rem;
  height: 2.75rem;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--blanc);
}
.swiper-button-next:hover, 
.swiper-button-prev:hover {
	color: var(--couleur);
}

.hasswiper .swiper-button-next, 
.hasswiper .swiper-button-prev {
  display: flex;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}

.footer .icones {
  display: flex;
  gap: 1rem;
  justify-content: end;
}

.footer .icone  svg {
	transition: all 150ms ease-in-out;
}
.footer .icone a:hover svg {
	transform: scale(1.15);
}
.footer .icone a:hover path { 
	/*fill: red;*/
	fill: var(--couleur);
}




/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.wpmenucartli {
  position: absolute;
  /* right: -2.5rem; */
}

.gridoverlay-grid-overlay-wrapper {
	 max-width: 80rem;
    margin-left: calc( (100dvw - 80rem) / 2);
}





/*********************
MEDIA QUERIES
*********************/

/* Small only */

@media screen and (max-width: 39.9375em) {
	body {
		font-size: 1.125rem;
	}
	
	.h6, h6 {
		font-size: .75rem;
	}
	
	.off-canvas {
		background-color: var(--blanc);
	}
	.off-canvas-content {
		min-height: 100dvh;
		display: flex;
		flex-direction: column;
	}
	
	.off-canvas-content .content, 
	.off-canvas-content .wp-site-blocks {
		flex-grow: 1;
		padding-top: 6rem;
		padding-bottom: 4rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;;
	}
	
	.woocommerce .off-canvas-content .content {
		padding-top: 2rem;
	}
	.off-canvas-content .content .inner-content {
		flex-direction: column-reverse;
		/*background-color: yellow;*/
	}
	.woocommerce-shop .off-canvas-content .content .inner-content,
	.tax-product_cat .off-canvas-content .content .inner-content {
		flex-direction: column;
		/*background-color: yellow;*/
	}
	
	.top-bar {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.top-bar .menu {
		margin-left: unset;
	}
	.top-bar .show-for-small-only .menu {
		/*margin-right: -1rem;*/
	}
	.top-bar .show-for-small-only .menu a {
		font-weight: 400;
		font-size: .875rem;
		line-height: 1.25rem;
		text-transform: uppercase;
		margin-right: -1rem;
		padding-right: 0;
		margin-left: .5rem;
	}
	.header .menuhome a {
		padding-left: 0.33rem;
	}
		
	.footer {
		font-size: 1rem;
	}
	.footer .inner-footer {
		/*gap: 1.5rem;*/
	}
	.footerblock {
		position: relative;
		padding: 0 .5rem;
	}
	.footer .swiper-button-next, 
	.footer .swiper-button-prev {
		/*position: absolute;*/
		/*top: var(--swiper-navigation-top-offset,50%);*/
		/*width: 1.9rem;*/
		display: none;
	}
	.footer .icones {
		/*display: flex;*/
		gap: 1.25rem;
		justify-content: end;
		padding-right: .33rem;
		opacity: .7;
	}
	
	
	
	.home .footer {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-left: .33rem;
		padding-right: .33rem;
	}
	.home .footer .swiper-button-next:after, 
	.home .footer .swiper-button-prev:after {
		font-size: .875rem;
	}
	.footer .icone  svg {
		width: 1.25rem;
	}
	.home .slideshow {
		height: 100dvh;
	}
	
	
	
	
	
	.off-canvas :focus {
		outline: none;
	}
	.off-canvas .menu {
		font-size: 1rem;
		padding: .875rem .75rem;
	}
	.off-canvas .menu .sitename {
		font-size: 1.25rem;
		font-weight: 500;
	}
	.off-canvas .menu .sitename a {
		color: var(--couleur);
	}
	.off-canvas .menu .nolink {
		pointer-events: none;
		margin-top: .5rem;
		margin-bottom: -0.5rem;
		/*opacity: .3;*/
	}
	.off-canvas .menu .somelink {
		margin-top: .5rem;
	}
	.off-canvas .menu .storelink {
		/*padding-left: 1.5rem;*/
		/*margin-bottom: -0.5rem;*/
	}
	.off-canvas .menu .tabbed {
		padding-left: 1.5rem;
		margin-bottom: -0.5rem;
	}
	.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
		display: none;
	}
	
	.off-canvas .icones {
		display: flex;
		gap: 2rem;
		padding-left: 3.25rem;
		/*justify-content: center;*/
		margin-top: 2rem;
	}
	.off-canvas .icones svg path {
		fill: var(--noir80);
	}
	.off-canvas .storelink {
		margin-top: 1rem;
		margin-bottom: .75rem;
		
		
	}
	.off-canvas .storelink a {
		display: inline;
		border-color: var(--couleur);
		/*background-color: var(--couleur);*/
		border: 1px solid var(--noir);
		border-radius: 10px;
		margin-left: 1rem;
		margin-right: 2rem;
		padding-left: 1.125rem;
		transition: all 150ms ease-in-out;
		/*text-align: center;*/
	}
	.off-canvas .storelink a:hover,
	.woocommerce .storelink a {
		color: var(--blanc);
		border-color: var(--couleur);
		background-color: var(--couleur);
	}
	.js-off-canvas-overlay {
		background: var(--blanc80);
	}
	
	
	
	
	
	
	
	
	
	
	
	
	.liste_oeuvres .grid-sizer, 
	.liste_oeuvres .grid-item {
		width: calc( 33.3333% - 1rem);
	}
	.liste_oeuvres .gutter-sizer {
		width: 1.5rem;
	}	
	.parent-pageid-72 .liste_oeuvres .item {
		margin-bottom: 1.5rem;
	}
	
	.sidebar {
		/*display: none;*/
	}
	
	
	
	.sectionvideos {
		gap: 1.25rem;
	}
	.liste_oeuvres .item .title {
		/*color: var(--noir);*/
		/*transition: all 250ms ease-in-out;*/
		/*padding: .5rem 0;*/
		/*display: none;*/
		font-size: 1rem;
	}
		
	
	.hovercontent article {
		/*position: fixed;*/
		/* top: 0; */
		/*z-index: 10;*/
		/*background-color: white;*/
		padding: 2rem;
		/*box-shadow: 0 1px 21px rgba(0, 0, 0, 0.19);*/
		/*border-radius: 5px;*/
		/*pointer-events: auto;*/
		width: 90%;
		/*max-width: 85rem;*/
		height: calc(100dvh - 5rem);
		/* max-height: 64rem; */
		top: 4rem;
	}
	
	.hovercontent .close-button,
	.shopitem .close-button {
		right: .3rem;
		top: -0.125rem;
		font-size: 2em;
		font-weight: 200;
		color: var(--noir25);
		line-height: 1;
		
		z-index: 10;
	}
	.hovercontent .prevnav, 
	.hovercontent .nextnav {
		position: absolute;
		top: 69%;
	}
	.hovercontent .prevnav {
		right: 97%;
	}
	.hovercontent .nextnav {
		left: 97%;
	}
	.hovercontent .prevnav .getter, 
	.hovercontent .nextnav .getter {
		/*background-color: var(--blanc);*/
		
		width: 2rem;
		height: 4rem;
		display: flex;
		justify-content: center;
		box-shadow: 0 1px 21px rgba(0, 0, 0, 0.19);
		align-items: center;
	}
	.hovercontent .prevnav .getter {
		padding: 1rem 0 1rem 0.5rem;
	}
	.hovercontent .nextnav .getter {
		padding: 1rem 0.5rem 1rem 0;
	}
	
	.hovercontent .artwork {
		display: flex;
		gap: 2rem;
		width: 100%;
		height: 100%;
		flex-direction: column-reverse;
	}
	.hovercontent .artwork .image {
		flex-grow: 1;
		/*flex-basis: 75%;*/
		/*height: 7%;*/
		/* max-height: 60vh; */
		position: relative;
		/* background-color: silver; */
	}
	.hovercontent .artwork .info .description,
	.hovercontent.type-video .artwork .info .description {
		padding-top: 0;
		overflow: auto;
		width: 100%;
	}
	.hovercontent.type-video .prevnav, 
	.hovercontent.type-video .nextnav {
		position: absolute;
		top: 37%;
	}
	.hovercontent.type-video .artwork .info {
		flex-basis: calc(65% - 1rem);
		height: calc(65% - 1rem);
		/*flex-shrink: 0;*/
		/*display: flex;*/
		/*flex-direction: column;*/
	}
	.hovercontent.type-video .artwork .video {
		/*z-index: 123;*/
		/*flex-grow: 1;*/
		height: 45vw;
		/*width: 100%;*/
		/*position: absolute;*/
		/*z-index: 2;*/
		/*background-color: var(--blanc);*/
		/*overflow: hidden;*/
		/*display: flex;*/
		/*background-color: red;*/
	}
	.hovercontent.type-video .artwork .video iframe {
		height: 100%;
	}
	.hovercontent .artwork .visuel {
		flex-basis: calc(64% - 1rem);
		height: calc(64% - 1rem);
		display: block;
		position: relative;
		flex-shrink: 0;
	}
	.hovercontent.type-video .artwork .visuel {
		flex-basis: calc(35% - 1rem);
		height: calc(35% - 1rem);
		/*display: block;*/
		/*position: relative;*/
		/*flex-shrink: 0;*/
	}
	
	
	.hovercontent .artwork .info {
		flex-basis: calc(36% - 1rem);
		height: calc(36% - 1rem);
		/*flex-shrink: 0;*/
		/*display: flex;*/
		/*flex-direction: column;*/
	}



	.page-id-72 article h1.page-title, 
	.parent-pageid-72 article h1.page-title, 
	.page-template-page-painting article h1.page-title, 
	.page-template-template-bd article h1.page-title, 
	.page-template-default h1.page-title {
		/* font-size: 1rem; */
		font-size: 1.25rem;
		font-weight: 200;
		line-height: 1.6;
	}
	
	.hovercontent h1.page-title {
		font-weight: 500!important;
	}
	.hovercontent .artwork .info p {
		font-size: .875rem;
		line-height: normal;
		margin-bottom: .5rem;
	}
	.page-template-template-videos .liste_oeuvres,
	.parent-pageid-137 .liste_oeuvres {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-bottom: 3rem;
	}
	.page-template-template-videos .liste_oeuvres .item, 
	.parent-pageid-137 .liste_oeuvres .item {
		margin-bottom: 0;
	}
	
	
	
	
	.page-template-template-about .thumb {
		aspect-ratio: 2.875/2;
	}
	.page-template-template-about .off-canvas-content .content {
		flex-grow: 1;
		padding-top: 80vw;
		padding-bottom: 4rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.page-template-template-about .entry-content p {
		font-size: .875rem;
	}

	.page-template-template-about .sidebar {
		margin-top: 3rem;
	} 
	.page-template-template-about .expositions {
		font-size: 1rem;
	}
	.page-template-template-about .presse {
		font-size: 1rem;
	}
	.page-template-template-about .presse .item {
		margin-bottom: 1rem;
	}
	
	
	
	
	
	
	
	
	
	
	.page-template-template-contact .galerie {
		margin-bottom: 2rem;
	    font-weight: 100;
	    font-size: 1rem;
	}
	.page-template-template-contact .name {
	    font-weight: 400;
	    font-size: 1.125rem;
		line-height: 1.6;
	    margin-bottom: .5rem;
	}
	.page-template-template-contact .note {
		display: flex;
		gap: 2rem;
	}
	.page-template-template-contact .note p {
		font-size: 0.75rem;
		flex-basis: 50%;
	    font-weight: 200;
	}

	
	
	
	
	
	
	
	
	.woocommerce-page .thumb .sousmenu {
		position: relative;
		z-index: 2;
		padding-top: 6rem;
		padding-bottom: 1.5rem;
		padding-left: 1rem;
	}
	
	.woocommerce-products-header .thumb {
		margin-bottom: 2rem;
	}
	
	
	.woocommerce ul.products {
		/*padding-left: 1.5rem;*/
		/*padding-right: 1.5rem;*/
		row-gap: 2rem
	}
	.woocommerce .products li.product.product-category {
		/*background-color: yellow;*/
		flex-grow: 1;
		flex-shrink: 0;
		
	}
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		/* margin: 0; */
		/* padding: 0; */
		/* position: relative; */
		/* width: 22.05%; */
		/* margin-left: 0; */
		/* flex-basis: 25%; */
		/* width: 25%; */
		padding: 0;
		margin: 0;
		flex-basis: calc(33% - 1.25rem);
		width: calc(33% - 1.25rem);
	}

	.woocommerce ul.products[class*=columns-] li.product {
		/*flex-basis: 25%;*/
		width: 40%;
		flex-basis: 40%;
		margin-bottom: 0;
		flex-grow: 1;
	}
	.woocommerce-page.tax-product_cat ul.products[class*=columns-] li.product {
		/*flex-basis: 25%;*/
		/*width: 40%;*/
		flex-basis: 45%;
		margin-bottom: 0;
	}
	.woocommerce ul.products li.product a img {
		width: 100%;
		/* height: 100%; */
		display: block;
		margin: 0 0 .25rem;
		box-shadow: none;
		aspect-ratio: 3/4;
		object-fit: cover;
		transition: all 250ms ease-in-out;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product h3 {
		padding: .5em 0 0;
		margin: 0;
		font-size: 1.125rem;
		line-height: normal;
		/*background-color: red;*/
		height: 3.25rem!important;
		margin-bottom: .5rem;
		
		display: -webkit-box;
	    max-width: 100%;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
		
	}
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
		color: var(--noir50);
		font-size: 1.125rem;
		font-weight: 400;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		padding-bottom: 0;
		padding-top: .25rem;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__description {
		font-weight: 200;
		font-size: .875rem;
	}
	
	.woocommerce ul.wc-main-cats {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 1.75rem;
		/* gap: 1.75rem; */
		list-style: none;
		margin: 0;
		margin-top: 1rem;
	}
	
	.woocommerce ul.wc-main-cats h3 {
		font-size: .875rem;
	}
	
	.woocommerce .sousmenu-legal {
		margin: 2rem 0 0;
		border-top: 2px solid #333;
		padding-top: .5rem;
	}
	.woocommerce .woocommerce-products-header,
	.woocommerce .woocommerce-result-count {
		/*margin-left: 1.5rem;*/
		/*margin-right: 1.5rem;*/
	}
	.single-product.woocommerce .shopitem {
		/*position: fixed;*/
		/*top: 0;*/
		/*left: 0;*/
		/*right: 0;*/
		/*bottom: 0;*/
		/* background-color: rgba(255, 255, 255, 0.77); */
		/*z-index: 100;*/
		/*display: flex;*/
		/*justify-content: center;*/
		/*align-items: center;*/
		overflow: auto;
	}
	.single-product.woocommerce .shopitem .content-area {
		position: absolute;
		/* top: 0; */
		z-index: 101;
		/*background-color: rgba(255, 0, 0, 0.37);*/
		box-shadow: none;
		background-color: transparent;
		padding: 2rem 2rem 4rem;
		
		
		/*box-shadow: 0 1px 21px rgba(0, 0, 0, 0.19);*/
		/*border-radius: 5px;*/
		/*pointer-events: auto;*/
		width: 90%;
		/*max-width: 85rem;*/
		height: auto;
		max-height: auto;
		
		top: 3.5rem;
		
		max-height: unset;
	}
	.single-product.woocommerce .shopitem .content-area:after {
		content: '';
		display: block;
		position: absolute;
		/*width: 100%;*/
		/*height: 100%;*/
		top: 0;
		left: 0;
		right: 0;
		bottom: 2rem;
		background-color: var(--blanc);
		box-shadow: 0 1px 21px rgba(0, 0, 0, 0.4);
		border-radius: 5px;
		z-index: -1;
	}
	.woocommerce .colgauche {
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: 25%;
		flex-direction: column-reverse;
		gap: 2rem;
		
	}
	.woocommerce .colgauche .summary .entry-title {
		/*background-color: orange;*/
		order:  1;
	}
	.woocommerce .colgauche .summary .price {
		/*background-color: yellow;*/
		order:  2;
	}
	.woocommerce .colgauche .summary .description {
		height: auto;
		/*background-color: aqua;*/
		order: 5;
	}
	.woocommerce .colgauche .summary .stock {
		/*background-color: fuchsia;*/
		order: 3;
	}
	.woocommerce .colgauche .summary .cart {
		/*background-color: lime;*/
		order: 4;
	}
	
	
	.single-product.woocommerce .shopitem .site-main {
		height: auto;
	}
	.single-product.woocommerce .product {
		display: flex;
		flex-direction: column-reverse;
		gap: 2rem;
		height: auto;
	}
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .colgauche p.price {
		margin-bottom: 1rem;
	}
	.woocommerce div.product div.images {
		margin-bottom: 0;
	}
	.woocommerce .product .colgauche .summary {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-shrink: 1;
		flex-grow: 1;
		flex-basis: 0%;
		margin-bottom: 0;
		gap: 0;
	}





}

/* For general iPad layouts */

@media only screen and (device-width: 768px) {
	
}

/* For portrait layouts only */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	
/Users/francisco/Dropbox/Sites/htdocs/yoakimbelanger/wp-content/themes/yoakimbelanger/assets/scripts/isotope.pkgd.min.js}
/* For landscape layouts only */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	
}

/* Medium and up */

@media screen and (min-width: 40em) {
	
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
}

/* Large and up */

@media screen and (min-width: 64em) {
	
}

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	
}