/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.arrows-wrapper {
	display: flex;
	margin-top: 1rem;
/* 	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	 */	align-items: center;
	justify-content: center;
}
.dots-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.dots-wrapper ul {
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	list-style: none !important;
	padding-left: 0 !important;
	height: 22px;
}
.dots-wrapper button {
	background: #333;
	border: 0;
	font-size: 0;
	width: 12px;
	height: 12px;
	margin: 5px;
	border-radius: 3px;
	outline: 0;
	cursor: pointer;
	vertical-align: top;
	padding: 0;
}
.dots-wrapper .slick-active button {
	background: var(--primary);
}
.arrows-wrapper .slick-arrow {
	cursor: pointer;
	background: none;
	border: 0;
	outline: 0;
	padding: 0;
}
.arrows-wrapper .slick-arrow i {
	width: 2rem;
	height: 2rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}
.arrows-wrapper .slick-prev:hover i {
	transform: translateX(-50%);
}
.arrows-wrapper .slick-next:hover i {
	transform: translateX(50%);
}

/*
.register-form-wrapper {
	backface-visibility: hidden;
	transform: rotateY(0deg);
	transition: all .5s;
}
.register-form-ad {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to right, #ff9f3b 0%, #ffd04c 100%);

}
.register-form {
	transform: rotateY(180deg);
}*/
.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
	opacity: 0.5;
}
.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}
.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 0.25;
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%);
}

/* Products */
.reassurance-custom {
    margin: 0;
    padding: 0;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
}

.reassurance-custom span.custom-text {
    margin: 0;
    padding: 0;
    padding-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.product-desc-details{
	margin: 3rem 0;
}

.moyen-paiement-img{
	height: 30px !important;
	object-fit: contain;
}

/*###############
	Products miniature
	#############*/

.product-flags{
	height: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-flags li.product-flag.on-sale{
	background-color: #FF0000;
	order: 2;
}
.product-flags li.product-flag.discount{
	background-color: #FF0000;
	order: 1;
}

.product-price-and-shipping .regular-price{
	text-decoration: line-through;
}

/*###############
	Products page
	#############*/

.slider-product{
	width: 200px;
	height: 200px;
}

.text-transform-cap{
	text-transform: capitalize;
}

.product-img-big{
	width: 80% !important;
}

.product-img-little{
	width: 200px !important;
	height: 200px !important;
}

.slick-arrow{
	top: calc(50% - 30px);
	font-size: 60px;
	opacity: 1 !important;
}

/*###############
	Meo-Slider Ligne de flotaison 
	#############*/

.meo-slider{
	height: 75.5vh;
}

/*###############
	Header Icone Réseaux sociaux 
	#############*/
.header-nav .block-social li:hover {
	background-color: #009fe3;
}

.header-nav .block-social li:hover i::before{
	color: white;
}

.header-nav .block-social .fa-facebook-f::before{
	color: var(--primary);
}

/*###############
Footer 
#############*/
.logo-meosis img{
	height: 30px;
}
/*###############
Footer Icone Réseaux sociaux 
#############*/
.footer-col .block-social .fa-google-my-business::before {
	color: white;
}
.footer-col .block-social .fa-instagram::before {
	color: white;
}
.footer-col .block-social li:hover {
	background-color: white;
}
.footer-col .block-social li:hover i::before{
	color: var(--primary);
}

/*###############
	Home slider
#############*/
.hero #meo-slider-1{
	margin-top: 100px;
}

.hero #meo-slider-1 .slider-item{
	max-height: 525px;
	background-size: cover;
}

/*###############
	Nav bar
#############*/
.meo-custom-menu .mm_menus_ul{
	display: flex;
	justify-content: center;
}

.meo-custom-menu.scroll_heading .mm_menus_ul{
	display: flex !important;
	justify-content: center !important;
}

.meo-custom-menu .mm_columns_ul{
	padding-top: 0;
	left: 0 !important;
}

.meo-custom-menu .mm_menus_li.hover:hover .mm_columns_ul{
	display: flex;
	/* width: 100vh !important; */
}

.meo-custom-menu .ets_mm_categories{
	display: flex !important;
	flex-direction: row !important;
	/* justify-content: center; */
	justify-content: space-evenly;
	background-color: #000000;
	/* width: 100vh !important; */
}

.meo-custom-menu .mm_has_sub .ets_mm_categories li .ets_mm_categories{
	flex-direction: column !important;
}

/* .meo-custom-menu .has-sub:hover .ets_mm_categories{
	width: 100vh !important;
} */

/* .meo-custom-menu .mm_columns_li{
	position: unset !important;
} */

.meo-custom-menu .has-sub .ets_mm_categories li,
.meo-custom-menu .mm_has_sub .ets_mm_categories li
{
	margin-right: 15px;
	border: none;
}

.meo-custom-menu .ets_mm_categories li{
	width: fit-content !important;
}

.meo-custom-menu .ets_mm_block_content ul li ul{
	left: 0 !important;
	top: auto !important;
}

.meo-custom-menu .ets_mm_url,
.meo-custom-menu .ets_mm_url:after
{
	color: white !important;
}

.meo-custom-menu .mm_blocks_li{
	margin-bottom: 0;
}

.meo-custom-menu .column_size_2 {
	width: 100%;
}

/* @media (min-width: 768px){
	.meo-custom-menu .mm_menus_li{
		position: relative;
	}

	.meo-custom-menu .mm_columns_ul{
		width: 100% !important;
		position: absolute;
		top: 50px;
	}

	.meo-custom-menu .ets_mm_categories{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
} */

/*###############
	About Home
#############*/
@media (min-width: 768px){
	.about-content{
		height: 525px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 2vw 0 18vw;
	}

	.about-content .btn{
		width: fit-content;
	}
}

/*###############
	Nouveaute Home
#############*/
#home-cat-product-block .nouveautes-miniature-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

/* HOME - Promotions en grille */
section.specials-products .products {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* Si des restes slick traînent */
section.specials-products .slick-list,
section.specials-products .slick-track,
section.specials-products .slick-slide {
  width: auto !important;
  transform: none !important;
}

/* Tablette */
@media (max-width: 1200px){
  section.specials-products .products{
    grid-template-columns: repeat(4, 1fr);
  }
    #home-cat-product-block .nouveautes-miniature-list{
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px){
  section.specials-products .products{
    grid-template-columns: repeat(2, 1fr); /* 2 par ligne */
    gap: 12px;
  }
    #home-cat-product-block .nouveautes-miniature-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}