@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,300&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  background: #000;
  width: 100%;
  font-family: 'Roboto';
  letter-spacing: -2px;
  color: #fff;
  font-size: 2rem;
  height: 100vh;
}

.flow-container {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 10px;
  height: 100%;
  width: 48vw;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  /* margin: 0 auto; */
}

.left-container {
  /* display: flex; */
}
.left-part {
  /* display: table; */
  /* width: 50vw; */
  /* height: 100%; */
  text-align: center;
  justify-content: center;
}

.ephemerid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row {
  /* display: table-row; */
  /* justify-content: space-between; */
  /* width: 100vw; */
}
.ephem-cell {
  /* display: inline-block; */
  overflow: visible;
  /* width: auto; */
  align-items: center;
  vertical-align: middle;
}

.sun-calc {
  padding-left: 1vw;
  text-align: left;
}

.sun-line {
  display: flex;
  align-items: flex-end;
}

.ephemerid .icon {
  fill: #fff;
  width: 25px;
  height: 25px;
  /* display: inline-block; */
}
.time,
.date {
  text-align: center;
}
.time sup,
.sec {
  font-size: 1rem;
  color: #666;
  padding-left: 5px;
  /*  position: relative;
  top: -35px; */
}
.moon-calc {
  display: flex;
  align-items: center;
}
.oregon {
  /* width: 100%;
  align-items: center;
  justify-content: center;*/
}

.temperature-table {
  display: grid;
  width: 90%;
  gap: 0px 5px;
  margin: 0 auto;
  grid-template-rows: 40px 40px;
}

.temperature-cell {
  display: flex;
  justify-content: flex-end;
}
.temperature-table p {
  font-size: 1rem;
  text-align: right;
  margin-right: 20px;
  letter-spacing: 1px;
}
.temperature-table .tvalue {
  font-size: 1.4rem;
  text-align: right;
  margin-left: 20px;
}

.pluie {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}

.time_div {
  margin-right: -20px;
  font-size: 0.5rem;
}

.rain_table {
  margin: 0 auto;
  width: 90%;
}
table.rain_table td {
  letter-spacing: 0px;
  text-align: right;

  font-family: 'Roboto';
  font-size: 0.5rem;
  color: #aaa;
}
.td-graf-item {
  background-size: 50px auto;
  color: #000;
  width: 95%;
  overflow: hidden;
  height: 20px;
  border: 1px solid #aaa;
}
.rain-0 {
  background-position: 40px 0px;
}

.rain-1 {
  background-position: -40px 0px;
}

.rain-2 {
  background: url('../icons/meteo/fond_pluie_faible2.png');
  background-size: 110px auto;
}
.rain-3 {
  background: url('../icons/meteo/fond_pluie_moderee2.png');
  background-size: 110px auto;
}
.rain-4 {
  background: url('../icons/meteo/fond_pluie_forte2.png');
  background-size: 110px auto;
}

.trafic-map {
  margin: 10px auto 0 auto;
}

#mymap {
  width: 70%;
}

.quote {
  display: inline-block;
  margin: 0 auto;
  width: 90%;
}

.quote sig {
  font-style: italic;
  display: block;
  margin-left: 50px;
  margin-top: 5px;
  font-size: 0.5rem;
  font-weight: 300;
}
.quote text {
  font-size: 0.55rem;
  margin-left: 10px;
  display: inline-block;
  text-align: left;
  white-space: pre-wrap;
}

.right-container {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 10px;
  width: 100%;
  margin-left: 10px;
  /* display: block; */
  page-break-inside: avoid;
}
.forecast-table {
  /* display: flex; */
  width: 100%;
}
.even_line,
.odd_line {
  display: flex;
  line-height: 1.1em;
  width: 100%;
}
.even_line {
  background: #222;
  border-color: #222;
}

.day,
.daytime,
.temp_short,
.weatherDesc,
.icon-small {
  display: inline-block;
  font-size: 0.6rem;
}

.day,
.daytime,
.temp_short {
  width: 10%;
}
.icon-small {
  width: 15%;
  text-align: center;
}
.temp_short {
  text-align: center;
}
.weatherDesc {
  text-align: center;
  width: 50%;
}

.xxsmall {
  font-size: 0.5rem;
  letter-spacing: 0px;
  font-family: 'Roboto';
}
.xxsmall .wi {
  line-height: 15px;
}

.xsmall {
  font-size: 0.6rem;
  letter-spacing: 0px;
  font-family: 'Roboto';
}
.xsmall .wi {
  line-height: 20px;
}

.small {
  font-size: 00.7rem;
  letter-spacing: 0px;
  font-family: 'Roboto';
}
.small .wi {
  line-height: 25px;
}

.medium {
  font-size: 1.1rem;
  letter-spacing: 0px;
  font-family: 'Roboto';
}
.medium .wi {
  line-height: 35px;
}

.xdimmed {
  color: #666;
}

.dimmed {
  color: #aaa;
}

.light {
  font-family: 'Roboto';
}

@media only screen and (max-width: 1260px) {
  .flow-container {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 10px;
    width: 95vw;

    flex-wrap: nowrap;
    height: fit-content;
    margin: 0 auto;
  }
  .right-container {
    margin: 10px auto;
  }
  .trafic-map,
  .quote {
    order: 3;
  }
}
