/*!
Theme Name: Petit Pied
Theme URI: https://bestofsite.fr
Author: Best Of Site
Author URI: https://bestofsite.fr
Description: Theme dev par l'agence Best Of Site pour Petit Pied.
Version: 1.0.0
*/
.pop-cart {
  position: relative;
  max-width: 350px;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e4f5ff;
  margin-bottom: 10px;
  padding: 3%;
  box-shadow: 0 4px 22px 2.4px rgba(0, 0, 0, 0.12);
}
footer a {
	color: #333;
}
footer a:hover {
	color: #ca79c3;
}
#sidebar {
	min-width: 235px;
	width: 12%;
}
/* Masquer le widget YITH vide (avec espaces) */
.widget_yith-woocommerce-ajax-navigation-filters:not(:has(*)) {
    display: none;
}

/* Masquer la sidebar si elle ne contient que le bouton "Fermer" et le widget vide */
#sidebar:not(:has(.widget_yith-woocommerce-ajax-navigation-filters *)) {
    display: none !important;
    min-width: 0 !important;
    width: 0 !important;
}
.slogan {
	font-weight: 500;
	font-size: 20px;
	margin: 0;
}
.slogan-header {
	font-weight: 500;
}
.nav-blog {
	max-width: 1350px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
}
.content-area.cat-blog {
	margin-top: 30px;
}
.lire-article-petitpied {
	background: #2d2d2d;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
}
.content-pop-cart {
  position: fixed;
  right: 1%;
  top: 1%;
  width: 100%;
  z-index: 9999999;
  max-width: 350px;
}
.pop-cart a {
	color: #fff;
	background: #1e1e1e;
	padding: 5px 10px;
	border-radius: 30px;
	font-size: 12px;
	text-decoration: none;
	width: 20%;
	min-width: 85px;
	text-align: center;
}
@font-face {
  font-family: 'roboto';
  src: url('./css/fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900; /* permet toutes les graisses */
  font-stretch: 75% 100%; /* permet les variations de largeur */
  font-display: swap;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	font-family: roboto;
	color: #333;
}
.container-center {
	max-width: 1250px;
	margin: 0 auto;
}
a {
	color: #dd80af;
	text-decoration: none;
}
body {
	margin: 0;
    font-weight: 350;
    font-size: 16px;
}
main {
	display: block;
}
img {
	border-style: none;
}
html {
	box-sizing: border-box;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
img{
    max-width : 100%;
    height: auto;
}
p, p span {
	line-height: 1.4em;
}

/* Début du blog et articles */
figure a {
	display: inline-block;
    overflow: hidden;
}
figure {
  line-height: 0;
}
.entry-meta-cat {
	color: #939393;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content-cat-art {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 12px;
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);
}
.titre-art-cat {
	font-weight: 500;
}
.article-cat img {
	transition: all ease 0.3s;
}
.article-cat:hover img {
	transform: scale(1.2) rotate(3deg);
	transition: all ease 0.3s;
}
.cat-blog {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry-meta-cat i {
	margin: 0 6px 0 0;
}
.article-cat {
	width: 32%;
    margin-bottom: 2%;
}
.img-blog {
	margin: 0;
}
.cat-blog {
	margin: 0 auto;
	max-width: 1350px;
}
.titre-art-cat {
	margin: 0 0 10px 0;
}
.titre-art-cat a {
	color : #333;
    text-decoration: none;
}
.entry-meta-blog i {
  color: #fff;
  background: #d78fa3;
  width: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
}
.entry-meta-blog {
  display: flex;
  gap: 20px;
  color: #757575;
}
.lire-article-bea {
	text-decoration: none;
	border: 1px solid #333;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	color: #333;
    transition: all ease 0.3s;
}
.nav-comment-post {
	background: #eee;
	padding: 10px;
}
.lire-article-bea:hover {
	background: #333;
	color: #fff;
	transition: all ease 0.3s;
}
#comments {
	padding: 30px;
	margin: 4% auto !important;
}
.ship-info {
	display: flex;
	align-items: center;
}
.single-post-blog,.navigation.post-navigation,#comments {
	max-width: 1000px;
	margin: 0 auto;
    border-radius: 5px;
	background: #fff;
}
.ship-info img {
	width: 26px;
}
li.product .qodef-woo-svg rect {
	animation: woo-qodef-svg-animation 5s linear infinite;
}


/* fin blog articles */

/* recherche intuitive */
.search-intuition, .search-scan {
	position: fixed;
	z-index: 999;
	background: rgba(255, 255, 255, 0.75);
	top: 0;
	left: 0;
	height: 100%;
	padding: 3%;
	width: 100%;
}
.content-search {
  max-width: 650px;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  position: relative;
  padding: 0 15px 40px 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}
.title-search {
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  margin: 5% 0;
  color: #373f50;
  letter-spacing: -0.02em;
}
.content-product-search .titre-s:hover {
  color: #5b5b5b;
}
.loading.spinner {
  height: 16px;
  position: absolute;
}

.account-cart a {
	color: #595959;
}
.compteur-pdt {
	position: absolute;
	top: -8px;
	background: #db93a7;
	border-radius: 50px;
	width: 16px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	left: -12px;
}
.logo-petitpied {
	max-width: 350px;
}
.search-int-opening {
	width: 72%;
	background: #e1e1e1;
	line-height: 40px;
	padding: 0 0 0 10px;
}
.cart-head {
	position: relative;
}
.button-search-barcode {
	background: #000;
	color: #fff;
	height: 40px;
	width: 40px;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
}
.account-cart {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}
.top-head {
	background: #efe6e0;
	padding: 10px 0;
}
.filter-items.filter-checkbox.level-0 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.account-cart i {
	font-size: 16px;
}
.content-header {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}
.head-center .content-header {
    padding: 20px 0;
}
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: inset 0px 0 0 3px #c6c6c6;
}
.header-column {
	text-align: right;
}
.content-header a, .header-column {
	width: 50%;
}
#backToTop.scrolled {
  display: block;
}
.header-column figure {
	margin: 0;
}
strong {
	font-weight: 600;
}
#backToTop .arrow-up {
	position: absolute;
	color: #bfbfbf;
	top: 10px;
	font-size: 25px;
	left: 12px;
}
#backToTop svg {
	width: 100%;
	height: 100%;
}
/* Tooltip générique */
.tooltip {
  position: relative;
  cursor: help;
  display: inline-block;
}

.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%; /* au-dessus du prix */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 99;
}
.pdt-addons .tooltip::after {

  transform: translateX(-75%);

}

.tooltip::before {
  content: '';
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 99;
}
.normal {
	font-size: 30px;
	color: #666;
}
.tilte-news {
	font-weight: bold;
	font-size: 3em;
	font-family: rochester;
	line-height: 1em;
}
input.sib-email-area {
	height: 40px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 0 0 0 10px;
}
.sib-default-btn {
	background: #d78fa3;
	color: #fff;
	padding: 10px 40px;
	font-size: 20px;
	border: none;
	border-radius: 3px;
}

.content-btn {
	display: flex;
	gap: 2%;
	align-items: center;
}
.btn-pink {
	background: #de9cae;
	color: #fff;
	font-size: 24px;
	padding: 10px 20px;
	border-radius: 5px;
    transition : all ease 0.3s
}
.btn-white {
	background: #fff;
	color: #de9cae;
	font-size: 24px;
	padding: 10px 20px;
	border-radius: 5px;
    transition : all ease 0.3s
}
.btn-pink:hover {
	background: #fff;
	color: #de9cae;
    transition : all ease 0.3s
}
.btn-white:hover {
	background: #de9cae;
	color: #fff;
    transition : all ease 0.3s
}
.turn img:hover {
	transform: scale(1.015);
	transition: all ease 0.4s;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.turn img {
	transform: scale(1);
	transition: all ease 0.4s;
	border-radius: 10px;
}
#sib_signup_form_1 {
	max-width: 700px;
	margin: 0 0 0 auto;
    background: #f4efec;
}
.sib-content {
	display: flex;
	justify-content: space-between;
}
.sib-LASTNAME-area, .sib-FIRSTNAME-area {
	width: 49%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
}
.content-newsletter {
	max-width: 1300px;
	margin: 0 auto;
}
.tooltip:hover::after,
.tooltip:hover::before {
  opacity: 1;
}
.brevo-news {
	padding: 40px 0;
	background: #f4efec url('css/images/bg-news.png') no-repeat;
	margin-top: 5%;
	background-position: 10% 0;
	background-size: contain;
}
.footer-widgets {
	max-width: 1300px;
	margin: 0 auto;
    flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.footer-columns {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	gap: 10px;
}
.container-deux {
	width: 35%;
	background: #b4aa99;
	color: #fff;
	padding: 5%;
}
.container-un {
	width: 64%;
	padding: 5% 5% 1% 5%;
}
.title-footer {
	font-weight: 600;
	font-size: 24px;
}
.text-info {
	margin: 0;
}
.text-footer {
	display: flex;
	gap: 20px;
	align-items: center;
}
.icon-footer {
	font-size: 18px;
	margin: 10px 0;
}
.wp-block-heading.peiament {
	margin-top: 40px;
}
.cpyright {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#site-footer {
	background: url('css/images/logo-vertical.png') no-repeat;
	background-position: 10% center;
    background-size: contain;
}
.close-search {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	font-size: 30px;
	color: #fb78a3;
	cursor: pointer;
	background: #fff;
	border-radius: 50px;
	width: 40px;
	text-align: center;
	line-height: 39px;
}
.form-intuition {
	background: #a1cabd;
	padding: 15px;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 15px;
    margin-bottom: 20px;
}
.title-search {
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	text-align: center;
	margin: 5% 0;
	color: #fff;
	letter-spacing: -0.02em;
}
.recherche-os {
	width: 100%;
	max-width: 650px;
	position: relative;
}
form .search {
	border: 1px solid #e1e1e1;
	padding: 5px 20px;
	background: #fff;
	border-radius: 5px;
}
#autocomplet {
	border: none;
	width: 95%;
	height: 40px;
	background: #fff;
	padding: 0 0 0 10px !important;
	border-radius: 0;
	font-size: 16px;
}
.button-search {
	border: none;
	background: none;
	color: #373f50;
	font-size: 30px;
	position: absolute;
	cursor: pointer;
}