/*
Theme Name: French Libation Portfolio
Author: Emma Satti
Author URI: https://emmasatti.fr
Version: 1.0.0
*/

/*------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Accessibility
# Alignments
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('flib-class.css');
@import url('flib-menu.css');

/*------------------------------------------------------
# Normalize
------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

strong {
	font-weight: 500;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img { border: none }
#content img {
	border:  solid 1px #CCC;
	padding: 5px;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	border-top: 1px dotted green;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td { padding: 8px }
th { font-weight: 600 }

.list tr:nth-child(even) { background: #f8f8f8 }
.list tr:nth-child(odd) { background: #ffff }
.list th { background: #fff }
/*.list tr:nth-child(2n-2) { background: #f8f8f8 }*/

.list tr.eov { background: #ffeba7; color: #c13327 }
.list tr.grey { opacity: 70%; font-style: italic }

.list  td.stock { background: rgba(0,0,0,0.1); opacity: 0.4 }

.list th { font-size: 0.8em }
.list th, .list td { padding: 8px; border-bottom: 1px solid #aaa }
.list .red { font-weight: 500; color: #c13327 }
.list .grey { font-weight: 500; color: #878787 }

/*.list input[type=checkbox] { display: none }*/

/*------------------------------------------------------
# Typography
------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #222222;
}

h1, h1 input[type="text"], h2, h3 { font-family: 'Comfortaa', cursive }

h1, h1 input[type="text"] {
	font-size: 34px;
	font-weight: 700;
	color: #432918;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 26px;
	color: #432918;
	font-weight: 700;
}

h3 {
	font-size: 22px;
	color: #432918;
	font-weight: 500;
}

p {
	margin: 0 0 20px 0;
}
em,
i {
	font-style: italic;
}

/*------------------------------------------------------
# Elements
------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

/*------------------------------------------------------
# Forms
------------------------------------------------------*/
form { display: inline }

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 5px;
	background: #c13327;
	color: #FFF !important;
	font-size: 12px;
	font-weight: 300;
	padding: 7px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
		background: #aaa
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: 1px solid #ccc;
}

input[type="submit"]:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}

label {
	display: inline-block;
	width: 80px;
	line-height: 30px;
	text-align: right;
	margin-right: 10px;
	font-weight: 500;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea {
	width: 500px;
	height: 30px;
	border: none;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px;
	background: #fcfcfc;
	color: #000;
	vertical-align: top;
}
input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="date"]:read-only,
input[type="url"]:read-only {
	background: #fff;
	color: #000;
}

table input[type="text"],
table input[type="email"],
table input[type="url"],
table input[type="tel"] {
	width: 100% ;
}

textarea { height: auto }

select {
	border: 1px solid #ccc;
}
select {
	width: 500px;
	border: solid 1px #ccc;
	font-size: 12px;
	font-weight: 300;
	color: #222222;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	background: #fcfcfc url("../../-medias/arrow-down.png") no-repeat right 0 center;
	padding: 7px 30px 7px 8px;
	border-radius: 0;
}

#rech select { width: 280px }
#tmvt, #wic { width: 140px }

#invlist table input[type="text"] { width: 40px; vertical-align: middle }

table input[type="number"] {
	width: 45px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.plus, .minus {
	margin: 0;
	display: inline-block;
	padding: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 800;
	vertical-align: middle;
}

/*------------------------------------------------------
# Content
------------------------------------------------------*/
/* PAGE */
.site-content {
	width: 90%;
	max-width: 1140px;
	min-height: 400px;
	margin: 30px auto;
}
.site-content a {
	color: #c13327;
	font-weight: 500;
	text-decoration: none;
}

.site-content a:hover {
	color: #666;
}
.site-content ul,
.site-content ol {
    padding-left: 15px;
    text-indent: -15px;
	margin: 0 0 10px 0;
}

.site-content ul {
	list-style: none;
}

.site-content ol {
	list-style: decimal;
}

.site-content li:before {  content: "● "; color: #fbcc2b; font-weight: 700 }

.site-content li { margin: 0 0 5px 0 }

.site-content li > ul,
.site-content li > ol {
	margin: 0 0 10px 0;
}
