@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");
html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gabarito", sans-serif;
}

h2 {
  font-size: 1.25rem;
  font-weight: normal;
  display: inline-block;
}

:root {
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  :root {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}
.error_message {
  color: red;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  display: none;
}

.top-bar {
  background-color: #2ec4b6;
  color: white;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.bold {
  font-weight: bold !important;
  display: inline;
}

.black {
  font-weight: 800 !important;
  display: inline;
}

.underline {
  text-decoration: underline;
}

.header {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6)), url("../assets/PHOTO-2025-04-03-22-56-45.jpg");
  height: 80vh;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .header {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6)), url("../assets/PHOTO-2025-04-03-22-56-45.jpg");
    min-height: 100vh;
    height: auto;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 1rem;
  }
}
.header .card_left {
  height: 80%;
  background-color: white;
  border-radius: 0 50px 50px 0px;
  width: 50%;
  max-width: 410px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 992px) {
  .header .card_left {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header .card_left {
    width: 100%;
    border-radius: 50px;
    transform: translateY(50px);
    max-width: none;
  }
}
.header .card_left h2 {
  color: #2ec4b6;
}
.header .card_left-img {
  width: 200px;
}
.header .card_left ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .card_left ul li {
  padding: 0.5rem 1rem 0.5rem 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #292929;
}
.header .card_left ul li img {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
}
.header-content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .header-content {
    padding: 4rem 1rem;
  }
}
.header-content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.header-content-top h1 {
  font-size: 2rem;
  color: #285197;
  font-weight: normal;
}
.header-content-top p {
  color: #292929;
  font-size: 1.25rem;
  max-width: 700px;
}
.header-content-top p span {
  background-color: #285197;
  color: white;
  padding: 0 4px;
  margin-right: 0.3rem;
}
.header-content-top p span img {
  width: 0.8rem;
}
.header-card-finish {
  width: 100%;
  border-radius: 24px;
  background-color: white;
  padding: 2rem;
  display: flex;
  gap: 1rem;
  display: none;
  max-width: 1000px;
}
.header-card-finish img {
  width: 90px;
}
.header-card-finish .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.header-card-finish .left h2 {
  color: #2ec4b6;
  text-align: left;
}
.header-card-finish .right {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-card-finish .right img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .header-card-finish {
    flex-direction: column;
    padding: 0;
  }
  .header-card-finish .left {
    width: 100%;
    align-items: center;
    padding: 1.5rem;
  }
  .header-card-finish .left h2 {
    text-align: center;
  }
  .header-card-finish .right {
    width: 100%;
  }
  .header-card-finish .right img {
    border-radius: 0 0 24px 24px;
  }
}

.subventions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
  width: 100%;
  text-align: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .subventions {
    padding: 4rem 1rem 2rem;
  }
  .subventions h2 {
    padding: 0 1rem;
  }
}
.subventions-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .subventions-content {
    flex-direction: column;
  }
}
.subventions-content img {
  width: 75%;
  max-width: min(700px, 90%);
}
.subventions-content-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 200px;
  padding-bottom: 1rem;
}
.subventions-content-text .price-outer {
  background: transparent linear-gradient(180deg, #285197 0%, #2ec4b6 100%) 0% 0% no-repeat padding-box;
  border-radius: 24px;
  padding: 6px;
}
.subventions-content-text .price-outer .price-card {
  padding: 1rem;
  border-radius: 19px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subventions-content-text .price-outer .price-card h3 {
  color: #292929;
  font-size: 2.5rem;
}

.reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
  width: 100%;
  text-align: center;
  gap: 3rem;
  background: #f7f7f7;
}
.reviews-titles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.reviews-titles-content {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.reviews-titles-content p {
  display: inline-block;
}
.reviews-titles-content .stars {
  height: 1.5rem;
}
.reviews-titles-content .verified {
  height: 1rem;
}
.reviews .swiper {
  max-width: 1200px;
  width: 90%;
  padding-bottom: 3rem;
  cursor: grab;
}
@media screen and (max-width: 768px) {
  .reviews .swiper {
    padding: 2rem 0;
    width: 100%;
  }
}
.reviews .swiper-pagination-bullet {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #131414;
  height: 0.7rem;
  width: 0.7rem;
  opacity: 1;
}
.reviews .swiper-pagination-bullet-active {
  background: #131414;
}
.reviews .swiper-button-prev {
  height: 19px;
  bottom: 8px;
  top: inherit;
  left: calc(50% - 90px);
}
.reviews .swiper-button-prev::after {
  font-size: 0.75rem;
  color: #131414;
}
.reviews .swiper-button-next {
  height: 19px;
  bottom: 8px;
  top: inherit;
  right: calc(50% - 90px);
}
.reviews .swiper-button-next::after {
  font-size: 0.75rem;
  color: #131414;
}
.reviews .swiper-slide {
  padding: 1rem;
  height: auto;
}
.reviews .swiper-slide .swiper-card {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  height: 100%;
}
.reviews .swiper-slide .swiper-card .swiper-photo {
  height: 3rem;
  border-radius: 50%;
  width: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .swiper-slide .swiper-card .swiper-stars {
  height: 1.5rem;
}
.reviews .swiper-slide .swiper-card h4,
.reviews .swiper-slide .swiper-card p {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}

#FormInner {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  #FormInner {
    margin-top: 1rem;
    padding: 0 1rem;
  }
}

.formulaire {
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formulaire .form-indicator {
  font-size: 1.2rem;
  text-align: center;
}
.formulaire .audio-container {
  margin-top: 1rem;
}

.div-block-14 {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  padding: 2rem;
  gap: 1rem;
  transition: all 0.3s ease;
}
.div-block-14:hover {
  background-color: #f7f7f7;
  transform: translateY(-2px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.div-block-14:hover p {
  color: #2ec4b6;
}

.div-block-15 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.fr_form_quad .div-block-14 {
  padding: 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .fr_form_quad {
    flex-wrap: wrap;
  }
  .fr_form_quad .div-block-14 {
    padding: 2rem;
    width: calc(50% - 0.5rem);
  }
}

.div-block-16 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.div-block-16 img {
  width: 70px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .div-block-16 img {
    width: 40px;
  }
}

.input-infos {
  width: 100%;
  padding: 1rem;
  border-radius: 19px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  margin-top: 1rem;
}

.div-block-17 {
  display: flex;
  width: 100%;
  height: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: none;
}

input[type=radio] {
  opacity: 0;
  display: none;
}

.fr_form {
  width: 100%;
  z-index: 2;
}

.button-6 {
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  background-color: #e3e3e3;
  cursor: pointer !important;
}

.fr_form.fr_form3 {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-evenly;
  width: 100%;
  margin: auto;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fr_form.fr_form3 {
    gap: 1rem;
    flex-direction: column;
  }
}

.heading-8 {
  font-weight: normal;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.fr_form4 {
  display: flex;
  justify-content: center;
}

.button-7 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(90deg, #285197 0%, #2ec4b6 100%) 0% 0% no-repeat padding-box;
  border-radius: 24px;
  max-width: 500px;
  padding: 1rem 2rem;
  border: none;
  color: white;
  gap: 1rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 2rem;
  transition: all 0.3s ease;
}
.button-7:hover {
  gap: 1.25rem;
}
.button-7 img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .button-7 img {
    width: 15px;
  }
}

.div_bar {
  width: 90%;
  height: 8px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  margin-top: 2rem;
  max-width: 500px;
}

.the_bar {
  width: 25%;
  height: 100%;
  border-radius: 4px;
  display: inline-block;
  transition: width 0.3s;
  background-position: auto auto;
  background-size: 50px 50px;
  background: #4cad96 0% 0% no-repeat padding-box;
}

.div-block-19 {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 24px;
  background: white;
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  width: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1607843137);
}
.div-block-19 img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .div-block-19 img {
    width: 15px;
  }
}
.div-block-19 input {
  border: none;
  font-size: 1rem;
  width: 100%;
  padding: 0.5rem;
  border-radius: 19px;
  outline: none;
  width: 100%;
}
.div-block-19 input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1607843137);
}
.div-block-19 input::placeholder {
  color: rgba(0, 0, 0, 0.1607843137);
}

._valid {
  background: url(../images/check.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 10px !important;
  background-size: 20px !important;
  background-color: white !important;
}

._error {
  background: url(../images/error.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 10px !important;
  background-size: 20px !important;
  background-color: white !important;
}

.loading-card {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  max-width: min(1000px, 90%);
  max-height: min(540px, 90%);
  width: 100%;
  height: 100%;
  padding: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  background-image: url("../assets/SVG_LOGO_OPACITE_10.svg");
  background-position: bottom right;
  background-size: 40%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.loading-card img {
  width: 100px;
  animation: rotate 2s linear infinite;
}
.loading-card h4 {
  font-size: 1.5rem;
  color: #285197;
}
.loading-card-outer {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.div-inputs {
  display: flex;
  flex-direction: column;
  background: transparent;
  width: 100%;
}
.div-inputs .input-div {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .div-inputs .input-div {
    flex-direction: column;
    gap: 0;
  }
}/*# sourceMappingURL=style.css.map */