/* --- PAGE D'ACCUEIL --- */
#home-bloc1 {
  position: relative;
  overflow: hidden;
  align-items: center;
  height: 57.1875rem;
  background-size: cover;
  background-position: center center;
  /*background-blend-mode: difference;*/
}
.home-bloc1-petales {
  position: absolute;
  top: -50%;
  left: -30%;
  width: 145.3125rem;
  height: auto;
}
#home-bloc1 .inner {
  position: relative;
}
#home-bloc1 .inner h1 {
  width: 81.82%;
  color: #fff;
}
.home-bloc1-soustitre {
  max-width: 55rem;
  margin-top: var(--LF030);
  margin-bottom: var(--LF040);
  color: #fff;
  font-size: var(--LF020);
}
.home-bloc1-cta {
  gap: var(--LF040);
}

.home-bloc2-blocs {
  gap: var(--LF015);
}
.home-bloc2-bloc {
  width: calc(33.33333% - var(--LF010));
  padding: var(--LF070) var(--LF040);
  background-color: #EFF1F2;
  border-top-left-radius: var(--LF005);
  border-top-right-radius: var(--LF040);
  border-bottom-left-radius: var(--LF040);
  border-bottom-right-radius: var(--LF005);
  box-shadow: 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0.16);
  transition: all 0.2s;
}
.home-bloc2-bloc:hover {
  text-decoration: none;
  box-shadow: 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0);
}
.home-bloc2-bloc-top {
  justify-content: space-between;
  margin-bottom: var(--LF013);
}
.home-bloc2-bloc-top h3 {
  margin-bottom: 0;
}
.home-bloc2-bloc-top svg {
  height: var(--LF083);
  width: auto;
}
.home-bloc2-bloc-texte {
  font-size: var(--LF018);
  font-weight: 300;
}

#home-bloc3 {
  background-color: var(--LFcol05);
  color: #fff;
}
#home-bloc3 .inner {
  justify-content: center;
  gap: 8%;
}
.home-bloc3-bloc {
  width: 25%;
}
.home-bloc3-blocpicto {
  margin-bottom: var(--LF025);
}

#home-bloc4 .inner {
  align-items: center;
  gap: 8.625rem;
}
.home-bloc4-left {
  width: 32.68%;
  font-size: var(--LF022);
  font-weight: 300;
}
.home-bloc4-left-picto {
  margin-bottom: 7.1875rem;
}
.home-bloc4-left-picto svg {
  width: 10.5625rem;
  height: auto;
}
.home-bloc4-right {
  width: calc(67.32% - 8.625rem);
}

#home-bloc5 .actualite-miniature-home {
  align-items: center;
  gap: 9.625rem;
}
.actualite-miniature-home-image {
  overflow: hidden;
  position: relative;
  width: calc(54.32% - 9.625rem);
  border-radius: var(--LF030);
  aspect-ratio: 1.77;
}
.actualite-miniature-home-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.actualite-miniature-home-contenu {
  width: 35.68%;
  font-size: var(--LF018);
  font-weight: 300;
}
.actualite-miniature-home-contenu h3 {
  margin-bottom: var(--LF013);
  font-size: var(--LF027);
}
.actualite-miniature-home-contenu p {
  margin-top: var(--LF013);
}

#home-bloc6 {
  position: relative;
  padding-top: 16.1875rem;
}
#home-bloc6 > svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-48.02%);
  width: 137.0625rem;
  height: auto;
}
#home-bloc6 .inner {
  position: relative;
}
#home-bloc6 h2 {
  margin-bottom: var(--LF100);
}
.home-bloc6-faq {
  position: relative;
  flex-direction: column;
  gap: var(--LF040);
  width: 66.28%;
  margin: auto;
}
.home-bloc6-faq-bloc {
  padding: var(--LF056);
  background-color: #fff;
  border-radius: var(--LF030);
  box-shadow: 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.home-bloc6-faq-question {
  align-items: center;
  justify-content: space-between;
  font-size: var(--LF037);
  font-weight: 600;
}
.home-bloc6-faq-question h3 {
  width: calc(100% - var(--LF074));
  margin: 0;
}
.home-bloc6-faq-bloc .home-bloc6-faq-question svg {
  width: var(--LF054);
  height: auto;
  transition: all 0.2s;
}
.home-bloc6-faq-bloc.active .home-bloc6-faq-question svg {
  transform: rotateZ(90deg);
}
.home-bloc6-faq-reponse {
  display: none;
  margin-top: var(--LF040);
  padding-top: var(--LF040);
  border-top: var(--LF002) solid var(--LFcol05);
  font-size: var(--LF022);
  font-weight: 300;
  color: var(--LFcol05);
}