.container-content-asset {
  padding: 0 !important;
}

#page-b-connect {
  font-family: 'Eina01-Regular';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #404040;
}

.b-connect-flex {
  display: flex;
  flex-flow: row wrap;
  /* justify-content: center; */
}

.b-connect-flex-child {
  display: inline-block;
}

#page-b-connect h1 {
  max-width: 570px;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 77px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: -4.4px;
  color: #164094;
  margin-bottom: 17px;
}

#page-b-connect h2 {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 55px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: -2px;
  color: #164094;
  text-align: left;
  margin-bottom: 17px;
}

#page-b-connect h3 {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 33px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #164094;
  text-align: left;
  /*   margin-top: 33px; */
}

#b-connect-eclair {}

.b-connect-flex-child-1,
.b-connect-flex-child-2 {
  width: 50%;
}

.b-connect-flex-child-1 {
  padding: 13px;
}

.b-connect-flex#b-connect-quoi {
  flex-flow: row wrap-reverse;
}

#b-connect-quoi .b-connect-flex-child-2 {
  padding: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}

.b-connect-flex .b-connect-flex-child img {
  display: block;
  max-width: 100%;
  height: auto;
}

.b-connect-flex .b-connect-flex-child p {
  /*   margin-top: 13px; */
  margin-left: 6px;
  color: #1f2943;
  line-height: 1;
}

#b-connect-demo {
  margin: 13px auto;
  background-color: lightgrey;
}

.b-connect-video {
  width: 100%;
  height: 350px;
  border: 1px solid red;
  overflow: hidden;
  position: relative;
}

iframe {
  width: 100%;
  height: 100%;
}

h2#b-connect-comment {
  text-align: center;
  margin-top: 27px;
}

.recap {
  background: lightgrey;
  padding: 17px 20px;
  text-align: left
}

#page-b-connect .recap h2 {
  text-align: center;
}

.recap .b-connect-ul-centrage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.recap ul {
  list-style: none;
  padding: 0;
}

.recap li {
  margin: 6px auto;
}

.recap li::before {
  content: '✔';
  color: white;
  background: #164094;
  border-radius: 50%;
  padding: 4px 8px;
  margin-right: 10px;
}

#b-connect-final {
  margin: 25px auto;
}

.b-connect-bloc {
  position: relative;
  width: 100%;
}

.b-connect-bloc video {
  width: 100%;
  height: 100%;
  display: block;
}

.overlay-image {
  position: absolute;
  top: 20px;
  /* Ajuste la position */
  left: 20px;
  width: 33%;
  /* Ajuste la taille de l'image */
  pointer-events: none;
  /* Empêche l'image d'interférer avec la lecture de la vidéo */
}

#b-connect-text {
  margin: 13px auto;
}

.b-connect-text-step {
  width: 33%;
  background-color: lightgrey;
  border-radius: 17px;
  border: thick solid #f9f9f9;
  padding: 13px;
  max-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#b-connect-text-comment {
  margin: 13px auto;
}

#b-connect-text-comment img {
  max-width: 25%;
}

.b-connect-text-step-comment {
  width: 25%;
  background-color: lightgrey;
  border-radius: 17px;
  border: thick solid #f9f9f9;
  padding: 13px;
  max-height: 222px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.achat-vente-txt {
  font-size: 17px;
  color: white;
  line-height: 1.3;
  display: block;
  text-align: center;
}

.achat-vente-txt-italic {
  font-size: 15px;
  line-height: 1.3;
  display: block;
  text-align: left;
}

.txt-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}



#b-connect-faq {
  /*   width: 33%; */
  /*   background-color: lightgrey; */
  /* border-radius: 17px; */
  /*   border: thick solid white; */
  /* padding: 13px; */
}

#page-b-connect #b-connect-faq h2 {
  text-align: center;
}

#b-connect-faq ul li {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 20px;
  color: black;
  line-height: 1.5;
  margin-bottom: 13px;
}

#b-connect-faq ul li strong {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
}

#b-connect-faq ul li em {
  color: #3268bf;
}






/* Seulement 3 règles CSS ajoutées */
#b-connect-faq ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

#b-connect-faq ul.open {
    max-height: 1000px;
    opacity: 1;
}

/* Optionnel : petite flèche qui pivote */
.b-connect_button_arrow::after {
    content: ' ▼';
    transition: transform 0.3s ease;
}








#b-connect-reassurance {
  margin: 13px auto;
}

#b-connect-reassurance p {
  color: black;
}

.b-connect-reassurance-step {
  width: 33%;
  background-color: #c0c0c0;
  border-radius: 17px;
  border: thick solid white;
  padding: 13px;
}

h2#b-connect-h2,
h3#b-connect-h3 {
  color: black;
  margin: 33px auto;
}

h2#b-connect-h2 a,
h3#b-connect-h3 a {
  color: #164094;
}

#b-connect-h3 {
  margin-bottom: 33px;
}

#b-connect-ul-reassurance {
  background-color: lightgrey;
  border-radius: 17px;
  margin: 55px;
}

#b-connect-ul-reassurance li {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 22px;
}

.centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.video-responsive {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 315px;
}

.video-responsive iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.b-connect-text-img {
  display: block;
  margin: 4px auto;
  text-align: center;
  width: 33%;
}


.b-connect_button_primary {
  max-width: 326px;
  min-height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  background-color: #164094;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
}

.b-connect_button_primary:hover {
  background-color: #4466a9;
  color: white;
  text-decoration: none;
}

#page-b-connect img {
  display: block;
  margin: 13px auto;
}

.b-connect-centrage {
  text-align: center;
}


#b-connect_button_rejoindre {
  margin: 33px auto;
  color: white;
  cursor: pointer;
}

/* ======================================
	         	RWD
====================================== */
@media screen and (max-width: 1210px) {}

@media screen and (max-width: 768px) {

  .b-connect-flex-child-1,
  .b-connect-flex-child-2 {
    width: 100%;
  }

  #b-connect_button_rejoindre {
    width: 100%;
    max-width: 100%;
  }

  .b-connect-text-step {
    width: 33%;
    max-height: 300px;
  }

  .b-connect-text-step-comment {
    width: 50%;
    max-height: 300px;
  }

  .b-connect-text-img {
    width: 25%;
  }

  #b-connect-reassurance .b-connect-text-img {
    width: 77%;
  }

  #b-connect-reassurance p {
    font-size: 22px;
  }

  #b-connect-faq .b-connect-faq-img {
    width: 55%;
  }

}


@media screen and (max-width: 544px) {

  #page-b-connect h1 {
    font-size: 55px;
    letter-spacing: -3.3px;
  }

  #page-b-connect h2 {
    font-size: 33px;
  }

  #page-b-connect h3 {
    font-size: 25px;
  }

  .b-connect-text-img {
    width: 33%;
  }

  .b-connect-text-step-comment {
    width: 100%;
    min-height: 184px;
  }

  #b-connect-text-comment img {
    max-width: 15%;
  }

  #b-connect-faq .b-connect-faq-img {
    width: 77%;
  }

  #b-connect-reassurance p {
    font-size: 18px;
  }

  #page-b-connect h2#b-connect-h2 {
    font-size: 33px;
  }

  #page-b-connect h3#b-connect-h3 {
    font-size: 33px;
  }

}