/*
Theme Name: Commandes Château Gigognan
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=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Questrial&display=swap');
@import url('gig-class.css');
@import url('gig-menu.css');


:root {
    --bleu: #1c2c56;
    --bleuc: #28407f;
	--dore: #deb86f;
	--dorec: #f5eadc;
	--gris: #999;
}

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

body {
	margin: 0;
}

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;
}

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

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

.tablist tr:nth-child(even) { background: #f8f8f8 }
.tablist tr:nth-child(odd) { background: #ffff }
.tablist th { background: #fff }

.tablist th, .tablist td { padding: 8px; border-bottom: 1px solid #aaa }

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

h1, h1 input[type="text"], h2, h3 {
	font-family: 'Old Standard TT', serif;
}

h1, h1 input[type="text"] {
	font-size: 34px;
	font-weight: 400;
	color: var(--bleu);
	margin: 0 0 20px 0;
}

h2 {
	font-size: 24px;
	color: var(--gris);
	font-weight: 400;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 22px;
	color: var(--bleu);
	font-weight: 500;
}

p {}
em { 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;
	width: 100% !important;
}

/*------------------------------------------------------
# Forms
------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	line-height: 30px;
	border: none;
	background: var(--gris);
	color: #FFF !important;
	font-size: 14px;
	font-weight: 300;
	padding: 0 10px;
	border-radius: 15px;
	text-transform: uppercase;
	margin: auto;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
		background: var(--dore)
}
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"].fpw { background: none; color : var(--gris) !important }
.buttons { display: block; max-width: 615px; height: 33px }
.suppr, .ok { /*width: 40px;*/ line-height: 40px; font-size: 22px; 	border-radius: 50% }
.suppr { float: left }
.ok { float: right !important }

label {
	font-weight: 500;
	color: var(--gris);
}
@media screen and (min-width: 1140px) {
label { display: inline-block; width: 110px }
}
@media screen and (max-width: 1140px) {
label { display: block }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
	width: 100%;
	max-width: 500px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	padding: 8px;
	background: #f8f8f8;
	color: #000;
	font-size: 16px;
}

input[type="number"].qte { width: 60px }
input[type="button"].mp { display: inline-block !important; width: 20px; line-height: 20px; padding: 0; font-weight: 600 }

#rech input[type="text"] { width: calc(100% - 50px) }
#rech button { display: inline-block; margin-left: 5px }

input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="url"]:read-only {
	background: #fff;
	color: #878787;
}


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

select {
	width: 100%;
	max-width: 250px;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	background: #fff url("../../-medias/arrow-down.png") no-repeat right 0 center;
	padding: 8px 35px 8px 8px;
	border-radius: 0;
}

textarea {
	width: 100%;
}

/*------------------------------------------------------
# Content
------------------------------------------------------*/
/* PAGE */
.site-content {
	width: 90%;
	max-width: 1140px;
	min-height: 400px;
	margin: 30px auto;
}
.site-content a {
	color: var(--gris);
}

.site-content a:hover {
	color: var(--dore);
}
.site-content ul,
.site-content ol {
    padding-left: 15px;
    text-indent: -15px;
	margin: 0;
}

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

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

.site-content li:before {  content: "● "; color: var(--dore); font-weight: 700 }

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

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

