.banner {
  background: url(../images/banner_desktop.png) top left no-repeat;
  background-size: 80% auto;
  width: 100%;
  height: 45vw;
  position: relative;
}
@media all and (max-width: 768px) {
  .banner {
    background: url(../images/banner_mobile.png) top left no-repeat;
    background-size: 100% auto;
    height: 65vw;
  }
}
.banner h1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 10vw;
  bottom: 35%;
}
@media all and (max-width: 768px) {
  .banner h1 {
    left: 1rem;
  }
}
.banner h1 b {
  font-family: "Harmonie Mutuelle";
  font-size: 7.91181rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #FFF;
  position: relative;
}
@media all and (max-width: 768px) {
  .banner h1 b {
    font-size: 3.4rem;
    display: inline-block;
    margin-right: auto;
  }
}
.banner h1 b::after {
  content: " ";
  position: absolute;
  width: 7rem;
  height: 7rem;
  top: -2.3rem;
  right: 0;
  background: url(../images/ico/ico_ray_jaune.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  .banner h1 b::after {
    width: 3.5rem;
    height: 3.5rem;
    top: -1.5rem;
    right: -2.1rem;
  }
}
.banner h1 img {
  width: 30vw;
  height: auto;
}
.banner h1 span {
  padding-left: 0.5rem;
  color: var(--Blanc, #FFF);
  font-size: 1.86019rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media all and (max-width: 768px) {
  .banner h1 span {
    font-size: 1.05rem;
  }
}
.banner h1 span strong {
  color: #FFD20F;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
#contenupedagogique {
  width: 83.33%;
  margin: 5rem auto 0;
  background: linear-gradient(267deg, #FEA80E 0%, #FC7E0C 11.88%, #EC0900 33.02%);
  border-radius: 2.5rem;
  box-sizing: border-box;
  padding: 3rem 3rem 3rem 42%;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 768px) {
  #contenupedagogique {
    width: 100%;
    margin: 2rem auto 0;
    padding: 21rem 1.41rem 3rem;
  }
}
#contenupedagogique::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/box_alveole2.png) center center no-repeat;
  background-size: 100% auto;
  width: 44%;
  height: 100%;
}
@media all and (max-width: 768px) {
  #contenupedagogique::before {
    width: 100%;
    height: 22rem;
    background: url(../images/box_alveole2_mobile.png) left top no-repeat;
    background-size: 90% auto;
  }
}
#contenupedagogique h2 {
  color: #FFF;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
}
@media all and (max-width: 768px) {
  #contenupedagogique h2 {
    font-size: 2.15rem;
  }
}
#contenupedagogique h2 span {
  color: #FFD20F;
}
#contenupedagogique h2::after {
  display: none;
}
#contenupedagogique p {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.575rem */
}
@media all and (max-width: 768px) {
  #contenupedagogique p {
    font-size: 1.05rem;
  }
}
#contenupedagogique .wrapperButtons {
  display: flex;
  gap: 1.5rem;
}
@media all and (max-width: 768px) {
  #contenupedagogique .wrapperButtons {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
  }
}
#contenupedagogique .wrapperButtons button {
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 2px solid #FFF;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 768px) {
  #contenupedagogique .wrapperButtons button {
    font-size: 1.05rem;
    padding: 0.71rem 2.35rem;
  }
}
#contenupedagogique .wrapperButtons button.devis {
  background: #FFF;
  color: #ec0900;
}
#contenupedagogique .wrapperButtons button:hover {
  background: #FFF;
  color: #ec0900;
  box-shadow: 0 0 10px #ec0900;
}
#contenupedagogique .wrapperButtons button:hover.devis {
  background: transparent;
  color: #FFF;
}

.confiance {
  position: relative;
  width: 100%;
  margin-top: 5rem;
  padding-bottom: 3.5rem;
}
@media all and (max-width: 768px) {
  .confiance {
    margin-top: 2.5rem;
    padding-top: 3rem;
  }
}
.confiance::before, .confiance::after {
  content: " ";
  width: 5rem;
  height: 20rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .confiance::before, .confiance::after {
    width: 2.3rem;
    top: 10%;
  }
}
.confiance::before {
  left: -4rem;
  background: url(../images/alveole2.png) center left no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 768px) {
  .confiance::before {
    left: -1rem;
  }
}
.confiance::after {
  right: -4rem;
  background: url(../images/alveole3.png) center right no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 768px) {
  .confiance::after {
    right: -1rem;
    top: 23%;
  }
}
.confiance h2 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.5rem */
  color: #3C3C3C;
  text-transform: none;
  margin-bottom: 3.5rem;
  padding-right: 0;
}
@media all and (max-width: 768px) {
  .confiance h2 {
    padding: 0;
    font-size: 1.8rem;
    padding: 0 2rem;
  }
}
.confiance h2::after {
  display: none;
}
.confiance .wrapperConfiance {
  width: 60%;
  margin: 0 auto;
  display: flex;
  gap: 6rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.confiance .wrapperConfiance .conf {
  text-align: center;
  width: 33.33%;
  color: rgb(250, 45, 10);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.5rem */
  padding-top: 5rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance .conf {
    width: 100%;
    padding-top: 0rem;
    padding-left: 5.1rem;
    padding-right: 2rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.175rem;
    min-height: 4rem;
    display: flex;
    align-items: center;
  }
}
.confiance .wrapperConfiance .conf.people {
  background: url(../images/ico/ico_people.svg) center top no-repeat;
  background-size: auto 3.5rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance .conf.people {
    background-position: top 50% left 0;
    background-size: 4.2rem auto;
  }
}
.confiance .wrapperConfiance .conf.pouce {
  background: url(../images/ico/ico_pouce.svg) center top no-repeat;
  background-size: auto 3.5rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance .conf.pouce {
    background-position: top 50% left 0.3rem;
    background-size: auto 3.5rem;
  }
}
.confiance .wrapperConfiance .conf.vrai {
  background: url(../images/ico/ico_vrai.svg) center top no-repeat;
  background-size: auto 3.5rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance .conf.vrai {
    background-position: top 50% left 0.3rem;
    background-size: auto 3.5rem;
  }
}
.confiance .mission {
  width: 60%;
  margin: 3.5rem auto 0;
  text-align: left;
  color: #3C3C3C;
}
.confiance .mission__accroche {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 1.25rem;
}
.confiance .mission__intro {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media all and (max-width: 768px) {
  .confiance .mission {
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
    margin-top: 2.5rem;
  }
  .confiance .mission__accroche {
    font-size: 1.125rem;
  }
}
#defis {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
  margin-top: -5rem;
  padding-top: 5rem;
}
@media all and (max-width: 768px) {
  #defis {
    margin-top: 3rem;
  }
}
#defis .information {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5rem;
}
@media all and (max-width: 768px) {
  #defis .information {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
#defis .information .subtitle {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 768px) {
  #defis .information .subtitle {
    width: 100%;
  }
  #defis .information .subtitle p {
    text-align: left;
  }
}
#defis .information .subtitle h2 {
  display: inline-block;
  margin: 0 auto;
}
#defis .information .subtitle p strong {
  color: rgb(250, 45, 10);
}
#defis .information .preview {
  width: 50%;
}
@media all and (max-width: 768px) {
  #defis .information .preview {
    width: 100%;
  }
}
#defis .information .preview p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
#defis .cards {
  text-align: left;
  width: 100%;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 768px) {
  #defis .cards {
    gap: 0.94rem;
    flex-direction: column;
  }
}
#defis .cards .card {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media all and (max-width: 768px) {
  #defis .cards .card {
    padding: 1.41rem;
    position: relative;
    gap: 1rem;
  }
}
#defis .cards .card .cat {
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.125rem */
  display: inline-flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  #defis .cards .card .cat {
    order: 3;
    display: none;
  }
}
#defis .cards .card .cat.bleu {
  background-color: rgb(214, 229, 255);
}
#defis .cards .card .cat.jaune {
  background-color: rgb(255, 232, 135);
}
#defis .cards .card .cat.rose {
  background-color: rgb(255, 165, 225);
}
#defis .cards .card .cat.vert {
  background-color: rgb(180, 240, 187);
}
#defis .cards .card .ico {
  height: 3.5rem;
  width: 100%;
}
@media all and (max-width: 768px) {
  #defis .cards .card .ico {
    order: 1;
    position: absolute;
    top: 1.41rem;
    left: 1.41rem;
    height: 2.45rem;
  }
}
#defis .cards .card .ico-cloud {
  background: url(../images/ico/ico_cloud.svg) center left no-repeat;
  background-size: auto 100%;
}
#defis .cards .card .ico-apple {
  background: url(../images/ico/ico_apple.svg) center left no-repeat;
  background-size: auto 100%;
}
#defis .cards .card .ico-run {
  background: url(../images/ico/ico_run.svg) center left no-repeat;
  background-size: auto 100%;
}
#defis .cards .card .ico-moon {
  background: url(../images/ico/ico_moon.svg) center left no-repeat;
  background-size: auto 100%;
}
#defis .cards .card .titre {
  color: rgb(250, 45, 10);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 1.2rem */
}
@media all and (max-width: 768px) {
  #defis .cards .card .titre {
    order: 2;
    font-size: 1.29rem;
    height: 2.45rem;
    padding-left: 4rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  #defis .cards .card .titre::after {
    content: " ";
    background: url(../images/ico/open.svg) center right no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
  }
}
#defis .cards .card .texte {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.12rem */
}
@media all and (max-width: 768px) {
  #defis .cards .card .texte {
    order: 4;
    display: none;
  }
}
@media all and (max-width: 768px) {
  #defis .cards .card.open .titre::after {
    transform: rotate(180deg);
  }
  #defis .cards .card.open .cat {
    display: block;
  }
  #defis .cards .card.open .texte {
    display: block;
  }
}
#defis > p {
  width: 100%;
  text-align: center;
}
#defis > a {
  margin: 0 auto;
}
#defis > button {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  #defis > button {
    font-size: 1.05rem;
    padding: 0.71rem 2.35rem;
  }
}
#experts {
  width: 100%;
  margin: 0 auto;
  padding: 0 8.33%;
  box-sizing: border-box;
  position: relative;
  height: 42vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  #experts {
    padding: 0;
    height: auto;
  }
}
#experts::after {
  content: " ";
  position: absolute;
  top: 0rem;
  width: 22vw;
  background: url(../images/alveole.png) center left no-repeat;
  background-size: 100% auto;
  height: 100%;
  z-index: 5;
  left: -4rem;
}
@media all and (max-width: 768px) {
  #experts::after {
    height: 20rem;
    width: 20rem;
    background-size: contain;
  }
}
#experts .subtitle {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 6;
}
#experts .subtitle h2 {
  display: inline;
  color: rgb(250, 45, 10);
}
#experts .subtitle h2::after {
  background: url(../images/ico/ico_ray_rouge.svg) center center no-repeat;
  background-size: contain;
}
#experts .navSlider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media all and (max-width: 768px) {
  #experts .navSlider {
    align-items: flex-start;
    top: 5rem;
  }
}
#experts .navSlider .prev, #experts .navSlider .next {
  width: 3rem;
  height: 3rem;
  margin-top: 5vw;
  cursor: pointer;
  transition: all 0.5s;
}
@media all and (max-width: 768px) {
  #experts .navSlider .prev, #experts .navSlider .next {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0;
  }
}
#experts .navSlider .prev {
  background: url(../images/ico/ico_previous.svg) center center no-repeat;
  background-size: contain;
}
#experts .navSlider .prev:hover {
  margin-left: -5px;
}
#experts .navSlider .next {
  background: url(../images/ico/ico_next.svg) center center no-repeat;
  background-size: contain;
}
#experts .navSlider .next:hover {
  margin-right: -5px;
}
#experts .wrapperSlider {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 7;
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider {
    padding-top: 1rem;
  }
}
#experts .wrapperSlider .longslider {
  width: 300%;
  display: flex;
  margin-left: 0%;
  transition: all 0.5s;
}
#experts .wrapperSlider .longslider.pos1 {
  margin-left: 0%;
}
#experts .wrapperSlider .longslider.pos2 {
  margin-left: -100%;
}
#experts .wrapperSlider .longslider.pos3 {
  margin-left: -200%;
}
#experts .wrapperSlider .longslider .slide {
  width: 33.33%;
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider .longslider .slide {
    flex-direction: column;
    gap: 1rem;
  }
}
#experts .wrapperSlider .longslider .slide .imgSlider {
  width: calc(33.33% - 4rem);
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider .longslider .slide .imgSlider {
    width: 70%;
  }
}
#experts .wrapperSlider .longslider .slide .imgSlider img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 4px solid #FFF;
}
#experts .wrapperSlider .longslider .slide .texteSlider {
  width: 50%;
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider .longslider .slide .texteSlider {
    width: 100%;
  }
}
#experts .wrapperSlider .longslider .slide .texteSlider .citation {
  font-family: "Harmonie Mutuelle";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background: var(--Gradient-CTA-Text, linear-gradient(267deg, #FEA80E 0%, #FC7E0C 11.88%, #EC0900 33.02%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider .longslider .slide .texteSlider .citation {
    font-size: 1.41rem;
    margin-bottom: 1.41rem;
  }
}
#experts .wrapperSlider .longslider .slide .texteSlider .auteur {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.4rem */
  text-transform: uppercase;
}
#experts .wrapperSlider .longslider .slide .texteSlider .profession {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
#guide {
  width: 66.66%;
  position: relative;
  margin: 10rem auto;
  padding: 1rem 0 0;
  display: flex;
  height: auto;
}
@media all and (max-width: 768px) {
  #guide {
    width: 100%;
    margin: 6rem auto;
    padding: 1rem 0 3rem;
  }
}
#guide::after {
  content: " ";
  position: absolute;
  top: 0rem;
  width: calc(100% + 8rem);
  opacity: 0.1;
  background: #FF8200;
  height: 100%;
  z-index: 5;
  left: -35%;
  transform: skewY(-2deg);
}
@media all and (max-width: 768px) {
  #guide::after {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
#guide .contenuGuide {
  width: 60%;
  position: relative;
  box-sizing: border-box;
  padding-right: 4rem;
  display: inline-block;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
}
@media all and (max-width: 768px) {
  #guide .contenuGuide {
    width: 100%;
    padding: 17rem 0 0;
    gap: 1.45rem;
  }
}
@media all and (max-width: 768px) {
  #guide .contenuGuide .subtitle {
    text-align: center;
    width: 100%;
  }
}
#guide .contenuGuide .subtitle h2 {
  display: inline-block;
  margin: 0 auto;
  color: rgb(250, 45, 10);
}
@media all and (max-width: 768px) {
  #guide .contenuGuide .subtitle h2 {
    text-align: center;
  }
}
#guide .contenuGuide .subtitle h2::after {
  background: url(../images/ico/ico_ray_rouge.svg) center center no-repeat;
  background-size: contain;
}
#guide .contenuGuide p {
  margin: 0;
}
#guide .contenuGuide p strong {
  color: rgb(250, 45, 10);
}
@media all and (max-width: 768px) {
  #guide .contenuGuide a {
    text-align: center;
    width: 100%;
  }
}
#guide .contenuGuide .download {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  #guide .contenuGuide .download {
    font-size: 1.05rem;
    margin: 0 auto;
  }
}
#guide .contenuGuide .download::after {
  content: " ";
  display: inline-block;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/ico/ico_download_blanc.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  #guide .contenuGuide .download::after {
    width: 1.05rem;
    height: 1.05rem;
  }
}
#guide .une {
  transform: rotate(-8deg);
  width: 40%;
  aspect-ratio: 25/32.5;
  z-index: 10;
  display: inline-block;
  margin-top: -3rem;
  box-shadow: 10.666px 10.666px 93.227px 0 rgba(0, 0, 0, 0.35);
  align-self: flex-start;
}
@media all and (max-width: 768px) {
  #guide .une {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
    width: 40%;
    min-width: 160px;
    max-width: 200px;
    margin-top: 0;
  }
}
#guide .une .page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
#guide .une .page:not(.page-1) {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 3;
}
#guide .une .page img {
  width: 100%;
  height: auto;
}
#guide .une .page.page-2 {
  background: #F2F2F2;
}
#guide .une .page.page-3 {
  background: #E8E8E8;
  z-index: 2;
  top: 0.75rem;
  left: 0.65rem;
  transform: rotate(0.008deg);
}
#guide .une .page.page-4 {
  background: #E0E0E0;
  z-index: 1;
  top: 1.15rem;
  left: 1rem;
  transform: rotate(-0.08deg);
}
@font-face {
  font-family: "Harmonie Mutuelle";
  src: url("../fonts/harmonie-mutuelle/HARMONIEMUTUELLE.woff") format("woff"), url("../fonts/harmonie-mutuelle/HARMONIEMUTUELLE.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 5rem;
}

#guide {
  scroll-margin-top: 8rem;
}

iframe {
  border: 0;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1.7rem;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  align-items: center;
  box-sizing: border-box;
  z-index: 100;
}
@media all and (max-width: 768px) {
  header {
    padding: 0 1rem;
  }
}
header .logo {
  width: 11rem;
  height: 3.2rem;
  background: url(../images/logo_hm.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  header .logo {
    order: 1;
    width: 9rem;
  }
}
header #primaryNav {
  position: relative;
  height: 100%;
}
@media all and (max-width: 768px) {
  header #primaryNav {
    order: 3;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/ico/ico_menu.svg) center center no-repeat;
    background-size: contain;
    position: relative;
  }
}
header #primaryNav ul {
  list-style: none;
  gap: 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  padding: 0;
}
@media all and (max-width: 768px) {
  header #primaryNav ul {
    display: none;
    position: fixed;
    top: 5rem;
    background-color: #FFF;
    width: 100vw;
    right: 0;
    gap: 0;
    height: auto;
  }
  header #primaryNav ul.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
  }
}
header #primaryNav ul li {
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
@media all and (max-width: 768px) {
  header #primaryNav ul li {
    background-color: #FFF;
    height: 4rem;
    margin-bottom: auto;
  }
}
header #primaryNav ul li.download {
  gap: 0.25rem;
}
header #primaryNav ul li.download::after {
  content: " ";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  background: url(../images/ico/ico_download.svg) center center no-repeat;
  background-size: contain;
}
header #primaryNav ul li a {
  text-decoration: none;
  color: #3C3C3C;
  border-bottom: 0.25rem solid transparent;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  box-sizing: border-box;
}
header #primaryNav ul li a:hover {
  border-color: rgb(255, 130, 0);
}
header #primaryNav ul li:hover a {
  border-color: rgb(255, 130, 0);
}
@media all and (max-width: 768px) {
  header .agenda {
    order: 2;
  }
}

button {
  border: 0;
  border-radius: 6.25rem;
  background: linear-gradient(90deg, #EC0900 0%, #EC0900 65%, #FFA140 100%);
  color: #FFF;
  border-radius: 6.25rem;
  display: inline-flex;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  transition: all 0.5s;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
@media all and (max-width: 768px) {
  button {
    padding: 0.5rem 1rem;
    gap: 0.25rem;
  }
}
button.agenda::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/ico/ico_agenda.svg) center center no-repeat;
  background-size: contain;
  text-transform: uppercase;
}
button:hover {
  background: linear-gradient(270deg, #EC0900 0%, #EC0900 65%, #FFA140 100%);
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Outfit", Arial;
  font-size: 20px;
  color: #3C3C3C;
  background-color: #FFF;
}
@media all and (min-width: 2100px) {
  html,
body {
    font-size: 22px;
  }
}
@media all and (max-width: 2099px) and (min-width: 1921px) {
  html,
body {
    font-size: 20px;
  }
}
@media all and (max-width: 1920px) {
  html,
body {
    font-size: 18px;
  }
}
@media all and (max-width: 1600px) {
  html,
body {
    font-size: 17px;
  }
}
@media all and (max-width: 1440px) {
  html,
body {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  html,
body {
    font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  html,
body {
    font-size: 16px;
  }
}
@media (max-height: 650px) and (orientation: portrait) {
  html,
body {
    font-size: 16px;
  }
}

section {
  height: 0;
}

* {
  -webkit-user-select: none; /* Safari */ /* IE 10+ and Edge */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
}

.hidden {
  display: none;
}

.hiddendesktop {
  display: none;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .hiddendesktop {
    display: block;
  }
}

.hiddenmobile {
  display: block;
}
@media all and (max-width: 768px) and (orientation: portrait) {
  .hiddenmobile {
    display: none;
  }
}

.wrapper {
  position: relative;
  padding: 0 4rem;
  box-sizing: border-box;
  width: 100%;
}
@media all and (max-width: 768px) {
  .wrapper {
    padding: 0 1rem;
    overflow-x: hidden;
  }
}

h1, h2, h3 {
  margin: 0;
}

h2 {
  color: rgb(255, 130, 0);
  font-size: 2.83894rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 3.40669rem */
  text-transform: uppercase;
  position: relative;
  padding: 2.3rem 2.3rem 0 0;
}
@media all and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
h2::after {
  content: " ";
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0rem;
  right: 0;
  background: url(../images/ico/ico_ray.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  h2::after {
    width: 3.5rem;
    height: 3.5rem;
    top: 0.3rem;
    right: 0.3rem;
  }
}

footer {
  background-color: #3C3C3C;
  display: flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
}
@media all and (max-width: 768px) {
  footer {
    flex-direction: column;
    height: auto;
  }
}
footer ul {
  display: inline-flex;
  gap: 2.5rem;
  height: 100%;
  padding: 0;
}
@media all and (max-width: 768px) {
  footer ul {
    flex-direction: column;
    gap: 0.95rem;
  }
}
footer ul li {
  height: 100%;
}
@media all and (max-width: 768px) {
  footer ul li {
    text-align: center;
  }
}
footer ul li a {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid #3C3C3C;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media all and (max-width: 768px) {
  footer ul li a {
    font-size: 1.05rem;
  }
}
footer ul li a:hover {
  border-color: #FFF;
}

.banner {
  background: url(../images/banner_desktop.png) top left no-repeat;
  background-size: 80% auto;
  width: 100%;
  height: 45vw;
  position: relative;
}
@media all and (max-width: 768px) {
  .banner {
    background: url(../images/banner_mobile.png) top left no-repeat;
    background-size: 100% auto;
    height: 65vw;
  }
}
.banner h1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 10vw;
  bottom: 35%;
}
@media all and (max-width: 768px) {
  .banner h1 {
    left: 1rem;
  }
}
.banner h1 b {
  font-family: "Harmonie Mutuelle";
  font-size: 7.91181rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #FFF;
  position: relative;
}
@media all and (max-width: 768px) {
  .banner h1 b {
    font-size: 3.4rem;
    display: inline-block;
    margin-right: auto;
  }
}
.banner h1 b::after {
  content: " ";
  position: absolute;
  width: 7rem;
  height: 7rem;
  top: -2.3rem;
  right: 0;
  background: url(../images/ico/ico_ray_jaune.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  .banner h1 b::after {
    width: 3.5rem;
    height: 3.5rem;
    top: -1.5rem;
    right: -2.1rem;
  }
}
.banner h1 img {
  width: 30vw;
  height: auto;
}
.banner h1 span {
  padding-left: 0.5rem;
  color: var(--Blanc, #FFF);
  font-size: 1.86019rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media all and (max-width: 768px) {
  .banner h1 span {
    font-size: 1.05rem;
  }
}
.banner h1 span strong {
  color: #FFD20F;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

#guide {
  width: 66.66%;
  position: relative;
  margin: 10rem auto;
  padding: 1rem 0 0;
  display: flex;
  height: auto;
}
@media all and (max-width: 768px) {
  #guide {
    width: 100%;
    margin: 6rem auto;
    padding: 1rem 0 3rem;
  }
}
#guide::after {
  content: " ";
  position: absolute;
  top: 0rem;
  width: calc(100% + 8rem);
  opacity: 0.1;
  background: #FF8200;
  height: 100%;
  z-index: 5;
  left: -35%;
  transform: skewY(-2deg);
}
@media all and (max-width: 768px) {
  #guide::after {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
#guide .contenuGuide {
  width: 60%;
  position: relative;
  box-sizing: border-box;
  padding-right: 4rem;
  display: inline-block;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
}
@media all and (max-width: 768px) {
  #guide .contenuGuide {
    width: 100%;
    padding: 17rem 0 0;
    gap: 1.45rem;
  }
}
@media all and (max-width: 768px) {
  #guide .contenuGuide .subtitle {
    text-align: center;
    width: 100%;
  }
}
#guide .contenuGuide .subtitle h2 {
  display: inline-block;
  margin: 0 auto;
  color: rgb(250, 45, 10);
}
@media all and (max-width: 768px) {
  #guide .contenuGuide .subtitle h2 {
    text-align: center;
  }
}
#guide .contenuGuide .subtitle h2::after {
  background: url(../images/ico/ico_ray_rouge.svg) center center no-repeat;
  background-size: contain;
}
#guide .contenuGuide p {
  margin: 0;
}
#guide .contenuGuide p strong {
  color: rgb(250, 45, 10);
}
@media all and (max-width: 768px) {
  #guide .contenuGuide a {
    text-align: center;
    width: 100%;
  }
}
#guide .contenuGuide .download {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  #guide .contenuGuide .download {
    font-size: 1.05rem;
    margin: 0 auto;
  }
}
#guide .contenuGuide .download::after {
  content: " ";
  display: inline-block;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/ico/ico_download_blanc.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  #guide .contenuGuide .download::after {
    width: 1.05rem;
    height: 1.05rem;
  }
}
#guide .une {
  transform: rotate(-8deg);
  width: 40%;
  aspect-ratio: 25/32.5;
  z-index: 10;
  display: inline-block;
  margin-top: -3rem;
  box-shadow: 10.666px 10.666px 93.227px 0 rgba(0, 0, 0, 0.35);
  align-self: flex-start;
}
@media all and (max-width: 768px) {
  #guide .une {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
    width: 40%;
    min-width: 160px;
    max-width: 200px;
    margin-top: 0;
  }
}
#guide .une .page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
#guide .une .page:not(.page-1) {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 3;
}
#guide .une .page img {
  width: 100%;
  height: auto;
}
#guide .une .page.page-2 {
  background: #F2F2F2;
}
#guide .une .page.page-3 {
  background: #E8E8E8;
  z-index: 2;
  top: 0.75rem;
  left: 0.65rem;
  transform: rotate(0.008deg);
}
#guide .une .page.page-4 {
  background: #E0E0E0;
  z-index: 1;
  top: 1.15rem;
  left: 1rem;
  transform: rotate(-0.08deg);
}

#experts {
  width: 100%;
  margin: 0 auto;
  padding: 0 8.33%;
  box-sizing: border-box;
  position: relative;
  height: 42vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  #experts {
    padding: 0;
    height: auto;
  }
}
#experts::after {
  content: " ";
  position: absolute;
  top: 0rem;
  width: 22vw;
  background: url(../images/alveole.png) center left no-repeat;
  background-size: 100% auto;
  height: 100%;
  z-index: 5;
  left: -4rem;
}
@media all and (max-width: 768px) {
  #experts::after {
    height: 20rem;
    width: 20rem;
    background-size: contain;
  }
}
#experts .subtitle {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 6;
}
#experts .subtitle h2 {
  display: inline;
  color: rgb(250, 45, 10);
}
#experts .subtitle h2::after {
  background: url(../images/ico/ico_ray_rouge.svg) center center no-repeat;
  background-size: contain;
}
#experts .navSlider {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media all and (max-width: 768px) {
  #experts .navSlider {
    align-items: flex-start;
    top: 5rem;
  }
}
#experts .navSlider .prev, #experts .navSlider .next {
  width: 3rem;
  height: 3rem;
  margin-top: 5vw;
  cursor: pointer;
  transition: all 0.5s;
}
@media all and (max-width: 768px) {
  #experts .navSlider .prev, #experts .navSlider .next {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0;
  }
}
#experts .navSlider .prev {
  background: url(../images/ico/ico_previous.svg) center center no-repeat;
  background-size: contain;
}
#experts .navSlider .prev:hover {
  margin-left: -5px;
}
#experts .navSlider .next {
  background: url(../images/ico/ico_next.svg) center center no-repeat;
  background-size: contain;
}
#experts .navSlider .next:hover {
  margin-right: -5px;
}
#experts .wrapperSlider {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 7;
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider {
    padding-top: 1rem;
  }
}
#experts .wrapperSlider .longslider {
  width: 300%;
  display: flex;
  margin-left: 0%;
  transition: all 0.5s;
}
#experts .wrapperSlider .longslider.pos1 {
  margin-left: 0%;
}
#experts .wrapperSlider .longslider.pos2 {
  margin-left: -100%;
}
#experts .wrapperSlider .longslider.pos3 {
  margin-left: -200%;
}
#experts .wrapperSlider .longslider .slide {
  width: 33.33%;
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider .longslider .slide {
    flex-direction: column;
    gap: 1rem;
  }
}
#experts .wrapperSlider .longslider .slide .imgSlider {
  width: calc(33.33% - 4rem);
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider .longslider .slide .imgSlider {
    width: 70%;
  }
}
#experts .wrapperSlider .longslider .slide .imgSlider img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 4px solid #FFF;
}
#experts .wrapperSlider .longslider .slide .texteSlider {
  width: 50%;
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider .longslider .slide .texteSlider {
    width: 100%;
  }
}
#experts .wrapperSlider .longslider .slide .texteSlider .citation {
  font-family: "Harmonie Mutuelle";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background: var(--Gradient-CTA-Text, linear-gradient(267deg, #FEA80E 0%, #FC7E0C 11.88%, #EC0900 33.02%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
}
@media all and (max-width: 768px) {
  #experts .wrapperSlider .longslider .slide .texteSlider .citation {
    font-size: 1.41rem;
    margin-bottom: 1.41rem;
  }
}
#experts .wrapperSlider .longslider .slide .texteSlider .auteur {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.4rem */
  text-transform: uppercase;
}
#experts .wrapperSlider .longslider .slide .texteSlider .profession {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}

#saviez {
  position: relative;
  width: 100%;
  margin-top: -5rem;
  padding-top: 5rem;
}
#saviez .information {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media all and (max-width: 768px) {
  #saviez .information {
    flex-direction: column;
  }
}
#saviez .information .subtitle {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 768px) {
  #saviez .information .subtitle {
    width: 100%;
    text-align: left;
  }
}
#saviez .information .subtitle h2 {
  display: inline-block;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  #saviez .information .subtitle h2 {
    margin-bottom: 1.5rem;
  }
}
#saviez .information .preview {
  width: 50%;
}
@media all and (max-width: 768px) {
  #saviez .information .preview {
    width: 100%;
  }
}
#saviez .information .preview .buttons {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#saviez .information .preview .buttons .colorbutton {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.125rem */
  border-radius: 0.5rem;
}
@media all and (max-width: 768px) {
  #saviez .information .preview .buttons .colorbutton {
    padding: 0.71rem 0.95rem;
    font-size: 1.05882rem;
  }
}
#saviez .information .preview .buttons .colorbutton.bleu {
  background-color: rgb(214, 229, 255);
}
#saviez .information .preview .buttons .colorbutton.jaune {
  background-color: rgb(255, 232, 135);
}
#saviez .information .preview .buttons .colorbutton.rose {
  background-color: rgb(255, 165, 225);
}
#saviez .information .preview .buttons .colorbutton.vert {
  background-color: rgb(180, 240, 187);
}
#saviez .information .preview p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media all and (max-width: 768px) {
  #saviez .information .preview p {
    font-size: 1.05882rem;
  }
}
#saviez .messages {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 6rem;
}
@media all and (max-width: 768px) {
  #saviez .messages {
    margin-top: 2rem;
  }
}
#saviez .messages::after {
  content: " ";
  position: absolute;
  top: 5rem;
  width: calc(100% + 8rem);
  background: linear-gradient(208deg, #FFD20F 0%, #EC0900 50%);
  height: 35rem;
  z-index: 5;
  left: -4rem;
  transform: skewY(-2deg);
}
@media all and (max-width: 768px) {
  #saviez .messages::after {
    height: 78vh;
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
#saviez .messages .answers {
  width: 66.66%;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 2.5rem 5rem;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #FFF;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers {
    width: 100%;
    padding: 2.35rem 1.41rem;
  }
}
#saviez .messages .answers::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: -19%;
  left: -25rem;
  width: 30rem;
  height: 30rem;
  background: url(../images/alveole_rose.png) center center no-repeat;
  background-size: contain;
  transform: rotate(338deg);
}
@media all and (max-width: 768px) {
  #saviez .messages .answers::after {
    top: initial;
    bottom: 69%;
    left: -26rem;
  }
}
#saviez .messages .answers::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 10%;
  right: -25rem;
  width: 30rem;
  height: 30rem;
  background: url(../images/alveole_rose.png) center center no-repeat;
  background-size: contain;
  transform: rotate(163deg);
}
@media all and (max-width: 768px) {
  #saviez .messages .answers::before {
    right: -28rem;
    top: -16%;
  }
}
#saviez .messages .answers .answer {
  position: relative;
  width: 100%;
  display: none;
}
#saviez .messages .answers .answer:nth-child(1) {
  display: block;
}
#saviez .messages .answers .answer h3 {
  color: rgb(250, 45, 10);
  font-family: "Harmonie Mutuelle";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3rem */
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer h3 {
    font-size: 2.35rem;
  }
}
#saviez .messages .answers .answer p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer p {
    font-size: 1.41rem;
  }
}
#saviez .messages .answers .answer small {
  color: rgb(250, 45, 10);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.5rem */
  margin-bottom: 2rem;
  display: block;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer small {
    font-size: 0.94rem;
  }
}
#saviez .messages .answers .answer .download {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer .download {
    font-size: 1.05rem;
    padding: 0.71rem 2.35rem;
  }
}
#saviez .messages .answers .answer .download::after {
  content: " ";
  display: inline-block;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/ico/ico_download_blanc.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer .download::after {
    width: 1.05rem;
    height: 1.05rem;
    margin-left: 0.25rem;
  }
}
#saviez .messages .questions {
  width: 83.33%;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  margin: 7rem auto 4rem;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions {
    width: 100%;
    margin: 3rem auto 4rem;
  }
}
#saviez .messages .questions .question {
  position: relative;
  width: calc(50% - 0.75rem);
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  padding: 2.5rem 4rem;
  box-sizing: border-box;
  height: 20rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question {
    width: 100%;
    height: auto;
    gap: 1.7rem;
    padding: 2.35rem;
  }
}
#saviez .messages .questions .question .cat {
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.125rem */
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
}
#saviez .messages .questions .question .cat.bleu {
  background-color: rgb(214, 229, 255);
}
#saviez .messages .questions .question .cat.jaune {
  background-color: rgb(255, 232, 135);
}
#saviez .messages .questions .question .cat.rose {
  background-color: rgb(255, 165, 225);
}
#saviez .messages .questions .question .cat.vert {
  background-color: rgb(180, 240, 187);
}
#saviez .messages .questions .question h3 {
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.8rem */
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question h3 {
    font-size: 1.41rem;
  }
}
#saviez .messages .questions .question .vraifaux {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
#saviez .messages .questions .question .vraifaux .vrai, #saviez .messages .questions .question .vraifaux .faux {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-radius: 5rem;
  border: 2px solid rgb(250, 45, 10);
  box-sizing: border-box;
  position: relative;
  padding: 0.6rem 2rem;
  transition: all 0.5s;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question .vraifaux .vrai, #saviez .messages .questions .question .vraifaux .faux {
    font-size: 1.17rem;
    padding: 0.45rem 1.88rem;
    gap: 0.45rem;
  }
}
#saviez .messages .questions .question .vraifaux .vrai::before, #saviez .messages .questions .question .vraifaux .faux::before {
  transition: all 0.5s;
}
#saviez .messages .questions .question .vraifaux .vrai {
  background: transparent;
  color: rgb(250, 45, 10);
}
#saviez .messages .questions .question .vraifaux .vrai::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  background: url(../images/ico/ico_true_hover.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question .vraifaux .vrai::before {
    width: 1.88rem;
    height: 1.88rem;
  }
}
#saviez .messages .questions .question .vraifaux .vrai:hover {
  background: rgb(250, 45, 10);
  color: #FFF;
  box-shadow: 0 0 10px rgb(250, 45, 10);
}
#saviez .messages .questions .question .vraifaux .vrai:hover::before {
  background: url(../images/ico/ico_true.svg) center center no-repeat;
  background-size: contain;
}
#saviez .messages .questions .question .vraifaux .faux {
  background: transparent;
  color: rgb(250, 45, 10);
}
#saviez .messages .questions .question .vraifaux .faux::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  background: url(../images/ico/ico_false.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question .vraifaux .faux::before {
    width: 1.88rem;
    height: 1.88rem;
  }
}
#saviez .messages .questions .question .vraifaux .faux:hover {
  background: rgb(250, 45, 10);
  color: #FFF;
  box-shadow: 0 0 10px rgb(250, 45, 10);
}
#saviez .messages .questions .question .vraifaux .faux:hover::before {
  background: url(../images/ico/ico_false_hover.svg) center center no-repeat;
  background-size: contain;
}
#saviez .messages .questions .question:nth-child(odd) {
  margin-top: -5rem;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question:nth-child(odd) {
    margin: 0;
  }
}
#saviez .bandeau {
  width: 83.33%;
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
  background: url(../images/box_alveole.png) center right no-repeat rgb(250, 45, 10);
  background-size: auto 100%;
  background-position: top 50% right -2px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 2.5rem 33% 2.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media all and (max-width: 768px) {
  #saviez .bandeau {
    padding: 2.5rem 2.35rem 90vw;
    width: 100%;
    background: url(../images/box_alveole_mobile.png) center right no-repeat rgb(250, 45, 10);
    background-size: 100% auto;
    background-position: bottom 0% left 50%;
  }
}
#saviez .bandeau p {
  font-family: Outfit;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1.5rem */
  color: #FFF;
  margin: 0;
}
@media all and (max-width: 768px) {
  #saviez .bandeau p {
    font-size: 1.41rem;
  }
}
#saviez .bandeau p b {
  font-weight: 600;
  color: #FFD20F;
}
#saviez .bandeau button {
  color: rgb(250, 45, 10);
  background: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.75rem 2.5rem;
  align-self: flex-start;
  border: 2px solid rgb(250, 45, 10);
  border-radius: 5rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  #saviez .bandeau button {
    font-size: 1.01rem;
    width: 100%;
    text-align: center;
  }
}
#saviez .bandeau button:hover {
  color: #fff;
  background: rgb(250, 45, 10);
  border: 2px solid #FFF;
}
#saviez .bandeau small {
  width: 100%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  color: #FFF;
}
@media all and (max-width: 768px) {
  #saviez .bandeau small {
    font-size: 0.94rem;
  }
}

#defis {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
  margin-top: -5rem;
  padding-top: 5rem;
}
@media all and (max-width: 768px) {
  #defis {
    margin-top: 3rem;
  }
}
#defis .information {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5rem;
}
@media all and (max-width: 768px) {
  #defis .information {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
#defis .information .subtitle {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 768px) {
  #defis .information .subtitle {
    width: 100%;
  }
  #defis .information .subtitle p {
    text-align: left;
  }
}
#defis .information .subtitle h2 {
  display: inline-block;
  margin: 0 auto;
}
#defis .information .subtitle p strong {
  color: rgb(250, 45, 10);
}
#defis .information .preview {
  width: 50%;
}
@media all and (max-width: 768px) {
  #defis .information .preview {
    width: 100%;
  }
}
#defis .information .preview p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
#defis .cards {
  text-align: left;
  width: 100%;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 768px) {
  #defis .cards {
    gap: 0.94rem;
    flex-direction: column;
  }
}
#defis .cards .card {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media all and (max-width: 768px) {
  #defis .cards .card {
    padding: 1.41rem;
    position: relative;
    gap: 1rem;
  }
}
#defis .cards .card .cat {
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.125rem */
  display: inline-flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  #defis .cards .card .cat {
    order: 3;
    display: none;
  }
}
#defis .cards .card .cat.bleu {
  background-color: rgb(214, 229, 255);
}
#defis .cards .card .cat.jaune {
  background-color: rgb(255, 232, 135);
}
#defis .cards .card .cat.rose {
  background-color: rgb(255, 165, 225);
}
#defis .cards .card .cat.vert {
  background-color: rgb(180, 240, 187);
}
#defis .cards .card .ico {
  height: 3.5rem;
  width: 100%;
}
@media all and (max-width: 768px) {
  #defis .cards .card .ico {
    order: 1;
    position: absolute;
    top: 1.41rem;
    left: 1.41rem;
    height: 2.45rem;
  }
}
#defis .cards .card .ico-cloud {
  background: url(../images/ico/ico_cloud.svg) center left no-repeat;
  background-size: auto 100%;
}
#defis .cards .card .ico-apple {
  background: url(../images/ico/ico_apple.svg) center left no-repeat;
  background-size: auto 100%;
}
#defis .cards .card .ico-run {
  background: url(../images/ico/ico_run.svg) center left no-repeat;
  background-size: auto 100%;
}
#defis .cards .card .ico-moon {
  background: url(../images/ico/ico_moon.svg) center left no-repeat;
  background-size: auto 100%;
}
#defis .cards .card .titre {
  color: rgb(250, 45, 10);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 1.2rem */
}
@media all and (max-width: 768px) {
  #defis .cards .card .titre {
    order: 2;
    font-size: 1.29rem;
    height: 2.45rem;
    padding-left: 4rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  #defis .cards .card .titre::after {
    content: " ";
    background: url(../images/ico/open.svg) center right no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
  }
}
#defis .cards .card .texte {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.12rem */
}
@media all and (max-width: 768px) {
  #defis .cards .card .texte {
    order: 4;
    display: none;
  }
}
@media all and (max-width: 768px) {
  #defis .cards .card.open .titre::after {
    transform: rotate(180deg);
  }
  #defis .cards .card.open .cat {
    display: block;
  }
  #defis .cards .card.open .texte {
    display: block;
  }
}
#defis > p {
  width: 100%;
  text-align: center;
}
#defis > a {
  margin: 0 auto;
}
#defis > button {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  #defis > button {
    font-size: 1.05rem;
    padding: 0.71rem 2.35rem;
  }
}

#contenupedagogique {
  width: 83.33%;
  margin: 5rem auto 0;
  background: linear-gradient(267deg, #FEA80E 0%, #FC7E0C 11.88%, #EC0900 33.02%);
  border-radius: 2.5rem;
  box-sizing: border-box;
  padding: 3rem 3rem 3rem 42%;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 768px) {
  #contenupedagogique {
    width: 100%;
    margin: 2rem auto 0;
    padding: 21rem 1.41rem 3rem;
  }
}
#contenupedagogique::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/box_alveole2.png) center center no-repeat;
  background-size: 100% auto;
  width: 44%;
  height: 100%;
}
@media all and (max-width: 768px) {
  #contenupedagogique::before {
    width: 100%;
    height: 22rem;
    background: url(../images/box_alveole2_mobile.png) left top no-repeat;
    background-size: 90% auto;
  }
}
#contenupedagogique h2 {
  color: #FFF;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: none;
}
@media all and (max-width: 768px) {
  #contenupedagogique h2 {
    font-size: 2.15rem;
  }
}
#contenupedagogique h2 span {
  color: #FFD20F;
}
#contenupedagogique h2::after {
  display: none;
}
#contenupedagogique p {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.575rem */
}
@media all and (max-width: 768px) {
  #contenupedagogique p {
    font-size: 1.05rem;
  }
}
#contenupedagogique .wrapperButtons {
  display: flex;
  gap: 1.5rem;
}
@media all and (max-width: 768px) {
  #contenupedagogique .wrapperButtons {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
  }
}
#contenupedagogique .wrapperButtons button {
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 2px solid #FFF;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 768px) {
  #contenupedagogique .wrapperButtons button {
    font-size: 1.05rem;
    padding: 0.71rem 2.35rem;
  }
}
#contenupedagogique .wrapperButtons button.devis {
  background: #FFF;
  color: #ec0900;
}
#contenupedagogique .wrapperButtons button:hover {
  background: #FFF;
  color: #ec0900;
  box-shadow: 0 0 10px #ec0900;
}
#contenupedagogique .wrapperButtons button:hover.devis {
  background: transparent;
  color: #FFF;
}

.confiance {
  position: relative;
  width: 100%;
  margin-top: 5rem;
  padding-bottom: 3.5rem;
}
@media all and (max-width: 768px) {
  .confiance {
    margin-top: 2.5rem;
    padding-top: 3rem;
  }
}
.confiance::before, .confiance::after {
  content: " ";
  width: 5rem;
  height: 20rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .confiance::before, .confiance::after {
    width: 2.3rem;
    top: 10%;
  }
}
.confiance::before {
  left: -4rem;
  background: url(../images/alveole2.png) center left no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 768px) {
  .confiance::before {
    left: -1rem;
  }
}
.confiance::after {
  right: -4rem;
  background: url(../images/alveole3.png) center right no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 768px) {
  .confiance::after {
    right: -1rem;
    top: 23%;
  }
}
.confiance h2 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.5rem */
  color: #3C3C3C;
  text-transform: none;
  margin-bottom: 3.5rem;
}
@media all and (max-width: 768px) {
  .confiance h2 {
    padding: 0;
    font-size: 1.8rem;
    padding: 0 2rem;
  }
}
.confiance h2::after {
  display: none;
}
.confiance .wrapperConfiance {
  width: 60%;
  margin: 0 auto;
  display: flex;
  gap: 6rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.confiance .wrapperConfiance .conf {
  text-align: center;
  width: 33.33%;
  color: rgb(250, 45, 10);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.5rem */
  padding-top: 5rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance .conf {
    width: 100%;
    padding-top: 0rem;
    padding-left: 5.1rem;
    padding-right: 2rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.175rem;
    min-height: 4rem;
    display: flex;
    align-items: center;
  }
}
.confiance .wrapperConfiance .conf.people {
  background: url(../images/ico/ico_people.svg) center top no-repeat;
  background-size: auto 3.5rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance .conf.people {
    background-position: top 50% left 0;
    background-size: 4.2rem auto;
  }
}
.confiance .wrapperConfiance .conf.pouce {
  background: url(../images/ico/ico_pouce.svg) center top no-repeat;
  background-size: auto 3.5rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance .conf.pouce {
    background-position: top 50% left 0.3rem;
    background-size: auto 3.5rem;
  }
}
.confiance .wrapperConfiance .conf.vrai {
  background: url(../images/ico/ico_vrai.svg) center top no-repeat;
  background-size: auto 3.5rem;
}
@media all and (max-width: 768px) {
  .confiance .wrapperConfiance .conf.vrai {
    background-position: top 50% left 0.3rem;
    background-size: auto 3.5rem;
  }
}
.confiance .mission {
  width: 60%;
  margin: 3.5rem auto 0;
  text-align: left;
  color: #3C3C3C;
}
.confiance .mission__accroche {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 1.25rem;
}
.confiance .mission__intro {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media all and (max-width: 768px) {
  .confiance .mission {
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
    margin-top: 2.5rem;
  }
  .confiance .mission__accroche {
    font-size: 1.125rem;
  }
}

#declic main {
  margin-top: 5rem;
}
#saviez {
  position: relative;
  width: 100%;
  margin-top: -5rem;
  padding-top: 5rem;
}
#saviez .information {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media all and (max-width: 768px) {
  #saviez .information {
    flex-direction: column;
  }
}
#saviez .information .subtitle {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 768px) {
  #saviez .information .subtitle {
    width: 100%;
    text-align: left;
  }
}
#saviez .information .subtitle h2 {
  display: inline-block;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  #saviez .information .subtitle h2 {
    margin-bottom: 1.5rem;
  }
}
#saviez .information .preview {
  width: 50%;
}
@media all and (max-width: 768px) {
  #saviez .information .preview {
    width: 100%;
  }
}
#saviez .information .preview .buttons {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#saviez .information .preview .buttons .colorbutton {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.125rem */
  border-radius: 0.5rem;
}
@media all and (max-width: 768px) {
  #saviez .information .preview .buttons .colorbutton {
    padding: 0.71rem 0.95rem;
    font-size: 1.05882rem;
  }
}
#saviez .information .preview .buttons .colorbutton.bleu {
  background-color: rgb(214, 229, 255);
}
#saviez .information .preview .buttons .colorbutton.jaune {
  background-color: rgb(255, 232, 135);
}
#saviez .information .preview .buttons .colorbutton.rose {
  background-color: rgb(255, 165, 225);
}
#saviez .information .preview .buttons .colorbutton.vert {
  background-color: rgb(180, 240, 187);
}
#saviez .information .preview p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media all and (max-width: 768px) {
  #saviez .information .preview p {
    font-size: 1.05882rem;
  }
}
#saviez .messages {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 6rem;
}
@media all and (max-width: 768px) {
  #saviez .messages {
    margin-top: 2rem;
  }
}
#saviez .messages::after {
  content: " ";
  position: absolute;
  top: 5rem;
  width: calc(100% + 8rem);
  background: linear-gradient(208deg, #FFD20F 0%, #EC0900 50%);
  height: 35rem;
  z-index: 5;
  left: -4rem;
  transform: skewY(-2deg);
}
@media all and (max-width: 768px) {
  #saviez .messages::after {
    height: 78vh;
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
#saviez .messages .answers {
  width: 66.66%;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 2.5rem 5rem;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #FFF;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers {
    width: 100%;
    padding: 2.35rem 1.41rem;
  }
}
#saviez .messages .answers::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: -19%;
  left: -25rem;
  width: 30rem;
  height: 30rem;
  background: url(../images/alveole_rose.png) center center no-repeat;
  background-size: contain;
  transform: rotate(338deg);
}
@media all and (max-width: 768px) {
  #saviez .messages .answers::after {
    top: initial;
    bottom: 69%;
    left: -26rem;
  }
}
#saviez .messages .answers::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 10%;
  right: -25rem;
  width: 30rem;
  height: 30rem;
  background: url(../images/alveole_rose.png) center center no-repeat;
  background-size: contain;
  transform: rotate(163deg);
}
@media all and (max-width: 768px) {
  #saviez .messages .answers::before {
    right: -28rem;
    top: -16%;
  }
}
#saviez .messages .answers .answer {
  position: relative;
  width: 100%;
  display: none;
}
#saviez .messages .answers .answer:nth-child(1) {
  display: block;
}
#saviez .messages .answers .answer h3 {
  color: rgb(250, 45, 10);
  font-family: "Harmonie Mutuelle";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3rem */
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer h3 {
    font-size: 2.35rem;
  }
}
#saviez .messages .answers .answer p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer p {
    font-size: 1.41rem;
  }
}
#saviez .messages .answers .answer small {
  color: rgb(250, 45, 10);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.5rem */
  margin-bottom: 2rem;
  display: block;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer small {
    font-size: 0.94rem;
  }
}
#saviez .messages .answers .answer .download {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer .download {
    font-size: 1.05rem;
    padding: 0.71rem 2.35rem;
  }
}
#saviez .messages .answers .answer .download::after {
  content: " ";
  display: inline-block;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/ico/ico_download_blanc.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  #saviez .messages .answers .answer .download::after {
    width: 1.05rem;
    height: 1.05rem;
    margin-left: 0.25rem;
  }
}
#saviez .messages .questions {
  width: 83.33%;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  margin: 7rem auto 4rem;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions {
    width: 100%;
    margin: 3rem auto 4rem;
  }
}
#saviez .messages .questions .question {
  position: relative;
  width: calc(50% - 0.75rem);
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  padding: 2.5rem 4rem;
  box-sizing: border-box;
  height: 20rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question {
    width: 100%;
    height: auto;
    gap: 1.7rem;
    padding: 2.35rem;
  }
}
#saviez .messages .questions .question .cat {
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.125rem */
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
}
#saviez .messages .questions .question .cat.bleu {
  background-color: rgb(214, 229, 255);
}
#saviez .messages .questions .question .cat.jaune {
  background-color: rgb(255, 232, 135);
}
#saviez .messages .questions .question .cat.rose {
  background-color: rgb(255, 165, 225);
}
#saviez .messages .questions .question .cat.vert {
  background-color: rgb(180, 240, 187);
}
#saviez .messages .questions .question h3 {
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 1.8rem */
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question h3 {
    font-size: 1.41rem;
  }
}
#saviez .messages .questions .question .vraifaux {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
#saviez .messages .questions .question .vraifaux .vrai, #saviez .messages .questions .question .vraifaux .faux {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-radius: 5rem;
  border: 2px solid rgb(250, 45, 10);
  box-sizing: border-box;
  position: relative;
  padding: 0.6rem 2rem;
  transition: all 0.5s;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question .vraifaux .vrai, #saviez .messages .questions .question .vraifaux .faux {
    font-size: 1.17rem;
    padding: 0.45rem 1.88rem;
    gap: 0.45rem;
  }
}
#saviez .messages .questions .question .vraifaux .vrai::before, #saviez .messages .questions .question .vraifaux .faux::before {
  transition: all 0.5s;
}
#saviez .messages .questions .question .vraifaux .vrai {
  background: transparent;
  color: rgb(250, 45, 10);
}
#saviez .messages .questions .question .vraifaux .vrai::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  background: url(../images/ico/ico_true_hover.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question .vraifaux .vrai::before {
    width: 1.88rem;
    height: 1.88rem;
  }
}
#saviez .messages .questions .question .vraifaux .vrai:hover {
  background: rgb(250, 45, 10);
  color: #FFF;
  box-shadow: 0 0 10px rgb(250, 45, 10);
}
#saviez .messages .questions .question .vraifaux .vrai:hover::before {
  background: url(../images/ico/ico_true.svg) center center no-repeat;
  background-size: contain;
}
#saviez .messages .questions .question .vraifaux .faux {
  background: transparent;
  color: rgb(250, 45, 10);
}
#saviez .messages .questions .question .vraifaux .faux::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  background: url(../images/ico/ico_false.svg) center center no-repeat;
  background-size: contain;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question .vraifaux .faux::before {
    width: 1.88rem;
    height: 1.88rem;
  }
}
#saviez .messages .questions .question .vraifaux .faux:hover {
  background: rgb(250, 45, 10);
  color: #FFF;
  box-shadow: 0 0 10px rgb(250, 45, 10);
}
#saviez .messages .questions .question .vraifaux .faux:hover::before {
  background: url(../images/ico/ico_false_hover.svg) center center no-repeat;
  background-size: contain;
}
#saviez .messages .questions .question:nth-child(odd) {
  margin-top: -5rem;
}
@media all and (max-width: 768px) {
  #saviez .messages .questions .question:nth-child(odd) {
    margin: 0;
  }
}
#saviez .bandeau {
  width: 83.33%;
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
  background: url(../images/box_alveole.png) center right no-repeat rgb(250, 45, 10);
  background-size: auto 100%;
  background-position: top 50% right -2px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 2.5rem 33% 2.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media all and (max-width: 768px) {
  #saviez .bandeau {
    padding: 2.5rem 2.35rem 90vw;
    width: 100%;
    background: url(../images/box_alveole_mobile.png) center right no-repeat rgb(250, 45, 10);
    background-size: 100% auto;
    background-position: bottom 0% left 50%;
  }
}
#saviez .bandeau p {
  font-family: Outfit;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1.5rem */
  color: #FFF;
  margin: 0;
}
@media all and (max-width: 768px) {
  #saviez .bandeau p {
    font-size: 1.41rem;
  }
}
#saviez .bandeau p b {
  font-weight: 600;
  color: #FFD20F;
}
#saviez .bandeau button {
  color: rgb(250, 45, 10);
  background: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.75rem 2.5rem;
  align-self: flex-start;
  border: 2px solid rgb(250, 45, 10);
  border-radius: 5rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  #saviez .bandeau button {
    font-size: 1.01rem;
    width: 100%;
    text-align: center;
  }
}
#saviez .bandeau button:hover {
  color: #fff;
  background: rgb(250, 45, 10);
  border: 2px solid #FFF;
}
#saviez .bandeau small {
  width: 100%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  color: #FFF;
}
@media all and (max-width: 768px) {
  #saviez .bandeau small {
    font-size: 0.94rem;
  }
}
/* --- Override typo LP Déclic ---
   main.css (base Welko, non recompilé depuis _fonts.sass) applique
   `* { font-family: "Roboto" }` sur toute la page. La LP Déclic doit
   utiliser Outfit (Google Fonts, chargé dans header.php). Cette règle
   miroir a la même spécificité que main.css:58 et est chargée après
   (order: main → lp-declic dans functions.php) → elle gagne au cascade.
   Les icon fonts (Font Awesome, glyphicons) conservent leur font-family
   spécifique grâce à leur sélecteur plus fort. */
* {
  font-family: 'Outfit', 'Arial', sans-serif;
}

/* --- Restauration marges des <p> éditoriaux ---
   Bootstrap 5 applique un reset `p { margin-top: 0; margin-bottom: 1rem }` qui
   casse les marges des <p> de la LP Déclic. Le CSS source (all.min.css) comptait
   sur les marges browser par défaut (~1em top et bottom). On les restaure ici
   sur les zones éditoriales, sans toucher aux <p> internes à la modale form-lead
   ni aux blocs Bootstrap. */
#saviez .information .preview p,
#defis .information .preview p,
#contenupedagogique p,
#defis > p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#saviez .messages .answers .answer p {
  margin-top: 24px;
  margin-bottom: 24px;
}
