.section-actualites {
  margin-top: 58px;
}
.section-actualites .content .lineactu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .section-actualites .content .lineactu .lien {
    margin-top: 20px;
    width: fit-content;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu {
    height: 500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 25px;
    margin-top: 40px;
  }
  .section-actualites .content .affiche-actu .big-actu {
    width: 345px;
    grid-area: 1/1/3/2;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card:hover .botblog .lien a {
    font-weight: bold;
  }
  .section-actualites .content .affiche-actu .big-actu .card a {
    display: block;
    height: 230px;
    text-decoration: none;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card a {
    display: flex;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card a .imgtop {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
  }
  .section-actualites .content .affiche-actu .big-actu .card a .imgtop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-actualites .content .affiche-actu .big-actu .card .botblog {
    height: 270px;
    padding: 20px;
    background-color: #EADFCD;
    position: relative;
  }
  .section-actualites .content .affiche-actu .big-actu .card .botblog a {
    text-decoration: none;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog a {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog a .linetop {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
  }
  .section-actualites .content .affiche-actu .big-actu .card .botblog a .linetop .date {
    font-size: 16px;
    font-family: "Averta";
    font-weight: bold;
    color: #163047;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog a .linetop .date {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog a .linetop .taxo {
    font-size: 14px;
    color: #163047;
    font-family: "Averta";
    border: 1px solid #163047;
    padding: 4px 10px;
    border-radius: 13px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog a .linetop .taxo {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog a .titre {
    color: #163047;
    font-size: 20px;
    font-family: "Averta";
    font-weight: bold;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog a .titre {
    font-size: 18px;
    height: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog a .texte {
    line-height: 22px;
    font-size: 14px;
    font-family: "Averta";
    color: #163047;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog a .texte {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog .lien {
    width: fit-content;
    margin-left: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .section-actualites .content .affiche-actu .big-actu .card .botblog .lien a {
    text-decoration: underline;
    font-size: 14px;
    color: #163047;
    height: auto;
    font-family: "Averta";
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .big-actu .card .botblog .lien a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .double-actu {
    grid-area: 1/2/3/4;
  }
  .section-actualites .content .affiche-actu .double-actu .card:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .section-actualites .content .affiche-actu .double-actu .card:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .double-actu .card {
    height: 230px;
    display: flex;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .section-actualites .content .affiche-actu .double-actu .card {
    width: 100%;
    display: block;
    height: unset;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .double-actu .card:hover .botblog .lien a {
    font-weight: bold;
  }
  .section-actualites .content .affiche-actu .double-actu .card a {
    text-decoration: none;
  }
  .section-actualites .content .affiche-actu .double-actu .card a .imgtop {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
  }
  .section-actualites .content .affiche-actu .double-actu .card a .imgtop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-actualites .content .affiche-actu .double-actu .card .botblog {
    padding: 20px;
    background-color: #EADFCD;
    position: relative;
  }
  .section-actualites .content .affiche-actu .double-actu .card .botblog a {
    text-decoration: none;
  }
  .section-actualites .content .affiche-actu .double-actu .card .botblog a .linetop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .section-actualites .content .affiche-actu .double-actu .card .botblog a .linetop .date {
    font-size: 16px;
    font-family: "Averta";
    font-weight: bold;
    color: #163047;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .double-actu .card .botblog a .linetop .date {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .double-actu .card .botblog a .linetop .taxo {
    font-size: 14px;
    color: #163047;
    font-family: "Averta";
    border: 1px solid #163047;
    padding: 4px 10px;
    border-radius: 13px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .double-actu .card .botblog a .linetop .taxo {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .double-actu .card .botblog a .titre {
    color: #163047;
    font-size: 20px;
    font-family: "Averta";
    font-weight: bold;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .double-actu .card .botblog a .titre {
    font-size: 18px;
    height: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .double-actu .card .botblog a .texte {
    line-height: 1.5;
    overflow: hidden;
    font-size: 14px;
    font-family: "Averta";
    color: #163047;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .double-actu .card .botblog a .texte {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .section-actualites .content .affiche-actu .double-actu .card .botblog .lien {
    width: fit-content;
    margin-left: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .section-actualites .content .affiche-actu .double-actu .card .botblog .lien a {
    text-decoration: underline;
    font-size: 14px;
    color: #163047;
    font-family: "Averta";
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1100px) and (max-width: 768px) {
  .section-actualites .content .affiche-actu .double-actu .card .botblog .lien a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .section-actualites .content .affiche-actu {
    margin-top: 40px;
    display: flex;
    flex-flow: row;
    gap: 15px;
    justify-content: center;
    width: 100%;
  }
  .section-actualites .content .affiche-actu .card {
    background-color: #EADFCD;
    flex: 1 1 320px;
    max-width: 320px;
    margin-left: 0;
  }
  .section-actualites .content .affiche-actu .card:hover .botblog .lien a {
    font-weight: bold;
  }
  .section-actualites .content .affiche-actu .card a {
    text-decoration: none;
    font-family: "Averta";
    color: #163047;
  }
  .section-actualites .content .affiche-actu .card .imgtop {
    aspect-ratio: 3/2;
  }
  .section-actualites .content .affiche-actu .card .imgtop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-actualites .content .affiche-actu .card .botblog {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
  }
  .section-actualites .content .affiche-actu .card .botblog .linetop {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .section-actualites .content .affiche-actu .card .botblog .linetop .date .jour {
    font-weight: 700;
  }
  .section-actualites .content .affiche-actu .card .botblog .linetop .taxo {
    border: 1px solid #163047;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 13px;
  }
  .section-actualites .content .affiche-actu .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;
  }
  .section-actualites .content .affiche-actu .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;
  }
  .section-actualites .content .affiche-actu .card .botblog .lien {
    text-align: end;
    text-decoration: underline;
    font-size: 14px;
    text-transform: uppercase;
  }
  .section-actualites .content .affiche-actu .double-actu {
    display: flex;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section-actualites .content .affiche-actu {
    margin-top: 40px;
    display: flex;
    flex-flow: column;
    gap: 15px;
    align-items: center;
    width: 100%;
  }
  .section-actualites .content .affiche-actu .card {
    background-color: #EADFCD;
    flex: 1 1 320px;
    max-width: 320px;
    margin-left: 0;
  }
  .section-actualites .content .affiche-actu .card:hover .botblog .lien a {
    font-weight: bold;
  }
  .section-actualites .content .affiche-actu .card a {
    text-decoration: none;
    font-family: "Averta";
    color: #163047;
  }
  .section-actualites .content .affiche-actu .card .imgtop {
    aspect-ratio: 3/2;
  }
  .section-actualites .content .affiche-actu .card .imgtop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-actualites .content .affiche-actu .card .botblog {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
  }
  .section-actualites .content .affiche-actu .card .botblog .linetop {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .section-actualites .content .affiche-actu .card .botblog .linetop .date .jour {
    font-weight: 700;
  }
  .section-actualites .content .affiche-actu .card .botblog .linetop .taxo {
    border: 1px solid #163047;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 13px;
  }
  .section-actualites .content .affiche-actu .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;
  }
  .section-actualites .content .affiche-actu .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;
  }
  .section-actualites .content .affiche-actu .card .botblog .lien {
    text-align: end;
    text-decoration: underline;
    font-size: 14px;
    text-transform: uppercase;
  }
  .section-actualites .content .affiche-actu .double-actu {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 15px;
  }
}

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;
}
main .section1 .content .fil a, main .section1 .content .fil span {
  color: #163047;
  font-family: "Averta";
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.45px;
  line-height: 21px;
}
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 {
  text-align: center;
  max-width: 578px;
  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;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main .section1 .content .center .links {
    width: 100%;
  }
}
main .section2 {
  background-color: #fff;
}
main .section2 .content {
  margin-bottom: 102px;
}
main .section2 .content .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 900px) {
  main .section2 .content .line {
    display: block;
  }
}
main .section2 .content .line .commune {
  max-width: 604px;
}
@media screen and (max-width: 900px) {
  main .section2 .content .line .commune {
    margin-bottom: 20px;
  }
}
main .section2 .content .line .commune .title h2 {
  color: #E52233;
}
main .section2 .content .line .commune .text {
  font-family: "Averta";
  font-size: 16px;
  color: #163047;
  line-height: 24px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main .section2 .content .line .commune .text {
    font-size: 14px;
  }
}
main .section2 .content .agglo-map {
  display: flex;
  gap: 50px;
}
main .section2 .content #commune-list {
  width: 405px;
  max-height: 45vh;
  overflow-y: auto;
  padding-right: 30px;
}
main .section2 .content #commune-list::-webkit-scrollbar {
  width: 3px;
}
main .section2 .content #commune-list::-webkit-scrollbar-track {
  background-color: whitesmoke;
}
main .section2 .content #commune-list::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: gray;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  main .section2 .content .agglo-map {
    flex-direction: column-reverse;
  }
  main .section2 .content #commune-list {
    width: 90vw;
    margin-top: 30px;
  }
}
main .section2 .content .commune-item {
  margin-bottom: 22px;
}
main .section2 .content .commune-header {
  display: flex;
  font-family: "Averta";
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #E52233;
  padding-bottom: 8px;
  cursor: pointer;
}
main .section2 .content .commune-header span {
  font-size: 20px;
  font-weight: bold;
}
main .section2 .content .commune-header img {
  transition: all 0.3s ease-in-out;
}
main .section2 .content .commune-details {
  transition: all 0.3s ease-in-out;
  display: none;
  padding: 10px 10px 10px 40px;
  font-family: "Averta";
}
main .section2 .content .commune-details p {
  margin: 5px 0;
}
main .section2 .content .commune-details-p {
  margin-bottom: 30px !important;
}
main .section2 .content .commune-details svg {
  width: 13px !important;
  height: 13px !important;
}
main .section2 .content .commune-link {
  text-decoration: none;
  padding: 6px 15px;
  font-weight: bold;
  border: 2px solid #E52233;
  border-radius: 30px;
  color: #E52233;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
main .section2 .content .commune-link:hover {
  background-color: #E52233;
  color: white;
}
main .section2 .content .commune-link:hover svg path {
  stroke: white;
}
main .section2 .content .agglo-map svg {
  width: 100%;
  height: auto;
}
main .section2 .content .commune-active {
  fill: #E52233 !important;
}
main .section2 .content .commune-header-active span {
  color: #E52233;
}
main .section2 .content .commune-header-active img {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
main .section2 .content path {
  cursor: pointer;
  transition: fill 0.3s ease;
}
main .section2 .content path:hover {
  fill: #e84857;
}
main .section2 .content path.no-hover:hover {
  fill: none;
}
@media screen and (max-width: 768px) {
  main .section2 .content path:hover {
    fill: #EADFCD;
  }
}
main .section3 {
  background-color: #163047;
}
main .section3 .content .line {
  display: flex;
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  main .section3 .content .line {
    display: block;
  }
}
main .section3 .content .line .president {
  width: 200px;
  height: 201px;
  margin-right: 54px;
}
@media screen and (max-width: 900px) {
  main .section3 .content .line .president {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
main .section3 .content .line .president img {
  width: 100%;
  height: 100%;
}
main .section3 .content .line .content-president {
  width: calc(100% - 254px);
}
@media screen and (max-width: 900px) {
  main .section3 .content .line .content-president {
    width: 100%;
  }
}
main .section3 .content .line .content-president .title {
  margin-bottom: 18px;
}
main .section3 .content .line .content-president .title h2 {
  color: #EADFCD;
}
main .section3 .content .line .content-president .text {
  margin-bottom: 37px;
  font-size: 16px;
  font-family: "Averta";
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .section3 .content .line .content-president .text {
    font-size: 14px;
  }
}
main .section3 .content .line .content-president .links {
  display: flex;
  justify-content: end;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  main .section3 .content .line .content-president .links {
    flex-wrap: wrap;
  }
}
main .section4 {
  background-color: #EADFCD;
}
main .section4 .content .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  main .section4 .content .line {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  main .section4 .content .line .link {
    margin-top: 20px;
  }
}
main .section4 .content .line .link a {
  padding: 8px 12px;
  border: 2px solid #163047;
  border-radius: 17px;
  color: #163047;
  display: flex;
  font-family: "Averta";
  font-weight: bold;
  font-size: 14px;
  width: fit-content;
  gap: 7px;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  main .section4 .content .line .link a {
    font-size: 12px;
  }
}
main .section4 .content .line .link a svg {
  margin-right: 5px;
}
main .section4 .content .line .link a:hover {
  background-color: #163047;
  color: #EADFCD;
}
main .section4 .content .projects {
  display: flex;
  justify-content: space-between;
  padding-bottom: 56px;
}
@media screen and (max-width: 960px) {
  main .section4 .content .projects {
    display: block;
  }
}
main .section4 .content .projects .rubriques {
  max-width: 342px;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  main .section4 .content .projects .rubriques {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
main .section4 .content .projects .rubriques .project {
  padding: 15px 20px;
  border-radius: 15px;
  background-color: #fff;
  width: 300px;
  margin-bottom: 26px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  main .section4 .content .projects .rubriques .project {
    width: calc(100% - 42px);
  }
}
main .section4 .content .projects .rubriques .project .title {
  color: #163047;
  font-size: 18px;
  font-weight: bold;
  font-family: "Averta";
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .section4 .content .projects .rubriques .project .title {
    font-size: 16px;
  }
}
main .section4 .content .projects .rubriques .project:hover {
  background-color: #163047;
  margin-left: 21px;
}
main .section4 .content .projects .rubriques .project:hover .title {
  color: #fff;
}
main .section4 .content .projects .rubriques .project:hover .title svg path {
  stroke: #fff;
}
main .section4 .content .projects .rubriques .project.active {
  background-color: #163047;
  margin-left: 42px;
}
main .section4 .content .projects .rubriques .project.active .title {
  color: #fff;
}
main .section4 .content .projects .rubriques .project.active .title svg path {
  stroke: #fff;
}
main .section4 .content .projects .detail {
  max-width: 624px;
}
@media screen and (max-width: 960px) {
  main .section4 .content .projects .detail {
    max-width: 100%;
    margin-top: 40px;
  }
}
main .section4 .content .projects .detail .detail-project {
  display: none;
}
main .section4 .content .projects .detail .detail-project.active {
  display: block;
  scroll-margin-top: calc(var(--menu-height, 169px) + 30px);
}
main .section4 .content .projects .detail .detail-project.active .title {
  margin-bottom: 26px;
  font-family: "Averta";
  font-weight: bold;
  font-size: 30px;
  color: #163047;
}
@media screen and (max-width: 768px) {
  main .section4 .content .projects .detail .detail-project.active .title {
    font-size: 20px;
  }
}
main .section4 .content .projects .detail .detail-project.active .text {
  margin-bottom: 38px;
  font-size: 16px;
  color: #163047;
  font-family: "Averta";
}
main .section4 .content .projects .detail .detail-project.active .text p a {
  color: #163047;
  font-weight: 600;
}
main .section4 .content .projects .detail .detail-project.active .text ul {
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  main .section4 .content .projects .detail .detail-project.active .text {
    font-size: 14px;
  }
}
main .section4 .content .projects .detail .detail-project.active .picture {
  height: 164px;
  display: flex;
  column-gap: 34px;
}
@media screen and (max-width: 700px) {
  main .section4 .content .projects .detail .detail-project.active .picture {
    display: block;
  }
}
main .section4 .content .projects .detail .detail-project.active .picture img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 700px) {
  main .section4 .content .projects .detail .detail-project.active .picture img {
    max-width: 100%;
    width: 100%;
    max-height: 250px;
    margin-top: 20px;
  }
}
main .section5 .content .table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 0;
}
@media screen and (max-width: 1000px) {
  main .section5 .content .table {
    display: block;
  }
}
main .section5 .content .table .content-team {
  max-width: 396px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  main .section5 .content .table .content-team {
    max-width: 100%;
  }
}
main .section5 .content .table .content-team .title h2 {
  color: #E52233;
}
main .section5 .content .table .content-team .text {
  padding: 22px 0;
  color: #163047;
  font-family: "Averta";
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main .section5 .content .table .content-team .text {
    font-size: 14px;
  }
}
main .section5 .content .table .video-container {
  max-width: 696px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  main .section5 .content .table .video-container {
    max-width: 100%;
    margin-top: 20px;
  }
}
main .section6 {
  background-color: #163047;
}
main .section6 .content {
  padding: 85px 35px;
}
main .section6 .content .title {
  margin-bottom: 70px;
}
main .section6 .content .title h2 {
  color: #fff;
}
main .section6 .content .knowmore {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 500px) {
  main .section6 .content .knowmore {
    gap: 20px;
  }
}
main .section6 .content .knowmore .card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  max-width: 118px;
}
main .section6 .content .knowmore .card .picture {
  margin-bottom: 18px;
  width: 76px;
  height: 66px;
}
main .section6 .content .knowmore .card .picture img {
  width: 76px;
  height: 66px;
  object-fit: contain;
}
main .section6 .content .knowmore .card .title {
  color: #EADFCD;
  font-size: 16px;
  font-family: "Averta";
  font-weight: 500;
  text-align: center;
  max-width: 118px;
  margin-bottom: 0;
  height: 43px;
}
@media screen and (max-width: 768px) {
  main .section6 .content .knowmore .card .title {
    font-size: 14px;
  }
}
main .section-actualites {
  margin-bottom: 100px;
}
main .section-actualites .content .lineactu .title h2 {
  color: #E52233;
}
main .section-actualites .content .affiche-actu .big-actu .card .botblog, main .section-actualites .content .affiche-actu .double-actu .card .botblog {
  background-color: #163047;
}
main .section-actualites .content .affiche-actu .big-actu .card .botblog .linetop .date .jour, main .section-actualites .content .affiche-actu .double-actu .card .botblog .linetop .date .jour {
  color: #EADFCD;
}
main .section-actualites .content .affiche-actu .big-actu .card .botblog .linetop .taxo, main .section-actualites .content .affiche-actu .double-actu .card .botblog .linetop .taxo {
  background-color: white;
  color: #163047;
}
main .section-actualites .content .affiche-actu .big-actu .card .botblog .titre, main .section-actualites .content .affiche-actu .double-actu .card .botblog .titre {
  color: #EADFCD;
}
main .section-actualites .content .affiche-actu .big-actu .card .botblog .texte, main .section-actualites .content .affiche-actu .double-actu .card .botblog .texte {
  color: white;
}
main .section-actualites .content .affiche-actu .big-actu .card .botblog .lien a, main .section-actualites .content .affiche-actu .double-actu .card .botblog .lien a {
  color: #EADFCD;
}
