body.child-theme{
	font-family: Lato, Arial, Helvetica, sans-serif !important;
	font: normal !important;
}

.child-theme .category-content h1,
.child-theme .product-header h1,
.child-theme .title{
	font-family: 'Amatic SC';
}
.child-theme .subtitle{
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: lighter;
	color: #000;
	width: 100%;
	text-align: center;
	/*padding: 0px 20px;*/
	padding: 0px;
	line-height: 48px;
}
#category.child-theme .category-content{
	width: 100%;
}
#deluxevalidating h1,
h1.panel-title-heading,
.page-my-account.child-theme h1,
#search #product-list-header,
#module-payline-subscriptions.child-theme h1,
.page-customer-account.child-theme h1,
#category.child-theme .category-content h1,
#contact.child-theme h1,
#ybc_blog_page.child-theme .page-heading,
#ybc_blog_page.child-theme .page-heading .title_cat,
#cms.child-theme .subtitle{
	font-size: 56px;
	line-height: 64px;
	font-weight: normal;
	font-family: 'Amatic SC';
	letter-spacing: 2px;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
}
.child-theme .category-content h1,
.child-theme .product-header h1{
	font-size: 46px;
	font-weight: normal;
}
.child-theme .subtitle{
	font-size: 32px;
	font-weight: 300;
	max-width: 980px;
	margin: 20px 0px;
	letter-spacing: 0px;
}
.child-theme .subtext{
	font-size: 30px;
	font-weight: 300;
}
.child-theme .featured_title{
	margin-bottom: 10px !important;
	font-size: 24px !important;
	text-transform: inherit !important;
	font-weight: 600 !important;
}
.child-theme .featured_text{
	font-size: 24px !important;
    letter-spacing: 2px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    color: #000;
}

.child-theme .header-home .homeslider-container .rslides .slide a .caption div p{
	margin: 0px;
    font-style: italic !important;
    font-size: 23px !important;
    color: #000;
    font-weight: 300;
}
@media (max-width:767px) {
	.child-theme .header-home .homeslider-container .rslides .slide a .caption div p{
	    font-size: 18px !important;
	}
}
.child-theme .header-home .homeslider-container .rslides .slide a .caption div p:not(:last-child){
	margin-bottom: 10px;
}
.child-theme .header-home .homeslider-container .rslides .slide a .caption h2{
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 10px;
	color: #000;
    font-style: normal !important;
}
@media (max-width:767px) {
	.header-home .homeslider-container .rslides .slide a{
		padding: 20px 40px !important;
	}
	.child-theme .header-home .homeslider-container .rslides .slide a .caption h2{
		font-size: 22px !important;
	}
	.child-theme .header-home .homeslider-container .rslides .slide a .caption{
		font-size: 22px !important;
	}
}



.logo-anime{
	width: 200px;
	height: 200px;
	padding: 5px;
	display: flex;
}
	.logo-anime-wrap{
		position: relative;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
		.logo-anime-verticales{
			display: flex;
			height: calc((100% / 3) * 2);
			width: 100%;
		}
			.logo-anime-verticales div{
				width: calc(100% / 3);
				margin: 5px;
				background-color: red;
			}
			.logo-anime-verticales div:nth-child(1){
				background-color: #2c4390;
			}
			.logo-anime-verticales div:nth-child(2){
				background-color: #c3007a;
			}
			.logo-anime-verticales div:nth-child(3){
				background-color: #feec00;
			}
		.logo-anime-horizontale{
			display: flex;
			height: calc(100% / 3);
			width: 100%;
		}
			.logo-anime-horizontale div{
				width: 100%;
				margin: 5px;
				background-color: red;
			}
				.logo-anime-horizontale div:nth-child(1){
					background-color: #6eaa41;
				}

/* Header */
.child-theme .header_common{
	background-color:#ffffff;
}
	.child-theme .header-logo{
		/*max-width: 300px;*/
		margin: 10px 50px 10px 0px;
		flex-direction: row;
	}
		.child-theme .header-logo img{
			max-height: 130px;
		}
		.child-theme .header-logo .logo-baseline{
			font-size: 30px;
			/*font-weight: bold;*/
			text-transform: initial;
			color: #000000;
			font-family: 'Amatic SC';
			text-align: left;
			margin: 0px 0px 0px 20px;
			max-width: 80px;
		}
	.child-theme #header .header-nav .blockcart a:hover,
	.child-theme #header .header-nav .blockcart a,
	.child-theme #header a {
		color: #000;
		font-size: 16px;
		font-weight: 300;
	}

/* Search bar */
.child-theme #searchbar_widget form{
	height: 35px;
	width: 320px;
	border-bottom: 1px solid #000;
}
	.child-theme #searchbar_widget input[type="text"],
	.child-theme #searchbar_widget input[type="text"]::placeholder{
		font-size: 16px;
	}
	.child-theme #searchbar_widget input[type="text"]::placeholder{
		font-style: italic;
	}
	.child-theme #searchbar_widget [type="submit"]:focus,
	.child-theme #searchbar_widget [type="submit"]:hover,
	.child-theme #searchbar_widget [type="submit"]:active,
	.child-theme #searchbar_widget [type="submit"]{
		background-color: #fff !important;
		width: auto;
		padding: 0px;
	}
/* Page Builder */
.child-theme .elementor-element.elementor-element-cixdfhs h2.elementor-heading-title,
.child-theme .elementor h2{
	font-size: 20px;
	font-family: Lato;
	color: #385988;
	font-weight: bold;
}
.child-theme .elementor h3{
	font-size: 16px;
	font-family: Lato;
	color: #ffc8bc;
	font-weight: bold;
}

.child-theme .elementor .elementor-widget-text-editor{
	color: #000;
	font-family: Lato;
}

/* Buttons */
.child-theme .form-control:focus,
.child-theme .input-group.focus {
  	outline: 3px solid #b8ffdf;
}
.child-theme .btn-primary:visited,
.child-theme .btn-secondary:visited,
.child-theme .btn-primary,
.child-theme .btn-secondary{
	color: #000;
	background-color: #ecdcfe;
	text-decoration: none;
	border: 0px;
}
.child-theme .btn-primary.focus,
.child-theme .btn-primary:focus,
.child-theme .btn-primary:active,
.child-theme .btn-primary:hover{
	color: #000;
	background-color: #b8ffdf;
	border: 0px;
}
.child-theme .btn-primary.active,
.child-theme .btn-primary:active,
.child-theme .open>.btn-primary.dropdown-toggle {
	color: #000;
	background-color: #b8ffdf;
}

/* Products */
.products .product_miniature-wrap .product_miniature-title{
	margin-bottom: 10px;
}
.products .product_miniature-wrap .a-partir{
	margin-bottom: 10px;
}
.child-theme #featured_products .subtitle{
	padding: 0px 20px;
	max-width: 890px;
}
.child-theme #featured_products .subtext{
	letter-spacing: 2px;
	padding: 0px 20px;
	text-align: center;
}
.child-theme .featured_products{
	background-color: rgba(207,206,206,0.2);
}
.child-theme .featured_products-wrap{
	position: relative;
}
	.child-theme .featured_products-wrap:before{
		background-image:none;
		background-size: 60px 60px;
		background-image: url(../img/pattern.svg);
		background-attachment: fixed;
		content: '';
		position: absolute;
		top: inherit;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 55%;
		z-index: 0;
	}
.child-theme .product_miniature .product_miniature-drapeau{
	background-image: url(../img/bg-flag.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
	.child-theme .product_miniature .product_miniature-drapeau span{
		font-size: 13px;
		color: #fff;
		text-transform: uppercase;
		padding: 5px 10px;
		background-color: #000;
	}
.child-theme .product_miniature:after{
	background-image: url(../img/plus-btn.svg) !important;
	background-color: transparent !important;
	background-position: center center !important;
	background-size: 50px 50px;
	width: 60px;
	height: 60px;
	left: calc(50% - (60px / 2));
	bottom: -40px;
	border-radius: 0px;
	background-repeat: no-repeat;
	content: '';
	background-color: transparent !important;
	margin: 0px;
	opacity: 0;
	transition: .6s;
}
.child-theme .product_miniature:before{
	background-image: url(../img/plus-btn.svg);
	background-position: center center !important;
	background-size: 50px 50px;
	width: 60px;
	height: 60px;
	left: calc(50% - (60px / 2));
	bottom: -50px;
	border-radius: 0px;
	background-repeat: no-repeat;
	content: '';
	background-color: transparent !important;
	opacity: 1;
	transition: .4s;
}
.child-theme .product_miniature:hover:after{
	opacity: 1;
	transform: rotateZ(360deg) scale(1.1);
	z-index: 3;
}
.child-theme .product_miniature:hover:before{
	opacity: 0;
}

.child-theme .product-information a{
	color: #b8ffdf;
}
.child-theme#product .product-discount .regular-price{
	color: #ffc8bc;
}
.child-theme#product .has-discount .discount{
	background-color: #ffc8bc;
}

.child-theme .product_miniature .logo-anime{
	opacity: 0.8;
	transition: 0.2s;
}
.child-theme .product_miniature:hover .logo-anime{
	opacity: 1;
}
.child-theme .product_miniature .logo-anime .logo-anime-verticales div{
	transform-origin: center bottom;
}
.child-theme .product_miniature:hover .logo-anime .logo-anime-verticales div{
	animation: logo-animation;
	animation-duration: 1s;
}
.child-theme .product_miniature:hover .logo-anime .logo-anime-verticales div:nth-child(2){
	animation-duration: 0.5s;
}
.child-theme .product_miniature:hover .logo-anime .logo-anime-verticales div:nth-child(3){
	animation-duration: 0.2s;
}
@keyframes logo-animation{
	0%{
		transform: scaleY(1);
	}
	10%{
		transform: scaleY(0.5);
	}
	100%{
		transform: scaleY(1);
	}
}
/* Main menu */
.child-theme .ets_mm_megamenu .container{
	background-color:#fff !important;
}
.child-theme .transition_floating .mm_menus_ul.active{
	background-color: #fff !important;
}
.child-theme .header-menu .mm_columns_ul{
	overflow:hidden !important;
	background-color: #fff !important;
}
@media(max-width: 768px){
	/*.child-theme .transition_floating .mm_menus_ul.active{
		background-color: #000000 !important;
	}
	.child-theme .header-menu .mm_columns_ul{
		background-color: #000000 !important;
	}*/
}
	.child-theme .mm_menus_li > a{
		padding: 15px 0px !important;
	}
	.child-theme .mm_menus_li > a > span{
		padding:  0px 15px !important;
		position: relative;
	}
	.child-theme .mm_menus_li:not(:last-child) > a > span::after{
		height: 100%;
		width: 2px;
		position: absolute;
		right: 0px;
		top: 0px;
		content: '';
		background-color: #000;
		display: block !important;
	}
	@media(max-width: 1024px){
		.child-theme .mm_menus_li:not(:last-child) > a > span::after{
			display: none !important;
		}
	}
	.child-theme .mm_menus_li:nth-child(n+1) > a::after{
		background-color: #ffcabf !important;
	}
	.child-theme .mm_menus_li:nth-child(2n+2) > a::after{
		background-color: #eddbff !important;
	}
	.child-theme .mm_menus_li:nth-child(3n+3) > a::after{
		background-color: #b4ffe2 !important;
	}
	.child-theme .mm_menus_li:nth-child(4n+4) > a::after{
		background-color: #ffdcff !important;
	}
		.child-theme .mm_menu_content_title{
			font-size: 19px !important;
			font-weight: 500 !important;
			color: #000 !important;
			text-transform: uppercase !important;
			display: flex !important;
			flex-direction: row !important;
			align-items: center !important;
			padding: 0 !important;
		}

/* Reassurance */
.child-theme #reassurance ul li{
	position: relative;
}
.child-theme #reassurance ul li:nth-child(2):before{
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 100%;
	height: 5px;
	content: '';
	background-image: url(../img/drapeau.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
/* Categories */
.child-theme .block-category.card h1,
.child-theme .category_description-title{
	font-size: 48px;
	color: #000;
	line-height: normal;
	letter-spacing: 2px;
	line-height: 45px;
}
.child-theme .category_description-title{
	letter-spacing: 10px;
}
.child-theme .category_description-text{
	color: #000;
}
/* Product */
.child-theme .product_images-zoom-carrousel-buttons .product_images-zoom-carrousel-magnify .material-icons {
    color: #000;
    box-shadow: #000000 0px 0px 20px;
    background-color: #ecdcfe;
    border-radius: 80px 80px 0px 80px;
}
.child-theme .product-images-item-wrap:before {
    border-color: #ecdcfe transparent transparent transparent;
}
.child-theme .product-images-item-wrap:after {
    border-color: transparent transparent #ecdcfe transparent;
}
.child-theme .product-actions .phone .btn,
.child-theme .product-actions .mail .btn,
.child-theme .product-actions .offer .btn,
.child-theme .product-actions .add .btn {
    background-color: #ecdcfe;
    border: 0px;
    font-family: Lato;
    color: #000;
    transition: .2s;
}
.child-theme .product-actions .phone .btn:hover,
.child-theme .product-actions .mail .btn:hover,
.child-theme .product-actions .offer .btn:hover,
.child-theme .product-actions .add .btn:hover {
	background-color: #b8ffdf;
}
.child-theme #blockcart-modal .btn-secondary{
	color: #000;
	background-color: #ffc8bc;
}
.child-theme #blockcart-modal .btn-primary,
.child-theme #blockcart-modal
.child-theme .btn-primary:visited,
.child-theme #blockcart-modal .btn-primary:active,
.child-theme #blockcart-modal .btn-primary:active:hover,
.child-theme #blockcart-modal .btn-primary:active:focus,
.child-theme #blockcart-modal .btn-primary:focus,
.child-theme #blockcart-modal .btn-primary:hover{
    background-color: #ecdcfe !important;
    border-color: #ecdcfe !important;
    color: #000 !important;
    font-family: Lato;
}
.child-theme#checkout .continue,
.child-theme .btn-valid-step,
.child-theme .btn-valid-step:visited,
.child-theme .btn-valid-step:active,
.child-theme .btn-valid-step:active:hover,
.child-theme .btn-valid-step:active:focus,
.child-theme .btn-valid-step:focus,
.child-theme .btn-valid-step:hover {
    background-color: #b8ffdf;
    border-color: #b8ffdf;
    font-family: Lato;
}

#product .product-buttons{
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.child-theme#product .quick-access{
	background-color: #b8ffdf;
	background-image: none;
	margin: 10px 10px 10px 0px;
	padding-left: 20px;
	color: #000000;
	/*text-decoration: underline;*/
}
.child-theme#product .quick-access:last-child{
	margin-right: 0px;
}
	.child-theme#product .quick-access:before,
	.child-theme#product .quick-access:after{
		border-color: #b8ffdf;
		/*display: none;*/
	}
	.child-theme#product .quick-access:before{
		background-color: #b8ffdf;
	}
.child-theme#product .quick-access:nth-child(even){
	background-color: #ffc8bc;
}
	.child-theme#product .quick-access:nth-child(even):before,
	.child-theme#product .quick-access:nth-child(even):after{
		border-color: #ffc8bc;
	}
	.child-theme#product .quick-access:nth-child(even):before{
		background-color: #ffc8bc;
	}

/* */
.child-theme .featured_block{
	position: relative;
}
.child-theme .featured_block:before,
.child-theme .featured_block:after{
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	content:'' !important;
}
.child-theme .featured_block:before{
	display: block;
	border: 1px solid #fff;
	top: 10px;
	left: 10px;
	margin: 0px;
	bottom: inherit;
	right: inherit;
	border-radius: 0px;
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	content: '';
}
.child-theme .featured_block:after{
	background-image: url(../img/plus-btn.svg);
	background-color: transparent;
	z-index: 1;
	content: '';
	transform: scale(0.9);
}
.child-theme .featured_block:hover:before{
	transform: scale(0.95);
}
.child-theme .featured_block:hover:after{
	transform: scale(1);
}

/* */

.child-theme .blog_slider_wrap{
	padding-bottom: 120px !important;
}
.child-theme .blog_slider_wrap .title{
	line-height: 60px;
	font-size: 72px;
	font-weight: 300;
	letter-spacing: 4px;
	font-family: Lato;
}
.child-theme .blog_slider_wrap .title img{
	margin-right: 40px;
}
.child-theme .blog_slider_wrap .subtitle{
	font-size: 30px;
	text-align: center;
	justify-content: center;
	letter-spacing: 3px;
}
.child-theme .blog_slider_wrap:after{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 530px;
	content: '';
	background-image: url(../img/home-blog-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	z-index: 2;

}
.child-theme .blog_slider_wrap .sliders_blog_juliana .slide-wrap,
.child-theme .prestablog_slider_wrap .sliders_prestablog_juliana .slide-wrap{
	width: 50%;
}
.child-theme .blog_slider_wrap .sliders_blog_juliana .slide-wrap .slide:before,
.child-theme .prestablog_slider_wrap .sliders_prestablog_juliana .slide-wrap .slide:before{
	background-image: url(../img/plus-btn.svg);
	background-position: center center !important;
	background-size: 50px 50px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(50% - (60px / 2));
	bottom: -30px;
	border-radius: 0px;
	background-repeat: no-repeat;
	content: '';
	background-color: transparent !important;
	opacity: 1;
	transition: .4s;
}
.child-theme .blog_slider_wrap .sliders_blog_juliana .slide-wrap .slide:after,
.child-theme .prestablog_slider_wrap .sliders_prestablog_juliana .slide-wrap .slide:after{
	background-image: url(../img/plus-btn.svg) !important;
	background-color: transparent !important;
	background-position: center center !important;
	background-size: 50px 50px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(50% - (60px / 2));
	bottom: -20px;
	border-radius: 0px;
	background-repeat: no-repeat;
	content: '';
	background-color: transparent !important;
	margin: 0px;
	opacity: 0;
	transition: .6s;
}
.child-theme .blog_slider_wrap .sliders_blog_juliana .slide-wrap .slide:hover:after,
.child-theme .prestablog_slider_wrap .sliders_prestablog_juliana .slide-wrap .slide:hover:after {
	opacity: 1;
	transform: rotateZ(360deg) scale(1.1);
	z-index: 3;
}
.child-theme .blog_slider_wrap .sliders_blog_juliana .slide-wrap .slide:hover:before,
.child-theme .prestablog_slider_wrap .sliders_prestablog_juliana .slide-wrap .slide:hover:before {
	opacity: 0;
}
.child-theme .blog_slider_wrap .sliders_blog_juliana .slide-wrap .slide .slide-content,
.child-theme .prestablog_slider_wrap .sliders_prestablog_juliana .slide-wrap .slide .slide-content{
	padding: 30px 0px;
}
.child-theme .blog_slider_wrap .sliders_blog_juliana .slide-wrap .slide .title,
.child-theme .prestablog_slider_wrap .sliders_prestablog_juliana .slide-wrap .slide .title{
	font-style: 22px;
}
.child-theme .blog_description{
	color: #000;
	font-size: inherit;
	line-height: inherit;
}
.child-theme .blog_view_all,
.child-theme .view_all_link{
	background-color: #385988 !important;
	border: 1px solid #385988 !important;
}

.child-theme #sign-wrap{
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	overflow: hidden;
}
	.child-theme #sign{
		position: relative;
		font-size: 13px;
		padding: 0px 20px;
		height: 16px;
		display: inline-flex;
		justify-content: center;
		align-items: flex-end;
		background-color: #fff;
	}
		.child-theme #sign:before{
			position: absolute;
			left: -140px;
			top: 0px;
			width: 140px;
			height: 100%;
			content:'';
			background-color: #224cad;
		}
		.child-theme #sign:after{
			position: absolute;
			right: -140px;
			top: 0px;
			width: 140px;
			height: 100%;
			content:'';
			background-color: #bc0f0f;
		}


/* Reassurance / Badges */
#reassurance{
	position: relative;
}
#reassurance:before{
	position: absolute;
	top: 60%;
	left: 0px;
	width: 100%;
	height: 60%;
	content: '';
	background-color: #f9f1ea;
}
.badge .elementor-image{
	width: 220px;
	height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: #f9f1ea;
	border-radius: 100%;
	margin: auto;
	position: relative;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.badge .elementor-image:after{
	background-image: url(../img/plus-btn.svg) !important;
	background-color: transparent !important;
	background-position: center center !important;
	background-size: 50px 50px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(50% - (60px / 2));
	bottom: -40px;
	border-radius: 0px;
	background-repeat: no-repeat;
	content: '';
	background-color: transparent !important;
	margin: 0px;
	opacity: 1;
	z-index: 2;
	transition: .4s;
}
.badge .elementor-image:before{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 75% 50% 100% 100%;
	content: '';
	transform-origin: center center;
	transform: scale(0) translateY(50%) translateX(-25%);
	transition: .4s;
	transition-timing-function: cubic-bezier(.91,.06,.12,.87);
	z-index: 0;
}
.badge .elementor-image a,
.badge .elementor-image img{
	z-index: 1;
}
.badge.violet .elementor-image:before{
	background-color: #eddbff;
}
.badge.bleu .elementor-image:before{
	background-color: #bfc2ff;
}
.badge.rose .elementor-image:before{
	background-color: #ffcabf;
}
.badge.vert .elementor-image:before{
	background-color: #b4ffe2;
}
.badge:hover .elementor-image:before{
	border-radius: 100%;
	transform: scale(1) translateY(0) translateX(0);
}

/* Dates livraison */
.dd_available{
	display: flex !important;
}
.dd_available i{
	color: #ffc8bc;
	margin-right: 5px;
}
/* Formulaire custom */
#ets_cft_page h1.panel-title-heading{
	margin-top: 60px;
	margin-bottom: 40px;
}
#ets_cft_page #main{
	max-width: 860px !important;
}
#ets_cft_page .page-content{
	padding:  25px;
}
#ets_cft_page #main h2{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
}
p.ets_cfu_help_block{
	color: #000;
}


/* User validation */
#user-registered .page-content{
	margin-top: 60px;
}
#alertprivate{
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
	#alertprivate i{
		color: #ffc8bc;
		font-size: 48px;
		margin-bottom: 20px;
	}
#user-registered #main{
	max-width: 860px !important;
}
#inscrivez-vous{
	position: absolute;
	bottom: -130px;
}

#inscrivez-vous p,
#devenez-vendeur p{
	margin: 0px;
}
#inscrivez-vous a img,
#devenez-vendeur a img{
	transition: .6s;
}
#inscrivez-vous a:hover img,
#devenez-vendeur a:hover img{
	transform: rotateZ(360deg) scale(1.1);
}
#inscrivez-vous a > span,
#devenez-vendeur a > span{
	position: relative;
	color: #000;
	font-style: normal;
	text-transform: uppercase;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	width: 250px;
	position: absolute;
	left: calc(50% - 125px);
	bottom: 50px;
	border-radius: 10px;
	letter-spacing: 2px;
	font-size: 18px;
	background-color: #f9f1ea;
	overflow: hidden;
}
#inscrivez-vous a > span > span,
#devenez-vendeur a > span > span{
	position: relative;
	z-index: 2;
}
#inscrivez-vous a > span:before,
#devenez-vendeur a > span:before{
	position: absolute;
	left: -100%;
	top: 0px;
	content: '';
	background-color: #eddbff;
	height: 100%;
	width: 100%;
	z-index: 1;
	transition: 0.2s;
}
#inscrivez-vous a:hover > span:before,
#devenez-vendeur a:hover > span:before{
	left: 0px;
}

/* Footer */
.child-theme #footer{
	background-color: #fff;
}
	.child-theme .footer_common-row-infos{
		border: 0px;
	}
.child-theme .footer_block-half .footer_block-title-wrap{
	margin-bottom: 20px;
}
.child-theme .footer_block-title{
	font-weight: normal;
	display: inline-flex;
	max-width: 240px;
}
.child-theme .footer_block-picto{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	font-size:  19px;
}
.child-theme .footer_block-reseaux{
	margin-top: 20px;
}
.child-theme .footer_block-reseaux a{
	margin: 0px 20px 0px 0px;
}
.child-theme .footer_block-picto-img{
	width: 40px;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.child-theme .footer_block-picto img{
	height: 40px;
}

.child-theme .btn-reserver{
	color: #000;
	margin: 0px;
	padding: 0px 20px;
	height: 40px;
	background-image: none;
	background-color: #ecdcfe;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	border-radius: 0px;
	border: 0px !important;
	cursor: pointer;
	font-size: 18px;
	align-self: flex-end;
	transition: .2s;
}
.child-theme .btn-reserver:hover{
	background-color: #b8ffdf;
}

.child-theme .btn-reserver span{
	color: #000;
}
.child-theme .btn-reserver img{
	margin-right: 10px;
	width: 20px;
}


/*@media(max-width: 767px){
	.child-theme .transition_floating .mm_menus_ul.active{
		top: 20px;
	}
}*/
@keyframes shakinLoop{
    0%{transform: rotateZ(0deg);}
    25%{transform: rotateZ(5deg);}
    75%{transform: rotateZ(-5deg);}
    100%{transform: rotateZ(0deg);}
}
@keyframes rotationLoop{
    0%{transform: rotateZ(0deg);}
    100%{transform: rotateZ(360deg);}
}
@keyframes rotationLoopOut{
    0%{transform: rotateZ(45deg);}
    100%{transform: rotateZ(0deg);}
}
@keyframes bounce {
	0%{
		-webkit-transform: scale(0);
		transform: scale(0);
		transition: cubic-bezier(0.1, -0.6, 0.2, 0);
	}

	40% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		transition: cubic-bezier(0.1, -0.6, 0.2, 0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		transition: cubic-bezier(0.1, -0.6, 0.2, 0);
	}
}

@keyframes logo-animation{
	0%{
		transform: scaleY(1);
	}
	10%{
		transform: scaleY(0.5);
	}
	100%{
		transform: scaleY(1);
	}
}

@keyframes logo-animation-menu{
	0%{
		filter: grayscale(100%) invert(0%);
	    -webkit-filter: grayscale(100%) invert(0%);
	    -moz-filter: grayscale(100%) invert(0%);
	    -ms-filter: grayscale(100%) invert(0%);
	    -o-filter: grayscale(100%) invert(0%);
	}
	50%{
		filter: grayscale(100%) invert(100%);
	    -webkit-filter: grayscale(100%) invert(100%);
	    -moz-filter: grayscale(100%) invert(100%);
	    -ms-filter: grayscale(100%) invert(100%);
	    -o-filter: grayscale(100%) invert(100%);
	}
	100%{
		filter: grayscale(100%) invert(0%);
	    -webkit-filter: grayscale(100%) invert(0%);
	    -moz-filter: grayscale(100%) invert(0%);
	    -ms-filter: grayscale(100%) invert(0%);
	    -o-filter: grayscale(100%) invert(0%);
	}
}


@media(max-width: 1450px) {
	.child-theme .header_common{
		padding: 15px 20px 0px 20px;
	}
	.child-theme .header-logo{
		margin-right: 20px;
		padding-left: 0px;
	}
	.child-theme .mm_menu_content_title{
		font-size: 17px !important;
	}
	.child-theme header#header.small .header-logo{
		margin-right: 40px;
	}
}
@media(max-width: 1280px) {
	.child-theme .header-tools{
		align-items: center;
	}
	.child-theme #header .header-logo{
		margin-right: 20px;
		max-width: 210px;
	}
		.child-theme #header .header-logo .logo-baseline{
			font-size: 26px;
		}
		.child-theme #header .header-logo img.logo{
			max-width: 80px;
			margin: 0px;
		}

	.child-theme .blog_slider_wrap .title{
		font-size: 42px;
	}
		.child-theme .blog_slider_wrap .title img{
			width: 60px;
		}
	.child-theme .blog_slider_wrap .subtitle{
		font-size: 24px;
		line-height: 38px;
		padding: 0px 20px;
	}
}
@media(max-width: 1024px) {
	.child-theme .header_common{
		padding: 0px 20px;
	}
	.child-theme #header .header-nav{
		justify-content: center;
	}
	.child-theme .header_widget_btn,
	.child-theme #header .header-nav .blockcart a:hover,
	.child-theme #header .header-nav .blockcart a,
	.child-theme #header a{
		font-weight: 500;
		color: #fff !important;
	}

	.child-theme #header .mm_menus_li a,
	.child-theme #header .mm_menu_content_title{
		color: #000 !important;
	}
	.child-theme .header-menu .ets_mm_categories li a::before,
	.child-theme .header-menu .mm_columns_ul::after{
		display: none !important;
	}
}

@media(max-width: 920px) {

	.child-theme .blog_slider_wrap .title{
		font-size: 34px;
		line-height: 34px;
	}
		.child-theme .blog_slider_wrap .title img{
			margin-right: 20px;
		}

	.child-theme .blog_slider_wrap .subtitle {
	    font-size: 18px;
	    line-height: 26px;
	}

	.child-theme .subtitle{
		font-size: 22px;
		line-height: 26px;
	}

		.child-theme #featured_products .subtitle{
			font-size: 36px;
			line-height: 56px;
		}

	.child-theme .block-category.card h1,
	.child-theme .category_description-title{
		font-size: 30px;
		line-height: 34px;
	}
	.child-theme .category_description-text{
		font-size: 16px;
	}

	.child-theme .featured_title{
		font-size: 18px !important;
	}
	.child-theme .featured_text{
		font-size: 18px !important;
	}

	.child-theme #featured_products .subtitle{
		font-size: 36px;
		line-height: 56px;
	}

}
@media(max-width: 720px) {
	.child-theme .blog_slider_wrap .sliders_blog_juliana .slide-wrap,
	.child-theme .prestablog_slider_wrap .sliders_prestablog_juliana .slide-wrap{
		width: 100%;
	}
}
@media(max-width: 640px) {

	.child-theme #featured_products .subtitle{
		font-size: 26px;
		line-height: 34px;
	}
	.child-theme .subtext{
		font-size: 24px;
	}
}