/*Theme1*/
.theme1-meteo {
  position: relative;
  width: 50%;
  left: 50%;
  top: -2em;
  size: 3em;
  text-align: right;
}
.theme1-temp {
  position: relative;
  top: -5em;
}
.theme1-position {
  position: relative;
  text-transform: uppercase;
  font-size: 1.5em;
  top: 1em;
}
.theme1-cart {
  position: relative;
  top: -3em;
}
.theme1-img-meteo-sunny {
  width: 5em;
}
.theme1-img-meteo-Cloudy {
  width: 6em;
}
.theme1-img-meteo-partlyCloudy{
  width: 7em;
}

.theme1-temp {
  text-align: right;
  position: relative;
  top: -2.9em;
  font-size: 3em;
}
.theme1-date {
  display: none;
}
.icon-theme1 {
  font-family: 'pays-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 7em;
  -webkit-font-smoothing: antialiased;
}

/*Theme2*/
.theme2-position {
  text-align: center;
  top: 1em;
  position: relative;
  z-index: 1;
  font-size: 2.2em;
  text-transform: uppercase;
}
.theme2-meteo {
  top: -8em;
  position: relative;
  text-align: center;
}
.theme2-img-meteo-sunny {
  width: 7em;
}
.theme2-img-meteo-partlyCloudy  {
  width: 8em;
}
.theme2-img-meteo-Cloudy {
  width: 8em;
}

.theme2-cart {
  text-align: center;
  position: relative;
  top: -7em;
}
.theme2-date {
  top: 2em;
  position: relative;
  z-index: 1;
  text-align: center;
}

.theme2-temp {
  position: relative;
  top: -5em;
  font-size: 2.5em;
  text-align: center;
}

.theme2-img-meteo-fr {
  width: 3.2em;
  position: relative;
  top: 100px;
}

/*Theme3*/
.theme3-position {
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 2em;
  text-transform: uppercase;
  top: 1.1em;
}
.theme3-meteo {
  left: -30%;
  position: relative;
  top: 2em;
}
.theme3-cart {
  position: relative;
  top: -9em;
  text-align: right;
}
.theme3-date {
  text-align: right;
  top: 7em;
  position: relative;
}
.theme3-temp {
  position: relative;
  top: -3.9em;
  font-size: 2em;
  text-align: right;
}
.theme3-img-meteo-sunny {
  width: 6em;
  margin-left: 1em;
}
.theme3-img-meteo-partlyCloudy  {
  width: 8em;
}
.theme3-img-meteo-Cloudy {
  width: 8em;
}
.icon-theme3 {
  font-family: 'pays-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 5em;
  -webkit-font-smoothing: antialiased;
}
/*Theme4*/
.theme4-position {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 1.5em;
  text-transform: uppercase;
}
.theme4-meteo {
  display: none;
}
.theme4-cart {
  position: relative;
  top: 1em;
}
.theme4-temp {
  position: relative;
  top: -0.9em;
  font-size: 3em;
  text-align: right;
}
.theme4-date {
  position: relative;
  z-index: 1;
  text-align: center;
}

.icon-theme4 {
  font-family: 'pays-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 4em;
  -webkit-font-smoothing: antialiased;
}

/*++++++++++++++*/
.theme4-pays,
.theme3-pays,
.theme2-pays {
  display: none;
}
/***************/

.theme1-degree,
.theme2-degree,
.theme4-degree {
  display: none;
}

/*svg Color */
.white {
  fill: #ffffff;
}
.gray {
  fill: #e0e0e0;
}
.yellow {
  fill: #ffeb3b;
}

/*Date heure*/

[data-gjs-type='dateHeure']:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.gjs-dashed [data-gjs-type='dateHeure'] *[data-highlightable] {
  outline: none;
}


