html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
  position: relative;
}

p {
  margin: 0;
  line-height: 24px;
  color: #313131;
}

h1, h2, h3, h4 {
  color: #313131;
}

.container.bgOffer {
  background-image: url("../../img/background-image-multiple.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 15px;
}
.container.bgOffer h1 {
  margin-top: 8rem;
  text-align: center;
}
.container.bgOffer h1 span {
  color: rgb(115, 34, 255);
}
.container.bgOffer h2 {
  margin-top: 2rem;
  font-weight: 300;
  text-align: center;
  font-size: 17px;
  margin-bottom: 4.5rem;
  line-height: 24px;
}
.container.bgOffer .choices_offer {
  text-align: center;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.container.bgOffer .choices_offer button {
  background-color: transparent;
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.container.bgOffer .choices_offer button:hover {
  background-color: rgb(0, 0, 0);
  color: white;
  transition: ease-in-out 0.2s;
}
.container.bgOffer .choices_offer button.active {
  background-color: rgb(115, 34, 255);
  color: white;
}
.container.bgOffer .choices_offer button:nth-child(2) {
  position: relative;
}
.container.bgOffer .choices_offer button:nth-child(2) span {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: rgb(115, 34, 255);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}
.container .section_margin {
  width: 90%;
  margin: 5rem auto 2rem;
}
@media (min-width: 1024px) {
  .container .section_margin {
    width: 80%;
    margin-top: 7rem;
  }
}
@media (min-width: 1440px) {
  .container .section_margin {
    width: 70%;
  }
}

.Hero_section {
  width: 90%;
  margin: 8rem auto 5rem;
}
@media (min-width: 1024px) {
  .Hero_section {
    width: 80%;
    margin-top: 10rem;
  }
}
@media (min-width: 1440px) {
  .Hero_section {
    width: 70%;
  }
}
.Hero_section .Hero_section_block {
  text-align: center;
}
.Hero_section .Hero_section_block h1 {
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .Hero_section .Hero_section_block h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (min-width: 1024px) {
  .Hero_section .Hero_section_block h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (min-width: 1440px) {
  .Hero_section .Hero_section_block h1 {
    font-size: 53px;
    line-height: 70px;
  }
}
.Hero_section .Hero_section_block h1 span {
  color: rgb(115, 34, 255);
  font-weight: 800;
}
.Hero_section .Hero_section_block h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.Hero_section .Hero_section_block img {
  width: 140%;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .Hero_section .Hero_section_block img {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .Hero_section .Hero_section_block img {
    width: 65%;
  }
}
.Hero_section .Hero_section_block .Hero_section_block_button {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .Hero_section .Hero_section_block .Hero_section_block_button {
    flex-direction: row;
  }
}
.Hero_section .Hero_section_block .Hero_section_block_button a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .Hero_section .Hero_section_block .Hero_section_block_button a {
    padding: 15px 30px;
  }
}
.Hero_section .Hero_section_block .Hero_section_block_button a:hover {
  background-color: transparent;
  border-color: black;
  transition: ease-in-out 0.2s;
  color: black;
}
.Hero_section .Hero_section_block .Hero_section_block_button a:nth-child(2) {
  background-color: white;
  color: #313131;
}
.Hero_section .Hero_section_block .Hero_section_block_button a:nth-child(2):hover {
  background-color: transparent;
  color: black;
}

.servicesAndExpertises_section {
  padding: 2rem 0 5rem;
  background-image: url("../../img/testbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.servicesAndExpertises_section .servicesAndExpertises_section__inside {
  width: 90%;
  margin: 0 auto 2rem;
}
@media (min-width: 1024px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__inside {
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__inside {
    width: 70%;
  }
}
.servicesAndExpertises_section .servicesAndExpertises_section__title {
  text-align: center;
}
.servicesAndExpertises_section .servicesAndExpertises_section__title h2 {
  font-size: 27px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__title h2 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__title h2 {
    font-size: 35px;
    line-height: 47px;
  }
}
.servicesAndExpertises_section .servicesAndExpertises_section__title h2 span {
  color: rgb(115, 34, 255);
}
.servicesAndExpertises_section .servicesAndExpertises_section__title h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2rem;
}
.servicesAndExpertises_section .servicesAndExpertises_section__certifications {
  text-align: center;
}
.servicesAndExpertises_section .servicesAndExpertises_section__certifications .logo_certif {
  margin-top: 1.5rem;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.servicesAndExpertises_section .servicesAndExpertises_section__certifications .logo_certif img {
  width: 30px;
  height: 30px;
}
.servicesAndExpertises_section .servicesAndExpertises_section__block {
  margin-top: 3.5rem;
  text-align: center;
}
.servicesAndExpertises_section .servicesAndExpertises_section__block .button {
  margin-top: 3rem;
}
.servicesAndExpertises_section .servicesAndExpertises_section__block .button a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.servicesAndExpertises_section .servicesAndExpertises_section__block .button a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.servicesAndExpertises_section .servicesAndExpertises_section__block h3 {
  line-height: 29px;
}
.servicesAndExpertises_section .servicesAndExpertises_section__block h3 span {
  color: rgb(115, 34, 255);
}
.servicesAndExpertises_section .servicesAndExpertises_section__block p {
  font-size: 14px;
}
.servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
  max-width: 100%;
}
@media (min-width: 1440px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item .each {
  width: 80%;
  margin: 0 auto;
  background-color: #fdfdfd;
  border: solid 1px rgb(240, 240, 240);
  padding: 32px;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item .each {
    width: 35%;
  }
}
@media (min-width: 1440px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item .each {
    width: 17%;
  }
}
.servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item .each img {
  width: 50%;
}
@media (min-width: 768px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item .each img {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item .each img {
    width: 140px;
  }
}
.servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item .each .number_stats {
  font-weight: 800;
  font-size: 25px;
  margin-top: -15px;
  margin: 15px 0;
  color: rgb(115, 34, 255);
}
.servicesAndExpertises_section .servicesAndExpertises_section__block .servicesAndExpertises_section__block__item .each .number_stats.moretop {
  margin-top: -5px;
}

.ourService_section {
  width: 90%;
  margin: 3rem auto 0;
  border-top: solid 1px rgb(220, 190, 255);
  padding: 2rem 0 6rem;
}
@media (min-width: 1024px) {
  .ourService_section {
    width: 80%;
    margin-top: 3rem;
  }
}
@media (min-width: 1440px) {
  .ourService_section {
    width: 70%;
  }
}
.ourService_section .ourService_section__title {
  text-align: center;
}
.ourService_section .ourService_section__title h2 {
  font-size: 27px;
  line-height: 34px;
}
.ourService_section .ourService_section__title h2 span {
  color: rgb(115, 34, 255);
}
@media (min-width: 768px) {
  .ourService_section .ourService_section__title h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 1440px) {
  .ourService_section .ourService_section__title h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.ourService_section .ourService_section__title p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2.5rem;
  color: rgb(112, 112, 112);
}
.ourService_section .ourService_section__title p span {
  color: rgb(115, 34, 255);
}
.ourService_section .ourService_section__title a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
}
.ourService_section .ourService_section__title a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .ourService_section .ourService_section__title a {
    margin-top: 1rem;
    padding: 15px 30px;
  }
}
.ourService_section .ourService_section__short_benefits {
  display: flex;
  margin: 6rem 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ourService_section .ourService_section__short_benefits .each_short_benefits {
  width: 100%;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .ourService_section .ourService_section__short_benefits .each_short_benefits {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .ourService_section .ourService_section__short_benefits .each_short_benefits {
    width: 29%;
  }
}
.ourService_section .ourService_section__short_benefits .each_short_benefits .title {
  font-weight: bold;
  margin: 0.5rem 0 0.7rem;
  font-size: 16px;
  line-height: 26px;
  color: black;
}
.ourService_section .ourService_section__short_benefits .each_short_benefits .title span {
  color: rgb(115, 34, 255);
}
.ourService_section .ourService_section__short_benefits .each_short_benefits .subtitle {
  margin: 0;
  line-height: 24px;
  color: #313131;
  font-size: 14px;
}
.ourService_section .ourService_section__block {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.ourService_section .ourService_section__block h3 {
  text-align: center;
  margin: 5rem 0 0rem;
  font-size: 27px;
  width: 100%;
}
@media (min-width: 1440px) {
  .ourService_section .ourService_section__block {
    flex-direction: row;
  }
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card {
  margin-top: 2.5rem;
  position: relative;
  padding: 15px;
  padding-bottom: 40px;
  border: solid 1px #f3f3f3;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  transition: ease 0.3s;
  box-shadow: 0px 15px 25px rgba(115, 34, 255, 0.123);
}
@media (min-width: 1440px) {
  .ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card {
    margin-top: 3rem;
  }
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card:hover {
  scale: 1.02;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card:hover a {
  color: black;
  background-color: transparent;
}
@media (min-width: 768px) {
  .ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card {
    padding: 15px 50px 40px;
  }
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .fees {
  font-size: 9px;
  color: rgb(98, 98, 98);
  text-align: center;
  margin-top: 10px;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .assistance {
  font-weight: bold;
  margin-top: 1.5rem;
  font-size: 15px;
  text-align: center;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .assistance.plus {
  color: rgb(115, 34, 255);
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .assistance span {
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_popular {
  font-size: 18px;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  transform: translateX(-50%);
  color: #7B4FF6;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_title {
  text-align: center;
  margin: 10px 0 25px;
  color: #313131;
  font-size: 35px;
  font-weight: bold;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_price {
  text-align: center;
  font-size: 14px;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_price p {
  text-align: center !important;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_price span {
  font-size: 35px;
  font-weight: bold;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_details {
  margin: 2rem 0;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_details ul li {
  margin: 20px 0;
  font-size: 13.5px;
  line-height: 20px;
  color: #313131;
  display: flex;
  text-align: left;
  font-weight: 400;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_details ul li span {
  margin-right: 10px;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_details ul li span.yellow {
  color: rgb(255, 217, 0);
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_details ul li span.red {
  color: rgb(255, 0, 93);
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_details ul li span.green {
  color: rgb(0, 255, 110);
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_details ul li span.white {
  color: rgb(255, 255, 255);
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_details .more_to_see {
  color: rgb(115, 34, 255);
  font-weight: 600;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_button {
  margin-top: 3rem;
  text-align: center;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_button a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
}
.ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_button a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .ourService_section .ourService_section__block .ourService_section__block__tarifs .ourService_section__block__item__tarifs .card .card_button a {
    margin-top: 1rem;
    padding: 15px 30px;
  }
}
.ourService_section .ourService_section__block .ourService_section__block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.ourService_section .ourService_section__block .ourService_section__block__item.left {
  align-items: center;
  text-align: center;
}
@media (min-width: 1440px) {
  .ourService_section .ourService_section__block .ourService_section__block__item.left {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .ourService_section .ourService_section__block .ourService_section__block__item {
    width: 100%;
  }
}
.ourService_section .ourService_section__block .ourService_section__block__item img {
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .ourService_section .ourService_section__block .ourService_section__block__item img {
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .ourService_section .ourService_section__block .ourService_section__block__item img {
    width: 70%;
  }
}
.ourService_section .ourService_section__block .ourService_section__block__item ul {
  margin: 1rem 0 2rem;
  padding: 0;
  list-style: none;
}
.ourService_section .ourService_section__block .ourService_section__block__item ul li {
  margin: 10px 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
  color: black;
  font-weight: 400;
}
.ourService_section .ourService_section__block .ourService_section__block__item ul li span {
  margin-right: 10px;
}
.ourService_section .ourService_section__block .ourService_section__block__item p {
  margin: 15px 0;
  font-size: 16px;
  color: rgb(115, 34, 255);
  line-height: 22px;
}
@media (min-width: 768px) {
  .ourService_section .ourService_section__block .ourService_section__block__item p {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .ourService_section .ourService_section__block .ourService_section__block__item p {
    text-align: left;
  }
}
.ourService_section .ourService_section__block .ourService_section__block__item .more {
  font-size: 17px;
  color: black;
  text-align: center;
  line-height: 28px;
}
.ourService_section .ourService_section__block .ourService_section__block__item .more span {
  color: rgb(115, 34, 255);
}
.ourService_section .ourService_section__block .ourService_section__block__item a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
}
.ourService_section .ourService_section__block .ourService_section__block__item a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .ourService_section .ourService_section__block .ourService_section__block__item a {
    margin-top: 1rem;
    padding: 15px 30px;
  }
}

.calendly-overlay {
  z-index: 999999999 !important;
}

.calendly-popup-close {
  right: 50% !important;
  transform: translateX(10px) !important;
}
@media (min-width: 768px) {
  .calendly-popup-close {
    top: 25px !important;
  }
}
@media (min-width: 1024px) {
  .calendly-popup-close {
    top: 18% !important;
    right: 15% !important;
  }
}
@media (min-width: 1366px) {
  .calendly-popup-close {
    top: 17% !important;
    right: 19% !important;
  }
}
@media (min-width: 1367px) {
  .calendly-popup-close {
    display: none;
  }
}

.rendezvousrapide {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 80;
  height: 50px;
  width: 50px;
}
.rendezvousrapide img {
  padding: 15px;
  border-radius: 15px;
  width: 16px;
  background-color: #7B4FF6;
}
@media (min-width: 768px) {
  .rendezvousrapide img {
    width: 23px;
    border-radius: 22px;
  }
}
.rendezvousrapide::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid #7B4FF6;
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 4s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
@media (min-width: 768px) {
  .rendezvousrapide::after {
    top: -7px;
    left: -7px;
  }
}
.rendezvousrapide::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid #7B4FF6;
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 4s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
@media (min-width: 768px) {
  .rendezvousrapide::before {
    top: -7px;
    left: -7px;
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
.scrollToTop {
  position: fixed;
  height: 35px;
  display: flex;
  opacity: 0;
  bottom: 20px;
  right: 20px;
  background-color: #252525;
  width: 35px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  border: solid 0.5px #303030;
  cursor: pointer;
  z-index: 99999;
  transition: ease-in 0.2s;
}
@media (min-width: 768px) {
  .scrollToTop {
    height: 50px;
    width: 50px;
  }
}
.scrollToTop i {
  color: whitesmoke;
  font-size: 15px;
}
.scrollToTop.active {
  display: flex;
  opacity: 1;
  transition: ease-in 0.4s;
}
.scrollToTop:hover {
  transition: ease-in 0.2s;
  transform: scale(1.1);
}

.header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 4px rgb(223, 223, 223);
  border-bottom: solid 1px rgb(240, 240, 240);
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.header .row_header {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .header .row_header {
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .header .row_header {
    width: 80%;
  }
}
.header .row_header .logo a {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: black;
}
.header .row_header .logo a span {
  color: rgb(115, 34, 255);
}
.header .row_header .links {
  display: none;
  position: relative;
}
.header .row_header .links .link_hover_desktop {
  font-size: 14px;
  cursor: pointer;
  color: rgb(115, 34, 255);
  margin: 0 15px;
}
.header .row_header .links .link {
  font-size: 14px;
  cursor: pointer;
  color: #313131;
  position: relative;
}
.header .row_header .links .link:hover {
  color: rgb(115, 34, 255);
}
.header .row_header .links .link i {
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .header .row_header .links {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    gap: 0px;
  }
}
.header .row_header .links a {
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  color: rgb(115, 34, 255);
  margin: 0 15px;
}
.header .row_header .links .hover_services_desktop {
  display: flex;
  opacity: 0;
  flex-wrap: wrap;
  visibility: hidden;
  position: absolute;
  top: 45px;
  box-shadow: 0px 5px 20px rgba(241, 241, 241, 0.452);
  border: solid 0.3px rgb(238, 238, 238);
  border-radius: 5px;
  width: 140%;
  padding: 40px 20px;
  background-color: white;
}
.header .row_header .links .hover_services_desktop.open {
  display: flex;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.header .row_header .links .hover_services_desktop a {
  width: 43%;
}
.header .row_header .links .hover_services_desktop .div_services_desktop {
  width: 100%;
}
.header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop {
  padding: 15px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop .medal {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 35px;
  min-width: 35px;
}
.header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop:hover {
  background-color: rgb(250, 250, 250);
  transition: ease 0.4s;
}
.header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop:hover .bloc h3 {
  color: #7B4FF6;
}
.header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop .bloc h3 {
  font-size: 14px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop .bloc h3 {
    font-size: 16px;
  }
}
.header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop .bloc h3 span {
  margin-right: 10px;
}
.header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop .bloc h3 span img {
  width: 29px;
}
.header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop .bloc p {
  font-size: 13px;
  padding: 5px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .header .row_header .links .hover_services_desktop .div_services_desktop .services_desktop .bloc p {
    font-size: 14px;
  }
}
.header .row_header .btn_contact_desktop_a {
  text-decoration: none;
  flex: 1 1 auto;
  display: none;
}
@media (min-width: 1024px) {
  .header .row_header .btn_contact_desktop_a {
    display: flex;
    justify-content: end;
  }
}
.header .row_header .btn_contact_desktop_a a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 13px 30px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.header .row_header .btn_contact_desktop_a a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.header .row_header .btn_contact_desktop_a .btn_contact_desktop {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  background: #7B4FF6;
  color: white;
  font-weight: 700;
  border: none;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  border-radius: 5px;
  transition: ease-in-out 0.2s;
}
.header .row_header .btn_contact_desktop_a .btn_contact_desktop:hover {
  background-color: rgb(41, 41, 41);
}
@media (min-width: 1440px) {
  .header .row_header .btn_contact_desktop_a .btn_contact_desktop {
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 40px;
    justify-content: end;
  }
}
.header .row_header .hamburger {
  z-index: 10;
}
@media (min-width: 1024px) {
  .header .row_header .hamburger {
    display: none;
  }
}
.header .row_header .hamburger .menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.header .row_header .hamburger .line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .row_header .hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header .row_header .hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.header .row_header .hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header .row_header .hamburger .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.header .row_header .hamburger .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.header .row_header .hamburger .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.show_menu {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  box-shadow: 0px 1px 5px #9e9e9e;
  padding: 25px 0px;
  position: fixed;
  transform: translateX(-110%);
  top: 0;
}
.show_menu p {
  margin: 15px;
  color: #7B4FF6;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .show_menu p {
    margin-left: 5%;
  }
}
.show_menu.open {
  opacity: 1;
  position: fixed;
  z-index: 30;
  visibility: visible;
  padding-top: 75px;
  transform: translateX(0%);
  background-color: white;
  transition: all 0.3s;
}
.show_menu .sub_services {
  padding-left: 10px;
}
.show_menu .sub_services .nodecoration {
  text-decoration: none;
}
.show_menu .sub_services .title {
  padding: 5px;
  font-size: 15px;
  color: #313131;
  margin: 10px 0 20px;
  font-weight: 600;
}
.show_menu .sub_services .services {
  text-decoration: none;
  color: rgb(115, 34, 255);
  position: relative;
}
.show_menu .sub_services .services .medal {
  width: 40px;
  height: 40px;
}
.show_menu .sub_services .services .bloc {
  margin-bottom: 20px;
}
.show_menu .sub_services .services .bloc a {
  text-decoration: none;
  color: rgb(115, 34, 255);
  display: flex;
}
.show_menu .sub_services .services .bloc h3 {
  font-size: 14px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin: 0;
}
.show_menu .sub_services .services .bloc h3 span {
  margin-right: 10px;
}
.show_menu .sub_services .services .bloc h3 span img {
  width: 35px;
}
.show_menu .sub_services .services .bloc p {
  font-size: 13px;
  padding: 5px;
  display: none;
}
.show_menu .btn_contact_menu_mobile {
  text-align: center;
  margin: 2.5rem 0;
}
.show_menu .btn_contact_menu_mobile a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.show_menu .btn_contact_menu_mobile a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.show_menu .other_title {
  font-size: 14px;
  color: #313131;
  margin: 15px 0px;
  font-weight: 500;
  padding: 5px 5px 5px 15px;
}
@media (min-width: 768px) {
  .show_menu .other_title {
    padding: 5px 5px 5px 5%;
  }
}
.show_menu .bloc_socialMedia {
  margin: 25px 0 0;
  display: flex;
  justify-content: center;
}
.show_menu .bloc_socialMedia i {
  margin: 0 10px;
  font-size: 18px;
}

.hero_bg_cover {
  position: relative;
  overflow: hidden;
  background-image: url("../../img/background-image-multiple.jpeg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.hero_bg_cover .lines {
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}
.hero_bg_cover .lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
@keyframes drop {
  0% {
    top: -10%;
  }
  100% {
    top: 110%;
  }
}
.hero_bg_cover .lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #4979ff 75%, #9d25ff 100%);
  animation: drop 3s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.hero_bg_cover .lines .line:nth-child(1) {
  margin-left: -25%;
}
.hero_bg_cover .lines .line:nth-child(1)::after {
  animation-delay: 1s;
}
.hero_bg_cover .lines .line:nth-child(3) {
  margin-left: 25%;
}
.hero_bg_cover .lines .line:nth-child(3)::after {
  animation-delay: 2.5s;
}

.bg_call_to_action {
  background-image: url("/img/map.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0rem 0 9rem;
}

.call_to_action {
  max-width: 90%;
  margin: 0rem auto;
}
@media (min-width: 1024px) {
  .call_to_action {
    width: 70%;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .call_to_action {
    width: 60%;
    margin: 6rem auto;
  }
}
@media (min-width: 1650px) {
  .call_to_action {
    width: 50%;
  }
}
.call_to_action h3 {
  font-weight: 900;
  font-size: 39px;
  line-height: 50px;
  color: #313131;
}
.call_to_action h3 span {
  color: rgb(115, 34, 255);
}
.call_to_action h4 {
  font-size: 16px;
  color: #313131;
  line-height: 24px;
  font-weight: 400;
}
.call_to_action div {
  margin-top: 3rem;
}
.call_to_action div a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.call_to_action div a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}

.footer_section {
  background-color: rgb(19, 19, 19);
  color: white;
  border-top: solid 2px rgb(115, 34, 255);
  padding: 2rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer_section {
    max-width: 100%;
    flex-direction: row;
  }
}
.footer_section .footer_logo {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}
.footer_section .footer_logo span {
  color: rgb(115, 34, 255);
}
@media (min-width: 1024px) {
  .footer_section .footer_logo {
    width: 20%;
    text-align: left;
  }
}
.footer_section .footer_nav {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer_section .footer_nav {
    width: 60%;
  }
}
.footer_section .footer_nav .each_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .footer_section .footer_nav .each_nav ul {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
}
.footer_section .footer_nav .each_nav ul li {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  display: flex;
  justify-content: center;
}
.footer_section .footer_nav .each_nav ul li span {
  margin-left: 10px;
}
.footer_section .footer_nav .each_nav ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 200;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.footer_section .footer_nav .each_nav ul li a:hover {
  color: rgb(115, 34, 255);
}
.footer_section .footer_social {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer_section .footer_social i {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .footer_section .footer_social {
    width: 20%;
  }
}
.footer_section .footer_copy {
  width: 100%;
  margin-top: 2rem;
  font-size: 11px;
  line-height: 18px;
  font-weight: 200;
  text-align: center;
}

.section_faq {
  max-width: 90%;
  margin: 0 auto 4rem;
}
@media (min-width: 1370px) {
  .section_faq {
    width: 80%;
  }
}
@media (min-width: 1650px) {
  .section_faq {
    width: 70%;
  }
}
.section_faq .title h3 {
  font-weight: 900;
  margin-top: 10rem;
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  color: #313131;
}
.section_faq .title h3 span {
  color: rgb(115, 34, 255);
}
.section_faq .block_for_accordion_faq {
  display: flex;
  margin-bottom: 3rem;
  margin-top: 3rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section_faq .block_for_accordion_faq {
    width: 100%;
    margin: 3rem auto 10rem;
  }
}
.section_faq .block_for_accordion_faq .each_accordion {
  display: flex;
  flex-direction: column;
}
.section_faq .block_for_accordion_faq .each_accordion .accordion {
  background-color: rgb(255, 255, 255);
  color: #313131;
  cursor: pointer;
  padding: 0px 15px;
  width: 100%;
  text-align: left;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: space-between;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 600;
  font-size: 14px;
}
.section_faq .block_for_accordion_faq .each_accordion .accordion:hover {
  color: #7B4FF6;
}
@media (min-width: 1370px) {
  .section_faq .block_for_accordion_faq .each_accordion .accordion {
    font-size: 16px;
  }
}
.section_faq .block_for_accordion_faq .each_accordion .accordion span {
  margin-right: 15px;
  padding: 25px 0;
}
.section_faq .block_for_accordion_faq .each_accordion .accordion span:first-child {
  color: #223140;
  font-size: 15px;
  border-bottom: solid 1px #223140;
}
.section_faq .block_for_accordion_faq .each_accordion .accordion:hover {
  background-color: rgba(197, 197, 197, 0.0823529412);
  box-shadow: 0 4px 8px rgba(197, 197, 197, 0.0823529412);
}
.section_faq .block_for_accordion_faq .each_accordion .accordion.active {
  background-color: rgb(255, 255, 255);
}
.section_faq .block_for_accordion_faq .each_accordion .accordion.active i {
  transform: rotate(180deg);
  transition: ease-in 0.2s;
}
.section_faq .block_for_accordion_faq .each_accordion .accordion i {
  transition: ease-in 0.2s;
  font-size: 10px;
}
.section_faq .block_for_accordion_faq .each_accordion .panel {
  padding: 0 15px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.section_faq .block_for_accordion_faq .each_accordion .panel p {
  padding: 18px 0;
  font-size: 14px;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1370px) {
  .section_faq .block_for_accordion_faq .each_accordion .panel p {
    font-size: 14px;
  }
}

.block_popup_contact_mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  flex-flow: row wrap;
  align-content: center;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  transform: translateY(-10px);
  transition: all 0.375s ease-in-out;
}
.block_popup_contact_mobile.homepage {
  opacity: 0;
}
.block_popup_contact_mobile.open {
  visibility: visible;
  background-color: #ffffff;
  transform: translateY(0);
  transition: all 0.375s ease-in-out;
  opacity: 1;
  z-index: 99999999;
}
.block_popup_contact_mobile .popup_contact_mobile {
  background-color: white;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 30px 0;
}
.block_popup_contact_mobile .popup_contact_mobile .logo_contact a {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 2rem;
  margin-left: 2rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: black;
}
.block_popup_contact_mobile .popup_contact_mobile .logo_contact a span {
  color: rgb(115, 34, 255);
}
.block_popup_contact_mobile .popup_contact_mobile .img_contact_top {
  text-align: center;
}
.block_popup_contact_mobile .popup_contact_mobile .img_contact_top .contact_bg {
  display: none;
  width: 60%;
  cursor: default;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .block_popup_contact_mobile .popup_contact_mobile .img_contact_top .contact_bg {
    display: block;
  }
}
@media (min-width: 768px) {
  .block_popup_contact_mobile .popup_contact_mobile {
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .block_popup_contact_mobile .popup_contact_mobile {
    background-color: white;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
  }
}
.block_popup_contact_mobile .popup_contact_mobile::-webkit-scrollbar {
  display: none;
}
.block_popup_contact_mobile .popup_contact_mobile p {
  color: #313131 !important;
}
.block_popup_contact_mobile .popup_contact_mobile .title {
  text-align: left;
  font-size: 28px;
  padding: 2rem 0;
  font-weight: 900;
  position: relative;
  width: 80%;
  color: #313131;
  margin: 2rem auto 0;
}
.block_popup_contact_mobile .popup_contact_mobile .title span {
  color: rgb(115, 34, 255);
}
@media (min-width: 768px) {
  .block_popup_contact_mobile .popup_contact_mobile .title {
    width: 60%;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .block_popup_contact_mobile .popup_contact_mobile .title {
    font-size: 36px;
  }
}
@media (min-width: 1370px) {
  .block_popup_contact_mobile .popup_contact_mobile .title {
    width: 50%;
  }
}
.block_popup_contact_mobile .popup_contact_mobile .explain {
  text-align: left;
  margin: 1rem auto 3.5rem;
  width: 80%;
  font-size: 14px;
  line-height: 21px;
  color: #313131;
}
@media (min-width: 768px) {
  .block_popup_contact_mobile .popup_contact_mobile .explain {
    width: 60%;
  }
}
@media (min-width: 1370px) {
  .block_popup_contact_mobile .popup_contact_mobile .explain {
    width: 50%;
  }
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block_popup_contact_mobile .popup_contact_mobile .formulaire_contact {
    width: 60%;
  }
}
@media (min-width: 1370px) {
  .block_popup_contact_mobile .popup_contact_mobile .formulaire_contact {
    width: 50%;
  }
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .requiredChamp {
  width: 100%;
  color: #ff2929 !important;
  font-size: 12px;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact p {
  width: 100%;
  color: rgb(115, 34, 255);
  font-size: 13px;
  margin-top: 10px;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control {
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control legend {
  font-size: 12px;
  color: #6a737d;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control.success input {
  border-color: #41ff90;
  font-family: "Inter", sans-serif;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control.success .fa-check-circle {
  color: #41ff90;
  visibility: visible;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control.success small {
  visibility: visible;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control.error input {
  border-color: #ff2929;
  font-family: "Inter", sans-serif;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control.error .fa-exclamation-circle {
  color: #ff2929;
  visibility: visible;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control.error small {
  visibility: visible;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control small {
  color: #ff2929;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  visibility: hidden;
  font-family: "Inter", sans-serif;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control input {
  border-radius: 4px;
  border: solid 1px #a0aec0;
  color: #707070;
  padding: 13px;
  width: 95%;
  font-family: "Inter", sans-serif;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control input:focus {
  outline: 0;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control i {
  visibility: hidden;
  position: absolute;
  top: 13px;
  display: none;
  right: -4px;
}
@media (min-width: 375px) {
  .block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control i {
    top: 6px;
    right: -24px;
  }
}
@media (min-width: 768px) {
  .block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control i {
    top: 10px;
    right: -24px;
  }
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control i.icon_select {
  top: 38px;
  right: 12px;
}
@media (min-width: 768px) {
  .block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control i.icon_select {
    top: 34px;
    right: -24px;
  }
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control select {
  margin: 8px 0 0rem 0;
  width: 104%;
  cursor: pointer;
  padding: 13px;
  background-color: white;
  border: solid 1px rgb(202, 202, 202);
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  color: #24292e;
  font-family: "Inter", sans-serif;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control select option {
  font-size: 13px;
  font-weight: 500;
  color: #24292e;
  margin: 15px 0;
  font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
  .block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control select {
    width: 101%;
  }
}
@media (min-width: 1024px) {
  .block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control select {
    width: 99.5%;
  }
}
@media (min-width: 1370px) {
  .block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control select {
    width: 98%;
  }
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control textarea {
  width: 96%;
  height: 200px;
  padding: 10px;
  font-family: "Inter", sans-serif;
  border-radius: 4px;
  border: solid 1px #a0aec0;
  color: #707070;
}
@media (min-width: 1024px) {
  .block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .form_control textarea {
    height: 120px;
  }
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .btn_contact_mobile {
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .btn_contact_mobile .beforeSend {
  background-color: #fafafa;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
  display: none;
  margin-top: 1rem;
  font-size: 15px;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: rgb(19, 19, 19);
  font-family: "Inter", sans-serif;
  border: none;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .btn_contact_mobile .beforeSend.notactive {
  display: none;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .btn_contact_mobile .goToSend {
  margin-top: 2rem;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 60px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.block_popup_contact_mobile .popup_contact_mobile .formulaire_contact .btn_contact_mobile .goToSend:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}

.section_success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  height: 80vh;
  text-align: center;
}
.section_success img {
  width: 100px;
  margin-bottom: 20px;
}
.section_success .success_message {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
  color: #303030;
  line-height: 20px;
}
@media (min-width: 768px) {
  .section_success .success_message {
    font-size: 22px;
  }
}
@media (min-width: 1370px) {
  .section_success .success_message {
    font-size: 24px;
  }
}
.section_success p {
  font-size: 14px;
  font-weight: 400;
  color: #8b959e;
  line-height: 20px;
}
.section_success .redirect {
  margin-top: 25px;
}
.section_success .redirect #decompte_success {
  font-size: 16px;
  font-weight: 500;
}

[class*=reveal-] {
  opacity: 0;
  transform: translateY(30px);
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
  transition: 1.5s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-1 {
  transition-delay: 0.1s;
}

.reveal-2 {
  transition-delay: 0.15s;
}

.reveal-3 {
  transition-delay: 0.2s;
}

.reveal-4 {
  transition-delay: 0.25s;
}

.reveal-5 {
  transition-delay: 0.3s;
}

.reveal-6 {
  transition-delay: 0.35s;
}

.logo_annexe_page {
  width: 100%;
  text-align: center;
  padding: 25px 0;
}
.logo_annexe_page a {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: black;
}
.logo_annexe_page a span {
  color: rgb(115, 34, 255);
}

.section_mention_politque, .section_mention_politque {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .section_mention_politque, .section_mention_politque {
    width: 70%;
  }
}
@media (min-width: 1370px) {
  .section_mention_politque, .section_mention_politque {
    width: 65%;
  }
}
.section_mention_politque .btn_back_home, .section_mention_politque .btn_back_home {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section_mention_politque .btn_back_home a, .section_mention_politque .btn_back_home a {
  text-decoration: none;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-weight: 600;
  font-size: 13px;
  background-color: #7B4FF6;
  position: relative;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  cursor: pointer;
  height: 100%;
}
.section_mention_politque .btn_back_home a:hover, .section_mention_politque .btn_back_home a:hover {
  background: linear-gradient(90deg, rgb(48, 48, 48) 0%, rgb(58, 58, 58) 100%);
  transition: ease-in 0.3s;
}
.section_mention_politque .title h1, .section_mention_politque .title h1 {
  font-size: 24px;
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: rgb(115, 34, 255);
}
.section_mention_politque .text_corp .little_title h2, .section_mention_politque .text_corp .little_title h2 {
  font-size: 18px;
  margin: 50px 0 10px;
  color: rgb(115, 34, 255);
}
.section_mention_politque .text_corp .explain ul, .section_mention_politque .text_corp .explain ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section_mention_politque .text_corp .explain ul li, .section_mention_politque .text_corp .explain ul li {
  margin: 15px 0;
  font-size: 15px;
  line-height: 23px;
  color: rgb(39, 39, 39);
}

.section_404 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
}
.section_404 .title {
  background: -webkit-linear-gradient(rgb(38, 132, 255), rgb(56, 76, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .section_404 .title {
    font-size: 100px;
  }
}
.section_404 .subtitle {
  font-size: 13px;
  text-align: center;
  margin: 2rem 0 1rem;
  width: 90%;
}
@media (min-width: 768px) {
  .section_404 .subtitle {
    font-size: 16px;
  }
}
.section_404 .goBackHome {
  margin-top: 2rem;
}
.section_404 .goBackHome a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  padding: 15px;
  font-size: 13px;
  background-color: #000000;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .section_404 .goBackHome a {
    padding: 15px 30px;
  }
}
.section_404 .goBackHome a:hover {
  background: linear-gradient(90deg, rgb(48, 48, 48) 0%, rgb(58, 58, 58) 100%);
  transition: ease-in 0.3s;
}

.logo_annexe_page_404 {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.logo_annexe_page_404 img {
  width: 100px;
}

.radio-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
}
.radio-list .radio {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.radio-list .radio input {
  border-radius: 50px !important;
  height: 30px;
  width: 30px !important;
  padding: 2px !important;
}

.radio__span {
  margin-left: 5px;
  color: #181818;
  font-size: 14px;
  line-height: 18px;
  transition: 0.3s;
}

.radio__toggle {
  position: relative;
  min-width: 50px;
  max-width: 50px;
  height: 58px;
  margin: 0;
  vertical-align: top;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  border: 2px solid #D6D9E0;
  box-sizing: border-box;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.radio__toggle::after {
  content: "";
  position: absolute;
  left: 2px;
  width: 50px;
  height: 50px;
  background-color: light-green;
  border-radius: 50%;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.radio__toggle:checked::after {
  transform: translateX(calc(100% + 2px));
  left: initial;
  height: 20px;
  background-color: #7B4FF6;
  width: 20px;
}

.radio__toggle:checked + .radio__span {
  color: #000;
}

.incremtnDiv {
  margin: 15px 0;
  display: none;
  flex-wrap: wrap;
  align-items: center;
}
.incremtnDiv p {
  font-size: 14px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: #181818 !important;
  margin: 0 10px 0 0 !important;
}
.incremtnDiv input {
  width: 3.5% !important;
  height: 0px;
  margin: 0 8px 0 0;
}

#requiredChoixService {
  display: none;
}
#requiredChoixService.obligation {
  display: flex;
  margin-top: 5px;
  color: #ff2929;
  font-size: 12.5px;
}

.ourUniqueService .ourUniqueService_hero {
  background-image: url("../../img/background-image-multiple.jpeg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 8rem 0 6rem;
}
.ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside {
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside {
    width: 70%;
    padding-top: 3rem;
  }
}
.ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_text {
  width: 100%;
}
@media (min-width: 1440px) {
  .ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_text {
    width: 50%;
  }
}
.ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_text h1 {
  font-size: 35px;
  font-weight: bold;
  color: #313131;
  text-align: left;
  margin: 0;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_text h1 {
    font-size: 45px;
  }
}
@media (min-width: 1024px) {
  .ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_text h1 {
    font-size: 50px;
  }
}
.ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_text h1 span {
  color: rgb(115, 34, 255);
}
.ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_text a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_text a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_image {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 1440px) {
  .ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_image {
    width: 50%;
  }
}
.ourUniqueService .ourUniqueService_hero .ourUniqueService_hero_inside .ourUniqueService_hero_image img {
  width: 100%;
}
.ourUniqueService .ourUniqueService_benefits {
  margin-bottom: 3rem;
  max-width: 100%;
  padding: 0 15px;
}
.ourUniqueService .ourUniqueService_benefits h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  color: #313131;
  margin: 2rem 0 4rem;
}
.ourUniqueService .ourUniqueService_benefits h2 span {
  color: rgb(115, 34, 255);
}
.ourUniqueService .ourUniqueService_benefits .call_to_action_service {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 6rem;
  flex-wrap: wrap;
}
.ourUniqueService .ourUniqueService_benefits .call_to_action_service a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.ourUniqueService .ourUniqueService_benefits .call_to_action_service a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.ourUniqueService .ourUniqueService_benefits .ourUniqueService_benefits_inside {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .ourUniqueService .ourUniqueService_benefits .ourUniqueService_benefits_inside {
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .ourUniqueService .ourUniqueService_benefits .ourUniqueService_benefits_inside {
    width: 70%;
  }
}
.ourUniqueService .ourUniqueService_benefits .ourUniqueService_benefits_inside .each {
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ourUniqueService .ourUniqueService_benefits .ourUniqueService_benefits_inside .each svg {
  margin-bottom: 1rem;
}
.ourUniqueService .ourUniqueService_benefits .ourUniqueService_benefits_inside .each .title {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}
.ourUniqueService .ourUniqueService_benefits .ourUniqueService_benefits_inside .each .title span span {
  color: rgb(115, 34, 255);
}
@media (min-width: 1024px) {
  .ourUniqueService .ourUniqueService_benefits .ourUniqueService_benefits_inside .each {
    width: 30%;
  }
}
.ourUniqueService .ourUniqueService_benefits .ourUniqueService_benefits_inside .each .explain {
  font-size: 14px;
  color: rgb(137, 137, 137);
  line-height: 22px;
}

.ourUniqueService_description {
  background-color: rgb(252, 249, 255);
  padding: 3rem 0;
  border-top: solid 2px rgb(115, 34, 255);
  border-bottom: solid 2px rgb(115, 34, 255);
}
.ourUniqueService_description .ourUniqueService_description_inside {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .ourUniqueService_description .ourUniqueService_description_inside {
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .ourUniqueService_description .ourUniqueService_description_inside {
    width: 70%;
  }
}
.ourUniqueService_description .ourUniqueService_description_inside .each {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each:last-child {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each {
    margin-bottom: 10rem;
  }
}
.ourUniqueService_description .ourUniqueService_description_inside .each .texte {
  width: 100%;
}
@media (min-width: 1440px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each .texte {
    width: 45%;
  }
}
.ourUniqueService_description .ourUniqueService_description_inside .each .texte h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 43px;
  margin-bottom: 1rem;
  text-align: left;
  color: rgb(115, 34, 255);
}
.ourUniqueService_description .ourUniqueService_description_inside .each .texte p {
  font-size: 14px;
  color: rgb(137, 137, 137);
  line-height: 22px;
  margin-bottom: 2.5rem;
}
.ourUniqueService_description .ourUniqueService_description_inside .each .texte a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.ourUniqueService_description .ourUniqueService_description_inside .each .texte a:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.ourUniqueService_description .ourUniqueService_description_inside .each .image {
  width: 100%;
  display: flex;
  margin: 4rem auto 2.5rem;
  justify-content: center;
}
@media (min-width: 1440px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each .image {
    width: 45%;
  }
}
.ourUniqueService_description .ourUniqueService_description_inside .each .image img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(219, 219, 219);
  border: solid 1px rgb(214, 214, 214);
}
@media (min-width: 768px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each .image img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each .image img {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each .image img {
    width: 450px;
  }
}
.ourUniqueService_description .ourUniqueService_description_inside .each .details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ourUniqueService_description .ourUniqueService_description_inside .each .details.google {
  margin-top: 0rem;
}
@media (min-width: 1440px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each .details.google {
    margin-top: 3rem;
  }
}
.ourUniqueService_description .ourUniqueService_description_inside .each .details.vente {
  margin-top: 0rem;
}
@media (min-width: 1440px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each .details.vente {
    margin-top: 2rem;
  }
}
.ourUniqueService_description .ourUniqueService_description_inside .each .details .details_each {
  width: 100%;
}
@media (min-width: 1440px) {
  .ourUniqueService_description .ourUniqueService_description_inside .each .details .details_each {
    width: 48%;
  }
}
.ourUniqueService_description .ourUniqueService_description_inside .each .details .details_each h3 {
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 1rem;
  text-align: left;
  color: rgb(0, 0, 0);
}
.ourUniqueService_description .ourUniqueService_description_inside .each .details .details_each p {
  font-size: 14px;
  color: rgb(137, 137, 137);
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.steps_section {
  padding: 4rem 15px;
  background-image: url("../../img/background-image-multiple.jpeg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.steps_section h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  margin-bottom: 3rem;
}
.steps_section h2 span {
  color: rgb(115, 34, 255);
}
.steps_section .steps_section_inside {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .steps_section .steps_section_inside {
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .steps_section .steps_section_inside {
    width: 70%;
  }
}
.steps_section .steps_section_inside .each_steps {
  padding: 1.5rem;
  border: solid 1px rgb(233, 233, 233);
  border-radius: 5px;
  width: 100%;
  background-color: white;
  position: relative;
}
.steps_section .steps_section_inside .each_steps img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
}
.steps_section .steps_section_inside .each_steps .number {
  font-size: 14px;
  color: rgb(137, 137, 137);
  line-height: 23px;
}
.steps_section .steps_section_inside .each_steps .title {
  font-size: 22px;
  color: rgb(115, 34, 255);
  font-weight: 800;
  margin: 1rem 0;
}
.steps_section .steps_section_inside .each_steps .explain {
  font-size: 15px;
  color: rgb(44, 44, 44);
  line-height: 23px;
  font-weight: 300;
}

.offer_section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 3rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .offer_section {
    gap: 2rem;
  }
}
.offer_section .each_offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  box-shadow: 0 2px 2px rgb(244, 244, 244);
  border: solid 1px rgb(235, 235, 235);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: rgb(255, 255, 255);
}
.offer_section .each_offer:hover {
  box-shadow: 0px 15px 25px rgb(226, 226, 226);
  scale: 1.015;
}
.offer_section .each_offer:hover a {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.offer_section .each_offer.most_popular {
  border: solid 4px rgb(115, 34, 255);
}
.offer_section .each_offer .text_popular {
  position: absolute;
  top: -40px;
  font-weight: bold;
  color: rgb(115, 34, 255);
  font-size: 13px;
}
.offer_section .each_offer .title {
  font-size: 35px;
  font-weight: bold;
}
.offer_section .each_offer .price {
  margin: 1.5rem 0 0.5rem 0;
  font-size: 14px;
  display: flex;
  align-items: baseline;
}
.offer_section .each_offer .price .amount {
  font-size: 35px;
  font-weight: bold;
  display: none;
}
.offer_section .each_offer .price .amount.mensual {
  display: inline;
  margin-left: 6px;
}
.offer_section .each_offer .price .amount.annual {
  display: none;
  margin-left: 6px;
}
.offer_section .each_offer .price .amount span {
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
}
.offer_section .each_offer .fees {
  font-size: 9px;
  color: rgb(98, 98, 98);
}
.offer_section .each_offer .assistance {
  font-weight: bold;
  margin-top: 1.5rem;
  font-size: 15px;
}
.offer_section .each_offer .assistance.plus {
  color: rgb(115, 34, 255);
}
.offer_section .each_offer .assistance span {
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
}
.offer_section .each_offer ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  padding: 1rem 0;
  border-top: solid 1px rgb(244, 244, 244);
}
.offer_section .each_offer ul li {
  margin: 17px;
  font-size: 13.5px;
  line-height: 22px;
}
.offer_section .each_offer ul li span {
  margin-right: 10px;
}
.offer_section .each_offer ul li span.yellow {
  color: rgb(255, 217, 0);
}
.offer_section .each_offer ul li span.red {
  color: rgb(255, 0, 93);
}
.offer_section .each_offer ul li span.green {
  color: rgb(0, 255, 110);
}
.offer_section .each_offer ul li span.white {
  color: rgb(255, 255, 255);
}
.offer_section .each_offer a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.more_informations {
  font-size: 9px;
  color: rgb(137, 137, 137);
  text-align: center;
  line-height: 12px;
  margin: -8px 0;
}

.call_to_action_offer {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  background-color: black;
  color: white;
  border-radius: 10px;
  line-height: 23px;
  margin: 2.5rem auto 5rem;
}
.call_to_action_offer h3 {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
  color: white;
}
@media (min-width: 768px) {
  .call_to_action_offer h3 {
    gap: 1rem;
  }
}
.call_to_action_offer h3 a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(115, 34, 255);
  padding: 10px 20px;
  border-radius: 7px;
  cursor: pointer;
}

.realisationsPage {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 5rem;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .realisationsPage {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .realisationsPage {
    margin-top: 7.5rem;
  }
}
@media (min-width: 1440px) {
  .realisationsPage {
    width: 70%;
    margin-top: 9rem;
  }
}
.realisationsPage h1 {
  font-size: 35px;
  font-weight: bold;
  color: #313131;
  text-align: left;
  margin: 0;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .realisationsPage h1 {
    font-size: 40px;
  }
}
.realisationsPage h1 span {
  color: rgb(115, 34, 255);
}
.realisationsPage .inside_img_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}
.realisationsPage .inside_img_link p {
  width: 100%;
}
@media (min-width: 768px) {
  .realisationsPage .inside_img_link p {
    width: 46.5%;
  }
}
@media (min-width: 1440px) {
  .realisationsPage .inside_img_link p {
    width: 38%;
  }
}
.realisationsPage .inside_img_link p img {
  width: 100%;
  border-radius: 10px;
  border: solid 1px rgb(238, 238, 238);
  box-shadow: 0 4px 15px rgb(231, 231, 231);
  transition: ease-in 0.3s;
}
.realisationsPage .inside_img_link p img:hover {
  box-shadow: 0 4px 25px rgba(150, 50, 243, 0.527);
  transition: ease-in 0.3s;
}

.freeEbook {
  max-width: 75%;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 5rem;
  margin-top: 6rem;
  align-items: center;
  margin: 0 auto;
  background-color: rgb(115, 34, 255);
  margin-bottom: 5rem;
  border-radius: 15px;
  padding: 2rem;
  padding-bottom: 65px;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .freeEbook {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .freeEbook {
    flex-direction: row;
    position: relative;
  }
  .freeEbook .second-col {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .freeEbook {
    width: 60%;
  }
}
.freeEbook img {
  width: 80%;
  max-width: 400px;
}
@media (min-width: 1024px) {
  .freeEbook img {
    position: absolute;
    top: -10px;
    width: 65%;
    max-width: 300px;
  }
}
@media (min-width: 1440px) {
  .freeEbook img {
    max-width: 400px;
    top: -40px;
  }
}
.freeEbook h3 {
  color: white;
  width: 100%;
  line-height: 37px;
  font-size: 27px;
}
.freeEbook .button {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.freeEbook .button:hover {
  background-color: white;
  color: rgb(0, 0, 0);
}/*# sourceMappingURL=style.css.map */