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;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .title {
    max-width: 100%;
  }
}
main .section1 .content .center .title h1 {
  text-align: center;
}
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;
  justify-content: space-around;
  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 {
  padding-top: 77px;
}
@media screen and (max-width: 1150px) {
  main .section2 .container {
    width: 95vw;
  }
}
main .section2 .demarches-container {
  margin-bottom: 60px;
}
main .section2 .demarches-container .demarche-header {
  margin-bottom: 35px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  font-size: 30px;
  padding-bottom: 8px;
  border-bottom: 2px solid #163047;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  main .section2 .demarches-container .demarche-header {
    font-size: 20px;
  }
}
main .section2 .demarches-container .demarche-header.active {
  color: #E52233;
  border-bottom-color: #E52233;
}
main .section2 .demarches-container .demarche-header svg {
  transition: transform 0.3s ease;
}
main .section2 .demarches-container .demarche-header svg path {
  transition: all 0.3s ease;
}
main .section2 .demarches-container .demarche-header.active svg {
  transform: rotate(90deg);
}
main .section2 .demarches-container .demarche-header.active svg path {
  stroke: #E52233;
}
main .section2 .demarches-container .demarches .demarche {
  margin-top: 38px;
}
main .section2 .demarches-container .demarches .demarche .demarche-content {
  background-color: #EADFCD;
  padding: 34px 55px;
}
@media screen and (max-width: 768px) {
  main .section2 .demarches-container .demarches .demarche .demarche-content {
    padding: 34px 15px;
  }
}
main .section2 .demarches-container .demarches .demarche .demarche-content .line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px;
}
main .section2 .demarches-container .demarches .demarche .demarche-content .line .subtitle {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #163047;
  font-family: "Averta";
}
main .section2 .demarches-container .demarches .demarche .demarche-content .excerpt {
  color: #163047;
  font-family: "Averta";
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main .section2 .demarches-container .demarches .demarche .demarche-content .excerpt {
    font-size: 14px;
  }
}
