/*!
Theme Name: printorama
Theme URI: http://underscores.me/
Author: LIONDOR Cyril
Author URI: http://cliondor@gmail.com
Description: A theme from scratch by Cyril LIONDOR
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: printorama
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

printorama is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


:root{
	--primary : #1D1029;
	--secondary : #F05B57;
}

@font-face {
	font-family: 'nexa_boldregular';
	src: url('fonts/nexa_bold-webfont.woff2') format('woff2'),
	url('fonts/nexa_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'nexa_lightregular';
	src: url('fonts/nexa_light-webfont.woff2') format('woff2'),
	url('fonts/nexa_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'nexaextra_light';
	src: url('fonts/nexa-extralight-webfont.woff2') format('woff2'),
	url('fonts/nexa-extralight-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'nexaheavy';
	src: url('fonts/nexa-heavy-webfont.woff2') format('woff2'),
	url('fonts/nexa-heavy-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
	 body {
	 	margin: 0;
	 }

/**
 * Render the `main` element consistently in IE.
 */
	 main {
	 	display: block;
	 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
	 h1 {
	 	font-size: 2em;
	 	margin: 0.67em 0;
	 }

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
	 hr {
	 	box-sizing: content-box;
	 	height: 0;
	 	overflow: visible;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 pre {
	 	font-family: monospace, monospace;
	 	font-size: 1em;
	 }

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
	 a {
	 	background-color: transparent;
	 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
	 abbr[title] {
	 	border-bottom: none;
	 	text-decoration: underline;
	 	text-decoration: underline dotted;
	 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
	 b,
	 strong {
	 	font-weight: bolder;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 code,
	 kbd,
	 samp {
	 	font-family: monospace, monospace;
	 	font-size: 1em;
	 }

/**
 * Add the correct font size in all browsers.
 */
	 small {
	 	font-size: 80%;
	 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
	 sub,
	 sup {
	 	font-size: 75%;
	 	line-height: 0;
	 	position: relative;
	 	vertical-align: baseline;
	 }

	 sub {
	 	bottom: -0.25em;
	 }

	 sup {
	 	top: -0.5em;
	 }

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
	 img {
	 	border-style: none;
	 }

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
	 button,
	 input,
	 optgroup,
	 select,
	 textarea {
	 	font-family: inherit;
	 	font-size: 100%;
	 	line-height: 1.15;
	 	margin: 0;
	 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
	 button,
	 input {
	 	overflow: visible;
	 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
	 button,
	 select {
	 	text-transform: none;
	 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
	 button,
	 [type="button"],
	 [type="reset"],
	 [type="submit"] {
	 	-webkit-appearance: button;
	 }

/**
 * Remove the inner border and padding in Firefox.
 */
	 button::-moz-focus-inner,
	 [type="button"]::-moz-focus-inner,
	 [type="reset"]::-moz-focus-inner,
	 [type="submit"]::-moz-focus-inner {
	 	border-style: none;
	 	padding: 0;
	 }

/**
 * Restore the focus styles unset by the previous rule.
 */
	 button:-moz-focusring,
	 [type="button"]:-moz-focusring,
	 [type="reset"]:-moz-focusring,
	 [type="submit"]:-moz-focusring {
	 	outline: 1px dotted ButtonText;
	 }

/**
 * Correct the padding in Firefox.
 */
	 fieldset {
	 	padding: 0.35em 0.75em 0.625em;
	 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
	 legend {
	 	box-sizing: border-box;
	 	color: inherit;
	 	display: table;
	 	max-width: 100%;
	 	padding: 0;
	 	white-space: normal;
	 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
	 progress {
	 	vertical-align: baseline;
	 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
	 textarea {
	 	overflow: auto;
	 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
	 [type="checkbox"],
	 [type="radio"] {
	 	box-sizing: border-box;
	 	padding: 0;
	 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
	 [type="number"]::-webkit-inner-spin-button,
	 [type="number"]::-webkit-outer-spin-button {
	 	height: auto;
	 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
	 [type="search"] {
	 	-webkit-appearance: textfield;
	 	outline-offset: -2px;
	 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
	 [type="search"]::-webkit-search-decoration {
	 	-webkit-appearance: none;
	 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
	 ::-webkit-file-upload-button {
	 	-webkit-appearance: button;
	 	font: inherit;
	 }

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
	 details {
	 	display: block;
	 }

/*
 * Add the correct display in all browsers.
 */
	 summary {
	 	display: list-item;
	 }

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
	 template {
	 	display: none;
	 }

/**
 * Add the correct display in IE 10.
 */
	 [hidden] {
	 	display: none;
	 }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--primary);
/*	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
font-family: 'nexa_lightregular', sans-serif;
font-size: 1rem;
line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'nexa_boldregular', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: transparent;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
/*	color: #4169e1;*/
}

a:visited {
/*	color: #800080;*/
}

a:hover,
a:focus,
a:active {
/*	color: #191970;*/
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	/* display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.toggled #primary-menu{
	right: 0;
	opacity: 1;
	pointer-events: initial;
}


@media screen and (max-width: 900px) {

	#primary-menu{
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100vh;
		background-color: #fff;
		padding: 40px;
		right: -100px;
		opacity: 0;
		transition: all 250ms ease-out;
		z-index: 1;
		width: 70%;
		pointer-events: none;
	}

}

@media screen and (min-width: 900px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}


	#primary-menu.nav-menu{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 100px;
		gap: 20px;
	}

	.site-header-actions{
		top: 10px;
	}

	html .site-branding{
		margin: 0;
		left: 20px;
		right: auto;
	}



}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.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;
}

/* ===================== */
/* ===================== */

a{
	text-decoration: none;
	color: inherit;
}

.site-header-contact{
	background-color: var(--primary);
}

.site-header-contact .container{
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	color: #fff;
}


/* menu burger */

.menu-toggle{
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: none;
	position: absolute;
	left: 20px;
	top: 5px;
}

.toggled .menu-toggle{
/*	left: calc(100% - 50px);*/
}


.menu-toggle svg {
	fill-rule: evenodd;
	clip-rule: evenodd;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 1.5;
	cursor:pointer;
}

.menu-toggle svg path {
	fill: none;
	stroke: var(--primary);
	stroke-width: 1px;
}

.menu-toggle svg + svg {
	margin-left: 1.5rem;
}

#top,
#bottom {
	stroke-dasharray: 30, 75.39;
	transition: all 0.6s cubic-bezier(0.6, 0.33, 0.67, 1.29);
}

.menu-toggle svg.active #top,
.menu-toggle svg.active #bottom {
	stroke-dasharray: 75.39;
	stroke-dashoffset: -60;
}

.menu-toggle svg:nth-child(2) {
	transform: rotate(0deg);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-toggle svg:nth-child(2) path {
	transition: all 0.4s ease-in-out 0.6s;
}

.menu-toggle svg:nth-child(2).active {
	transform: rotate(180deg);
}

.rocket #top {
	stroke-dasharray: 30, 88;
}

body{
	padding-top: 95px;
}

.site-header{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 0 15px #00000070;
}





@media(min-width: 1200px){


 .main-navigation {
	top: 12px;
	position: relative;

}

}


@media(min-width: 900px){




.admin-bar .main-navigation {
	top: 12px;
	position: relative;
}
}


.site-header-wrap{
	position: relative;
	padding: 10px 20px;
	height: 55px;
}

.site-branding{
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto;
	width: 166px;
	height: 33px;
}

.site-branding img{
	width: 166px;
	height: 33px;
}

.site-header-actions{
	display: flex;
	position: absolute;
	right: 20px;
	gap: 10px;
}

.site-header-actions a{
	display: block;
	position: relative;
}

span.cart-count{
	position: absolute;
	top: -5px;
	right:-5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 8px;
	width: 15px;
	height: 15px;
	background-color: var(--secondary);
	border-radius: 100%;
}



.nos_client_adorent{
	padding: 0 20px;
}


@media(min-width:1200px){
	.container{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.nos_client_adorent.container,
	.produits_plus_vendus.container{
		padding: 0;
	}
}




/* home */


.hero_home_title{
	font-family: 'nexa_lightregular', sans-serif;
}

.etitle{
	font-family: 'nexa_lightregular', sans-serif;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}

p{
	margin-bottom: 0;
}


.hero_home_txt{
	padding: 0 20px;
}

@media(min-width:620px){

.hero_home{
	display: flex;
	justify-content: space-between;
}

.hero_home_img img{
/*	display: none;*/
height: 100%;
object-fit: cover;
}

	.hero_home_img{
	width: 48%;
	height: auto;
}

.hero_home_txt{
	width: 48%;
	padding: 0;
	padding-right: 4%;
	align-self: center;
}

.hero_home_txt p,
.hero_home_txt h1
{
	max-width: 440px;
}


}

@media(min-width:1000px){
	.hero_home_txt h1{
		font-size: 45px;
	}
}

.categorie_home{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 174px;
	max-width: 335px;
	display: flex;
	flex-direction: column;
	margin: 20px;
	border-radius: 10px;
	padding-left: 117px;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.categorie_home_one{
	background-image: url(img/affiche-de-rencontre-produit.webp);
}



.categorie_home_title{
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
}
.categorie_home_subtitle{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--primary);
	padding: 6px 16px;
	border-radius: 100px;
	cursor: pointer;
}

button.single_add_to_cart_button.button.alt{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--secondary);
	border: 1px solid var(--primary);
	padding: 6px 16px;
	border-radius: 100px;
	border: none;
	height: 40px;
	color: #fff;
}

html body.woocommerce ul.products li.product .button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid var(--primary);
	padding: 6px 16px;
	border-radius: 100px;
	height: 40px;
}

.woocommerce span.onsale{
	background-color: var(--secondary);
}

.btn span{
	position: relative;
	top: 3px;
	margin-left: 3px;
}
.categorie_home_btn{}
.btn_arrow{}


.categories_home{
	display: flex;
	flex-wrap: wrap;
}

.categorie_home_two .btn,
	.categorie_home_three .btn{
		color: #fff;
		border-color: #fff;
	}
	.categorie_home_three {
		color: #fff;
	}

	.categorie_home_two .btn svg path,
	.categorie_home_three .btn svg path{
		fill:#fff;
	}

@media(max-width:1000px){
	.categorie_home_two,
	.categorie_home_three{
		width: 50%;
		max-width: 157px;
		height: 327px;
		padding: 0;
		padding-top: 180px;
		margin: 0;
		margin-top: 20px;
		margin-left: 20px;
		padding-left: 15px;	
/*		margin-bottom: 20px;*/
	}
	.categorie_home_two{
		background-image: url('img/3.webp');
	}

	.categorie_home_three{
		background-image: url('img/4.webp');
	}

	
}

.categorie_home_one{
		background-color: #bce7f0;
	}

	.categorie_home_two{
		background-color: var(--secondary);
	}

	.categorie_home_three{
			background-color: var(--primary);
	}


@media(min-width:500px) and (max-width:750px){

	.categorie_home_one{
		max-width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #bce7f0;
	}
	.categorie_home_two,
	.categorie_home_three{
		max-width: calc(50% - 30px);
		background-position: top center;
		background-size: 250px;
		height: 420px;
		padding-top: 280px;
	}
}

@media(min-width:1001px){

	.categories_home{
		justify-content: space-between;
	}

	.categorie_home_one,
	.categorie_home_two,
	.categorie_home_three{
		width: calc(33% - 10px);
		height: auto;
		max-width: 1000px;
		height: 174px;
		padding: 0;
		padding-left: 110px;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.categorie_home_one{
		margin-left: 0;
	}
	.categorie_home_two{
		background-image: url('img/3.jpg');
		background-color: var(--secondary);
	}

	.categorie_home_three{
		background-image: url('img/4.jpg');
			background-color: var(--primary);
	}

	.categorie_home_two,
	.categorie_home_three{
		background-size: 150px;
		background-position: -20px top;
		height: 174px;
	}

	
}


@media(min-width:751px) and (max-width:999px){

	.categorie_home_one{
		max-width: calc(50% - 40px);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center left;
		background-color: #bce7f0;
		height: auto;
	}
	.categorie_home_two,
	.categorie_home_three{
		max-width: calc(25% - 30px);
		background-position: top center;
		background-size: 220px;
		height: auto;
		padding-top: 250px;
		padding-bottom: 20px;
		margin-bottom: 0;
		padding-right: 20px;
	}
}

.produits_plus_vendus{
	padding: 0 20px;
}


.feat_slide{
/*	padding: 10px;*/
	
/*	overflow: hidden;*/
	
	margin-top: 0;
	margin-left: 0;
	position: relative;
}




.featured-product{
		min-height: 250px;
		margin: 5px;
		border: 1px solid #F2F2F2;
		border-radius: 10px;
		margin-top: 20px;
}

.featured-product img{
	border-radius: 10px 10px 0px 0;
}
.featured-product-txt{
	padding: 10px;
	display: block;
}

.featured-product-title{
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.featured_short_description,
.featured_short_description *
{
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.featured_short_description{
	display: block;
/*	min-height: 42px;*/
}


.woocommerce ul.products li.product .price,
.featured-price{
	display: block;
	font-size: 14px;
	font-family: 'nexa_boldregular';
	margin-top: 10px;
	color: var(--primary);
}

.featured-price  del{
	font-family: 'nexa_lightregular';
}

.btn{
	transition: all 125ms ease-out;
}

.btn:hover{
	background-color: var(--primary);
	color: #fff;
}

.btn:hover span path{
	fill:#fff;
}


.see_all_prods_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}


.categorie_home_three .btn:hover{
	background-color: var(--secondary);
}


.featured-btn{
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	background-color: var(--primary);
	color: #fff;
	  white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: block;
    position: relative;
    padding-right: 30px;
   
}

.featured-btn:hover{
	background-color: var(--secondary);
}

.featured-btn span{
	position: absolute;
	right: 10px;
	top: 8px;

}

.nos_client_adorent{
	display: flex;
	flex-direction: column;
}

.colo2 img{
		width: 100%;
		border-radius: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
	}


.video_container{
/*	background-image: url(img/affiche-personnalisee.webp);*/
	background-size: cover;
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	height: 375px;*/
/*	width: calc(100% - 40px);*/
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	transition: all 250ms ease-out;
	width: 100%;
	order:3;
}

.video_container.video_played{
	background: #000;
}


.reassure .container{
	display: flex;
	max-width: 700px;
	justify-content: space-between;
}

.col_reassur{
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}

.col_reassur img{
	width: 70px;
}

.col_reassur:nth-child(2) img{
	width: 90px;
}

.col_reassur p{
	font-family: 'nexa_boldregular';
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 20px;
}


@media(min-width:550px){


	.nos_client_adorent{
		flex-direction: row;
	}

	.featured-btn{
		display: inline-flex;
		width: 180px;
	}


	.nos_client_adorent{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	
	.colo1{
		order:2;
	}
	.video_container{
		order:1;
		height: auto;
	}


	.colo2{
		width: 300px;
		order:1;
	}


	.colo2 img{
		width: 100%;
		border-radius: 10px;
	}
	.video_container,
	.colo1{
		width: calc(100% - 320px);
	}

	.video_container{
		margin: 0;
	}

	.video_container{
		border-radius: 10px;
		overflow: hidden;
	}



	.colo1{
		width: 100%;
	}

	.video_container iframe{
		min-width: 100%;
		min-height: 100%;
	}

	.colo2 img{
		margin-top: 0;
		margin-bottom: 0;
/*		height: 100%;*/
		object-fit: cover;
	}

	.slider_nos_client_adorent .slick-list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.slider_nos_client_adorent .slick-track {
		display: flex;
	}

	.slider_nos_client_adorent .slick-slide {
		height: auto;
	}

	.slider_nos_client_adorent .slick-slide img{
		height: 100%;
	}


}



.featured-btn:hover{
	background-color: var(--primary);
}

.new-label{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 49px;
	height: 49px;
	background-image: url('img/new.svg');
	background-size: contain;
}


/* Styles pour les bullets */
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Style pour chaque bullet */
.slick-dots li {
    list-style: none;
    margin: 0 5px; /* Espacement entre les bullets */
}

/* Style pour le bullet actif */
.slick-dots li.slick-active button {
    background-color: var(--secondary); /* Couleur du bullet actif */
}

/* Style du bullet inactif */
.slick-dots li button {
    font-size: 12px; /* Cacher le texte du bouton */
    width: 20px; /* Largeur du bullet */
    height: 20px; /* Hauteur du bullet */
    border-radius: 50%; /* Rendre le bullet rond */
    background-color: var(--primary); /* Couleur de fond du bullet inactif */
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease; /* Animation de transition */
}

/* Style du pointeur de la souris au survol */
.slick-dots li button:hover {
/*    background-color: #000; /* Couleur du bullet au survol */*/
}

.section_see_shop{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
.btn_see_shop{
	border:none;
	background: var(--secondary);
	background: var(--primary);
	color: #fff;
}
.btn_see_shop:hover{
	background: var(--secondary);
}



.site-footer{
	margin-top: 20px;
	font-size: 12px;
	line-height: 19px;
}

.site-footer h5{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'nexa_lightregular';
	font-weight: normal;
}
.footer_col_one p{
	font-size: 12px;
	line-height: 19px;
}

.site-footer .container{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	justify-content: space-between;
}

.footer_col_one{
	width: 45%;
	
}
.footer_col_two{
	width: 55%;
	padding-left: 20px;
	margin-top: 65px;
}

.footer_col_two img{
	margin-bottom: 20px;
	width: 70%;
}

.site-footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.footer-socials{
	display: flex;
	justify-content: space-between;
}

.footer-socials a{
	display: flex;
	height: 25px;
	width: 25px;
	margin-bottom: 20px;
}

p.mailto{
	margin-top: 0;
}

h5.besoin_title{
	margin-bottom: 0;
	padding: 0;
}

.copy{
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	border-top: 1px solid #808080;
	margin-top: 10px;
	width: 100%;
	color: #494949;
}

.copy p{
	color: #494949;
}


@media(min-width:650px){

.site-footer{
	margin-top: 20px;
	font-size: 14px;
	line-height: 21px;
}

.site-footer h5{
	font-size: 20px;
	width: 100%;
}
.footer_col_one p{
	font-size: 12px;
	line-height: 21px;
}

.site-footer .container{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	justify-content: space-between;
}


.footer_col_two{
	margin-top: 40px;
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
}

.footer_col_two img{
	width: 246px;
}

.cent{
	width: 100%;
}

.footer_col_two .pag{
	width: 20%;
}


.footer-socials{
	justify-content: flex-start;
}


.footer-socials a{
	display: flex;
	height: 30px;
	width: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.footer-socials a:first-child{
	margin-left: 0;
}



}

#map{
	z-index: 2;
}


/*

.woocommerce-product-gallery__wrapper{
	position: relative;
	height: 100%;
	overflow: hidden;
}

.woocommerce-product-gallery__wrapper:after{
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	right: 50px;
	z-index: 1;
	background-color: #e3e3e3;
}


.wrap_cadre_mockup{
	
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

*/
.woocommerce-product-gallery__image{
	display: none;
}

#cadre_mockup{
	box-shadow:  5px 6px 7px #0000001a;
	height: auto;
	position: absolute;
	position: sticky;
	top: 100px;
	inset: 20px;
	height: calc(297px * 1.5);
	width: calc(210px * 1.5);
	padding: 10px;
	border: 7px solid #f8f8f8;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	transform: scale(1);
	transition: all 250ms ease-out;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center;

background-image: url('img/bg/1127928_OQ3CWU0.jpg');
color: #fff;

background-image: url('img/bg/14546300_rm171-aew-05.jpg');
color: #000;

background-image: url('img/bg/12059543_4871703.jpg');
color: #000;

/* preferé */
background-image: url('img/bg/11738821_4812664.jpg');
	background-position: left;
	background-position: right;
color: #fff;


/* preferé aussi */
/*
background-image: url('img/bg/4555578_18063.jpg');
	background-position: right;
	background-position: left;
	background-position: center;
color: #fff;
*/



/*
background-image: url('img/bg/top-view-valentine-s-day-concept-with-copy-space.jpg');
	background-position: center;
	background-position: right;
	background-position: left;
color: #fff;
*/

/* beau */
/*
background-image: url('img/bg/1609899_59.jpg');
	background-position: center;
	background-position: left;
	background-position: right;
color: #fff;
*/



/* beau */
/*
background-image: url('img/bg/valentines-day-background-with-heart-shaped-bokeh-lights.jpg');
	background-position: center;
	background-position: left;
	background-position: right;
color: #fff;
*/

/* beau */
/*
background-image: url('img/bg/6439590_968.jpg');
	background-position: right;
	background-position: center;
	background-position: left;
color: #fff;
*/

/* beau */
/*
background-image: url('img/bg/romantic-background-with-shining-hearts.jpg');
	background-position: right;
	background-position: center;
	background-position: left;
color: #fff;

*/


/* beau */
/*
background-image: url('img/bg/9735.jpg');
	background-position: right;
	background-position: center;
	background-position: left;
color: #fff;
*/

/* beau */
/*
background-image: url('img/bg/mother-s-day-pink-vertical-background-with-transparent-hearts.jpg');
	background-position: right;
	background-position: center;
	background-position: left;
color: #000;
*/


/* beau */
/*
background-image: url('img/bg/empty-sea-beach-background.jpg');
	background-position: right;
	background-position: center;
	background-position: left;
color: #000;
*/

}

.prenoms_mockup{
	margin-top: 85px;
}

#cadre_mockup.l-A4{
	transform: scale(0.7);
}

#cadre_mockup.l-30x40{
	transform: scale(0.8);
}

#cadre_mockup.l-40x50{
	transform: scale(0.9);
}

#cadre_mockup.l-50x70{
	transform: scale(1);
}



#cadre_mockup.l-noir{
	border-color: #000;
}

#cadre_mockup.l-blanc{
	border-color: #f8f8f8;
	
}

#cadre_mockup.l-bois{
	border-color: #df9c5b;
}

#cadre_mockup.l-sans{
	border: none;

}


.single-product div.product{
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-product-gallery__wrapper img{
/*	opacity: 1!important;*/
opacity: 0;
width: calc(210px * 1.5)!important;
	min-height: calc(297px * 1.5);
	pointer-events: none;

}

.color-options label{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	min-width: 70px;
	position: relative;
}

.color-options label span.span_txt{
	display: block;
}

.color-options label span.span_color{
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 1px solid #e3e3e3;
}

.color-options label.active span.span_color {
	border: 1px solid #000;
}

.color-options input{
	width: 32px;
	height: 32px;
	display: block;
	opacity: 0;
	position: absolute;
	border-color: #000;
	background-color: transparent;
}

.color-options label.noir .span_color{
	background-color: #000;
}
.color-options label.blan .span_color{
	background-color: #f8f8f8;
}
.color-options label.bois .span_color{
	background-color: #df9c5b;
}




/* select taille */



.size-options label{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	min-width: 70px;
	position: relative;
	text-align: center;
}

.size-options label span.span_txt{
	display: block;
}

.size-options .span_color{
	display: block;
	width: 21px;
	height: 29.7px;
	border-radius: 2px;
	border: 1px solid #e3e3e3;
}


.size-options label.active span.span_color {
	border: 1px solid #000;
}



.font-options label.active{
	border: 1px solid #000!important;
}

.card-style-options label.active img{
	border: 1px solid #000!important;
}

.bg-style-options label.active img{
	border: 2px solid #000!important;
}



.size-options input{
	width: 32px;
	height: 32px;
	display: block;
	opacity: 0;
	position: absolute;
	border-color: #000;
	background-color: transparent;
}

.size-options label.a4 .span_color{
	
}
.size-options label.l-30-40 .span_color{
	width: 30px;
	height: 40px;
}
.size-options label.l-40-50 .span_color{
	width: 40px;
	height: 50px;
}

.size-options label.l-50-70 .span_color{
	width: 50px;
	height: 70px;
}

.gps_and_date{
	margin-top: auto;
}

.gps_mockup{
	font-size: 8px;
	opacity: 0.7;
	margin-top: 3px;
}

.prenoms_mockup{
	
}


.shape-options img{
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.shape-options input{
	opacity: 0;
}


#map_mockup{
	background-image: url('img/maps/1.png');
		-webkit-mask-image: url('img/pochoirs/coeur.svg'); /* Masque avec votre image */
    mask-image: url('img/pochoirs/coeur.svg'); /* Masque avec votre image */
    mask-repeat: no-repeat; /* Assurez-vous que le masque ne se répète pas */
    mask-position: center; /* Positionnez le masque au centre */
    mask-size: contain; /* Assurez-vous que le masque couvre l'élément */
	height: 220px;
	width: 250px;
	background-size: 250px 220px;
	background-size: cover;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    background-position: center top;
}


#map_mockup.l-carre{
	-webkit-mask-image: url('img/pochoirs/carre2.svg'); 
    mask-image: url('img/pochoirs/carre2.svg'); 
    mask-repeat: no-repeat; 
    mask-position: center; 
    mask-size: contain; 
    background-position: center top;

     min-height: 270px;
 min-width: 270px;
 margin-bottom: -70px;
 top: 0;

}

#map_mockup.l-cercle
{
	-webkit-mask-image: url('img/pochoirs/cercle2.svg'); 
    mask-image: url('img/pochoirs/cercle2.svg'); 
    mask-repeat: no-repeat; 
    mask-position: center; 
    mask-size: contain; 
    background-size: cover;
/*	background-size: 350px 350px;*/
    background-position: center top;
 min-height: 280px;
 min-width: 280px;
 margin-bottom: -70px;
 top: 0;
}




#map_mockup.load{
/*	height: 100%;*/
/*	width: 100%;*/
/*	-webkit-mask-image: none; /* Masque avec votre image */
/*    mask-image: none;*/
/*    background-size: 250px 220px;*/
/*    position: absolute;*/
/*    inset: 0;*/
	background-image: url('img/1amw.gif')!important;
	background-size: contain!important;
	background-color: #e5eff1!important;
	background-repeat: no-repeat;
	z-index: 10;
}






.leaflet-control-attribution.leaflet-control,
.leaflet-top.leaflet-left
{
    display:none
}

#cadre_mockup h1,
.prenoms_mockup,
.gps_and_date

{
	position: relative;
	z-index: 3;
}
#cadre_mockup h1{
	font-size: 21px;
}

.pochoir_mockup{
/*		background-image: url('img/pochoirs/coeur.png');*/
	height: 260px;
    bottom: 134px;
	left: 0;
	right: 0;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
/*	background-color: red;*/
	z-index: 2;
	position: absolute;
	display: none;
}


@media(min-width:700px){
	
}

.font-options img{
/*	display: none;*/
}

.font-options input,
.card-style-options input{
    display: none;
}

.bg-style-options input{
	width: 32px;
	height: 32px;
	display: block;
	opacity: 0;
	position: absolute;
	border-color: #000;
	background-color: transparent;
/*	opacity: 0.4;*/
}


#map_mockup{
	top: 30px;
}

#cadre_mockup.mock-style5,
#cadre_mockup.mock-style7,
#cadre_mockup.mock-style9,
#cadre_mockup.mock-style13
{
	color: #000;
}
#cadre_mockup.mock-style7 .prenoms_mockup,
#cadre_mockup.mock-style7 .gps_and_date{
	color: red;
}

.date_mockup{
	font-size: 9px;
/*	text-transform: uppercase;*/
	letter-spacing: 2px;
}

#cadre_mockup.mock-style11{
	color: red;
/*	color: #fff;*/
text-shadow:     2px 0 0 white, /*right */
    0 2px 0 white, /*top */
    -2px 0 0 white, /*left */
    0 -2px 0 white; /*bottom */
/* -webkit-text-stroke: 2px red;*/
background-position: center;
}
#cadre_mockup.mock-style8 .gps_and_date{
	margin-bottom: 20px;
}

#cadre_mockup.mock-style8 #map_mockup{
	top: 40px;
}

#cadre_mockup.mock-style10 .prenoms_mockup{
margin-top: 25px;
/*color: #af4fe7;*/
}

#cadre_mockup.mock-style10 .gps_and_date{
margin-top: 0;

/*color: #af4fe7;*/
}

#cadre_mockup.mock-style10 #map_mockup{
	top: 5px;
}

#cadre_mockup.mock-style16{
	color: #e1234f;
/*	text-align: left;*/
}

#cadre_mockup.mock-style16 {
    color: #e1234f;
    /* text-align: left; */
    background-position: -340px;
}

#cadre_mockup.mock-style16  .gps_and_date{
	margin-bottom: 40px;
}
#cadre_mockup.mock-style17{
/*	color: red;*/
	background-position: left;
	background-position: right;
}

#cadre_mockup.mock-style17 .prenoms_mockup,
#cadre_mockup.mock-style17 .gps_and_date
{
/*	color: #000;*/
/*	text-shadow:     2px 0 5px #e4dfdb, 0 2px 5px #e4dfdb, -2px 0 5px #e4dfdb, 0 -2px 5px #e4dfdb; */
}



#cadre_mockup.mock-style18{
/*	color: #000;*/
	background-position: right;
	background-position: left;
	background-position: center;
/*	background-size: 400px;*/
}

#cadre_mockup.mock-style20{
	color: #000;
	background-position: center;
}


#cadre_mockup.mock-style21{
	background-position: left;
	background-position: center;
}

#cadre_mockup.mock-style22 .gps_and_date{
	color: #9ecd3c;
}

#cadre_mockup.mock-style23{
	color: #782c00;
}


#cadre_mockup.mock-style24{
/*	background-size: 140%;*/
	background-position: center;
	color: red;
}

#cadre_mockup.mock-style24 {
    background-position: -453px;
    color: red;
    background-size: 1260px;
    background-image: none !important;
}

#cadre_mockup.mock-style24 .gps_and_date{
	text-shadow:     2px 0 5px #e4dfdb, 0 2px 5px #e4dfdb, -2px 0 5px #e4dfdb, 0 -2px 5px #e4dfdb; */
}

#cadre_mockup.mock-style27 h1{
/*	background-size: 140%;*/
	color: #866fbd;
}


#cadre_mockup.mock-style28{
/*	background-size: 140%;*/
	background-position: center;
}


#cadre_mockup.mock-style29,
#cadre_mockup.mock-style29 .prenoms_mockup,
#cadre_mockup.mock-style29 .gps_and_date {
    color:#290900
}

#cadre_mockup.mock-style30 .gps_and_date{
	color: #c97b2a;
}

#cadre_mockup.mock-style31,
#cadre_mockup.mock-style31 .prenoms_mockup,
#cadre_mockup.mock-style31 .gps_and_date {
    color:#001929
}



#cadre_mockup.mock-style32,
#cadre_mockup.mock-style32 .prenoms_mockup,
#cadre_mockup.mock-style32 .gps_and_date {
    color:#001929
}

#cadre_mockup.mock-style33{
/*	background-size: 140%;*/
	background-position: center;
	color: #ff1587;
	color: #ff3587;
	color: #ff3587;
}


#cadre_mockup.mock-style34{
    background-size: 370px;
    background-position: center;
}
#cadre_mockup.mock-style34 .prenoms_mockup{
    max-width:60%;
    margin-left:auto;
    margin-right:auto;
}


#cadre_mockup.mock-style35 .prenoms_mockup,
#cadre_mockup.mock-style35 .gps_and_date
{
	color: #c97b2a;
}


#cadre_mockup.mock-style35{
    background-size: 470px;
    background-position: right;
    color:#c97b2a
}

#cadre_mockup.mock-style36 h1
{
/*	color: #720a72;*/
}

#cadre_mockup.mock-style37
{
	color: #720a72;
}

#cadre_mockup.mock-style38 .prenoms_mockup,
#cadre_mockup.mock-style38 .gps_and_date
{
	color: #000;
}

 #cadre_mockup.mock-style38 .gps_and_date{
     margin-bottom:17px
 }

#cadre_mockup.mock-style38{
    color:#000
}

#cadre_mockup.mock-style38 h1 {
    margin-top:20px
}



#cadre_mockup.mock-style39{
/*	background-size: 140%;*/
/*	background-position: right;*/
}

#cadre_mockup.mock-style39 .prenoms_mockup,
#cadre_mockup.mock-style39 .gps_and_date
{
/*	text-shadow:     2px 0 3px #b83000, 0 2px 3px #b83000, -2px 0 3px #b83000, 0 -2px 3px #b83000; */
}

#cadre_mockup.mock-style40{
	background-size: 130%;
	background-position: bottom 150px;
	color: #cc1323;
	text-shadow:     2px 0 3px #fff5f4, 0 2px 3px #fff5f4, -2px 0 3px #fff5f4, 0 -2px 3px #fff5f4; 
}


#cadre_mockup.mock-style41{
	background-position: right;
/*	color: #fff;*/
/*	text-shadow:     2px 0 3px #fff5f4, 0 2px 3px #fff5f4, -2px 0 3px #fff5f4, 0 -2px 3px #fff5f4; */
}


#cadre_mockup.mock-style41 {
    background-size: 378px;
    background-position: center;
    color: #4f0bd0;
}

#cadre_mockup.mock-style41 h1{
    margin-top:25px
}

#cadre_mockup.mock-style43{
/*	color: #000;*/
}

#cadre_mockup.mock-style44{
	background-position: left;
}
#cadre_mockup.mock-style46 {
    background-position: -100px bottom;
    color: #2b2b2b;
}
#cadre_mockup.mock-style48{
	color: #000;
}

#cadre_mockup.mock-style49{
	color: #000;
}

#cadre_mockup.mock-style49 h1,
#cadre_mockup.mock-style49 .gps_and_date
{
	color: #e8394f;
}

.bg-style-options label,
.font-options label,
.card-style-options label{
	display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    margin-right: 10px;
/*    background-image: url('img/raster-map-leaflet.png');*/
background-size: cover;
background-position: center;
}

.font-options label{
	background-image: none;
	width: 55px;
	height: 55px;
}

.bg-style-options img,
.woocommerce div.product div.images .bg-style-options img,
.card-style-options img{
	width: 66px;
	height: 66px;
	object-fit: cover;
}

.woocommerce div.product div.images .bg-style-options{
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}


.woocommerce div.product div.images .bg-style-options img,
.woocommerce div.product div.images .bg-style-options label{
	width: 55px;
	height: 55px;
}





.shape-options img{
	opacity: 0.4;
}

.shape-options .active img{
	opacity: 1;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
/*	position: sticky;*/
/*	top: 100px;*/
}





.woocommerce-product-gallery__image a{
	pointer-events: none;
}


/*
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    position: sticky;
    top: 100px;
}
*/

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	float: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
/*	position: sticky;*/
/*    top: 100px;*/
/*background-color: red;*/
display: flex;
position: static;
justify-content: center;
padding-top: 20px;
flex-wrap: wrap;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
		
}


.wrap_cadre_mockup{
	position: sticky;
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}



section.related.products,
.woocommerce-tabs.wc-tabs-wrapper{
	position: relative;
	z-index: 2;
	background-color: #fff;
}





.bg-style-options {
    width: 100%; /* ou la largeur que vous souhaitez */
    max-width: 100vw;
    height: 200px;
    overflow: auto;
    /* ajout de la barre de défilement horizontale si nécessaire */
/*    white-space: nowrap; /* empêche le saut de ligne des éléments */*/
}




.site-header{
  width: 100%; /* ou la largeur que vous souhaitez */
    max-width: 100vw;
}

.bg-style-options label {
    display: inline-block; /* permet de définir une largeur sur le label */
    width: 66px; /* largeur fixe de 66px */
    height: 66px; /* hauteur fixe de 66px */
}



body{
/*	max-width: 100vw;*/
/*	overflow-x:hidden ;*/
}

.summary.entry-summary{
	 max-width: 100vw;
	overflow: hidden;
	padding: 20px;
}

div#page{
	 max-width: 100vw;
	overflow: hidden;
}

.single-product div.product{
	 max-width: 100vw;
}

.bg-style-options{
	display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .bg-style-options{display: block;
}

@media(min-width:700px){
	.woocommerce div.product div.images.woocommerce-product-gallery .bg-style-options{display: none;}

	.summary.entry-summary .bg-style-options{
	display: block;
	height: auto;
}


.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	position: fixed;
	top: 220px;
}

section.reassure,
footer#colophon{
	position: relative;
	background-color: #fff;
	z-index: 2;
}

.site-footer{
	margin-top: 0;
	padding-top: 20px;
}

}





.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}


.cormorant-sc-light {
  font-family: "Cormorant SC", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-sc-regular {
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-sc-medium {
  font-family: "Cormorant SC", serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-sc-semibold {
  font-family: "Cormorant SC", serif;
  font-weight: 600;
  font-style: normal;
}


.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.cormorant-sc-bold {
  font-family: "Cormorant SC", serif;
  font-weight: 700;
  font-style: normal;
}


.euphoria-script-regular {
  font-family: "Euphoria Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}


.lobster-two-regular {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lobster-two-bold {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lobster-two-regular-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lobster-two-bold-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: italic;
}


.l-lobster,
.l-lobster h1
{
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
}
.l-satisfy,
.l-satisfy h1
{
	  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}
.l-great_vibes,
.l-great_vibes h1
{
	 font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
.l-euphoria_script,
.l-euphoria_script h1
{
	 font-family: "Euphoria Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.l-noto_serif,
.l-noto_serif h1
{
 font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
}
.l-cormorant_sc,
.l-cormorant_sc h1
{
	  font-family: "Cormorant SC", serif;
  font-weight: 700;
  font-style: normal;
}


.woocommerce-product-gallery:after{
	content: '';
	background-image: url('img/1amw.gif')!important;
	background-size: contain!important;
	background-color: #e5eff1!important;
	background-repeat: no-repeat;
	z-index: 10;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-product-gallery__wrapper{
	opacity: 0;
}

.woocommerce-product-gallery.ready:after{
	display: none;
}

.woocommerce-product-gallery.ready .woocommerce-product-gallery__wrapper{
	opacity: 1;

}



.woocommerce-checkout ul.wc-item-meta {
    display:none
}





#cadre_mockup h1 {
    display: block;
    max-width: 200px;
    margin: auto;
    word-wrap: break-word; 
}


.modal_apercu {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    background: #000000e3;
    opacity:0;
    pointer-events:none;
    transition: all 250ms ease-out;
}

.modal_apercu.open {
    opacity:1;
    pointer-events:initial;
}

.btn-apercu{
	margin-bottom: 20px;
}

.modal_apercu_wrap {
	position: relative;
	width: 315px;
}

.modal_apercu_close{
	position: absolute;
	right: -10px;
	top: -10px;
	background-color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
}

.modal_apercu_close svg{
	width: 25px;
	height: 25px;
}




.featured-product img {
    width: 100%;
}

.site-main-woocommerce{
    padding:0px 20px
}


html body.woocommerce .site-main-woocommerce ul.products li.product .button{
    font-size:15px
}


section.related.products {
    width: 100%;
}

.pag li{
	min-height: 49px;
}


.woocommerce div.product form.cart .variations{
	display: none;
}

.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: #000;
}

.woocommerce-variation.single_variation .price {
    margin-top: 20px;
    display: block;
}

div#product-15 p.price {
    display:none
}




.feat_slide {
    max-width: 335px;
}



@media(max-width:850px){
.clients_adss {
    display: flex;
    flex-wrap: wrap;
}

.colo2 img{
    max-width:100%
}

.colo2 {
    width: 100%;
}
}


@media(min-width:850px){
	.slider_products_and_adss {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid gainsboro;
}

.slider_products {
    width: 335px;
}

.clients_adss {
    width: calc(100% - 358px);
}

.clients_adss {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.colo1 {
    order: 1;
}

div#video_container {
    width: 50%;
}

.feat_slide {
    position: sticky;
    top: 120px;
}

.slider_nos_client_adorent .slick-slide img{
    width:auto;
    height:350px;
   object-fit:contain
}

.slide_comment {
    text-align:right;
    padding-right:20px
}
}