/*!
Theme Name: bea
Author: Best Of Site
Author URI: http://underscores.me/
Description: Template BEA
Version: 1.0.0
*/
@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;
}
#colophon a {
	color: #333;
}
#colophon a:hover {
	color: #3442c2;
}
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: #0b6cff;
	text-decoration: none;
}
body {
	margin: 0;
    font-weight: 350;
    font-size: 14px;
}
main {
	display: block;
}
img {
	border-style: none;
}
html {
	box-sizing: border-box;
}
.conseiller {
	background: #fff;
	color: #333;
	padding: 10px 20px;
	font-size: 24px;
	border-radius: 3px;
	margin-top: 20px;
	display: inline-block;
}
.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 {
	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%;
}
.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;
}
.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;
}
.lire-article-bea:hover {
	background: #333;
	color: #fff;
	transition: all ease 0.3s;
}
.single-post-blog {
	max-width: 1000px;
	margin: 0 auto;
	background: #f6f6f6;
}
/* fin blog articles */

/* recherche intuitive */
.search-intuition, .search-scan {
  position: fixed;
  z-index: 999;
  background: rgba(240, 240, 240, 0.95);
  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: #1d4afb;
}
.loading.spinner {
  height: 16px;
  position: absolute;
}
.search.opening-search {
	display: flex;
	align-content: center;
	width: 30%;
	min-width: 350px;
}
.search-int-opening {
	width: 72%;
	background: #e1e1e1;
	line-height: 40px;
	padding: 0 0 0 10px;
}
.button-search-barcode {
	background: #000;
	color: #fff;
	height: 40px;
	width: 40px;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
}
.button-search-opening {
  background: #000;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

.socail-head {
	text-align:right ;
}
.transport {
	text-align: center;
}
.close-search {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	font-size: 30px;
	color: #e62b2b;
	cursor: pointer;
}
.form-intuition {
	background: #e8e8e8;
	padding: 15px;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 15px;
}
.title-search {
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	text-align: center;
	margin: 5% 0;
	color: #373f50;
	letter-spacing: -0.02em;
}
form .search {
	border: 1px solid #e1e1e1;
	padding: 5px 20px;
	background: #fff;
	border-radius: 25px;
}
#autocomplet {
	border: none;
	width: 95%;
	height: 40px;
	background: #fff;
	padding: 0 0 0 10px !important;
	border-radius: 0;
	font-size: 16px;
}
.content-search.scancb {
	height: auto;
	padding: 20px;
    text-align: center;
}
.scan-phone {
	margin: 0 auto;
	display: block;
	width: 250px;
}
#autocompletscancb {
	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;
}
.loading.spinner {
	height: 16px;
	position: absolute;
}
* {
	box-sizing: border-box;
}
.recherche-os {
	width: 100%;
	max-width: 650px;
	position: relative;
}
/* Fin search intuition */

/* Css site Bea */
.master-head {
	background: #fff;
}
.single-post #page, .woocommerce-account #page {
	background: #f6f6f6 url(css/images/bea-bg.webp) no-repeat;
    background-size: contain;
}
.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);
}
.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;
}
.valid-pdt {
	background: #13c613;
	color: #fff;
	border-radius: 29px;
	width: 23px;
	height: 23px;
	text-align: center;
}
.head-center .my-account a, .cart-ajax a, .favoris a {
	color: #333;
	text-decoration: none;
	font-weight: 400;
	position: relative;
}
.account-cart i {
	font-size: 26px;
}
.compteur-pdt {
	background: #0b6cff;
	color: #fff;
	position: absolute;
	top: -18px;
	width: 22px;
	height: 22px;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	border-radius: 50px;
	right: -14px;
}
.account-cart i:hover {
	color: #0b6cff;
	transition: all ease 0.3s;
	display: inline-block;
	padding-bottom: 5px;
}

.account-cart i {
    padding-bottom: 0px;
    display: inline-block;
	transition: all ease 0.3s;
}
.account-cart {
	display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 18px;
}
.my-account .bi.bi-person {
	font-size: 30px;
}
.title-pop {
  font-size: 12px;
  max-width: 60%;
}
.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.head-center {
	padding: 1.5% 0%;
}
.socail-head i {
	color: #333;
	font-size: 20px;
	margin-left: 10px;
}
.top-head {
	border-bottom: 1px solid #d9d9d9;
	color: #2f2f2f;
	font-weight: 300;
}
.seaparator {
	width: 1px;
	display: inline-block;
	height: 100%;
	background: #d9d9d9;
	vertical-align: sub;
	margin: 0 10px;
}
.logo-bea {
	max-width: 250px;
	transition: all ease 0.3s;
}
.menu-nav {
	background: #000;
	padding: 0 5%;
}
.archive #main {
	max-width: 100% !important;
}
#main {
	padding-top: 10px;
	max-width: 1350px;
	margin: 0 auto;
}

#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;
}
#backToTop.scrolled {
  display: block;
}
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;
}

.tooltip:hover::after,
.tooltip:hover::before {
  opacity: 1;
}
#colophon {
	background: #ededed;
	margin-top: 40px;
}
.content-footer, .conten-copyright {
	max-width: 1250px;
	margin: 0 auto;
    padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.title-footer {
	font-weight: 600;
	font-size: 16px;
}
.copyright {
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	padding-top: 20px;
	background: #f0f0f0;
}
.conten-copyright, .conten-copyright a {
	color: #999;
}
#ageModal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.conten-agemodal h2 {
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 28px;
}
#acceptAge, #denyAge {
	background: #000;
	border: 0;
	padding: 10px;
	color: #fff;
	cursor: pointer;
	margin: 0 10px 0 0;
}
.conten-agemodal p {
  margin: 30px 0;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}
.conten-agemodal {
  background: #fff;
  padding: 20px;
  text-align: center;
  max-width: 500px;
}
#denyAge {
	background: #bb2828;
}
.btn-bea-cart .yith-wcwl-add-to-wishlist-button__label {
	display: none;
}
.home-bea .products.columns-4 {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
    flex-wrap: wrap;
}
.title-home{
	font-size: 26px;
	line-height: 24px;
    margin-bottom: 40px;
    position: relative;
}
.title-home span {
	font-size: 18px !important;
	font-weight: normal;
}
.title-home::after {
	content: "";
	position: absolute;
	bottom: -11px;
	width: 100px;
	background: #0074ff;
	height: 5px;
	left: 0;
}
.recent-posts {
	display: flex;
    flex-wrap: wrap;
	gap: 2%;
	justify-content: space-between;
}
.newsletter {
	margin: 0 8%;
}
.sib-content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 40px !important;
}
.sib-email-area {
	height: 40px !important;
	border: none !important;
	border-radius: 3px;
}
.sib-FIRSTNAME-area,.sib-LASTNAME-area {
	height: 40px !important;
    border: none !important;
	border-radius: 3px;
}
.container-news {
	color: #fff;
}
.tilte-news {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}
.small-news {
	color: #848484;
	font-size: 12px;
}
.sib-default-btn i::after {
  content: "\F6C0";
  font-family: bootstrap;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sib-default-btn {
  background: #2b9592 !important;
  font-size: 18px !important;
  padding: 3px 20px 3px 10px !important;
}
#comments {
	max-width: 1000px;
	margin: 50px auto;
}
/* Fin Css site Bea */