/* --- PAGE D'ACCUEIL --- */

header#header {
  position: absolute;
  top: var(--LF040);
  left: 0;
  width: 100%;
  margin-top: 0;
}

#accueil_top {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  aspect-ratio: 1.92;
  max-height: 62.5rem;
  padding-bottom: 13.625rem;
  background-color: var(--LFcol01);
}
#accueil_top img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.4;
}
#accueil_top h1 {
  z-index: 3;
  position: relative;
  width: 52rem;
  margin-bottom: 0;
  color: #fff;
}

#bloc_1 {
  
}
#bloc_1 h2 {
  width: 51.25rem;
}
.bloc_1-reassurances {
  justify-content: space-between;
}
.bloc_1-reassurance {
  width: calc(33.3333% - var(--LF010));
  padding: var(--LF062) var(--LF010) var(--LF071);
  border-radius: 100rem;
  background-color: rgba(44,71,147,0.05);
  text-align: center;
}
.reassurance-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.5rem;
}
.reassurance-texte {
  height: var(--LF070);
  margin-top: var(--LF044);
  font-size: var(--LF030);
  line-height: var(--LF035);
  font-weight: 600;
  color: var(--LFcol01);
}
.reassurance-btn {
  margin-top: var(--LF048);
}

.bloc_1-chiffres {
  justify-content: space-between;
}
.bloc_1-chiffre {
  width: calc(33.3333% - var(--LF010));
  padding: var(--LF062) var(--LF010) var(--LF071);
  border-radius: var(--LF013);
  background-color: rgba(44,71,147,0.05);
  color: var(--LFcol01);
  text-align: center;
}
.chiffre-chiffre {
  font-size: 8.125rem;
  line-height: 8.125rem;
  font-weight: 700;
}
.chiffre-texte {
  font-size: var(--LF030);
  line-height: var(--LF046);
  font-weight: 600;
}

.bloc_3-top {
  justify-content: space-between;
}
.bloc_3-top h2 {

}
.bloc_3-texte {
  width: 24.875rem;
  font-size: var(--LF018);
  line-height: var(--LF023);
  color: var(--LFcol01);
}
.bloc_3-secteurs {
  justify-content: space-between;
}
.bloc_3-secteur {
  width: calc(25% - var(--LF012));
  padding: var(--LF042) var(--LF010) var(--LF062);
  border-radius: 100rem;
  background-color: var(--LFcol01);
  color: #fff;
  text-align: center;
}

.secteur-picto {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secteur-titre {
  margin-top: var(--LF021);
  font-size: var(--LF030);
  line-height: var(--LF035);
  font-weight: 600;
}
.secteur-texte {
  margin-top: var(--LF013);
  font-size: var(--LF020);
  line-height: var(--LF030);
}

.bloc_4-image {
  position: relative;
  width: 50%;
}
.bloc_4-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bloc_4-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--LFcol01);
  opacity: 0.43;
}
.bloc_4_content {
  width: 50%;
  padding: var(--LF065) var(--LF079) var(--LF075) 9.125rem;
  background-color: #F4F5FA;
}
.bloc_4_content-article-meta {
  margin-top: var(--LF004);
  font-size: var(--LF018);
  line-height: var(--LF025);
  color: var(--LFcol01);
  font-weight: 500;
}
.bloc_4_content-article-content h3 {
  margin-top: var(--LF004);
  margin-bottom: var(--LF029);
  font-size: var(--LF030);
  line-height: var(--LF040);
}
.bloc_4_content-article-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--LF018);
  line-height: var(--LF025);
  color: var(--LFcol01);
}
.bloc_4_content-article-lien {
  margin-top: var(--LF088);
  text-align: center;
}