@font-face {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Regular'), url('/fonts/segoe-ui/Segoe UI.woff') format('woff');
  }

/* Styles pour le mode clair (light mode) */
:root {
  --background-color: white;
  --text-color: black;
}

/* Styles pour le mode sombre (dark mode) */
@media (prefers-color-scheme: dark) {
  :root {
      --background-color: #212121;
      --text-color: white;
  }
  section.section {
    background: #313131 !important;
  }
  .container-bk-parent, .container-bk{
    background: #212121 !important;
    color: white !important;
  }
  .header_line {
    border: 1px solid #212121 !important;
  }
  .navbar.is-light , #navbarBasicExample{
    background: #313131 !important;
    color: white !important;
  }
  .navbar-menu .navbar-start .navbar-item {
    color: #fff;
  }
  aside#banner_a1 {
    background: #212121 !important;
    border: 1px solid #212121 !important;
  }
  .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    background-color: #212121 !important;
  }
  .news-article {
    border: 1px solid #313131 !important;
    background-color: #313131 !important;
  }
  .container-bk-recherche {
    background: #313131 !important;
    box-shadow: 2px 3px 4px #14161a !important;
  }
  .logo-1 img {
    display: none !important;
  }

  .logo-o img {
    display: block !important;
  }
  .logo-t img {
    display: inline-block !important;
  }
  .logo-t {
    display: inline-block !important;
  }
  .onglet-menu {
    border-bottom: 1px solid #313131 !important;
  }
  .meteo-today {
    border-top: 1px solid #313131 !important;
    border-bottom: 1px solid #313131 !important;
  }
  .onglet-menu ul li {
    border: 1px solid #313131 !important;
  }
  .meteo-detail-info tr {
    border-bottom: 1px solid #313131 !important;
  }
  .meteo-hour {
    border: 1px solid #313131 !important;
  }
  .meteo-par-jour {
    border: 1px solid #313131 !important;
  }
  .meteo-jour-temperature-max{
    color: #fff !important;
  }
  .meteo-jour-temperature-min {
    color: #fff !important;
  }
  .meteo-jour-gusts, .meteo-jour-gusts-max, .meteo-jour-gusts-min {
    color: #fff !important;
  }
  #city-selected {
    color: #fff !important;
  }
  .news-content {
    font-size: 18px;
    line-height: 1.6;
    color: #ddd !important;
    background: #313131;
    padding: 16px;
  }
  .news-header h1 {
    font-size: 30px;
    color: #ddd !important;
  }
  .lang-2 a, .lang a {
    font-size: 12px;
    color: #ddd !important;
  }
  .navbar-burger span {
    color: #fff !important;
  }
  .meteo-news-content {
    background: #212121 !important;
    color: #fff !important;
  }
  #meteo-news .meteo-news-pub{
    background: #313131 !important;
    border: 1px solid #1f2229 !important;
  }
  #meteo-news .meteo-news-title {
    color: #fff !important;
  }

  .meteo-jour-time-overrided {
    color: #fff !important;
  }
  .meteo-jour-rain {
    color: #fff !important;
  }
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
}

html,body {
/*    background-color: #fff;*/
    font-family: "Segoe UI Regular";
}
.logo-1 .img-t {
  display: none;
}
.logo-t {
  display: none;
}
nav.breadcrumb li a {
  font-size: 14px;
  font-family: "Segoe UI Regular";

}
/* Par défaut, Bulma cache le menu sur les grands écrans */
@media screen and (min-width: 1024px) {
  .navbar-menu {
    display: flex !important;
    flex-grow: 1;
    justify-content: flex-end;
  }

  .navbar-menu .navbar-start {
    justify-content: flex-start;
  }

  .navbar-menu .navbar-start .navbar-item {
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 1097px) {
  .meteo-jour-hour {
    width: 100% !important;
  } 
  .meteo-hours{
    width: 100% !important;
  }
  .meteo-jour-weather img {
    width: 35px;
  }
  .block-meteo-hours {

  }
  .symbol-a-jour-big {
    width: 30% !important;
    display: block !important;
    margin: 0 auto;
  }
  .symbol-a-jour-small {
    display: none !important;
  }
}


@media screen and (max-width: 496px) {
  .meteo-jour-hour {
    width: 100% !important;
  } 
  .meteo-hours {
    width: 100% !important;

  }
  .meteo-jours {
    width: 100% ;
  }
  .meteo-jour-weather img {
    width: 35px;
  }
  .meteo-hour {
    width: 49% !important;
  }

}



@media screen and (max-width: 1390px) { 
  .meteo-hour {
    min-height: 150px !important;
    /* 
    responsive
    width: 12% !important;
    */
    width: 133.44px !important;
  }
  .meteo-jour-hour {
    /*width: 1112px;*/
  }
  .meteo-hour-symbol img {
    width: 30% !important;
  }
  
}

@media screen and (max-width: 900px) {
  .meteo-hour {

    width: 24% !important;
  }
  .meteo-detail {
    border: 0px !important;
    margin: 0px !important;
    position: relative;
    top: -35px;
  }
  .meteo-icon {
    width: 310px;
    margin: 0 auto;
  }
  .meteo-detail-temp {
    text-align: center;
  }
  .meteo-detail-date {
    text-align: center;
  }
  .block-meteo-jour-details > div {
    display: inline-block;
    width: 24%  !important;
  }
  .meteo-hour {
    min-height: 150px !important;
    width: 133.40px !important ;
  }
} 
@media screen and (max-width: 767px) { 
  .city-forecast {
    margin-top: initial !important;
  }
}
@media screen and (max-width: 550px) { 
  .meteo-par-jour {
    width: 32.2% !important
  }
  .meteo-jour-title {
    font-size: 16px !important;
    margin-bottom: 4px;
  }
  .meteo-jour-weather img {
    width: 24px;
  }
  .meteo-jour-time {
    font-size: 13px;
  }
  .meteo-jour-label {
    font-size: 13px;
  }
  .section.section {
    padding: 0px;
  }
  .meteo-hour {
/*    width: 23% !important;*/
    margin-bottom: 5px;
    margin-left: 2px;
  }
  .overview-icons img {
    width: 25px !important;
  }
  .meteo-hour-time {
    font-size: 14px !important;
    padding-bottom: 5px !important;
  }
  .onglet-menu ul li {
    width: 133px !important;
    font-size: 12px;
    line-height: 23px;
  }

}

@media screen and (max-width: 400px) {
  button#prev{
    top: -16px !important;
  }
  button#next{
    top: -16px !important;
  }
} 
aside#banner_a1 {
    height: 114px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.header_line {
    min-height: 69px;
    border: 1px solid #ddd;
}

#city-selected {
    color: #000;
    font-size: 23px;
}

section.section {
    background: #eee;
}

section.section .container {
/*    background-color: #fff;*/
    padding: 10px;
}
.container-bk {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 10px;
  padding-bottom: 30px;
  padding-top: 30px;
}
}
nav.breadcrumb {
    padding: 5px 5px;
}
.meteo-home-icon .overview-icons .wsymbol{
  width: 27px;
}
.meteo-home-icon .overview-temp{
    font-weight: bold;
    position: relative;
    top: -6px;
}

.meteo-home-icon .overview-temp > div {
    display: inline-block;
    font-size: 13px;
}

.meteo-home-icon > div {
    display: inline-block;
    position: relative;
}

.city-forecast{
    position: relative;
    margin-top: 70px;
}
.menu-footer ul li {
    display: inline-block;
}
div#navMenuColorsuccess-meteo {
    background: #fff !important;
}

.navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    background-color: #f5f1f1;
}
.navbar-start {
    /* height: 67px; */
}
.navbar.is-light {
    background: #fff;
    padding-left: 30%;
    top: 5px;
    font-weight: bold;
}

.navbar-menu.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .is-active .navbar-item {
    font-size: 2rem; /* Increase the size of menu items */
  }
  .navbar-burger.is-active span {
    background-color: black;
  }
  .close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
  }
  #navbarBasicExample{
    background-color: #fff;
  }
  .close-button{
    display: none;
  }
  .is-active .close-button {
    display: inline !important;
  }
  .logo-1 {
    font-weight: bold;
    color: #000;
    width: 225px;
    padding: 0;
    margin: 10px 0 0 30px;
    display: inline-block;
  }

  .logo-1 h1{
    font-size: 26px;
    font-family: sans-serif;
    color: #19b8fd;
}
  .logo-1 h2{
    color: #19b8fd;
    float: right;
}
.responsive-svg {
  width: 100%;
  height: auto;
}
.wsymbol-min {
  width: 15px !important;
  position: absolute;
  left: 74px;
  top: 0;
}
svg image:hover {
  fill: #DDD;
/*  opacity: 0.5; */
}
svg text:hover {
  opacity: 0.5;
}

.city-forecast .columns {border-bottom: 1px dashed #ddd;}

.meteo-hour {
  display: inline-block;
  min-height: 150px;
  width: 12%;
  border: 1px solid #ececec;
}
.meteo-hour-time {
  font-size: 25px;
  padding-bottom: 13px;
}
.meteo-hour-symbol {
  width: 100%;
  height: 60px;
}
.meteo-hour-symbol img{
  width: 50%;
}
.meteo-hours {
  min-height: 240px;
  overflow-x: auto;
  /* width: 1103px; */
}
.meteo-hour > *{
  text-align: center;
}
.block-meteo-hours {
  width: 3352px;
}
.meteo-jour-weather {
  display: inline-block;
}

.column.meteo-hour {
  height: 200px;
  border: 1px solid #eee;
}

.meteo-jour-hour {
  position: relative;
}
.block-meteo-jours.columns {
  width: 100%;
}

a.meteo-lire-suite {
  display: inline-block;
  float: right;
}
.meteo-today {
  width: 100%;
  min-height: 350px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.meteo-par-jour {
  width: 166px !important;
  height: 215px;
  border: 1px solid #eee;
  display: inline-block;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}
.meteo-par-jour > * {
  text-align: center;
}
.meteo-par-jour-is_active {
  background-color: #ddd;
}
.meteo-jour > .columns {
  width: 100%;
}
.symbol-a-jour-small{
  width: 100px;
  display: none;
}
.symbol-a-jour-big{
  width: 230px;
  display: block;
  margin: 0 auto;
}
.meteo-detail-temp {
  font-size: 55px;
  color: #67b0ee;
}
.meteo-detail-date {
  color: #ffc11a;
  font-size: 25px;
  position: relative;
  top: -10px;
}
.meteo-detail-sunrise {
  width: 50%;
}
.meteo-detail-sunset {
  width: 50%;
}
.meteo-detail-precipitation{
  width: 50%;
}
.meteo-detail-now{
  width: 50%;
}
.meteo-detail-info {
  display: block;
  
}
.meteo-detail-info tbody, .meteo-detail-info tr{
  display: block;
  
}
.meteo-detail-sunset > div {
    float: left;
    height: 52px;
    flex-direction: unset !important;
    display: inline-block !important;
  
}
.meteo-detail-sunrise > div {
    float: left;
    height: 52px;
    flex-direction: unset !important;
    display: inline-block !important;
  
}
.meteo-detail-precipitation > div {
  float: left;
  
}
.meteo-detail-now > div {
  float: left;
  
}

.meteo-detail-info {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.meteo-detail-info td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.meteo-detail-info img {
  margin-bottom: 10px;
}
.meteo-detail-info td > div {
  display: flex;
  flex-direction: column;
}
.meteo-detail-info tr {
  border-bottom: 1px solid #ddd;
}
.meteo-detail-info span {
  display: block;
}
.meteo-detail-now img {
  width: 30px;
}
.meteo-detail-now div:nth-child(1) {
  margin: 9px;
}
.meteo-detail-precipitation > div > span:nth-child(2) {
  font-size: 12px;
  color: #75a4ed;
}
.meteo-detail-now > div > span:nth-child(2) {
  font-size: 12px;
  color: #75a4ed;
}
.meteo-detail-precipitation > div > span:nth-child(1) {
  font-size: 27px;
  color: #f9d040;
}
.meteo-detail-now > div > span:nth-child(1) {
  font-size: 27px;
  color: #f9d040;
}

.meteo-detail-sunrise  > div > span:nth-child(1) {
  color: #ffc11a;
  font-size: 25px;
}
.meteo-detail-sunset  > div > span:nth-child(1) {
  color: #ffc11a;
  font-size: 25px;
}
.meteo-detail-sunrise  > div > span:nth-child(2) {
  color: #67b0ee;
  font-size: 14px;
}
.meteo-detail-sunset  > div > span:nth-child(2) {
  color: #67b0ee;
  font-size: 14px;
}
.meteo-today-title {
  font-size: 25px;
  font-weight: bold;
  color: #75a4ed;
  padding-bottom: 10px;
}

.block-meteo-jour-details {
  min-height: 190px;
}
.block-meteo-jour-details > div {
 
  border: 1px dashed #eee;
  width: 11.1%;
  text-align: center;
}

.meteo-jour-title {
  font-size: 18px;
  font-weight: bold;
  color: #75a4ed;
}
.meteo-detail {
  border-left: 1px solid #ddd;
  margin-bottom: 5px;
  margin-top: 2px;
}
.onglet-menu ul li {
  display: inline-block;
  border: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 155px;
  text-align: center;
  float: right;
  height: 26px;
  cursor: pointer;
}

.onglet-menu ul li a {
  color: #67b0ee;
  width: 100%;
}
.onglet-menu ul li.active a {
  color: #fff;
  font-weight: bold;
}
.onglet-menu {
  height: 25px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.active {
  background: #67b0ee;
}
div#forecast-container a {
  color: #75a4ed;
  font-weight: bold;
  font-size: 15px;
  line-height: 31px;
}

.meteo-jour-details a {
  display: inline-block;
  background: #67b0ee;
  width: 100px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.meteo-hour.meteo-hour-active {
  background: #ececec;
}
.meteo-par-jour-active {
  background-color: #ececec7d;
}
.wind-direction {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px;
}
.wind-container {
  display: block;
  flex-wrap: wrap;
}
.meteo-hour-direction {
 
}
.wind-container img {
  width: 15px !important;
  opacity: 0.7;
}
.wind-container > div {
  float: left;
  width: 50%;
}
.arrow_direction {
  text-align: right;
  padding-right: 5px;
}

.cardinal_direction {
  text-align: left;
  padding-left: 5px;
  color: #ffc11a;
  font-weight: bold;
}

button#prev {
  position: absolute;
  left: -35px;
  top: 0px;
  height: 100%;
  width: 70px;
}
button#next {
  position: absolute;
  right: -20px;
  top: 0px;
  height: 100%;
  width: 70px;
}

div#forecast-container .columns {
  min-height: 50px;
}
.logo-2 {
  display: none;
}
.lang-2 {
  display: none;
}
.menu-footer {
  margin: 0 auto;
  text-align: center;
}

.containers.header_line > form > div {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}
.block-origin-not-found {
  position: relative;
  width: 320px;
  height: 320px;
}
.origin-not-found {
  position: relative;
  float: right;
  right: 50px;
}
.origin-not-found-wind {
  position: absolute;
  right: 1px;
  bottom: 55px;
}

.block-desc-not-found h1{
  font-size: 35px;
  padding-bottom: 45px;
}
.block-desc-not-found h2{
  font-size: 25px;
}
.block-desc-not-found h3{
  font-size: 25px;
}

.container-bk-recherche {
  width: 164px;
  display: inline-block;
  height: 133px;
  text-align: center;
  line-height: 65px;
  border-radius: 9px;
  margin-left: 5px;
  background: #56a8fd;
  box-shadow: 2px 3px 4px #dbd0d0;
  position: relative;
  padding-top: 15px;
}
.container-bk-recherche a{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.container-bk-block {
  width: 1284px;
  margin: 0 auto;
}
.container-bk-parent{
  overflow: auto;
  height: 175px;
  padding: 10px;
}

span.recherche-cityname {
  position: relative;
  left: 11px;
  font-size: 13px;
  display: block;
  text-align: left;
  line-height: 20px;
  font-family: "Roboto Flex", sans-serif;
  float: left;
  width: 100%;
}

span.recherche-regionname {
  position: relative;
  left: 11px;
  font-size: 13px;
  display: block;
  text-align: left;
  line-height: 20px;
  font-weight: 100;
  font-family: "Roboto Flex", sans-serif;
  float: left;
  width: 100%;
}
span.recherche-section {

}
span.recherche-symbol {
  position: relative;
  font-size: 13px;
 }

span.recherche-symbol img {
  width: 40px;
  position: relative;
  top: 9px;
}
span.recherche-temp {
  position: relative;
  font-size: 25px;
  display: inline-block;
  font-weight: 100;
  font-family: "Roboto Flex", sans-serif;
 }
 span.recherche-temp-ext {
  position: relative;
  left: -15px;
  font-size: 16px;
}
span.recherche-temp img {
  width: 30px;
  top: 14px;
  position: absolute;
  right: 50px;
}
.lang {
  display: inline-block;
  float: right;
}
[dir='rtl'] .navbar.is-light {
  padding-right: 30%;
  padding-left: 0%;
}
[dir='rtl'] .lang {
  display: inline-block;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
[dir='rtl'] .onglet-menu ul li {
  float: left;
}
.big-container {
  display: none !important;
}

.lang-2 a, .lang a {
  font-size: 12px;
  color: #000;;
}
.lang-2 img, .lang img  {
  width: 15px;
  position: relative;
  top: 4px;
  left: -3px;
}
[dir='rtl'] .lang-2 img, [dir='rtl'] .lang img {
  right: -3px;
}
.lang {
  margin-right: 10px;
  margin-top: 10px;
} 
.is-link-pers {
  background: #6c94fb;
  color: #fff;
  font-weight: bold;
}

input#search_query {
  width: 79% !important;
}

.red-custom{
  color: red;
  font-weight: bold;
  font-size: 18px;
}
.column-custom ul li {
  margin-left: 15px;
  padding: 5px;
  border-bottom: 1px dashed #b8b3b3;
}

[dir='rtl'] .column-custom ul li {
  margin-right: 15px;
  margin-left: 0px;
}

.column-custom ul li img {
  position: relative;
  top: 7px;
}
.meteo-today-title {
  font-size: 25px;
  font-weight: bold;
  color: #75a4ed;
  padding-bottom: 10px;
}

.search-term {
  font-weight: normal; /* Mettre le terme recherché en normal pour contraste */
  color: #333; /* Couleur différente pour le terme recherché */
}

.meteo-today-title-custom {
  font-size: 20px;
}
form[name="search"]  img {
  width: 22px;
}
[dir="rtl"] .news-info {
  padding-right: 11px;
}
.meteo-detail-precipitation .meteo-hour-direction img{
  position: relative;
  top: 8;
  opacity: 1;
}

.meteo-detail-precipitation .meteo-hour-direction .cardinal_direction{
  font-size: 20px;
}
.meteo-detail-precipitation .meteo-hour-direction .wind-container{
  position: relative;
  top: 9px;
  float: left;}

img.meteo-opacity {
  opacity: 0.5;
  width: 30px;
}
.meteo-width {
  width: 40px;
}
td.meteo-detail-now {
  min-width: 186px;
}
.meteo-hour-symbol .min-icon {
  position: relative;
  width: 25px !important;
  top: -10px;
  left: -15px;
}

.meteo-jour-gusts {
  font-size: 12px;
  color: #000;
}

.meteo-jour-temperature-max {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #000 ;
}

.meteo-jour-temperature-min {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #828492;
}

.meteo-jour-time {
  color: #000;
  font-size: 12px;
}

.meteo-jour-label {
  color: #75a4ed;
  font-weight: bold;
}

.meteo-jour-rain {
  font-weight: bold;
  font-size: 14px;
  color: #828282;
}

.meteo-jour-gusts-min , .meteo-hour-direction{
  color: #828e92;
  font-weight: bold;
  font-size: 14px;
}

.meteo-jour-gusts-max {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.meteo-hour-precipitation{
  font-weight: bold;
  font-size: 14px;
}

.meteo-hour-time{
  color: #b975ed;

}
a.remove-fav-city {
  position: absolute;
  right: 10px;
  top: -5px;
  float: left;
}
a.remove-fav-city img {
  width: 18px;
}
.container-bk-block-font {
  font-family: "Roboto Flex", sans-serif;  
  text-transform: uppercase;
  left: 10px;
  position: relative;
  font-size: 12px;
}

[dir='rtl'] span.recherche-cityname {
  float: right;
  text-align: right;
  left: 0;
  right: 10px;
}
[dir='rtl'] span.recherche-regionname {
  float: right;
  text-align: right;
  left: 0;
  right: 10px;
}
[dir='rtl'] a.remove-fav-city {
  left: 10px;
  right: 0;
  text-align: left;
}
[dir='rtl']  span.recherche-temp-ext {
  left: 0;
  top: -3px;
}

#meteo-news .meteo-news-pub{
  width: 30%;
  height: 350px;
  background: #fff;
  border: 1px solid #ddd;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  padding: 10px;
  position: relative;
}

#meteo-news .meteo-news-pub-img{
  position: relative;
  width: 100%; /* ou une taille spécifique */
  padding-bottom: 56.25%; /* 16:9 ratio */
}

#meteo-news .meteo-news-pub-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajuste l'image à l'intérieur du conteneur en respectant le ratio */
}
#meteo-news  .meteo-news-title {
  font-size: 17px;
  padding: 3px 10px;
  display: block;
  color: #202020;
  font-weight: bold;
}
#meteo-news  .meteo-read-more {
  float: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.meteo-news-content {
  background: #fff;
  overflow: hidden;
  padding: 10px;
}
.meteo-news-content-related-news {
  padding-left: 10px;
}
[dir='rtl'] .meteo-news-content-related-news {
  padding-right: 50px;
}

.meteo-jour-time-overrided {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}