@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/******************************************************************************/
/* VARIABLES
/******************************************************************************/
:root {
    --white: #f9f9f9;
    --black: #000000;
	--blue: #263c8b;
    --gray: #85888C;
	--orange1: #d64414;
	--orange2: #f57a09;
}

/******************************************************************************/
/* COMMON
/******************************************************************************/
body {
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: auto;*/
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: white;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
a {
	color: var(--gray);
	te/xt-decoration: none;
}
a:visited {
	co/lor: var(--black);
	text-decoration: none;
}
a:hover {
	color: var(--gray);
	text-decoration: none;
}
a.btn-primary:visited {
    color: var(--white);
}
form {
	/* clear: both; */
}

figure {
	position: relative;
	float: left;
	margin: 1.5em;
}
hr {
	clear: left;
	bo/rder: 1px solid black;
}

input[type="checkbox"].input-invalid {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
	box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
}
input[type="text"].input-invalid,
input[type="password"].input-invalid,
textarea.input-invalid {
	border: 1px solid red !important;
}
.hide {
	display: none;
}
.alert {
	clear: both;
	min-height: 55px;
}
.alert p {
	margin-bottom: 0;
}
/* View buttons */
.view-buttons {
	position: absolute;
	top: 0;
	right: 0;
}
.view-buttons i {
	margin-left: 10px;
	font-size: 1.5em;
	cursor: pointer;
}
.content {
	margin-top: 20px;
}
.content.column-view {
	flex-direction: column;
}
.content.column-view > ul {
	width: 100%;
	margin-bottom: 20px;
}
.content.grid-view {
	flex-direction: row;
}
.content.grid-view > ul {
	width: calc(66.66% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.content.list-view > ul {
	width: 100%;
	margin-bottom: 20px;
}
.cke_textarea_inline {
 	border: 1px dashed grey;
}
.img-thumbnail {
	width: 100px;
	height: 100px;
}
.stick {
	width: 219px;
	height: 210px;
	padding: 10px;
	text-align: center;
	box-sizing: content-box;
	ba/ckground: transparent url(img/note_stick_bg.png) top left no-repeat;
}
.container {
	position: relative;
	max-width: 1300px;
	margin: 20px auto;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	z-index: 1;
}
.sort {
	float: right;
	text-align: right;
}
.sort-tag {
	display: inline-block;
	margin: 0px;
}
.sort-tag.on label {
	background-color: #ff6f2a;
}
.sort-tag label {
	display: inline-block;
	height: 22px;
	line-height: 24px;
	font-size: 14px;
	padding: 0 6px;
	background-color: #c0bfbe;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	user-select: none;
}
.sort-tag input {
	display: none;
}
.sort-tag i {
	float: right;
	margin-top: 4px;
	margin-left: 5px;
}

/* Image field with preview */
.preview input[type="file"] {
	display: none;
}
.preview img {
	cursor: pointer;
}
/*************************************/
/* PROFILE MENU
/*************************************/
header {
	margin-bottom: 10px;
	border-bottom: 1px solid grey;
}
header .top h1 {
	padding-bottom: 0;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
header .profile {
	position: absolute;
	top: 10px;
	right: 10px;
}
header .profile li {
	text-align: left;
}
header .profile .user-img {
    position: relative;
    height: 36px;
    width: 36px;
    margin: 0px auto;
	cursor: pointer;
}

header .profile-menu {
	padding: 4px;
	transition: all 300ms ease;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(152, 166, 173, 0.15);
}
header .profile-menu {
	position: absolute;
	display: none;
	top: 100%;
	right: -1px;
	min-width: 140px;
	padding: 0 0 5px 0;
	font-size: 14px;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	z-index: 999;
}
header .profile-menu.open {
    display: block;
}
header .profile-menu > li {
	list-style: none;
}
header .profile-menu > li > a {
	display: block;
	padding: 3px 15px;
	text-decoration: none;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
header .profile-menu > li > a:hover {
	color: #fff;
	background-color: gray;
}
header .profile-menu:before {
	left: auto;
	right: 11px;
}
header .profile-menu:before {
	position: absolute;
	top: -7px;
	right: 10px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(152, 166, 173, 0.15);
	border-left: 7px solid transparent;
	content: '';
}
header .profile-menu h5 {
	margin: 0 0 5px 0;
	padding: 10px;
	background-color: #f3f3f3;
	text-align: center;
	font-size: 1em;
	text-wrap: nowrap;
}
header .profile-menu i {
	width: 15px;
}

/*************************************/
/* ICONS
/*************************************/
header .icons {
	position: absolute;
	top: 60px;
	right: 15px;
}
header .icons a {
	position: relative;
	margin-left: 5px;
	color: #444;
	z-index: 10;
}
header .icons a:hover {
	color: grey;
}
header .btn-login {
	margin-right: 10px;
}
header .btn-profile {

}

/*************************************/
/* CART
/*************************************/
header .cart-nav a {
	color: #444;
}
header .cart-nav a:hover {
	color: grey;
}
header .item-count {
	display: none;
	position: absolute;
	top: -10px;
	left: 10px;
	color: #fff;
	background: #ff5722;
	font-size: 11px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


/******************************************************************************/
/* MAIN
/******************************************************************************/
main {
	position: relative;
	flex-grow: 1;
	margin-bottom: 10px;
}

.gotop:hover {
	cursor: pointer;
	background-color: #333;
}
.gotop:active {
	background-color: #555;
}

/*************************************/
/* LOGIN
/*************************************/
.login-form {
	max-width: 30em;
	margin: 0 auto;
}	
.login-form .forgot {
    top: -280px
}

/*************************************/
/* FORM REGISTER
/*************************************/
.form-register {
	max-width: 25em;
	margin: 0 auto;	
}
.form-register form.register {
    top: 0;
    left: 0;
    font-size: 1em;
    opacity: 1;
    transform: inherit;
    -webkit-transition: .35s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

/*************************************/
/* FORM CONTACT / PROFILE / FORGOT
/*************************************/
form.contact,
form.profile {
	position: relative;
	max-width: 40rem;
	margin: 20px auto;
}

form.register {
	max-width: 30rem;
	margin: 20px auto;
}
form.sign-in,
form.forgot,
form.reset {
	max-width: 20rem;
	margin: 20px auto;
}
form.profile .input-block span.warn {
	position: absolute;
	left: 0;
	top: 3rem;
	font-size: 0.8rem;
	color: red;
}
form.profile .input-block.phone span.warn {
	top: 2.7rem;
}
form.profile.warn input::placeholder {
	color: red;
}
form.sign-in input.submit,
form.forgot input.submit,
form.reset input.submit,
form.profile input.submit,
form.contact input.submit,
form.register input.submit {
	color: white;
	border: none !important;
}
form.reset input.submit,
form.profile input.submit,
form.contact input.submit,
form.register input.submit {
	background-color: #68c75a;
}
form.register .captcha label {
	margin-top: 15px;
}
form.register .captcha input {
	float: right;
	width: 100px;
}
form.forgot input.submit,
form.sign-in input.submit {
	background-color: #f77b94;
	border: none;
}
form.contact textarea,
form.contact input,
form.sign-in input:not([type="checkbox"]),
form.register input,
form.profile input,
form.forgot input,
form.reset input {
	border-radius: 5px;
	width: 100%;
	height: 40px;
	margin: 5px 0 20px 0;
	padding: 10px;
	font-size: 1em;
	outline: none;
	border: 1px solid #aaa;
}
form.sign-in input[type="checkbox"],
form.register input[type="checkbox"] {
	width: auto;
	height: auto;
}
form.contact textarea {
	height: 20%;
	line-height: 1.2;
}
form.contact input:disabled:hover,
form.contact textarea:disabled:hover {
	cursor: not-allowed;
}
p.check-mark {
	float: left;
	font-size: 0.8rem;
}
a.forgot-link {
	float: right;
}
div.input-block {
	position: relative;
	display: inline-block;
	width: 100%;
}
div.input-block.hide {
	display: none;
}
.profile-img {
	cursor: pointer;
}
.gender-block {
	width: auto;
}
.gender-block label {
	color: grey;
    font-size: 0.8rem;
}
.gender-block input.gender {
	width: auto;
    height: auto;
	margin: 8px 0;
}

/* Hack cause intl phone */
div.input-block.email {
	margin-top: 15px;
}
div.input-block.phone {
	margin: 5px 0;
}
div.input-block.phone label {
	display: inline-block;
	top: -15px;
	z-index: 999;
}
/* end */
div.input-block label {
	di/splay: none;
	position: absolute;
	top: -10px;
	left: 10px;
	color: grey;
	font-size: 0.8rem;
	transition: all 0.2s;
	transform-origin: 0% 0%;
	background: none;
	pointer-events: none;
	op/acity: 0;
}
div.input-block input {
	wi/dth: 100%;
}
div.input-block input::placeholder {
	color: #aaa;
}
div.input-block input:valid + label,
div.input-block input:focus + label {
	transform: scale(0.8) translateY(-30px);
	background: #fff;
}
div.input-block label.on {
	transition: all .3s ease-in-out;
	float: right;
}
div.input-block .input-text {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: .8em;
	color: #aaa;
}
p.check-news {
	position: relative;
}
p.check-news input {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	color: #444;
	outline: none;
	border: none;
}
p.check-news label {
	position: absolute;
	left: 20px;
	font-size: .8em;
	text-wrap: nowrap;
	color: #444;
}
p.check-news .input-text {
	position: absolute;
	bottom: -35px;
	left: 0;
	font-size: .8em;
	color: #aaa;
}
p.text-delete {
	float: right;
	font-size: 14px;
}
.captcha {
	margin-bottom: 20px;
}
.intl-tel-input,
.iti {
	width: 100%;
}
.iti__flag {
	background-image: url(img/flags.png);
}
/*************************************/
/* CONTACT
/*************************************/
#contact .sign-in-contact {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	color: #ff5722;
}
#contact .sign-in-contact a {
	text-decoration: underline;
}
#message-contact-char {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: .8em;
}
/*************************************/
/* REGISTER / PROFILE
/*************************************/
span.toggle-password {
	position: absolute;
	right: 12px;
	top: 17px;
	color: grey;
	cursor: pointer;
}
.password-info {
	position: absolute;
	bottom: -140px;
	right: 0;
	width: auto;
	padding: 15px;
	background: #fefefe; 
	font-size: .830em;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
	display: none;
	z-index: 1;
}
.password-info ul {
	padding-left: 0;
	list-style: none;
}
.password-info::before {
	content: "\25B2";
	position: absolute;
	top: -12px;
	left: 45%;
	font-size: 14px;
	line-height: 14px;
	color: #ddd;
	text-shadow: none;
	display: block;
}
.password-info span {
	margin: 0 0 10px 0; 
	padding: 0;
	font-weight: normal;
}
.password-info.register {
	top: 55px;
	left: 120px;
}
.password-info.register ul {
	margin: 0; 
	padding: 0;
}

.invalid {
	background: url(img/pass-invalid.png) no-repeat 0 50%;
	padding-left: 22px;
	line-height: 24px;
	color: #ec3f41;
}
.valid {
	background: url(img/pass-valid.png) no-repeat 0 50%;
	padding-left: 22px;
	line-height: 24px;
	color: #3a7d34;
}
.city {
	position: relative;
}
#city-result {
	position: absolute;
	top: 50px;
	left: 6px;
	background-color: white;
	z-index: 999;
}
#city-result ul {
	bo/rder: 1px solid grey;
}
#city-result li {
	padding: 4px;
	cursor: pointer;
}
#city-result li:hover {
	background-color: gray;
}

/*************************************/
/* PROFILE
/*************************************/
i.form-info {
	position: absolute;
	top: 17px;
	right: 14px;
	color: #437fff;
	cursor: pointer;
}
i.phone {
	top: 10px;
}
.profile-img {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}

/*************************************/
/* CART
/*************************************/
#cart .table {
	bo/rder: 1px solid #ccc;
	width: 80%;
	margin: auto;
	font-size: 14px;
}
#cart .table th,
#cart .table td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
#cart .table tr.head {
	text-transform: uppercase;
}
#cart .table tr.total {
	font-weight: bold;
}
#cart .btn-remove {
    background: none;
    border: none;
    color: grey;
    cursor: pointer;
    padding: 0px;
}
#cart .btn-remove:hover {
    color: #444;
}
#cart .btn-empty {
	color: grey;
	cursor: pointer;
}
#cart .btn-empty:hover {
	color: #444;
}
#cart .empty {
	text-align: center;
}
#cart .empty h3 {
	margin-top: 10px;
	font-size: 2em;
	text-transform: uppercase;
	color: #ccc;
}
#cart .empty.ajax {
	display: none;
}
#cart .cart-info {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	color: #ff5722;
}
#cart .cart-info a {
	text-decoration: underline;
}
#cart .delivery-info {
	text-align: center;
	line-height: 1.2;
}

#paypal-button-container {
	width: 50%;
	margin: 10px auto;
}

/* Transaction success */
.transaction p.left {
	float: left;
}
.transaction i.fa-print {
	float: right;
	cursor: pointer;
}
@media print{
	header,
	footer {
		display: none
	}
	#cart .detail p:last-child {
		display: none
	}
}
.transaction .details {
	clear: both;
	padding-top: 20px;
}
.transaction .details table {
	margin-top: 20px;
	line-height: 1.5em;
	text-align: left;
}
.transaction .details table th {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
.transaction .details table td {
	padding: 5px 10px 0 0;
}
.transaction .details table td em {
	font-style: italic;
	color: red;
}
.transaction .details ul {
	margin: 0 0 20px 20px;
	list-style-type: disclosure-closed;
}
.transaction .details p {
	margin: 10px 0;
}
.transaction .details a {
	color: #d64414;
}
.transaction .details a:visited {
	color: #f47b05;
}

/*************************************/
/* SHOP
/*************************************/

#shop ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 0;
}
#shop .top_action {
	display: flex;
	justify-content: space-between;
}
#shop li.category {
	position: relative;
	text-align: center;
	list-style: none;
}
#shop li.category a {
	display: block;
	width: 200px;
	height: 200px;
}
#shop li.category h3 {
	line-height: 1.2;
	font: normal 1rem 'Fjalla One', sans-serif;
}
#shop li.category img {
	border-radius: 5px;
	box-shadow: 5px 5px 20px 0px rgb(104 104 104 / 75%);
}

#shop li.product {
	width: 159px;
	padding: 4px;
	text-align: center;
	list-style: none;
}
#shop li.product .buy {
	margin-top: 5px;
}
#shop li.product p {
	margin-bottom: 0;
}
#shop li.product .price {
	font-weight: 700;
}
#shop li.product i {
	color: gray;
	cursor: pointer;
}
#shop li.product i:hover {
	color: black;
}

#shop div.product {
	display: flex;
	margin-top: 20px;
}
#shop div.product .pro-image {
	width: 100%;
}
#shop div.product .pro-image img {
	width: 100%;
	box-shadow: 5px 5px 5px -5px black;
}
#shop div.product article {
	margin: 0 20px;
}
#shop div.product article h3 {
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: 700;
}
#shop div.product article div {
	margin: 10px 0;
}
#shop div.product article p {
	padding: 5px 0;
	text-align: justify;
}
#shop div.product article .pro-condition {
	li/ne-height: 1.2;
}
#shop div.product article .pro-description {
	text-align: justify;
}
#shop div.product article .pro-description span {
	pa/dding: 5px 0;
	font-weight: 700;
}
#shop div.product article .pro-price {
	font-size: 1.5em;
	font-weight: 700;
}
#shop div.product article .pro-taxe p {
	line-height: 1.2;
}

#shop #category {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-left: 0;
}
#shop #shop ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
}
#shop #shop ul li p {
	margin-bottom: 0 !important;
}
/* categories list */
#cat_parent, #pro_limit {
	padding: 0.25rem 0.75rem;
	-moz-appearance: none;
	border-radius: 0.375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Qantity button */
#shop .btn-number span {
	cursor: pointer;
}
#shop .btn-number input {
	height: 35px;
	width: 50px;
	text-align: center;
	font-size: 22px;
	border:1px solid #ddd;
	border-radius:4px;
	display: inline-block;
	vertical-align: middle;
}
.minus,
.plus {
	width: 35px;
	height: 35px;
	background: #f2f2f2;
	border-radius: 4px;
	padding: 8px 5px 8px 5px;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

/*************************************/
/* ABOUT
/*************************************/
#about {
	line-height: 1.5;
}

/*************************************/
/* ORDER
/*************************************/
#order table.payment td {
	ve/rtical-align: middle;
}
#order table.product {
	border: 1px solid gray;
	font-family: Courier;
}
#order tr.expand {
	display: none;
}

/******************************************************************************/
/* FOOTER
/******************************************************************************/
footer {
	position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	padding-top: 20px;
	text-align: center;
	line-height: 1.5;
}
footer > p {
	font-size: .75em;
	margin-bottom: 0;
}
footer > p.stats {
	margin-bottom: 1rem;
}
footer > p.paypal {

}
footer > p.copyright {
	margin-bottom: 1rem;
}
footer > p img {
	vertical-align: bottom;
}
footer .link-admin {
	display: block;
	margin: 20px;
	font-size: .75em;
}
footer .flag {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 20px;
}
footer .flag.fr {
	background: transparent url(img/flag-fr.png) no-repeat center;
	left: 0;
}
footer .flag.en {
	background: transparent url(img/flag-en.png) no-repeat center;
	right: 0;
}
footer .legal {
	ma/rgin-top: 40px;
}
footer .legal a {
	text-decoration: underline;
}

/******************************************************************************/
/* POPUP
/******************************************************************************/
.popup-container {
	padding: 20px;
	background: white;
}

.popup-container footer {
	height: 50px;
}

/******************************************************************************/
/* TERMS & LEGAL NOTICE & COOKIE
/******************************************************************************/
#terms_sales,
#terms_use,
#legal_notice,
#privacy_policy,
#cookies {
	text-align: justify;
	line-height: 1.2;
	font-size: 0.8em;
}

/******************************************************************************/
/* COOKIE CONSENT
/******************************************************************************/
#cookie-consent {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 0 8px 30px;
	min-height: 26px;
	text-align: left;
	font: normal 14px 'Trebuchet MS', Helvetica,sans-serif;
	line-height: 26px;
	color: #CCC;
	background-color: rgba(20,20,20,0.8);
	z-index: 9999;
}
#cookie-consent a {
	color: #4B8EE7;
	text-decoration: none;
}
#close-cookie-consent {
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
}
#close-cookie-consent:hover {
	color: white;
}
#cookie-consent a.cookie-consent-ok {
	display: inline-block;
	float: right;
	margin: 0 50px 0 10px;
	padding: 0 20px;
    color: black;
    background-color: #F1D600;
	border-radius: 5px;
	cursor: pointer;
}
#cookie-consent a.cookie-consent-ok:hover {
    background-color: #E0C91F;
}

/******************************************************************************/
/* BACK TO TOP
/******************************************************************************/
#back-top {
	display: none;
    text-align: center;
    position: fixed;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
	transition: background-color .3s;
	z-index: 1000;
}
#back-top a {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 1.25rem;
    line-height: 45px;
	text-decoration: none;
}
#back-top a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}