.info {
  background-color: #094067;
  font-size: 1.4rem;
  color: #fffffe;
  padding: 2rem;
  padding-left: 10%;
  padding-right: 10%;
  height: 6rem;
}
@media screen and (max-width: 1700px) {
  .info {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.info_salut {
  display: none;
}
@media screen and (max-width: 600px) {
  .info_salut {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
  }
  .navbar_mobile{
    top: 0 !important;
  }
  .background{
    margin-top: 0 !important;
  }
  .stiri, .add,.stire_text_titlu{
    margin-top: 4rem !important;
  }
  .navbar_items_item_name,.navbar_items_item_dropdown_item{
    font-size: 1.4rem;
  }
  .navbar_items{
    overflow-y: auto;
  }
  .info_salut p {
    margin-right: 1rem;
  }
  .navbar_items_item_dropdown_item{
    padding: .5rem !important;
  }
  .info_salut svg {
    width: 2rem;
    height: 2rem;
  }
}
.info a {
  text-decoration: none;
  color: inherit;
}
.info_data {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  white-space: nowrap;
}
.info_data > * {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  transition: all 0.2s;
}
.info_data > *:hover {
  color: #d8eefe;
  transform: translateY(-2px);
}
.info_data > * img {
  width: 1.5rem;
  height: 1.5rem;
}
.info_data > * > * {
  margin-right: 0.5rem;
}
@media screen and (max-width: 600px) {
  .info_data {
    display: none;
  }
}

.navbar {
  padding: 1rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  position: fixed;
  width: 100%;
  top: 6rem;
  width: 100%;
  z-index: 101 !important;
  transition: all 0.2s;
  background-color: #fffffe;
  border-bottom: 1px solid #094067;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1700px) {
  .navbar {
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media screen and (max-width: 800px) {
  .navbar {
    display: none;
  }
}
.navbar_logo {
  font-weight: bold;
  color: #094067;
  text-transform: uppercase;
  margin-right: 1rem;
}
.navbar_logo p{
  white-space: nowrap;
}
/* .navbar_items_item {
  text-decoration: none;
  color: #094067;
  text-transform: uppercase;
  transition: all 0.1s;
}
.navbar_items_item:hover {
  color: #d8eefe;
  text-decoration: underline;
} */
.navbar_items_item_login {
  background-color: #094067;
  color: #fffffe;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.navbar_items > *:not(:last-child) {
  margin-right: 2rem;
}
.open{
  display: block;
}
.close{
  display: none;
}
.navbar_mobile_items{
  transform: translateX(100%);
}
.navbar_mobile {
  display: none;
  padding: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #fffffe;
  font-size: 1.4rem;
  position: fixed;
  top: 6rem;
  width: 100%;
  z-index: 101 !important;
  transition: all 0.2s;
  border-bottom: 1px solid #094067;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.navbar_mobile svg {
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .navbar_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.navbar_mobile_items {
  background-color: #094067;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 60%;
  z-index: 99 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  font-size: 2rem;
}
.navbar_mobile_items .navbar_items_item{
  padding: .5rem 0;
}
.navbar_mobile_items_item {
  text-decoration: none;
  color: #fffffe;
  margin-bottom: 1rem;
}
.navbar_mobile_items_item_login {
  background-color: #fffffe;
  color: #094067;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.navbar .close {
  z-index: 10 !important;
}

.scroll {
  top: 0rem;
  transition: all 0.2s;
}

.background {
  margin-top: 6rem;
  position: relative;
}
.background img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 70vh;
}
.background_mobile{
  display: none;
}

@media screen and (max-width: 600px){
  .background_desktop{
      display: none;
  }
  .background_mobile{
      display: block;
  }
}
.layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 64, 103, 0.5);
}

.text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fffffe;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .text {
    font-size: 2rem;
  }
}

.stiri {
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 2%;
}

.stiri_viewMore{
  display: flex;
  align-items: center;
  cursor: pointer;
  /* background-color: #094067;
  color: #fffffe; */
  border: 1px solid #094067;
  color: #094067;
  background-color: #fffffe !important;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 1rem;
  grid-column: 1/-1;
  height: max-content !important;
  width: max-content !important;
  align-self: center;
  justify-self: center;
  font-size: 1.6rem;
}
.stiri_viewMore svg{
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;

}
@media screen and (max-width: 1550px) {
  .stiri {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (max-width: 1200px) {
  .stiri {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .stiri {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.stiri_box {
  position: relative;
}
.stiri_utility {
  position: absolute;
  bottom: 0;
  right: 0;
}
.stiri_utility a {
  text-decoration: none;
  margin-right: 0.6rem;
}
.stiri_utility a svg {
  width: 3rem;
  height: 3rem;
}
.stiri_title {
  text-align: center;
}
.stiri_title_sub {
  font-size: 1.6rem;
  color: #5f6c7b;
}
.stiri_title_name {
  font-size: 3rem;
  color: #094067;
}
.stiri_list {
  margin-top: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 800px) {
  .stiri_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .stiri_list {
    grid-template-columns: 1fr;
  }
}
.stiri_list > * {
  width: 100%;
  height: 35rem;
  background-color: #094067;
  border-radius: 5px;
  transition: all 0.2s;
}
.stiri_list > * img {
  width: 100%;
  height: 20rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stiri_list > *:hover {
  transform: translateY(-5px);
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.2);
}
.stiri_list_name {
  font-size: 1.6rem;
  color: #d8eefe;
  text-decoration: none;
  padding: 0.5rem;
  border-top: 1px solid #d8eefe;
}
.stiri_list_name:hover {
  text-decoration: underline;
}
.stiri_list_data {
  font-size: 1.2rem;
  color: #d8eefe;
  text-decoration: none;
  padding: 0.5rem;
}

.footer {
  background-color: #094067;
  font-size: 1.4rem;
  color: #fffffe;
  padding: 2rem;
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 5%;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}
@media screen and (max-width: 1550px) {
  .footer {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 700px) {
  .footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2rem;
  }
}
.footer_copy {
  background-color: #094067;
  font-size: 1.2rem;
  color: #fffffe;
  padding: 1rem;
  padding-left: 20%;
  padding-right: 20%;
  border-top: 1px solid rgba(255, 255, 254, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1550px) {
  .footer_copy {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (max-width: 1200px) {
  .footer_copy {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .footer_copy {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.footer_copy a {
  color: #fffffe;
}
@media screen and (max-width: 500px) {
  .footer_copy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer_copy > * {
    margin-bottom: 1rem;
  }
}
.footer_info {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.footer_info_data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_info_data > * {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.footer_info_data .info_data_text {
  margin-left: 1rem;
  text-decoration: none;
  color: #fffffe;
  font-size: 1.2rem;
}
.footer_scoala {
  font-size: 1.8rem;
  text-align: center;
  align-self: center;
}
@media screen and (max-width: 700px) {
  .footer_scoala {
    display: none;
  }
}

.admin {
  background-color: #5f6c7b;
  color: #fffffe;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 1rem;
  font-size: 1.6rem;
  z-index: 800;
  text-align: center;
}
.admin_add {
  background-color: #094067;
  color: #fffffe;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.admin > * {
  margin-bottom: 0.6rem;
}

.stire {
  margin-top: 10rem;
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1550px) {
  .stire {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .stire {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .stire {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .stire {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
}
.stire_text_titlu {
  margin-top: 15rem;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #094067;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2rem;
}
@media screen and (max-width: 1550px) {
  .stire_text_titlu {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .stire_text_titlu {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .stire_text_titlu {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .stire_text_titlu {
    margin-top: 10rem;
    font-size: 3rem;
  }
}
.stire_text_descriere {
  text-indent: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .stire_text_descriere {
    text-indent: 1rem;
    margin-bottom: 2rem;
  }
}
.stire_text_links {
  display: flex;
  flex-direction: column;
}
.stire_text_links a {
  color: inherit;
  transition: all 0.2s;
}
.stire_text_links a:hover {
  color: #d8eefe;
}
@media screen and (max-width: 600px) {
  .stire_text_links {
    margin-bottom: 1rem;
  }
}
.stire_img img {
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.alert {
  position: fixed;
  top: 1rem;
  left: 0;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 0.75rem 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 1.6rem;
  transition: all 1s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert svg {
  margin-left: 1rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.navbar_items{
  display: flex;
  align-items: center;
}
.navbar_items_item{
  position: relative;
  margin-right: 1rem;
}
.navbar_items_item a {
  text-decoration: none;
  color: inherit;
}
.navbar_items_item_name{
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 16px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  text-align: center;
  transition: all 0.2s;
}

.navbar_items_item_name:focus-visible {
  outline: 3px solid #094067;
  outline-offset: 2px;
  border-radius: 4px;
}

.navbar_items_item_dropdown{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: max-content;
  max-width: 250px;
  text-align: center;

  display: none;
}
.navbar_items_item_sub{
  position: relative;
}
.navbar_items_item_dropdown_sub{
  position: absolute;
  top: 0px;
  left: 100%;

  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: max-content;
  max-width: 250px;
  text-align: center;

  display: none;
}
.navbar_items_item_dropdown_item{
  padding: 1rem 1rem;
  transition: all .2s;
  cursor: pointer;
  line-height: 22px;
  color: inherit;
  text-decoration: none;
  display: block;
}

.navbar_items_item_dropdown_item:hover,
.navbar_items_item_dropdown_item:focus {
  background-color: rgba(0,0,0,0.1);
  outline: none;
}

.navbar_items_item_dropdown_item:focus-visible {
  outline: 3px solid #094067;
  outline-offset: -2px;
  background-color: rgba(0,0,0,0.1);
}

.navbar_items_item:hover .navbar_items_item_dropdown,
.navbar_items_item:focus-within .navbar_items_item_dropdown {
  display: grid;
}
.navbar_items_item_sub:hover .navbar_items_item_dropdown_sub,
.navbar_items_item_sub:focus-within .navbar_items_item_dropdown_sub {
  display: grid;
}
.navbar_mobile_items .navbar_items{
  width: 100%;
}
.navbar_mobile_items .navbar_items_item, .navbar_mobile_items .navbar_items_item_dropdown{
  width: 100%;
}
.navbar_items_item_name svg{
  width: 2rem;
  height: 2rem;
  margin-left: .5rem;
}
@media screen and (max-width: 800px){
  .navbar_mobile_items{
    overflow: auto;
  }
  .navbar_items > *{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar_items > *:first-child{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar_items{
    flex-direction: column;
    color: white;
    text-align: center;
  }
  .navbar_items_item_name{
    justify-content: center;

  }
  .navbar_items_item{ 
    margin-right: 0;
  }

  .navbar_items_item_dropdown, .navbar_items_item_dropdown_sub{
    position: static;
    background-color: transparent;
    color: white;
    text-align: center;
    box-shadow: none;
    max-width: 60vw;
    top: 40px;
    left: 0;
    transform: translate(0%, 0%);
  }
  .navbar_items_item_dropdown_sub{
    width: 100%;
  }
  .navbar_items > *:not(:last-child){
    margin-right: 0;
  }
}

/* Accessibility pages styles */
kbd {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  font-size: 0.9em;
  line-height: 1;
  color: #094067;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 2px #fff;
  font-family: monospace;
}

article section {
  margin-bottom: 3rem;
}

article section h2 {
  color: #094067;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

article section h3 {
  color: #094067;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}

article section ul,
article section ol {
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

article section li {
  margin-bottom: 0.5rem;
}

article section a {
  color: #094067;
  text-decoration: underline;
}

article section a:hover,
article section a:focus {
  color: #0a5d8a;
  outline: 2px solid #094067;
  outline-offset: 2px;
}




/* FILTER SECTION */
.filtre{
  background-color: white;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 3rem;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:1rem;
}

.filtre_title{
  grid-column: 1/-1;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.filtre_title>*:first-child{
  margin-right: 1rem;
  font-size: 1.8rem;
  margin-bottom: .5rem;
}
.filtre_title_tags{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filtre_title_tags>*:not(:last-child){
  margin-right: 1rem;
}

.filtre_title_tags_tag_close{
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin-left: .5rem;
  color: brown;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  text-align: center;
}

.filtre_title_tags>*{
  padding: .2rem 1rem;
  font-size: 1.3rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .2s;
  height: max-content;
  /* height: 25px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5rem;
}

.filtre_btns{
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-self: flex-end;
}
.filtre_btns>*{
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .2s;
  height: max-content;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filtre_btns>* svg{
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
}

.filtre_btns_reset{
  background-color: #094067;
  color: #fffffe;

}
.filtre_btns_filtreaza{
  background-color: #094067;
  color: #fffffe;
}

.filtre_inputs{
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
}
.filtre_inputs input, .filtre_inputs select{
  width: 100%;
  padding: 0 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1.4rem;
  margin-top: .5rem;
  height: 40px;
}
.filtre_title_tags_tag_name{
  font-weight: bold;
}

.stiri_error{
  text-align: center;
  margin: 3rem 0 6rem 0;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 800px){
  .filtre{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px){
  .filtre{
    grid-template-columns: 1fr;
  }
}



/* PAGINATIE */

.pagination_container{
  width: 100%;
  display:flex;
  align-items:center;
  justify-content: center;
  margin-top: 5rem;
}
.pagination_container svg{
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.pagination{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pagination_active{
  background-color: rgba(0, 33, 91,.1);
  pointer-events: none;
}
.pagination>*{
  /* padding: 18px 17px 17px 19px; */
  border: 1.5px solid #00215B;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  /* line-height: 28px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373737;
  width: 47px;
  height: 48px;
  transition: all .2s;
}
.pagination>*:hover{
  background-color: rgba(0, 33, 91,.1);
}



/* ALERTA */

.add_alert{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  border-radius: 1rem;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 101;
}
.add_alert svg{
  width: 16rem;
  height: 16rem;
  color: brown;
}
.add_alert_text{
  font-size: 2rem;
  margin: 2rem 0;
}
.add_alert_btn{
  background-color: #00215B;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: white;
  border-radius: 1rem;
  cursor: pointer;
}
.add_layer{
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}


/* MAP */

.map{
  width: 100%;
  border-radius: 10px;
  margin-top: 5rem;
}