body {
    width: 1100px;
    min-height: 1000px;
    margin: 30px auto;
}

#top {
    position: fixed; top: 0px; left: 0px;
    z-index: 1;
    height:25px;
    width: 100%;
    background-color: black;	
}
#lang-select {
    position: fixed; top: 0px;
    z-index: 2;
    float: right;
    height: 25px;
    width: 1000px;
}
#lang-select p {
    margin-top: 2pt;
    font-family: "corbel", sans-serif;
    font-weight: 400;
    font-size: 12pt;
    word-spacing: 6pt;
    text-align: right;
    color: white;
}
#actual-lang {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}
#another-lang {
    color: white;
	text-decoration: none;
}


header.sidemenu {
	float: left;
    position: -webkit-sticky;
    position: sticky; top: 30px;
    min-width: 150px;
    height:560px;
	padding: 5px 5px 10px 20px;
	text-align: left;
	font-family: "Minion Pro","Minion","Times New Roman","Times",serif;
}
header.sidemenu div {
    border-bottom: black 2px solid;
    height: 280px;
    width: 100px;
	text-align: left;
}
header.sidemenu p {
    margin-top: 5pt;
    font-weight: 200;
    font-style: italic;
    font-size: 14pt;
    letter-spacing: 2pt;
    line-height: 130%;
    color: coral;
}
header.sidemenu ul {
	padding-left: 0;
	list-style: none;
}
header.sidemenu li::before {
	content: "\200B"; /* zero space bifore <li> for the accessibility */
}
header.sidemenu li {
	font-size: 12pt;
	font-weight: 700;
	letter-spacing: 2pt;
	line-height: 200%;
}
header.sidemenu a:link, header.sidemenu a:visited {
    color: black; 
    text-decoration: none;
}
header.sidemenu a:hover {
    text-decoration: underline;
}
header.sidemenu div.insta {
    border-top: black 2px dotted;
    border-bottom: none;
    height: auto;
    width: 70px;
    padding-top: 24px;
}

main {
	float: left;
	width: 880px;
	height: 100%;
	min-height: 750px;
    padding: 20px 20px 40px 20px;
}


figure.index {
	width: 840;
	height: 560;
	margin: 0 0 30px 0;
}
figure.index figcaption {
    font: small-caps 8pt "Arial", sans-serif;
    text-indent: 650px;
}


ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
	font-family: "Arial", "Helvetica",sans-serif;
	font-weight: 600;
	font-size: 11pt;
}
ol.breadcrumb::before {
    content: "\200B";
}
ol.breadcrumb li {
    float: left;
    margin-right: 10px;
}
ol.breadcrumb li::after {
    margin-left: 10px;
    content: "/";
}
ol.breadcrumb a:link, ol.breadcrumb a:visited{
    color:darkblue; text-decoration:none;
}
ol.breadcrumb a:hover {
	text-decoration: underline;
}


article {
	width: 840px;
}
article h1 {
	font-family: "Minion Pro","Minion","Times New Roman","Times",serif;
	font-weight: 600;
	font-size: 21pt;
}
article h1.underline {
    text-decoration: underline dotted 1px;
}
article h2 {
    font-family: "Minion Pro","Minion","Times New Roman","Times",serif;
	font-weight: 400;
	font-size: 18pt;
    color: darkblue;
}
article section.thumbs-field h2 {
    padding-top: 20px;
    font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 16pt;
    color: coral;
}
article p {
	font-family: "Arial", "Helvetica","sans-serif";
	font-weight: 400;
	font-size: 12pt;
	line-height: 140%;
}
article p.main-text {
	width: 630px;
	text-indent: 1.5em;
    text-align: left;
}
article p.main-text ~ p {
    width: 630px;
    text-align: left;
}
article section.list-tech {
    width: 800px;
}

article.work-exemple figure {
    float: left;
    width: 840px;
    margin: 10px 0 0 0;
}
article.shop-item figure {
    float: left;
    width: 840px;
    margin: 30px 0 0 0;
}


.thumbs-field {
    width: 880px;
}

ul img {
    border-radius: 5px;
}
ul.works-list {
	padding: 0;
	list-style: none;
}
ul.works-list p {
    position: absolute; bottom: 10px; left: 10px;
	margin: 0;
    font-family: "Arial", sans-serif;
	font-size: 0pt;
	font-weight: 600;
	line-height: 120%;
}
ul.works-list li a:hover p {
	font-size: 14pt;
}
ul.works-list li::before {
    float: left;
    content: "\200B"; /* zero space bifore <li> for the accessibility */
}
ul.works-list li {
	width: 150px;
    height: 150px;
    padding: 0px;
	margin: 0px 26px 26px 0px;
	position: relative;
	float: left;
}
ul.works-list img {
    width: 150px;
	height: 150px;
}
ul.works-list li a:hover img {
    opacity: 0.4;
}

ul.works-category {
	padding: 0;
	list-style: none;
	font-family: "Minion Pro","Minion","Times New Roman","Times",serif;
	font-weight: 200;
	font-size: 16pt;
}
ul.works-category li::before {
    float: left;
    content: "\200B"; /* zero space bifore <li> for the accessibility */
}
ul.works-category li {
	width: 260px;
	margin: 0px 30px 20px 0px;
	position: relative;
	float: left;
}
ul.works-category img {
	width: 260px;
	height: 260px;
	margin-top: 5px;
}
ul.works-category h2 {
    margin: 10px 0 5px 0;
    color: darkblue;
}
ul.works-category p {
    margin: 0;
    color: black;
}
ul.works-category a, figure a {
	text-decoration: none;	/* to erase the hyperlink underlines between images */
}


section.list-tech {
    float: left;
	width: 840px;
	margin: 0;
}
section.list-tech h2 {
    margin: 30px 0 5px;
    font-family: "Arial", sans-serif;
    font-size: 14pt;
    color: darkblue;
}
section.list-tech div {
    float: left;
    width: 840px;
    border: solid thin;
    border-radius: 2px;
    padding: 0 20px;
}
section.list-tech ul {
    float: left;
    width: 30%;
	padding: 0;
	margin: 10px 14px;
    list-style: circle;
}
section.list-tech li {
	margin: 12px 0;
	font-family: "Arial", sans-serif;
	font-weight: 400;
    font-style: italic;
}


nav.shop-category {
	float: left;
	width: 840px;
	margin: 10px 0;
}
nav.shop-category ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
nav.shop-category li {
	float: left;
	width: 170px;
	padding: 6px;
	margin:10px 12px 10px 0;
	background: orange;
	border-radius: 20px;
}
nav.shop-category li::before {
	float: left;
	content: "\200B";
}
nav.shop-category p{
	margin: 0;
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: 400;
    letter-spacing: 1px;
	text-align: center;
}
nav.shop-category a{
	text-decoration: none;
	color: white;
}


ul.shop-list {
	padding: 0;
	list-style: none;
}
ul.shop-list p {
	margin: 0;
    font-family: "Arial", sans-serif;
	font-size: 11pt;
	font-weight: 600;
	line-height: 120%;
    color: darkblue;
}
ul.shop-list a {
    text-decoration: none;
}
ul.shop-list li::before {
    float: left;
    content: "\200B"; /* zero space bifore <li> for the accessibility */
}
ul.shop-list li {
	width: 150px;
    height: 150px;
    padding: 0px;
	margin: 0px 26px 60px 0px;
	position: relative;
	float: left;
}
ul.shop-list img {
	width: 150px;
	height: 150px;
}
section.shop-list {
    float: left;
    min-width: 880px;
}


p.jump-to-top {
	clear: left;
    font: 800 10pt "Arial", sans-serif;
}
p.jump-to-top a{
    color: blue;
}


dl.description {
	float: left;
	width: 800px;
	margin: 0px 0px 20px 0px;
	font-family: "Arial", "Helvetica",sans-serif;
	font-weight: 400;
	font-size: 12pt;
	line-height: 140%;
	letter-spacing: 0.3pt;
}
dl.description + dl.description {
    margin-bottom: 36px;
}
dl.liens {
	margin-top:30px;
}
dl.liens dd ~ dd {
    text-indent: 50px;
}
dl.description dt {
	float: left;
	clear: left;
	margin-right: 0px;
}
dl.description dt::after {
	content: " : ";
}
dl.description dd {
	float: left;
	margin-left: 0.5em;
	font-style: italic;
}
dl.description dd em {
	background: lightyellow;
}

dl.description span.price {
    font-weight: 600;
    text-decoration: underline;
}


.line-through {
    text-decoration: line-through double orangered;
}
ul.shop-list p.sold-out {
    position: absolute; top: 75px;
    width: 150px;
    font-size: 16pt;
    letter-spacing: 1pt;
    text-align: center;
    color: orangered;
}
article.shop-item strong.sold-out {
    font-size: 16pt;
    font-style: normal;
    letter-spacing: 1pt;
    color: orange;
}


section.address h2 {
    font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 16pt;
    text-indent: 255px;
    color: coral;
}
section.address figure {
    float: left;
    width: 200px;
    margin: 20px 0 0 0;
}
section.address address {
    float: left;
    width: 400px;
    margin-left: 60px;
}
address p {
    margin-bottom: 25px;
    line-height: 20pt;
    letter-spacing: 1px;
}
address span.title {
    font-style: normal;
}
address span.underline {
    text-decoration: underline;
}
address p em {
    font-style: normal;
	background: lightyellow;
}
section.map {
    float: left;
    margin-top: 50px;
}


section.error-page h1 {
    margin: -15px 0;
}
section.error-page p {
    font-family: "Minion Pro","Minion","Times New Roman","Times",serif;
    font-size: 15pt;
}
section.error-page a {
    font-family: "Arial",sans-serif;
    font-size: 12pt;
}


footer {
    clear: both !important;
	position: relative; left: auto;
	width: 790px;
	margin: 3px 5px 5px 180px;
	padding: 0 20px;
	text-align: center;
	font: 10pt "Calibri";
    letter-spacing: 1px;
	color: #333333;
}


.mediumseagreen {
    color: mediumseagreen;
}
.forestgreen {
    color: forestgreen;
}
.red {
	color: crimson;
}
.coral {
    color: coral;
}
.gold {
	color: #ffcc00;
}
.orange {
    color: #ffae19;
}
.royalblue {
    color: royalblue;
}
.darkblue {
    color: darkblue;
}