main .section1 {
  position: relative;
}
main .section1 .fondsection {
  position: absolute;
  width: 100%;
  height: 100%;
}
main .section1 .fondsection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
main .section1 .content {
  position: relative;
}
main .section1 .content .fil {
  padding-top: 20px;
  color: #163047;
  font-size: 14px;
  font-family: "Averta";
}
main .section1 .content .fil a {
  color: #163047;
  text-decoration: none;
}
main .section1 .content .fil a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main .section1 .content .fil {
    font-size: 12px;
  }
}
main .section1 .content .center {
  padding-top: 132px;
  width: 100%;
  height: 100%;
}
main .section1 .content .center .title {
  max-width: 578px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .title {
    max-width: 100%;
  }
}
main .section1 .content .center .text {
  color: #163047;
  font-family: "Averta";
  font-size: 16px;
  max-width: 590px;
  margin: 15px auto;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .text {
    max-width: 100%;
    font-size: 14px;
  }
}
main .section1 .content .center .links {
  padding-bottom: 59px;
  width: 590px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .links {
    width: 100%;
  }
}
main .section1 .content .center .links .link a {
  padding: 8px 20px;
  background-color: #E52233;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  font-family: "Averta";
  text-decoration: none;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .links .link a {
    font-size: 12px;
  }
}
main .section2 {
  margin-top: 77px;
  margin-bottom: 100px;
}
main .section2 .list-and-map {
  display: flex;
  gap: 25px;
  height: 575px;
}
@media screen and (max-width: 1160px) {
  main .section2 .list-and-map {
    margin-left: unset;
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  main .section2 .list-and-map {
    flex-direction: column;
    padding-left: unset;
    height: unset;
    gap: 60px;
  }
}
main .section2 .list-and-map .liste {
  overflow-y: auto;
  min-width: 400px;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  main .section2 .list-and-map .liste {
    min-width: unset;
    height: 400px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
main .section2 .list-and-map .liste::-webkit-scrollbar {
  width: 3px;
}
main .section2 .list-and-map .liste::-webkit-scrollbar-track {
  background-color: whitesmoke;
}
main .section2 .list-and-map .liste::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: gray;
  border-radius: 25px;
}
main .section2 .list-and-map .liste h2 {
  margin-bottom: 45px;
}
main .section2 .list-and-map .liste .categories {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
main .section2 .list-and-map .liste .categories .category .category-header {
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #163047;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .section2 .list-and-map .liste .categories .category .category-header svg path {
  stroke: #E52233;
}
main .section2 .list-and-map .liste .categories .category .posts-list .map-item {
  cursor: pointer;
  padding-top: 10px;
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
}
main .section2 .list-and-map .liste .categories .category .posts-list .active {
  color: #E52233;
  font-weight: bold;
}
main .section2 .list-and-map .liste .categories .active .category-header {
  color: #E52233;
  border-color: #E52233;
}
main .section2 .list-and-map .liste .categories .active .category-header svg {
  transform: rotate(90deg);
}
main .section2 .list-and-map #map {
  width: 100%;
}
@media screen and (max-width: 900px) {
  main .section2 .list-and-map #map {
    height: 400px;
  }
}
main .section2 #info-container {
  margin-top: 45px;
}
main .section2 #info-container .infos-header {
  padding-bottom: 12px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
  border-bottom: 2px solid #E52233;
  flex-wrap: wrap;
  gap: 15px;
}
main .section2 #info-container .infos-header h3 {
  text-transform: unset !important;
}
main .section2 #info-container .infos-text {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
main .section2 #info-container .infos-text .infos-left {
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  main .section2 #info-container .infos-text .infos-left {
    min-width: unset;
  }
}
main .section2 #info-container .infos-text .infos-left__address {
  font-weight: bold;
  text-transform: uppercase;
}
main .leaflet-control-attribution {
  display: none !important;
}
main .leaflet-control-zoom {
  border: none !important;
  background: #163047;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
main .leaflet-control-zoom a {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
main .leaflet-control-zoom a svg {
  width: 18px;
  height: 18px;
  fill: white;
}
main .leaflet-control-zoom a:hover {
  background: rgba(255, 255, 255, 0.1);
}
