:root {
  --focus: #1a90db;
  --back: #ffffff;
  --backtr: #ffffffc0;
  --text: #041728;
  --main: #1572ad;
  --back2: #041728;
  --back2tr: #041728a0;
  --text2: #ffffff;
  --main2: #1a90db;
}
@font-face {
  font-family: Luciole;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/luciole/Luciole-Regular.woff");
}
@font-face {
  font-family: Luciole;
  font-weight: bold;
  font-style: normal;
  src: url("fonts/luciole/Luciole-Bold.woff");
}
@font-face {
  font-family: Luciole;
  font-weight: bold;
  font-style: italic;
  src: url("fonts/luciole/Luciole-Bold-Italic.woff");
}
@font-face {
  font-family: Luciole;
  font-weight: normal;
  font-style: italic;
  src: url("fonts/luciole/Luciole-Regular-Italic.woff");
}
:focus {
  box-shadow: 0 0 0.4em 0.3em var(--focus) !important;
}
a:hover {
  box-shadow: 0 0 0.4em 0.3em var(--focus) !important;
}
h1 {
  font-size: 3rem;
}
h1.title {
  display: none;
}
h2 {
  color: var(--main);
}
h3.subtitle {
  font-size: 2rem;
  font-style: normal;
}
h3.subtitle i {
  font-style: normal;
  font-weight: normal;
}
h3.subtitle i .strong {
  font-weight: bold;
}
h2 {
  width: 100%;
  border-bottom: solid 0.1em;
}
img {
  overflow: hidden;
}
body {
  font-family: Luciole;
  background-color: var(--back);
  color: var(--text);
  margin: 0;
  padding: 0;
}
body a,
body a:visited,
body a:hover {
  color: var(--main);
}
body hr {
  display: none;
}
body #home > div.titlepage {
  background-image: url("img/city-planning-cover-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 30em;
  min-height: min(50vh, calc(50vw));
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0.1em 0.1em #000, 0.1em -0.1em #000, -0.1em 0.1em #000, -0.1em -0.1em #000;
}
body div#home {
  display: flex;
  flex-flow: column nowrap;
}
body div#home > * {
  padding: 1rem;
}
body div#home #services {
  padding: 0;
  margin: 0;
}
body div#home #services > * {
  margin: 1rem;
}
body div#home #stock {
  margin-left: 0;
  padding-left: 50%;
  background-image: url("img/banne-cta.jpg");
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: 50% auto;
  min-height: min(50vh, calc(50vw));
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
body div#home #order {
  min-height: min(50vh, calc(50vw));
  margin-right: 0;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-right: 50%;
  background-image: url("img/service-2.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50% auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
body div#home #support {
  margin-top: 1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  margin: 0;
  background-color: var(--back2tr) !important;
  min-height: min(50vh, calc(50vw));
}
body div#home #support :before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/service-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -10;
}
body div#home #support > :first-child {
  background-color: transparent;
  color: var(--text2);
  padding: 0;
  flex-basis: 100%;
}
body div#home #support > * {
  background-color: var(--backtr);
  color: var(--text);
  margin: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  flex-basis: 45%;
}
body div#home #support > * a,
body div#home #support > * a:visited,
body div#home #support > * a:hover {
  color: var(--main);
}
body div#home #delivery {
  min-height: 25vw;
  margin-right: 0;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-right: 25%;
  padding-left: 25%;
  background-image: url("img/boxes-tr.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 25% auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
body div#home div.toc {
  font-size: 1.5em;
  background-image: url("img/logo-header.svg");
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: center left;
  order: -1;
}
body div#home div.toc > p {
  display: none;
}
body div#home div.toc > dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-left: 8rem;
}
body div#home div.toc > dl > * {
  padding: 1em;
}
body div#home div.toc a,
body div#home div.toc a:hover,
body div#home div.toc a:visited {
  text-decoration: none;
}
body div#home #extlinks {
  order: -2;
  padding: 0.3rem 1rem 0.3rem 1rem;
  background-color: var(--back2);
  margin: 0;
}
body div#home #extlinks ul {
  display: flex;
  font-size: 0.9em;
  width: 100%;
  margin: 0;
  padding: 0;
}
body div#home #extlinks ul li {
  display: inline;
  border-right: solid 0.1em;
  color: var(--main2);
}
body div#home #extlinks ul li a,
body div#home #extlinks ul li a:visited,
body div#home #extlinks ul li a:hover {
  color: var(--main2);
  text-decoration: none;
  padding: 0 0.3em 0 0.3em;
}
body div#home #extlinks ul li:first-child {
  flex-grow: 5;
  border-right: none;
}
body div#home #extlinks ul li:last-child {
  border-right: none;
}
body div#home #products img {
  max-height: 3em;
  vertical-align: middle;
}
body div#home #about {
  margin: 0;
  padding: 0 !important;
}
body div#home #about > * {
  padding: 1em;
}
body div#home #values {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  background-color: var(--back2tr) !important;
  min-height: min(50vh, calc(50vw));
}
body div#home #values :before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/service-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -10;
}
body div#home #values > :first-child {
  background-color: transparent;
  color: var(--text2);
  padding: 0;
  flex-basis: 100%;
}
body div#home #values > * {
  background-color: var(--backtr);
  color: var(--text);
  margin: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  flex-basis: 45%;
}
body div#home #values > * a,
body div#home #values > * a:visited,
body div#home #values > * a:hover {
  color: var(--main);
}
body div#home #timeline > dl {
  padding: 0;
  margin: 0;
}
body div#home #timeline > dl dd,
body div#home #timeline > dl dt {
  padding: 1em;
  margin: 0;
  box-sizing: border-box;
}
body div#home #timeline > dl dt {
  font-weight: bold;
}
body div#home #timeline > dl dt:nth-child(4n+1) {
  max-width: calc(50% + 0.1em);
  text-align: right;
  border-right: solid 0.2em var(--text);
  padding-right: 0;
}
body div#home #timeline > dl dt:nth-child(4n+1)::after {
  content: " ◂";
}
body div#home #timeline > dl dd:nth-child(4n+2) {
  max-width: calc(50% + 0.1em);
  text-align: right;
  border-right: solid 0.2em var(--text);
}
body div#home #timeline > dl dt:nth-child(4n+3) {
  margin-left: calc(50% - 0.1em);
  border-left: solid 0.2em var(--text);
  text-align: left;
  padding: 0;
}
body div#home #timeline > dl dt:nth-child(4n+3)::before {
  content: '▸ ';
}
body div#home #timeline > dl dd:nth-child(4n) {
  margin-left: calc(50% - 0.1em);
  border-left: solid 0.2em var(--text);
}
body div#home #timeline > dl img {
  max-width: 95%;
  width: 20em;
}
body div#home #contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
body div#home #contact > :first-child,
body div#home #contact > :last-child {
  flex-basis: 100%;
}
body div#home #contact > * {
  flex-basis: 30%;
  margin: 1rem;
}
body div#home #contact img {
  max-width: 95%;
  width: 20em;
}
body div#home #contact .address > p {
  margin-left: -1.5em;
}
body div#home #contact a,
body div#home #contact a:hover,
body div#home #contact a:visited,
body div#home #contact h2 {
  color: var(--main2);
}
body div#home div.toc,
body div#home #contact,
body div#home #values {
  background-color: var(--back2);
  color: var(--text2);
}
body div#home div.toc a,
body div#home #contact a,
body div#home #values a,
body div#home div.toc a:hover,
body div#home #contact a:hover,
body div#home #values a:hover,
body div#home div.toc a:visited,
body div#home #contact a:visited,
body div#home #values a:visited {
  color: var(--main2);
}
body div#home .address > p > span > a,
body div#home .address > p > span > a:hover,
body div#home .address > p > span > a:visited {
  background: var(--main2);
  color: var(--text2) !important;
  padding: 0.5em 1em;
  margin-top: 1em !important;
  border-radius: 0.5em;
  text-decoration: none;
  display: inline-block;
}
body div#home #products-widget [aria-hidden="true"] {
  display: none;
}
body div#home #products-widget .backbtn {
  background: var(--main2);
  color: var(--text2) !important;
  padding: 0.5em 1em;
  margin-top: 1em !important;
  border-radius: 0.5em;
  border: none;
  text-decoration: none;
  display: inline-block;
}
body div#home #products-widget [role="tablist"] {
  width: 100%;
  border-bottom: solid 0.02em;
}
body div#home #products-widget [role="tab"],
body div#home #products-widget [role="tab"]:focus,
body div#home #products-widget [role="tab"]:hover {
  border: solid 0.1em;
  border-bottom: none;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  background-color: transparent;
  padding: 0.3em;
}
body div#home #products-widget [role="tab"][aria-selected="true"],
body div#home #products-widget [role="tab"]:focus[aria-selected="true"],
body div#home #products-widget [role="tab"]:hover[aria-selected="true"] {
  border-top: solid 0.3em var(--main);
  border-bottom: none;
  font-size: bold;
}
body div#home #products-widget [role="tabpanel"] ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
}
body div#home #products-widget [role="tabpanel"] ul li button {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 2em;
  background-color: transparent;
}
@media only screen and (max-width: 40rem) {
  body div#home #services #stock {
    background-image: none;
    margin-left: 1rem;
    padding-left: 0;
  }
  body div#home #services #stock::after {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 75vh;
    background-position: center;
    background-size: cover;
    background-image: url("img/banne-cta.jpg");
    content: ' ';
  }
  body div#home #services #order {
    margin-right: 1rem;
    padding-right: 0;
    background-image: none;
  }
  body div#home #services #delivery {
    margin-right: 1rem;
    padding-right: 0;
    margin-left: 1rem;
    padding-left: 0;
    background-image: none;
  }
}
