.card {
  background-color: #EADFCD;
  flex: 1 1 320px;
  max-width: 320px;
  margin-left: 0;
}
.card:hover .botblog .lien a {
  font-weight: bold;
}
.card a {
  text-decoration: none;
  font-family: "Averta";
  color: #163047;
}
.card .imgtop {
  aspect-ratio: 3/2;
}
.card .imgtop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .botblog {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
.card .botblog .linetop {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.card .botblog .linetop .date .jour {
  font-weight: 700;
}
.card .botblog .linetop .taxo {
  border: 1px solid #163047;
  border-radius: 20px;
  padding: 3px 20px;
  font-size: 13px;
}
.card .botblog .titre {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 25px;
  max-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .botblog .texte {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 130px;
  line-height: 22px;
}
.card .botblog .lien {
  text-align: end;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
}

main .section1 {
  height: 470px;
  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;
}
main .section1 .content .fil #breadcrumbs {
  color: #163047;
  font-size: 14px;
  font-family: "Averta";
}
@media screen and (max-width: 768px) {
  main .section1 .content .fil #breadcrumbs {
    font-size: 12px;
  }
}
main .section1 .content .fil #breadcrumbs a {
  color: #163047;
  text-decoration: none;
}
main .section1 .content .fil #breadcrumbs a:hover {
  text-decoration: underline;
}
main .section1 .content .center {
  padding-top: 132px;
  width: 100%;
  height: 100%;
}
main .section1 .content .center .title {
  max-width: 578px;
  margin: 0 auto;
  text-align: center;
}
@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%;
  }
}
@media screen and (max-width: 1150px) {
  main .section2 .container {
    margin: 0 auto;
    width: fit-content;
  }
}
main .section2 .container .filtres {
  margin-top: 36px;
  margin-bottom: 36px;
}
main .section2 .container .filtres h2 {
  color: #E52233;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
main .section2 .container .filtres .buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
main .section2 .container .filtres .buttons button {
  color: #163047;
  border: 2px solid #163047;
  border-radius: 17px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  font-family: "Averta";
  padding: 4px 16px;
  cursor: pointer;
}
main .section2 .container .filtres .buttons button:hover {
  text-decoration: underline;
}
main .section2 .container .filtres .buttons .active {
  background-color: #163047;
  color: white;
}
main .section2 .container .filtres .buttons .active:hover {
  text-decoration: none;
}
main .section2 .container .actualites {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 90px;
}
main .section2 .container .pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
main .section2 .container .links-pagination {
  color: #E52233;
  text-decoration: none;
  font-size: 20px;
  font-family: "Averta";
}
main .section2 .container .links-pagination:hover {
  font-weight: bold;
}
main .section2 .container .current-page {
  font-weight: bold;
}
main .section2 .container .separateur-pagination {
  font-size: 20px;
  color: #E52233;
  font-family: "Averta";
}
