.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.48);
  font-size: 17px;
  white-space: nowrap;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.81);
}

.nav-link.w--current {
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-section {
  position: relative;
  display: block;
  height: 100vh;
}

.heading-section.hide {
  display: none;
}

.home-banner {
  position: absolute;
  top: 15%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(40, 40, 40, 0.35);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.text-top-heading {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}

.red-span {
  color: #e32f25;
}

.header-big-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #b8b6b6 84%);
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 13px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    max-width: 80%;
    width: 80%;
    height: 10%;
    margin-top: 7.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-top: 2rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.btn {
  padding: 15px 20px;
  border-radius: 7px;
  background-color: #f34150;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  background-color: #ff0015;
}

.btn.btn-fix-w {
  width: 250px;
  border: 2px solid #f34150;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 300;
}

.btn.btn-fix-w:hover {
  background-color: #ff8b95;
}

.btn.btn-fix-w.btn-100 {
  width: 100%;
}

.btn.btn-fix-w.btn {
  background-color: #ff4050;
}

.btn-outline {
  padding: 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 7px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.btn-outline.btn-fix-w {
  width: 250px;
}

.btn-outline.btn-fix-w.btn-100 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-outline.btn-fix-w.btn-100:hover {
  background-color: rgba(255, 241, 241, 0.28);
}

.equipe-section {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.image-equipe-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-right: 0.5rem;
}

.text-block {
  position: relative;
  z-index: 4;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
  text-decoration: none;
}

.container-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 54px;
  font-weight: 800;
}

.red-span-pale {
  color: #ff7972;
}

.body {
  background-color: #fcf8f8;
}

.paragraph-page {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 27px;
}

.bg-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.image-2 {
  position: absolute;
  right: 0px;
  z-index: 1;
}

.image-3 {
  position: absolute;
  z-index: 1;
}

.espace-client-section {
  padding-top: 1rem;
  padding-bottom: 8rem;
}

.container-3 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  position: absolute;
  margin-top: 6rem;
}

.image-5 {
  position: absolute;
  bottom: 0%;
  z-index: 1;
}

.image-6 {
  position: relative;
  z-index: 3;
}

.image-7 {
  position: absolute;
  left: 20%;
  top: 10px;
  z-index: 2;
}

.clientele-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.block-bg-white {
  position: relative;
  z-index: 2;
  width: auto;
  margin-left: -12rem;
  padding: 2rem;
  background-color: #fcf8f8;
  box-shadow: 1px 1px 20px -7px rgba(0, 0, 0, 0.25);
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  position: static;
  left: 5%;
  width: 55em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-9 {
  position: absolute;
  right: 10%;
  margin-top: -10rem;
}

.image-10 {
  position: absolute;
  right: 10%;
  margin-top: 10rem;
}

.contact-section {
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 90%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-contact {
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
}

.image-11 {
  position: relative;
  z-index: 3;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-12 {
  position: absolute;
  right: 0px;
  z-index: 0;
}

.image-13 {
  position: absolute;
  right: 20%;
  z-index: 2;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252525;
}

.text-block-2 {
  margin-bottom: 0.7rem;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 200;
}

.link-block {
  text-decoration: none;
}

.title-footer {
  margin-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.right-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  margin-right: 2rem;
}

.text-footer {
  margin-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.71);
  font-size: 17px;
  font-weight: 200;
}

.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left-footer {
  margin-left: 3rem;
}

.logo-w {
  display: block;
  margin-top: 20px;
}

.text-span {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #b8b6b6 82%);
  font-family: Montserrat, sans-serif;
  letter-spacing: 4px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.body-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#f34150), to(#f5717c));
  background-image: linear-gradient(90deg, #f34150, #f5717c);
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  margin-top: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-title {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 90px;
  font-weight: 600;
}

.text-block-3 {
  margin-top: 2rem;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.text-block-contact {
  margin-bottom: 5rem;
}

.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  margin-left: 1rem;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.left-block {
  margin-right: 2rem;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: transparent transparent #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 17px;
  font-weight: 300;
}

.text-field:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.55);
}

.text-field:active {
  border-top-color: transparent;
  border-right-color: transparent;
}

.text-field:focus {
  border-color: transparent transparent rgba(255, 255, 255, 0.55);
}

.text-field::-webkit-input-placeholder {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 17px;
  font-weight: 300;
}

.text-field:-ms-input-placeholder {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 17px;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 17px;
  font-weight: 300;
}

.text-field::placeholder {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 17px;
  font-weight: 300;
}

.label-contact {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.input-block {
  width: 300px;
  margin-right: 0.6rem;
  margin-bottom: 2rem;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin-left: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.textarea-block {
  width: 95%;
  margin-bottom: 2rem;
}

.textarea {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: transparent transparent #fff;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 17px;
  font-weight: 300;
}

.textarea:focus {
  border-color: transparent transparent rgba(255, 255, 255, 0.55);
}

.textarea::-webkit-input-placeholder {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 17px;
  font-weight: 300;
}

.textarea:-ms-input-placeholder {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 17px;
  font-weight: 300;
}

.textarea::-ms-input-placeholder {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 17px;
  font-weight: 300;
}

.textarea::placeholder {
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 17px;
  font-weight: 300;
}

.submit-button {
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #f34150;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
}

.btn-wrapper.btn-100 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-wrapper.btn-100:hover {
  background-color: hsla(0, 0%, 100%, 0.81);
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.home-espace-client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 90vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-espace-client.opener {
  height: 60vh;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-3 {
  overflow: visible;
  background-color: #fcf8f8;
}

.image-17 {
  width: 40em;
  max-width: none;
}

.div-block {
  position: absolute;
  right: 15%;
  bottom: -11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bg-rotate {
  position: absolute;
  width: 200vw;
  height: 130vh;
  background-image: linear-gradient(106deg, #f34150, #ff8b95);
  -webkit-transform: translate(-43px, -190px) rotate(11deg);
  -ms-transform: translate(-43px, -190px) rotate(11deg);
  transform: translate(-43px, -190px) rotate(11deg);
}

.image-18 {
  position: relative;
  width: 15em;
}

.text-block-w {
  margin-bottom: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  font-weight: 600;
  text-align: left;
}

.text-block-5 {
  position: relative;
  width: 75%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.heading-main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #ff8b95;
  font-size: 70px;
  line-height: 61px;
  font-weight: 600;
  letter-spacing: -2px;
}

.text-block-6 {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
}

.btn-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.btn-espace-client {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 1rem;
  border: 3px solid #f34150;
  border-radius: 17px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.btn-espace-client:hover {
  border-color: #fc9da5;
  background-color: #ffe8e8;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
  color: #f34150;
  font-size: 20px;
  font-weight: 600;
}

.icon-btn {
  width: 3em;
  margin-right: 0.5rem;
}

.image-19 {
  position: absolute;
  right: 2%;
  z-index: 1;
}

.container-7 {
  position: relative;
}

.section-logiciel {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Section Quadra avec padding-bottom augmenté sur desktop */
.section-quadra {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  .section-quadra {
    padding-bottom: 15rem !important;
  }
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  position: relative;
  z-index: 2;
  width: 30em;
  margin-right: 1rem;
}

.image-21 {
  position: absolute;
  z-index: 1;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20-copy {
  position: relative;
  z-index: 2;
  width: 30em;
  margin-right: 1rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  padding-top: 0.5rem;
  font-family: Montserrat, sans-serif;
  color: #ff8b95;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-associe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.associe-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.associe-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  margin-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.associe-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-block-main-right {
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-equipe-service {
  max-width: 90%;
}

.liste-equipe {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image-left {
  overflow: visible;
  width: 30em;
  height: auto;
  margin-right: 2rem;
  border-radius: 20px;
}

.text-black {
  position: relative;
  z-index: 2;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.title-black {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 36px;
  text-transform: uppercase;
}

.paragraph-equipe {
  position: relative;
  z-index: 2;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.equipe-li-left {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  margin-right: 5rem;
  margin-bottom: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.equipe-li-right {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
  margin-left: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.equipe-li-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-black-center {
  margin-bottom: 2rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-center {
  width: 100%;
  max-width: none;
}

.container-organisation {
  max-width: 90%;
}

.square-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.red-square {
  position: relative;
  z-index: 2;
  width: 500px;
  height: 500px;
  margin-top: 3rem;
  margin-right: -3rem;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 15px;
  background-image: linear-gradient(151deg, #f34150, #ff8b95);
}

.square-title {
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -2px;
}

.ordered-item {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 17px;
}

.ordered-list {
  padding-left: 20px;
}

.black-square {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-bottom: 3rem;
  margin-left: -3rem;
  padding: 1rem 1rem 1rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 15px;
  background-image: linear-gradient(151deg, #717171, #959090);
}

.text-square {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.tabs-section {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.little-title {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #ff8b95;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.tab-item {
  margin-top: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  border-bottom: 4px solid #717171;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #717171;
  font-size: 17px;
  font-weight: 600;
}

.tab-item.w--current {
  border-bottom-color: #ff8b95;
  background-color: transparent;
  color: #ff8b95;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-tab {
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #282828;
  font-size: 30px;
  line-height: 35px;
}

.ordered-item-black {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  color: rgba(0, 0, 0, 0.57);
  font-size: 17px;
}

.tab-pane-tab-1 {
  margin-top: 3rem;
}

.text-tab-block {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.tab-pane-tab-2 {
  margin-top: 3rem;
}

.ordered-item-black-marged {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  font-family: Poppins, sans-serif;
  color: rgba(0, 0, 0, 0.57);
  font-size: 17px;
}

.tab-pane-tab-3 {
  margin-top: 3rem;
}

.text-block-9 {
  text-align: center;
  white-space: nowrap;
}

.tab-pane-tab-4 {
  margin-top: 3rem;
}

.tab-pane-tab-5 {
  margin-top: 3rem;
}

.tab-pane-tab-6 {
  margin-top: 3rem;
}

.heading-main-center {
  position: relative;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #ff8b95;
  font-size: 70px;
  line-height: 61px;
  font-weight: 600;
  text-align: center;
}

.acces-rapide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.acces-rapide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-image: url('../images/acces-rapide-creation.webp');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.container-11 {
  max-width: 90%;
}

.section-acces-rapide {
  padding-top: 5rem;
}

.container-12 {
  max-width: 90%;
}

.text-block-10 {
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  color: #ff8b95;
  font-size: 18px;
  font-weight: 600;
}

.section-creation {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-13 {
  max-width: 90%;
}

.heading-main-black-center {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 70px;
  line-height: 61px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.home-pic {
  position: relative;
  width: 42.4em;
  border-radius: 20px;
}

.section-equipe-service {
  margin-top: 3rem;
}

.heading-tab-uppercase {
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #282828;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-entreprises {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-block-11 {
  text-align: center;
  white-space: nowrap;
}

.text-block-12 {
  text-align: center;
  white-space: nowrap;
}

.heading-main-tab {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #ff8b95;
  font-size: 70px;
  line-height: 61px;
  font-weight: 600;
}

.section-associations {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-block-13 {
  text-align: center;
  white-space: nowrap;
}

.text-block-14 {
  white-space: nowrap;
}

.block-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.btn-espace-client-100 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 1rem;
  border: 3px solid #f34150;
  border-radius: 17px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.btn-espace-client-100:hover {
  border-color: #fc9da5;
  background-color: #ffe8e8;
}

.btn-espace-client-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 1rem;
  border: 3px solid #f34150;
  border-radius: 17px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.btn-espace-client-copy:hover {
  border-color: #fc9da5;
  background-color: #ffe8e8;
}

.image-clientele {
  position: relative;
  width: 18em;
  border-radius: 13px;
}

.acces-rapide-block-entreprise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-image: url('../images/acces-rapide-associations.webp');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.acces-rapide-block-associations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  background-image: url('../images/acces-rapide-entreprise.webp');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.container-mentions-legales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100%;
  margin-top: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-mentions-legales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mention-block {
  width: 100%;
}

.heading-mentions {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 600;
  text-align: left;
}

.white-link {
  color: hsla(0, 0%, 100%, 0.81);
  text-decoration: underline;
}

.image-right {
  position: relative;
  z-index: 2;
  width: 30em;
  height: auto;
  margin-right: 0rem;
  margin-left: 2rem;
  border-radius: 20px;
}

.title-wrapper {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.image-center-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 400px;
  max-width: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-parralax {
  width: 130%;
  height: 150%;
  max-width: none;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(-148px, 0px);
  -ms-transform: translate(-148px, 0px);
  transform: translate(-148px, 0px);
}

.image-22 {
  position: absolute;
  z-index: 0;
}

.image-23 {
  position: absolute;
  z-index: 0;
}

.image-24 {
  position: absolute;
  z-index: 0;
}

.image-25 {
  position: absolute;
}

.image-26 {
  position: absolute;
  z-index: 1;
}

.image-27 {
  position: absolute;
  right: 2%;
  z-index: 1;
}

.image-28 {
  position: absolute;
}

.image-29 {
  position: absolute;
  right: 8%;
}

.image-30 {
  position: absolute;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: #00f84f;
  border-radius: 12px;
  background-color: rgba(211, 255, 225, 0.6);
}

.text-succes {
  font-family: Montserrat, sans-serif;
  color: #009e32;
  font-size: 17px;
  font-weight: 500;
}

.text-error {
  font-family: Montserrat, sans-serif;
  color: #f34150;
  font-size: 17px;
  font-weight: 500;
}

.error-message {
  margin-top: 2rem;
  padding: 1rem 2rem;
  border: 1px solid #f34150;
  border-radius: 11px;
  background-color: rgba(255, 222, 222, 0.72);
}

.link-footer {
  margin-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.71);
  font-size: 17px;
  font-weight: 200;
  text-decoration: none;
}

.image-31 {
  width: 25em;
  max-width: none;
}

.image-32 {
  width: 25em;
  max-width: none;
  margin-right: -212px;
  margin-left: -212px;
}

.image-33 {
  width: 25em;
  max-width: none;
}

.image-equipe-group-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-34 {
  border: 1px none #000;
  border-radius: 100px;
}

.image-21-c {
  position: absolute;
  left: 31%;
  z-index: 1;
}

.image-35 {
  border-radius: 20px;
}

.logo-b {
  margin-top: 20px;
}

.logo-b-w {
  margin-top: 20px;
}

.textarea-block-copy {
  margin-bottom: 2rem;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-36 {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-37 {
  border-radius: 20px;
}

.image-38 {
  border-radius: 20px;
}

.image-39 {
  border-radius: 20px;
}

.left-arrow {
  display: block;
}

.sld-01-slide--link {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  display: none;
}

.sld-01-slide--content {
  position: relative;
  z-index: 20;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03rem;
}

.sld-01-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sld-01-img__w {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.notes {
  display: none;
  max-width: 1440px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.sld-02-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.sld-01-slide--title {
  position: relative;
  z-index: 20;
  text-align: center;
}

.btn-2 {
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-2.circle-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fa7a50;
}

.slider__c {
  display: block;
}

.hero-txt-xxl {
  font-size: 64px;
  line-height: 1;
}

.hero-txt-xxl.fc-white {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}

.sld-02 {
  height: 100vh;
  min-height: 800px;
}

.lh-relax {
  line-height: 1.625;
}

.lh-relax.fc-white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.right-arrow {
  display: block;
}

.footer-2 {
  display: none;
  padding-top: 32px;
  padding-bottom: 32px;
}

.sld-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  overflow: visible;
  background-color: rgba(31, 30, 30, 0.47);
}

.sld-01-slide__c {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-slider-mask {
  z-index: 0;
}

.slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.slide-img {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  white-space: pre-line;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-img.mobile {
  display: none;
}

.left-arrow-2 {
  z-index: 8;
}

.right-arrow-2 {
  z-index: 5;
}

.slide-nav {
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #f34150;
  }

  .header-big-title {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 16%, #b8b6b6);
    font-family: Montserrat, sans-serif;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 5px;
  }

  .btn.btn-fix-w {
    background-color: #f34150;
  }

  .image-equipe-group {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-bg-white {
    margin-right: auto;
    margin-left: auto;
  }

  .container-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-section {
    padding-bottom: 10rem;
  }

  .container-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-11 {
    width: 30em;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-button {
    border-radius: 20px;
  }

  .menu-button.w--open {
    background-color: #f34150;
  }

  .text-span {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #b8b6b6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .container-6 {
    margin-top: 15rem;
  }

  .section {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    margin-top: 2rem;
    margin-bottom: 13rem;
  }

  .home-espace-client {
    overflow: hidden;
  }

  .image-18 {
    width: 23em;
  }

  .text-block-w {
    width: 100%;
    margin-top: -3rem;
  }

  .div-block-3 {
    padding-top: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 51px;
  }

  .text-block-5 {
    max-width: 75%;
  }

  .heading-main {
    font-size: 60px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .btn-espace-client {
    width: 230px;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .icon-btn {
    width: 2em;
  }

  .container-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-20-copy {
    width: 25em;
    margin-top: -73px;
  }

  .container-associe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .liste-equipe {
    max-width: 100%;
  }

  .image-left {
    margin-right: 0rem;
  }

  .text-black {
    width: 100%;
    margin-top: 1rem;
  }

  .title-black {
    text-align: center;
  }

  .equipe-li-left {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .equipe-li-right {
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .black-square {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tab-item {
    margin-top: 1rem;
    margin-right: 2rem;
    margin-left: 0rem;
  }

  .tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .heading-main-center {
    font-size: 60px;
  }

  .acces-rapide-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .acces-rapide-block {
    width: 200px;
    height: 150px;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
  }

  .paragraph {
    font-size: 32px;
  }

  .heading-main-black-center {
    font-size: 60px;
  }

  .home-pic {
    width: 30em;
    margin-top: 5rem;
  }

  .heading-main-tab {
    font-size: 60px;
  }

  .btn-espace-client-100 {
    width: 230px;
  }

  .btn-espace-client-copy {
    width: 230px;
  }

  .image-clientele {
  }

  .acces-rapide-block-entreprise {
    width: 200px;
    height: 150px;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
  }

  .acces-rapide-block-associations {
    width: 200px;
    height: 150px;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
  }

  .container-mentions-legales {
    margin-top: 15rem;
  }

  .section-mentions-legales {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-mentions {
    font-size: 60px;
    line-height: 51px;
  }

  .image-right {
    margin-left: 0rem;
  }

  .title-wrapper {
    max-width: 100%;
  }

  .image-parralax {
    height: 123%;
  }

  .image-31 {
    width: 22em;
  }

  .image-32 {
    width: 22em;
  }

  .image-33 {
    width: 22em;
  }

  .image-equipe-group-page {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-35 {
    width: 20em;
  }

  .hero-txt-xxl {
    font-size: 52px;
  }

  .lh-relax {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-top: 2rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-top-heading {
    font-size: 29px;
  }

  .header-big-title {
    font-size: 55px;
  }

  .buttons-wrapper {
    width: 90%;
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn.btn-fix-w.btn {
    width: 100%;
  }

  .btn-outline.btn-fix-w {
    margin-bottom: 1rem;
  }

  .btn-outline.btn-fix-w.btn-100 {
    width: 100%;
  }

  .container-2 {
    max-width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-page {
    font-size: 19px;
  }

  .btn-wrapper-page.btn-100 {
    width: 100%;
  }

  .image-2 {
    width: 24em;
  }

  .espace-client-section {
    overflow: hidden;
  }

  .container-3 {
    max-width: 95%;
  }

  .clientele-section {
    overflow: hidden;
    padding-top: 0rem;
  }

  .block-bg-white {
    width: 90%;
    margin-top: 246px;
  }

  .image-8 {
    width: 52em;
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .right-footer {
    width: 80%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-footer {
    margin-bottom: 1rem;
  }

  .left-footer {
    width: 90%;
    margin-left: 0rem;
  }

  .icon {
    font-size: 39px;
  }

  .container-6 {
    height: auto;
    margin-top: 3rem;
  }

  .input-block {
    width: 100%;
  }

  .form-block {
    width: auto;
    margin-bottom: 6rem;
  }

  .form {
    margin-bottom: 0rem;
  }

  .btn-wrapper.btn-100 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .bg-rotate {
    overflow: hidden;
  }

  .image-18 {
    margin-top: 0rem;
  }

  .text-block-w {
    width: 100%;
    margin-top: 0px;
    margin: 0 !important;
  }

  .div-block-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .heading-2 {
    font-size: 62px;
    line-height: 56px;
  }

  .heading-main {
    font-size: 45px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .btn-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-espace-client {
    margin-top: 1rem;
  }

  .container-7 {
    max-width: 90%;
  }

  .image-20-copy {
    margin-top: 0px;
  }

  .title-section {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .square-list {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .red-square {
    width: 100%;
    height: auto;
    margin-right: 0rem;
  }

  .black-square {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .heading-tab {
    font-size: 25px;
  }

  .bold-text {
    font-size: 17px;
  }

  .tabs-content {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-main-center {
    font-size: 45px;
  }

  .acces-rapide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .acces-rapide-block {
    width: 100%;
    margin-bottom: 2rem;
  }

  .heading-main-black-center {
    font-size: 45px;
  }

  .home-pic {
    margin-top: 0rem;
  }

  .heading-tab-uppercase {
    font-size: 25px;
  }

  .heading-main-tab {
    font-size: 45px;
  }

  .btn-espace-client-100 {
    margin-top: 1rem;
  }

  .btn-espace-client-copy {
    margin-top: 1rem;
  }

  .image-clientele {
    margin-top: 0rem;
  }

  .acces-rapide-block-entreprise {
    width: 100%;
    margin-bottom: 2rem;
  }

  .acces-rapide-block-associations {
    width: 100%;
  }

  .container-mentions-legales {
    height: auto;
    margin-top: 3rem;
  }

  .heading-mentions {
    font-size: 62px;
    line-height: 56px;
  }

  .image-equipe-group-page {
  }

  .image-34 {
    width: 25em;
  }

  .hero-txt-xxl {
    font-size: 40px;
  }

  .lh-relax {
    font-size: 17px;
  }

  .lh-relax.fc-white {
    font-size: 17px;
  }

  .sld-01-slide__c {
    padding-top: 160px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slide-img {
    display: none;
  }

  .slide-img.mobile {
    display: block;
  }
  
  .div-block-3 {
    margin-bottom: 0 !important;
    
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-top: 0rem;
  }

  .text-top-heading {
    font-size: 21px;
  }

  .header-big-title {
    font-size: 46px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .image-equipe-group {
    margin-right: auto;
  }

  .image {
    width: 10em;
  }

  .text-block {
    margin-bottom: 1rem;
  }

  .heading {
    font-size: 46px;
    line-height: 46px;
  }

  .clientele-section {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }

  .block-bg-white {
    margin-top: 0px;
    padding: 1rem;
  }

  .container-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-8 {
    position: relative;
    left: 0%;
    z-index: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-9 {
    z-index: 1;
  }

  .contact-section {
    margin-top: 0rem;
    padding-top: 0rem;
    padding-bottom: 5rem;
  }

  .footer {
    background-color: #252525;
  }

  .left-footer {
    padding-top: 2rem;
  }

  .icon {
    font-size: 32px;
  }

  .image-16 {
    width: 10em;
  }

  .text-span {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #b8b6b6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .contact-title {
    font-size: 56px;
  }

  .text-block-3 {
    margin-top: 1rem;
    font-size: 17px;
  }

  .text-block-4 {
    font-size: 17px;
  }

  .input-block {
    margin-right: 0rem;
  }

  .form-block {
    width: 100%;
    margin-left: 0rem;
  }

  .textarea-block {
    width: 100%;
  }

  .home-espace-client.opener {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bg-rotate {
    width: 150%;
  }

  .image-18 {
    width: 16.8em;
    margin-top: 0rem;
  }

  .div-block-3 {
    height: auto;
    max-width: none;
    margin-top: 5rem;
    padding-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-5 {
    font-size: 17px;
    line-height: 19px;
  }

  .heading-main {
    z-index: 4;
    font-size: 35px;
    line-height: 34px;
  }

  .btn-espace-client._w-100 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-btn {
    margin-right: 1rem;
  }

  .section-logiciel {
    padding-top: 0rem;
  }

  .section-2 {
    padding-top: 0rem;
  }

  .container-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-20-copy {
    width: 100%;
    margin-top: 1rem;
    margin-right: 0rem;
  }

  .list {
    height: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .associe-first {
    margin-bottom: 2rem;
  }

  .associe-second {
    margin-bottom: 2rem;
  }

  .associe-third {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-main-right {
    width: 100%;
  }

  .title-section {
    width: 100%;
  }

  .title-black {
    font-size: 26px;
    line-height: 32px;
    text-align: left;
  }

  .equipe-li-right {
    margin-bottom: 3rem;
  }

  .equipe-li-center {
    max-width: 100%;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-organisation {
    max-width: 95%;
  }

  .square-list {
    width: 100%;
  }

  .container-tabs-section {
    max-width: 95%;
  }

  .tabs-section {
    width: 100%;
  }

  .tab-item {
    width: 100%;
    text-align: center;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tabs-content {
    width: 100%;
  }

  .heading-main-center {
    font-size: 42px;
    line-height: 47px;
  }

  .section-acces-rapide {
    padding-top: 0rem;
  }

  .container-13 {
    max-width: 95%;
  }

  .heading-main-black-center {
    font-size: 35px;
    line-height: 47px;
  }

  .home-pic {
    width: 16.8em;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }

  .heading-main-tab {
    font-size: 35px;
    line-height: 39px;
  }

  .section-associations {
    padding-bottom: 3rem;
  }

  .btn-espace-client-100 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-clientele {
    width: 16.8em;
    margin-top: 0rem;
  }

  .heading-mentions {
    font-size: 23px;
    line-height: 35px;
  }

  .image-center-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-parralax {
    width: 100%;
    height: 72%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .image-31 {
    width: 18em;
  }

  .image-32 {
    width: 18em;
    margin-right: -193px;
    margin-left: -193px;
  }

  .image-33 {
    width: 18em;
  }

  .image-equipe-group-page {
    margin-bottom: 2rem;
    margin-left: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .textarea-block-copy {
    width: 100%;
  }

  .hero-txt-xxl {
    font-size: 32px;
  }

  .lh-relax {
    font-size: 16px;
  }

  .lh-relax.fc-white {
    font-size: 16px;
  }

  .slide-img {
    display: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .slide-img.mobile {
    display: block;
  }
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Custom classes for Font Guillot modifications */
/* Fix for slider image overflow issue */
.slider {
  overflow: hidden !important;
}

.w-slider-mask {
  overflow: hidden !important;
}

.w-slide {
  overflow: hidden !important;
}

.div-block-4 {
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

.slide-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* Fix for slider navigation button alignment */
.custom-mobile-header-content {
  z-index: 5 !important;
}

.left-arrow-2,
.right-arrow-2 {
  z-index: 20 !important;
}

@media (max-width: 479px) {
  .left-arrow-2 {
    top: 0 !important;
    height: 100% !important;
    width: 80px !important;
    left: 0 !important;
    z-index: 999 !important;
  }
  
  .right-arrow-2 {
    top: 0 !important;
    height: 100% !important;
    width: 80px !important;
    right: 0 !important;
    z-index: 999 !important;
  }
  
}

/* Ajustement position pour la section TeamViewer */
@media (min-width: 768px) {
  .section-teamviewer-adjusted {
    padding-top: 15vh;
  }
}

/* Centrage vertical pour la section Logiciel de facturation */
@media (min-width: 768px) {
  .container-9.facturation-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding-top: 10vh;
  }
}

/* Bouton élargi pour CEGID BUSINESS */
.btn-cegid-business {
  max-width: 350px !important;
  width: 100% !important;
}

/* Suppression du padding-top pour la section Logiciel de facturation - Desktop uniquement */
@media screen and (min-width: 992px) {
  .section-facturation-no-padding {
    padding-top: 0 !important;
  }
}

/* Ajustement de la taille de l'image robot */

/* Section Glossaire */
.section-2 .image-21 {
  z-index: -1 !important;
}

.glossaire-content {
  margin-top: 40px !important;
  position: relative !important;
  z-index: 1 !important;
}

.glossaire-item {
  margin-bottom: 40px !important;
  padding-bottom: 30px !important;
  border-bottom: 1px solid #e9ecef !important;
}

.glossaire-item:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.glossaire-term {
  color: #2c3e50 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}

.glossaire-definition {
  color: #495057 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  text-align: justify !important;
}
.image-robot-cfg {
  max-width: 200px !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 991px) {
  .image-robot-cfg {
  }
}

@media (max-width: 479px) {
  .image-robot-cfg {
    max-width: 120px !important;
  }
}

/* Ajustement des espacements pour la carte avec un seul élément */
.black-square .ordered-list {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.black-square .text-square {
  margin-top: 8px !important;
}

.black-square .square-title {
  margin-bottom: 8px !important;
}

/* Styles pour le bloc "Qui est concerné" avec image */
.qui-concerne-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
}

.qui-concerne-content {
  flex: 1 !important;
}

.qui-concerne-image {
  flex-shrink: 0 !important;
}

.image-robot-qui {
  max-width: 300px !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .qui-concerne-wrapper {
    flex-direction: column !important;
    gap: 20px !important;
    text-align: center !important;
  }
  
  .image-robot-qui {
    max-width: 250px !important;
  }
}

/* Styles pour la section "Comment mon expert-comptable peut-il m'aider ?" */
.expert-help-section {
  background: #fcf8f8 !important;
  padding: 80px 0 !important;
  position: relative !important;
}

.expert-help-section::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e9ecef" opacity="0.3"/><circle cx="75" cy="75" r="1" fill="%23e9ecef" opacity="0.3"/><circle cx="50" cy="10" r="0.5" fill="%23e9ecef" opacity="0.2"/><circle cx="10" cy="60" r="0.5" fill="%23e9ecef" opacity="0.2"/><circle cx="90" cy="40" r="0.5" fill="%23e9ecef" opacity="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') !important;
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* Style pour le span dans le titre expert-help */
.expert-help-section .heading-main .span-block {
  display: block !important;
  width: 100% !important;
  font-weight: normal !important;
  font-size: 0.8em !important;
}

.expert-help-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 30px !important;
  margin-bottom: 60px !important;
}

.expert-help-item {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 30px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease !important;
  border: 1px solid #e9ecef !important;
  position: relative !important;
  overflow: hidden !important;
}

.expert-help-item::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 4px !important;
  background: linear-gradient(151deg, #f34150, #ff8b95) !important;
  transform: scaleX(0) !important;
  transition: transform 0.3s ease !important;
}

.expert-help-item:hover::before {
  transform: scaleX(1) !important;
}

.expert-help-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

.expert-help-icon {
  margin-bottom: 20px !important;
}

.icon-circle {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: linear-gradient(151deg, #f34150, #ff8b95) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  margin-bottom: 20px !important;
  transition: transform 0.3s ease !important;
}

.expert-help-item:hover .icon-circle {
  transform: scale(1.1) !important;
}

.expert-help-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ff8b95 !important;
  margin-bottom: 15px !important;
  line-height: 1.4 !important;
}

.expert-help-description {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #6c757d !important;
  margin: 0 !important;
}

.expert-warnings {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 20px !important;
}

.warning-card {
  background: #f8f9fa !important;
  border: 1px solid #ff8b95 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 15px !important;
  transition: all 0.3s ease !important;
}

.warning-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(255, 139, 149, 0.2) !important;
}

.warning-icon {
  flex-shrink: 0 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #ff8b95 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
}

.warning-content {
  flex: 1 !important;
}

.warning-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ff8b95 !important;
  margin-bottom: 8px !important;
}

.warning-text {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #6c757d !important;
  margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .expert-help-section {
    padding: 60px 0 !important;
  }
  
  .expert-help-header {
    margin-bottom: 40px !important;
  }
  
  .expert-help-intro p {
    font-size: 16px !important;
  }
  
  .expert-help-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
  }
  
  .expert-help-item {
    padding: 25px !important;
  }
  
  .expert-help-title {
    font-size: 18px !important;
  }
  
  .expert-help-description {
    font-size: 15px !important;
  }
  
  .expert-warnings {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  
  .warning-card {
    padding: 15px !important;
  }
  
  .icon-circle {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (max-width: 480px) {
  .container-expert-help {
    padding: 0 15px !important;
  }
  
  .expert-help-item {
    padding: 20px !important;
  }
  
  .expert-help-title {
    font-size: 16px !important;
  }
  
  .expert-help-description {
    font-size: 14px !important;
  }
}

/* Styles pour la section "Mes opérations en un clin d'œil" */
.operations-section {
  background: #fcf8f8 !important;
  padding: 80px 0 !important;
  position: relative !important;
}

/* Robot à côté du titre */
.title-wrapper {
  display: flex !important;
  align-items: flex-start !important;
  gap: 40px !important;
  margin-bottom: 40px !important;
}

.title-section {
  flex: 1 !important;
}

.robot-operations-container {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.robot-operations {
  max-width: 200px !important;
  height: auto !important;
}

.operations-section::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e9ecef" opacity="0.3"/><circle cx="75" cy="75" r="1" fill="%23e9ecef" opacity="0.3"/><circle cx="50" cy="10" r="0.5" fill="%23e9ecef" opacity="0.2"/><circle cx="10" cy="60" r="0.5" fill="%23e9ecef" opacity="0.2"/><circle cx="90" cy="40" r="0.5" fill="%23e9ecef" opacity="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') !important;
  opacity: 0.4 !important;
  pointer-events: none !important;
}

.operations-part {
  margin-bottom: 60px !important;
}

.operations-subtitle {
  font-family: Montserrat, sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #ff8b95 !important;
  margin-bottom: 30px !important;
  text-align: center !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Styles pour les processus */
.process-header {
  text-align: center !important;
  margin-bottom: 30px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
}

.einvoicing-header {
  background: transparent !important;
  border: none !important;
}

.ereporting-header {
  background: transparent !important;
  border: none !important;
}

.process-title {
  font-family: Montserrat, sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #ff8b95 !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

.process-description {
  font-size: 16px !important;
  color: #6c757d !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Image E-invoicing */
.einvoicing-image {
  display: flex !important;
  justify-content: center !important;
  margin: 40px 0 !important;
}

.einvoicing-schema {
  max-width: 60% !important;
  height: auto !important;
}

/* Image E-reporting */
.ereporting-image {
  display: flex !important;
  justify-content: center !important;
  margin: 40px 0 !important;
}

.ereporting-schema {
  max-width: 60% !important;
  height: auto !important;
}

/* Image Tableau */
.tableau-image {
  display: flex !important;
  justify-content: center !important;
  margin: 40px 0 !important;
}

.tableau-schema {
  max-width: 60% !important;
  height: auto !important;
}

/* Cadre pour les trois parties */
.operations-framework {
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

.operations-part-framed {
  background: #fff !important;
  border: 2px solid #ff8b95 !important;
  border-radius: 12px !important;
  padding: 30px !important;
  box-shadow: 0 4px 15px rgba(255, 139, 149, 0.1) !important;
  transition: all 0.3s ease !important;
  margin-bottom: 0 !important;
}

.operations-part-framed:hover {
  box-shadow: 0 8px 25px rgba(255, 139, 149, 0.2) !important;
  transform: translateY(-2px) !important;
}

.part-frame {
  width: 100% !important;
}

/* Logo Quadra dans la section Logiciels de comptabilité */
.quadra-logo-container {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.quadra-logo {
  position: relative !important;
  z-index: 10 !important;
  width: 30em !important;
  height: auto !important;
  border-radius: 12px !important;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1)) !important;
}

/* Positionnement du logo Quadra sur desktop uniquement */
@media screen and (min-width: 992px) {
  .quadra-logo-container {
    position: absolute !important;
    right: 10% !important;
  }
}

/* Responsive pour mobile et tablette */
@media screen and (max-width: 991px) {
  .quadra-logo-container {
    justify-content: center !important;
  }
  .cegid-bs-logo-container {
    justify-content: center !important;
  }
}

/* Logo CEGID Business */
.cegid-bs-logo-container {
  display: flex !important;
  justify-content: center !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

/* Ajustements pour la section Logiciel de paie Silae */
.section-2 .image-21-c {
  right: 5% !important;
  left: auto !important;
  z-index: 1 !important;
}

.section-2 .image-20-copy {
  position: relative !important;
  z-index: 10 !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  max-width: 25em !important;
}

/* Responsive pour mobile et tablette */
@media screen and (max-width: 991px) {
  .section-2 .container-10 {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  .section-2 .image-21-c {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 1 !important;
    opacity: 0.7 !important;
  }
  
  .section-2 .image-20-copy {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px !important;
    max-width: 20em !important;
    order: 2 !important;
    position: relative !important;
    z-index: 10 !important;
  }
  
  .section-2 .text-block-main {
    order: 1 !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    z-index: 10 !important;
  }
  
  .section-2 .heading-main {
    text-align: center !important;
  }
  
  .section-2 .text-block-6 {
    text-align: center !important;
  }
  
  .section-2 .btn-espace-client-100 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 479px) {
  .section-2 .image-20-copy {
    max-width: 15em !important;
    margin-top: 20px !important;
  }
}

.cegid-bs-logo {
  position: relative !important;
  z-index: 10 !important;
  width: 15em !important;
  height: auto !important;
  border-radius: 12px !important;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1)) !important;
}

/* Centrer tout le contenu de la section CEGID Business */
.section-cegid-business .container-7 {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.section-cegid-business .heading-main,
.section-cegid-business .text-block-6,
.section-cegid-business .btn-wrap {
  text-align: center !important;
  width: 100% !important;
}

/* Image de fond centrée pour CEGID Business */
.image-19-cegid {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 1 !important;
}

/* Liens cliquables pour les logos */
.logo-link {
  display: inline-block !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.logo-link:hover .quadra-logo,
.logo-link:hover .cegid-bs-logo {
  transform: scale(1.05) !important;
  transition: transform 0.3s ease !important;
}

/* Robot à côté du titre des étapes de la réforme */
.reform-title-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
  margin-bottom: 30px !important;
}

.robot-reform-container {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 100 !important;
  position: relative !important;
}

.robot-reform {
  max-width: 120px !important;
  height: auto !important;
}

/* Cadre pour la section des étapes de la réforme */
.tabs-section-framed {
  background: #fff !important;
  border: 2px solid #ff8b95 !important;
  border-radius: 12px !important;
  padding: 30px !important;
  box-shadow: 0 4px 15px rgba(255, 139, 149, 0.1) !important;
  margin-top: 30px !important;
  position: relative !important;
  z-index: 10 !important;
}

.tabs-section-framed .w-tabs {
  background: transparent !important;
}

.tabs-section-framed .tabs-menu {
  background: #f8f8f8 !important;
  border-radius: 8px !important;
  padding: 5px !important;
  margin-bottom: 30px !important;
}

.tabs-section-framed .tab-item {
  background: transparent !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
}

.tabs-section-framed .tab-item.w--current {
  background: #ff8b95 !important;
  color: #fff !important;
}

.tabs-section-framed .tab-item:hover {
  background: rgba(255, 139, 149, 0.1) !important;
}

.tabs-section-framed .tab-item.w--current:hover {
  background: #ff8b95 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .operations-section {
    padding: 60px 0 !important;
  }
  
  .title-wrapper {
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
  }
  
  .robot-operations {
    max-width: 150px !important;
  }
  
  .operations-part {
    margin-bottom: 40px !important;
  }
  
  .operations-part-framed {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .operations-subtitle {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }
  
  .process-title {
    font-size: 26px !important;
  }
  
  .process-description {
    font-size: 14px !important;
  }
  
  .tabs-section-framed {
    padding: 20px !important;
    margin-top: 20px !important;
  }
  
  .reform-title-wrapper {
    flex-direction: column !important;
    gap: 15px !important;
  }
  
  .robot-reform {
    max-width: 100px !important;
  }
  
  .quadra-logo {
    max-width: 150px !important;
  }
  
  .quadra-logo-container {
    margin: 20px 0 !important;
  }
  
  .cegid-bs-logo {
    max-width: 70px !important;
  }
  
  .cegid-bs-logo-container {
    margin: 10px 0 !important;
  }
  
  /* Images en pleine largeur sur mobile */
  .tableau-schema,
  .einvoicing-schema,
  .ereporting-schema {
    max-width: 100% !important;
  }
  
  /* Image espace client sur mobile */
  .image-21-c {
    left: 0 !important;
  }
}

/* Force le span à être en dessous */
.heading-main .span-block {
  display: block !important;
  width: 100% !important;
  font-weight: normal !important;
  font-size: 0.8em !important;
}

.organisation-section .heading-main .span-block {
  display: block !important;
  width: 100% !important;
  font-weight: normal !important;
  font-size: 0.8em !important;
}

/* Style pour le titre du calendrier en deux parties */
.heading-calendrier {
  text-align: center !important;
  margin-bottom: 20px !important;
}

.heading-calendrier-main {
  font-family: Montserrat, sans-serif !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
  color: #333 !important;
}

.heading-calendrier-sub {
  font-family: Montserrat, sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #333 !important;
  text-transform: uppercase !important;
}



/* Fix pour la navbar transparente lors du rafraîchissement */
.navbar.w-nav {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: all 0.3s ease !important;
}

/* Navbar foncée quand on scroll */
.navbar.w-nav.scrolled {
  background-color: rgba(0, 0, 0, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

/* Gestion des logos selon l'état de la navbar */
.navbar.w-nav .logo-w {
  display: none !important;
}

.navbar.w-nav .logo-b {
  display: block !important;
}

.navbar.w-nav.scrolled .logo-w {
  display: block !important;
}

.navbar.w-nav.scrolled .logo-b {
  display: none !important;
}

/* Logo blanc sur la page d'accueil uniquement */
body.index-page .navbar.w-nav .logo-w {
  display: block !important;
}

body.index-page .navbar.w-nav .logo-b {
  display: none !important;
}

body.index-page .navbar.w-nav.scrolled .logo-w {
  display: block !important;
}

body.index-page .navbar.w-nav.scrolled .logo-b {
  display: none !important;
}

/* Logo blanc dans le header scrollé pour la page contact */
body.contact-page .navbar.w-nav.scrolled .logo-w {
  display: block !important;
}

body.contact-page .navbar.w-nav.scrolled .logo-b {
  display: none !important;
}


.custom-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.custom-top-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}

.custom-billing-button {
  width: 280px !important;
  white-space: nowrap;
  font-family: Poppins, sans-serif !important;
}

.billing-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.billing-robot-icon {
  height: 70px;
  width: auto;
  flex-shrink: 0;
}

.billing-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: left;
}

.billing-text div {
  font-size: 20px;
  font-weight: 500;
}

.custom-mobile-home-banner {
  top: 100px !important;
  padding-top: 20px !important;
}

.custom-mobile-header-content {
  top: 35% !important;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .custom-top-buttons {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 479px) {
  .custom-billing-button {
    width: 240px !important;
    font-size: 16px;
  }
  
  .billing-robot-icon {
    height: 50px;
    width: auto;
  }
  
  .billing-text div {
    font-size: 14px;
  }
  
  .custom-mobile-home-banner {
    top: 100px !important;
    padding-top: 20px !important;
  }
  
  /* Réduction pour très petits écrans */
  .div-block-3 {
    transform: scale(0.8) !important;
    transform-origin: center top !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

  
.custom-mobile-header-content {
  top: 35% !important;
  margin-top: 70px !important;
}