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

html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  margin: 0 auto;
}

.content-width {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

:focus-visible {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  outline: none !important;
  color: inherit;
}

.site-branding {
  width: auto;
  display: flex;
  position: relative;
  z-index: 99999;
}

.site-branding p.site-title {
  display: none;
}

.header-container .content-width {
  display: flex;
  justify-content: space-between;
  max-width: 1300px !important;
  align-items: center;
  margin: 6px 0;
  gap: 30px;
  padding: 0 10px 0 50px;
}

.header-container .main-navigation {
  width: 60%;
  display: flex;
  justify-content: flex-start;
}

.header-container .main-navigation .nav-menu a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000;
}

.header-container .main-navigation ul#primary-menu {
  gap: 16px;
}

.header-container .right-side-navs {
  width: 39%;
}

.header-container .right-side-navs ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  gap: 12px;
  margin: 0;
}
.site-branding a.custom-logo-link {
  font-size: 0;
  line-height: 0;
}

.header-container .right-side-navs ul a {
  height: 46px;
  padding: 6px 10px 6px 10px;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  text-transform: capitalize;
  color: #000;
  box-shadow: none;
  background: none;
  font-weight: normal;
  width: auto;
}
.header-container .right-side-navs ul li:hover {
  box-shadow: none;
}

.header-container .right-side-navs ul li:hover .wave {
  /* filter: invert(1); */
  top: 75%;
}

.header-container .right-side-navs ul li {
  display: flex;
  width: auto;
}

.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
}

.banner-wrapper {
  min-height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.each-item {
  background-position: top !important;
  background-size: cover !important;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 530px;
  max-height: 530px;
}
.banner-wrapper h1 {
  font-size: 65.06px;
  font-weight: 700;
  line-height: 73.57px;
  letter-spacing: 0.27521955966949463px;
  text-align: left;
  color: #fff;
  margin: 0 0 30px 0;
  max-width: 80%;
}

.banner-wrapper .banner-content {
  position: relative;
  z-index: 9;
  padding-top: 100px;
  padding-bottom: 120px;
}

.banner-wrapper .banner-content p {
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  max-width: 55%;
  color: #fff;
}
.cta {
  display: contents;
}
.cta a {
  background: #242120;
  display: inline-flex;
  width: auto;
  padding: 10px 30px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border: 1px solid #242120;
  /* box-shadow: 3px 3px 0 #000000; */
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.text {
  z-index: 1;
  position: relative;
}
.wave {
  position: absolute;
  width: 100%;
  height: 50%;
  background: url(/wp-content/uploads/2024/09/wave.svg);
  background-size: 200% 100%;
  top: 100%;
  left: 0;
  animation: wave 2s linear infinite;
  transition: 0.5s;
}
.orange {
  background: url(/wp-content/uploads/2024/09/wave-orange.svg);
  background-size: 200% 100%;
}
@keyframes wave {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 200%;
  }
}
.cta:hover .wave {
  top: 60%;
}
.cta:hover {
  /* box-shadow: 6px 6px 0 black; */
}

.each-item::before {
  content: "";
  background: #000;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}

.socials {
  display: flex;
}
.socials ul {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 0;
}

.banner-wrapper .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 0 20px;
  height: 0px;
}

.banner-wrapper .owl-nav span {
  font-size: 100px;
  line-height: 0;
  color: #fff;
  transition: ease-in-out 0.3s all;
}

.banner-wrapper .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner-wrapper .owl-dots span {
  background: none !important;
  border: 1px solid #ffffff;
}

.banner-wrapper .owl-dots button.owl-dot.active span {
  background: #ff5800 !important;
}
.banner-wrapper .owl-nav span:hover {
  background: none;
  color: #ff5800;
}
.banner-wrapper .owl-nav button {
  background: none !important;
}

section.sec-props {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5;
}

section.sec-props .sec-props-wrapper {
  display: flex;
  justify-content: center;
  /* background: linear-gradient(95deg, #101010, #292b2e, #292b2e); */
  width: 100%;
  padding: 50px 0;
}

section.banner {
  display: flex;
  flex-direction: column;
}

section.sec-props .sec-props-wrapper .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.sec-props .sec-props-wrapper .content .left-sd {
  width: 60%;
  color: #fff;
}

section.sec-props .sec-props-wrapper .content .left-sd h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #000000;
}

section.sec-props .sec-props-wrapper .content .left-sd p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
}

section.sec-props .sec-props-wrapper .content .right-sd {
  width: 30%;
}

.header-container .main-navigation .nav-menu a:hover {
  color: hsla(11, 100%, 52.2%, 1);
}

.header-container .main-navigation .nav-menu a::before {
  content: "";
  background: #ff5800;
  height: 2px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease-in-out 0.3s all;
}

.header-container .main-navigation .nav-menu a:hover:before {
  width: 100%;
}

.services {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 22px;
}

.services .each-service {
  width: 33%;
}

.services .each-service .img-ctn {
  height: 265px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}

.services .each-service .img-ctn img {
  height: 265px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  transition: ease-in-out 1s all;
}

.services .each-service h2 {
  font-size: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.14621847867965698px;
  text-align: left;
  margin: 20px 0 14px;
}
.services .each-service b {
  font-weight: 500;
}
.services .each-service p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.services .each-service .cta a {
  background: #d64813;
  border-color: #d64813;
}

.services .each-service:hover img {
  scale: 1.2;
}

.our-services-wrapper {
  padding: 60px 0;
}

.our-services-wrapper h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.2px;
  text-align: left;
  margin: 0 0 0;
}

.trans-inter-wrapper h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.2px;
  text-align: left;
}
section.our-services p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.trans-inter-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.inter-services {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 20px;
  overflow: hidden;
}

.inter-services .each-service .cta .text {
  font-size: 11px;
  line-height: 1;
  text-transform: capitalize;
}

.inter-services .img-ctn {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}

.inter-services .img-ctn img {
  object-fit: scale-down;
  height: 70px;
  width: 100%;
}

.inter-services .each-service .cta a {
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px);
}

.inter-services .each-service:hover .cta a {
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0px);
}

.inter-services .each-service {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  width: calc(100% / 5);
}

.nos-agences-wrapper .in-csd {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}

.nos-agences-wrapper .in-csd #menu {
  width: 50%;
}
.nos-agences-wrapper .in-csd .img {
  width: 50%;
}
.nos-agences-wrapper .in-csd .img-ctn {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-height: 500px;
  min-height: 500px;
}
.nos-agences-wrapper .in-csd h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  padding: 15px 20px;
  border: 1px solid #24212045;
  background: #fff;
  margin-bottom: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: ease-in-out 0.3s all;
}

.nos-agences-wrapper .in-csd .ui-accordion-header-active {
  background: #000;
  color: #fff;
  margin: 0;
}

.nos-agences-wrapper .in-csd .ui-accordion-content {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  border: none;
  gap: 10px;
  overflow: hidden;
}

.in-csd .each-agence {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #2421201a;
  padding: 16px 20px;
  border-radius: 12px;
  transition: ease-in-out 0.3s all;
  cursor: pointer;
}

.in-csd .each-agence .loctn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.in-csd .each-agence p {
  margin: 0;
}

.in-csd .each-agence h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
}

.in-csd .each-agence .ctn {
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.in-csd .each-agence .ctn .cnt-number {
  display: flex;
  gap: 13px;
}

.in-csd .each-agence .ctn a:hover {
  color: hsla(11, 100%, 52.2%, 1);
}
.in-csd .each-agence .ctn .cnt-number a {
  display: flex;
  gap: 17px;
  width: 100%;
}

.nos-agences-wrapper .in-csd .img-ctn {
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  min-height: auto;
  max-height: min-content;
}

.nos-agences-wrapper .in-csd img {
  height: 100%;
  object-fit: cover;
}

.nos-agences-wrapper .in-csd .img {
  width: 50%;
}

.in-csd div.each-agence:hover {
  background: #f5f5f5;
}

.ui-accordion-header .ui-icon {
  color: #000; /* Set your desired color */
}
.digi-prd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-top: 20px;
}

.digi-prd .each-digi-prd {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  background: #fafafa;
  padding: 20px;
  border-radius: 20px;
  align-items: center;
}

.digi-prd .each-digi-prd .img-ctn {
  height: 100%;
  display: flex;
  width: 70%;
}

.img-ctn p {
  margin: 0;
}
.digi-prd .each-digi-prd .cta a .text {
  width: 100% !important;
}
.digi-prd .each-digi-prd p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  text-align: left;
  margin: 6px 0 12px;
}

.inter-services .img-ctn a {
  line-height: 0;
  font-size: 0;
}

.digi-prd .each-digi-prd .text {
  width: 65%;
}
.digital-prd-wrapper h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.2px;
  text-align: left;
}

.digi-prd .each-digi-prd .cta a {
  background: #fff;
  border-color: #fff;
  color: #ff5800;
  font-size: 13px;
  padding: 7px 20px;
}

.digi-prd .each-digi-prd .wave {
  filter: invert(1);
}

.digi-prd .each-digi-prd h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.26px;
  letter-spacing: 0.14621847867965698px;
  text-align: left;
}

.digi-prd .each-digi-prd span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #24212085;
}

.each-digi-prd {
  height: 100%;
}

.digi-prd .each-digi-prd img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

.smile-bnk {
  display: flex;
  background: #aa3104;
  color: #fff;
  flex-direction: column;
  margin: 60px 0 0;
}

.smile-bnk .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0;
}

.smile-bnk .content .img-ctn {
  width: 36%;
  display: flex;
}

.smile-bnk .content .text-ct {
  width: 60%;
  padding-bottom: 0px;
}

.smile-bnk .content .text-ct h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #fff;
}

.smile-bnk .content .text-ct p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
}
.site-footer .site-info {
  display: flex;
  padding: 40px 0 10px;
}

.site-footer {
}

.site-info {
}

.site-info .footer-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px;
  padding: 20px 50px;
}

.smile-bnk .content .img-ctn img {
  display: flex;
  object-fit: contain;
}

.site-info .footer-wrapper .links {
  display: flex;
  gap: 40px;
}

.site-info .footer-wrapper .links ul {
  list-style: none;
  margin: 0;
  gap: 20px;
}

.site-info .footer-wrapper .links h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.94px;
  text-align: left;
  margin-bottom: 10px;
}

.site-info .footer-wrapper .links ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.5px;
  text-align: left;
  color: #565656cc;
  position: relative;
}

.site-info .footer-wrapper .links ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.site-footer .socials img {
  filter: invert(1);
  transition: ease-in-out 0.3s all;
}

.site-info .footer-wrapper .links ul li a::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  width: 0;
  background: #ff5800;
  transition: ease-in-out 0.3s all;
}

.site-info .footer-wrapper .links ul li a:hover:before {
  width: 100%;
}

.site-info .footer-wrapper .links ul li a:hover {
  color: #ff5800;
}

.site-footer .socials img:hover {
  opacity: 0.2;
}

p#footer-text {
  display: flex;
  justify-content: center;
  color: #565656cc;
  font-size: 12px;
  padding: 10px;
}

.our-prdcs .services {
  justify-content: space-between;
  gap: 52px;
  display: grid;
  margin-bottom: 70px;
  grid-template-columns: repeat(2, 1fr);
}

.our-prdcs .services .each-service {
  width: 100%;
  padding: 20px;
  box-shadow: -14px 13px 38.1px 0px #00000014;
  border: 1px solid #fafafa;
  border-radius: 24px;
  height: 100%;
}

.our-prdcs .services ul {
  column-count: 2;
  margin: 20px;
}

section.about-us {
  margin: 20px 0 60px;
}

section.about-us .content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}

section.about-us .content .img-ctn-left {
  width: 40%;
}

section.about-us .content .text-ctn-right {
  width: 50%;
}

section.about-us .content h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 20px;
}

section.about-us .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

section.about-us ul {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  margin: 20px;
}
.header-container .right-side-navs ul li .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header-container .right-side-navs ul li img {
  width: 20px;
}

.header-container .right-side-navs ul li.cta.mcel img {
  width: 13px;
}

.header-container .right-side-navs ul li.cta.mcel a {
  border-color: #d64813;
}

.sticky-sidebar {
  display: flex;
  max-width: 72px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background: #fff;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 999;
  /* overflow: hidden; */
}

.sticky-sidebar ul.ss-elm {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.sticky-sidebar ul.ss-elm a {
  display: flex;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: #000;
  min-height: 60px;
  justify-content: center;
  padding: 10px;
}

.sticky-sidebar ul.ss-elm a img {
  width: 17px;
  transition: ease-in-out 0.3s all;
}

.sticky-sidebar ul.ss-elm a:hover {
  background: hsla(11, 100%, 52.2%, 1);
}

.sticky-sidebar ul.ss-elm a:hover img {
  filter: invert(1);
}

.sticky-sidebar ul.ss-elm a:hover span {
  color: #fff;
}

.sticky-sidebar ul.ss-elm a span {
  transition: ease-in-out 0.3s all;
}
.inner-banner-wrapper {
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.inner-banner-wrapper h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 53.57px;
  letter-spacing: 0.27521955966949463px;
  text-align: left;
  color: #fff;
  margin: 0 0 30px 0;
  max-width: 90%;
  text-align: center;
  margin: 0 auto 20px;
}

.inner-banner-wrapper p {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #fff;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}

.inner-banner-wrapper:before {
  content: "";
  background: #000;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}

.loan-simulator .container {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.loan-simulator .card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 400px;
  margin: 10px;
}

.loan-simulator .card h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.loan-simulator label {
  display: block;
  font-weight: bold;
  margin: 10px 0 5px;
}

.loan-simulator input[type="number"],
.loan-simulator input[type="range"],
.loan-simulator select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.loan-simulator .error {
  border-color: red;
}

.loan-simulator .error-message {
  color: red;
  font-size: 12px;
  display: none;
}

.loan-simulator .tooltip {
  font-size: 12px;
  color: #555;
}

/* Results Styling */
#simulation-results {
  margin-top: 20px;
  font-size: 16px;
}

#simulation-results p {
  font-size: 14px;
}

#use-custom-interest {
  margin-right: 10px;
}

.loan-simulator .result-value {
  font-weight: bold;
  color: #333;
}
.invert-l .content .text-ctn-right {
  width: 50% !important;
}

.invert-l .content .img-ctn-left {
  width: 50% !important;
}

.equipe-diri-img-ctn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.equipe-diri-img-ctn .each-ed {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
}

.equipe-diri-img-ctn .each-ed h3 {
  text-align: start;
  margin: 20px 0 0;
  color: #000;
}

.equipe-diri-img-ctn .each-ed .img-ctn,
.equipe-diri-img-ctn .each-ed .img-ctn img {
  height: 100%;
  border-radius: 12px;
  max-height: 350px;
  width: 100%;
}

.equipe-diri-img-ctn .each-ed .img-ctn img {
  object-fit: cover;
}

.equipe-diri-img-ctn .each-ed h3 strong {
  color: hsla(11, 100%, 52.2%, 1);
}

.name a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 32px;
  padding: 0;
  margin-top: 10px;
}

.name a img {
  width: 100px;
  height: 30px;
  object-fit: contain;
}

.vis-mis {
  margin: 50px 0;
}

.vis-mis .content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.vis-mis .content h2 {
  font-size: 25px;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1;
}

.vis-mis .content p {
  font-size: 15px;
  margin: 0;
}
.nos-valeur {
  display: grid;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}

.nos-valeur .each-v {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
  padding: 15px 20px;
  height: 100%;

  transition: ease-in-out 0.3s all;
}

.nos-valeur .each-v:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nos-valeur .each-v p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.valeur-wrapper .content h1 {
  font-size: 25px;
  line-height: 1;
}
.nos-valeur .each-v h2 {
  color: #ff5800;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.table-container {
  display: flex;
  justify-content: center;
}

.table {
  display: flex;
  flex-direction: column;
  border: 2px solid #ddd;
  margin: 10px;
  width: 100%;
}

.row {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.row:last-child {
  border-bottom: none;
}

.row.header {
  font-weight: bold;
  background-color: #f0f0f0;
}

.cell {
  flex: 1;
  text-align: center;
}

.highlight {
  color: #ff6600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.prd-type {
  margin: 80px 0;
}

.prd-type.prd-credit .each-v h3 {
  color: #ff5800;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 10px;
}

.prd-type.prd-credit .nos-valeur {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.prd-type.prd-credit .nos-valeur .each-v {
  padding: 20px;
  box-shadow: 0px 0px 19.1px 0px #00000011;
  border: 1px solid #fafafa;
  border-radius: 24px;
  height: 100%;
  transition: ease-in-out 0.3s all;
  cursor: pointer;
}

.prd-type.prd-credit .nos-valeur .each-v:hover {
  background: #ff5800;
  transform: translateY(-10px);
}

.prd-type.prd-credit .nos-valeur .each-v:hover h3 {
  color: #fff;
}

.prd-type.prd-credit .nos-valeur .each-v:hover p {
  color: #fff;
}

.highlight {
  color: #f75b2b;
}

.main-navigation li ul.sub-menu {
  display: inline-flex;
  flex-direction: column;
  background: #fff;
  padding: 10px 20px;
}

.main-navigation li ul.sub-menu a {
  text-align: start !important;
  padding: 5px 0;
  display: flex;
}

.main-navigation li ul.sub-menu li {
  display: inline-flex !important;
}
.current-menu-item > a,
.current-menu-parent > a {
  color: #ff5800 !important;
}

.current-menu-item > a::before,
.current-menu-parent > a::before {
  width: 100% !important;
}

.figures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.figures .data {
  padding: 20px;
  border-radius: 24px;
  height: 100%;
  transition: ease-in-out 0.3s all;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 1px solid #d7d7d7;
}

.figures .data svg {
  width: 82px;
}

.figures .data .count,
.figures .data span p {
  font-size: 30px;
  font-weight: 700;
  color: #ff5800;
}
.figures .data span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.figures .data span p {
  margin: 0;
}
.figures .data .label {
  font-size: 20px;
  text-align: center;
}

.nos-chiffres .content {
  margin: 50px 0;
}

.nos-chiffres .content h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

.nos-chiffres .content p.footer-text {
  margin-top: 40px;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

.figures .data:hover {
  box-shadow: 0px 0px 19.1px 0px #00000057;
}

.post-thumbnail {
  width: 100%;
  margin-top: 50px;
}

article.post .content-width {
  display: flex;
  flex-direction: column;
}

.post-thumbnail img {
  max-height: 770px;
  object-fit: contain;
  object-position: left;
  height: 100%;
}

span.posted-on {
  font-size: 18px;
}

span.cat-links a,
span.posted-on a,
span.author.vcard a,
.entry-content a,
.comments-area a,
footer.entry-footer a {
  color: hsla(11, 100%, 52.2%, 1);
  text-decoration: underline;
  font-weight: 500;
}

footer.entry-footer h3 {
  font-size: 23px;
  margin-bottom: 20px;
}

footer.entry-footer p {
  margin-bottom: 6px;
}

.sticky-sidebar .close {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff5800;
  padding: 10px;
  position: absolute;
  cursor: pointer;
}
.sticky-sidebar.hide {
  transform: translate(100%, -50%);
}

.post-navigation .nav-links a {
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  font-size: 16px;
  color: #000;
  display: flex;
}

.post-navigation .nav-links {
  /* margin: 0 50px; */
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.post-navigation .nav-links a:hover {
  background: hsla(0, 0%, 13%, 1);
  color: #fff;
}

nav.navigation.post-navigation {
  display: flex;
  margin: 40px 0;
}

input#submit {
  height: 46px;
  padding: 6px 10px 6px 10px;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  box-shadow: none;
  background: none;
  font-weight: normal;
  width: auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

textarea#comment {
  padding: 20px;
  font-size: 18px;
  border: 1px solid #d7d7d7;
  resize: vertical;
}

input#submit:hover {
  background: hsla(0, 0%, 13%, 1);
  color: #fff;
}

header#masthead {
  position: relative;
  height: 54.97px;
}

header#masthead .header-container {
  position: fixed;
  z-index: 999999999999;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

section.mot-du-dg img {
  float: left;
  margin-right: 30px;
  width: 300px;
}

section.mot-du-dg .header {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

section.mot-du-dg .content {
  margin-top: 60px;
}

section.mot-du-dg .header p {
  margin-bottom: 30px;
  text-transform: uppercase;
}

section.mot-du-dg .content .cta {
  display: flex;
  font-weight: 700;
}

.nous-rejoindre .content {
  margin: 50px 0;
}

.nous-rejoindre h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.content-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.content-section .card {
  padding: 40px 20px;
  border-radius: 24px;
  height: 100%;
  transition: ease-in-out 0.3s all;
  /* cursor: pointer; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 1px solid #d7d7d7;
  background-size: cover !important;
  background-position: bottom !important;
  position: relative;
  background-blend-mode: overlay;
  overflow: hidden;
}
.content-section .card::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000bd;
  top: 0;
}
.content-section .card .cta a {
  background: #ff5800;
}
.content-section .card p {
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 99999999999999999999;
  display: flex;
  color: #fff;
}

.content-section .card h3 {
  text-transform: uppercase;
  z-index: 99;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.nos-offres-wrapper .content .each-job {
  display: flex;
  padding: 30px 0px;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  background: none;
  border: none;
  border-bottom: 1px solid #c4c4c4 !important;
}

.nos-offres-wrapper .content {
  margin: 50px 0;
}

.nos-offres-wrapper .content h3.ui-accordion-header {
  font-size: 43px;
  line-height: 1;
  padding: 20px 10px 20px 0;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  color: #000;
  background: none;
  cursor: pointer;
  align-items: center;
  transition: ease-in-out 0.3s all;
  display: flex;
  /* flex-direction: row-reverse;
  justify-content: space-between; */
  font-weight: 500;
}

.nos-offres-wrapper .content h3.ui-accordion-header.ui-state-active {
  border: none;
  color: #ff5800;
}

.application-form p {
  margin: 0;
}

.application-form .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 0;
}

.application-form h4 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nos-offres-wrapper .content .each-job .job-content {
  width: 65%;
}

.application-form {
  width: 35%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #ff8500;
}

.application-form input,
.application-form select,
.application-form textarea {
  width: 100%;
  padding: 9px 10px;
  color: #000;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  transition: ease-in-out 0.3s all;
}
.contactez-wrapper.cd-sp-wp .content .application-form form {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.contactez-wrapper.cd-sp-wp .map {
  border-radius: 12px;
  overflow: hidden;
}
.application-form label {
  font-weight: 500;
  margin-bottom: 7px;
  display: flex;
  color: #000;
  font-size: 14px !important;
}

.application-form .hidden {
  display: none;
}

.application-form input.btn {
  background: #fff;
  display: flex;
  justify-content: center;
}

.job-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 0px;
}

.job-details p {
  margin: 0;
}

.nos-offres-wrapper .content .each-job .job-content h4 {
  font-size: 26px;
  margin-bottom: 10px;
}

.nos-offres-wrapper .content h3.ui-accordion-header:hover {
  color: #ff5800;
}

.cd-sp .application-form {
  width: 100%;
}

.application-form input.wpcf7-submit {
  padding: 15px 0;
}
.application-form input.wpcf7-submit:hover {
  background: #333;
  color: #fff;
}
.about-us-wrapper {
  margin: 80px 0 0;
}

.about-us-wrapper h1 {
  margin: 0 0 40px;
  text-align: center;
  text-transform: capitalize;
}
.product-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.product-section .product {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  justify-content: space-between;
}

.product-section .product img {
  width: 30%;
}

.product-section .product h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 40px;
}

.product-section .product .google-play img {
  width: 180px;
  object-fit: contain;
}

.ctn-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.ctn-post .exerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ctn-post a.post-thumbnail {
  height: 300px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.ctn-post a.post-thumbnail img {
  object-fit: cover;
  object-position: top;
}

.ctn-post a {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0;
}
.cta.post-cta {
  margin-top: 10px;
  display: inline-flex;
}

.cta.post-cta .text {
  font-size: 14px;
  color: #fff;
}

.cta.post-cta a.btn {
  padding: 10px 20px;
}
.contactez-wrapper.cd-sp-wp {
}

.contactez-wrapper.cd-sp-wp .content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  padding: 20px 20px 20px 20px;
  margin: 70px 0 0;
  border-radius: 12px;
}

.contactez-wrapper.cd-sp-wp .content .other-contacts {
  width: 50%;
}

.contactez-wrapper.cd-sp-wp .content .application-form {
  width: 50%;
}

.contactez-wrapper.cd-sp-wp .content .other-contacts .socials img {
  filter: brightness(0);
  width: 25px;
  height: auto;
  object-fit: scale-down;
  object-position: top;
}

.contactez-wrapper.cd-sp-wp .content .other-contacts .socials a {
  display: flex;
  line-height: 1;
  font-size: 0;
}

.contactez-wrapper.cd-sp-wp .content .other-contacts .socials ul {
  margin: 0;
  margin-top: 20px;
}

.contactez-wrapper.cd-sp-wp .content .other-contacts .socials a:hover {
  opacity: 0.8;
}
.cf7-field.cf7-name,
.cf7-field.cf7-email,
.cf7-field.cf7-objet,
.cf7-field.cf7-telephone {
  width: 48%;
}

.cf7-field.cf7-service,
.cf7-field.cf7-message,
.submit-btn {
  width: 100%;
}
.cf7-field.cf7-message textarea {
  resize: vertical;
}
.nos-agences-wrapper .in-csd .ui-accordion-header-active {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.nos-agences-wrapper .in-csd span.ui-accordion-header-icon {
  display: none;
}
.branch-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  cursor: pointer;
  margin: 50px 0;
}
.contactez-wrapper.cd-sp-wp h1 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin: 0 !important;
}
.branch-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s;
}

.branch-card:hover {
  transform: scale(1.05);
}

.branch-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.branch-content {
  padding: 15px;
}

.branch-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.branch-content p {
  font-size: 17px;
  margin: 5px 0;
  color: #ff5800; /* Orange phone number color */
}

.branch-content i {
  margin-right: 5px;
  color: #333;
}

.account-type h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.account-type ul {
  list-style-type: none;
  padding-left: 0;
}

.account-type ul li {
  font-size: 15px;
  color: #000000;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  line-height: 22px;
}

.account-type ul li::before {
  content: "\2022";
  color: #ff5800;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.account-type ul li span {
  font-weight: bold;
  color: #333;
}

.open-accnt-wrapper h4 {
  font-size: 40px;
  text-align: center;
  color: #ff5800;
  font-weight: bold;
  text-transform: uppercase;
  margin: 45px 0;
  line-height: 1;
}

.open-accnt-wrapper {
}

.open-accnt-wrapper .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.open-accnt-wrapper .content .left-ct {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.open-accnt-wrapper .content .right-ct {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.open-accnt-wrapper .content .right-ct .application-form {
  width: 100%;
  margin-top: 0;
}

.open-accnt-wrapper .content .right-ct h4 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1 !important;
  margin: 20px 0 !important;
  color: #000;
}

.open-accnt-wrapper .content .right-ct .cf7-field {
  width: 100% !important;
}

.open-accnt-wrapper .content .right-ct .cf7-field label {
  font-size: 13px;
}

.open-accnt-wrapper .content .right-ct form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.open-accnt-wrapper .content .right-ct .cf7-field br {
  display: none;
}
.open-accnt-wrapper .content .right-ct form .cf7-field.cf7-message {
  width: 100% !important;
}
.open-accnt-wrapper .content .right-ct form {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.open-accnt-wrapper .content .right-ct form .cf7-field {
  width: 48% !important;
}

.open-accnt-wrapper .content .right-ct form span {
  display: flex;
  width: 100%;
}

.open-accnt-wrapper .content .right-ct form span select {
  width: 100% !important;
}
.translator div#google_language_translator {
  display: none;
}

.translator li {
  line-height: 0;
}

.translator div#flags {
  width: auto;
}

.translator ul#sortable {
  display: flex;
}
.inner-banner-wrapper .content {
  position: relative;
  z-index: 99;
}

.sticky-sidebar ul.ss-elm a {
  font-size: 10px;
  font-weight: 400;
  line-height: 14.5px;
}

.sticky-sidebar ul.ss-elm a {
  min-height: 43px;
  justify-content: center;
  padding: 7px;
}

.equipe-diri-img-ctn .each-ed h3 {
  font-size: 15px;
  line-height: 1.4;
}

.name a img {
  width: 60px;
  height: 16px;
  object-fit: contain;
}

.feedback-form-wrapper .application-form {
  width: 100%;
  margin: 60px 0;
}

.feedback-form-wrapper .application-form br {
  display: none;
}

.feedback-form-wrapper .application-form .cf7-field {
  margin-bottom: 10px;
}

.feedback-form-wrapper .application-form label {
  font-size: 14px;
}

.feedback-form-wrapper .application-form h2 {
  width: 80%;
  margin: 10px auto 40px;
  text-align: center;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.feedback-form-wrapper .application-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.feedback-form-wrapper .application-form .cf7-field {
  width: 48% !important;
  margin: 0;
}

.feedback-form-wrapper .application-form .cf7-field.cf7-operation {
  width: 100% !important;
}

.feedback-form-wrapper .application-form div#bank-wallet-fields {
  width: 100% !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.feedback-form-wrapper .application-form div#bank-wallet-fields p {
  width: 48% !important;
  float: inline-start;
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex;
}

span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.feedback-form-wrapper .application-form .cf7-field.cf7-submit {
  width: 100% !important;
}

/* .feedback-form-wrapper .application-form div#problem-related-fields {
  display: flex;
  flex-wrap: wrap;
}

.feedback-form-wrapper .application-form div#problem-related-fields {
  display: flex;
  flex-wrap: wrap;
} */

.cta {
}

.loader {
}

.loader .cta .wave {
  top: 60% !important;
  filter: invert(0.8);
  z-index: 99;
  width: 100%;
  height: 50%;
  animation: wave 4s linear infinite;
  line-height: 0;
}

.loader .cta a {
  background: none;
  border: none;
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
}

.loader .cta .text {
  font-size: 0;
  line-height: 0;
}

.loader .cta svg {
  width: 300px;
  height: 300px;
}
/* Full-screen loader wrapper */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000f5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: calc(infinity);
}

/* Loader inner container */
.loader {
  position: relative;
  text-align: center;
}

/* Centering the SVG */
.loader .text svg {
  display: block;
  margin: 0 auto;
  width: 100px; /* Adjust the size of the SVG */
  height: 100px;
}

/* Fade-out animation */
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* Fading effect for the loader and SVG */
.loader-wrapper.fade-out {
  animation: fadeOut 1s ease forwards;
}

/* Content fade-in animation */
@keyframes fadeInContent {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#page.show {
  display: block;
  animation: fadeInContent 1s ease;
}

.translator ul#sortable li {
  float: unset !important;
}

.translator ul#sortable li#English a {
  background: none;
  height: unset !important;
  width: unset;
  width: unset !important;
  height: 10px !important;
  display: flex;
  justify-content: center;
  text-align: center;
}

.translator ul#sortable li#English a::before {
  content: "EN/";
}

.translator ul#sortable li#French a {
  background: none !important;
  background: none;
  height: unset !important;
  width: unset;
  width: unset !important;
  height: 14px !important;
  display: flex;
  justify-content: center;
  text-align: center;
}

.translator ul#sortable li#French a::before {
  content: "FR";
}

.translator ul#sortable li#English a::before,
.translator ul#sortable li#French a::before {
  font-size: 15px;
  margin-top: 7px;
  color: #ff5800;
  transition: ease-in-out 0.3s all;
}

.translator ul#sortable li a:hover:before {
  color: #000 !important;
}

.sticky-sidebar .open {
  position: absolute;
  right: -50px;
  padding: 1px;
  background: #fff;
  border: 1px solid;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  transition: ease-in-out 0.3s all;
}

.sticky-sidebar .open svg {
  width: 30px;
  height: 40px;
  display: flex;
  position: relative;
  right: 4px;
}

.sticky-sidebar.hide .open {
  right: 62px !important;
}
.contactez-wrapper.cd-sp-wp .content .application-form form .cf7-field {
  width: 100%;
}

.contactez-wrapper.cd-sp-wp .content .application-form form .cf7-field br {
  display: none;
}

.feedback-form-wrapper .application-form .cf7-field.cf7-bank-wallet.active {
  display: flex !important;
}

div#page {
  overflow: hidden;
}
/* responsive
responsive
responsive
responsive */

@media screen and (max-width: 1650px) {
  .translator div#google_language_translator {
    display: none;
  }

  .translator li {
    line-height: 0;
  }

  .translator div#flags {
    width: auto;
  }

  .translator ul#sortable {
    display: flex;
  }

  .header-container .main-navigation .nav-menu a {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .header-container .right-side-navs ul a {
    height: 42px;
    font-size: 12px;
  }

  .header-container .content-width {
    padding: 0 50px 0 50px;
  }

  .banner-wrapper h1 {
    font-size: 50px;
    line-height: 60px;
    max-width: 70%;
  }

  .banner-wrapper,
  .each-item {
    min-height: 530px;
    max-height: 530px !important;
  }

  .banner-wrapper .banner-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .cta a {
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    padding: 7px 25px;
  }

  section.sec-props .sec-props-wrapper .content .left-sd h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 20px 0;
  }

  section.sec-props .sec-props-wrapper .content .left-sd p {
    font-size: 15px;
    line-height: 25px;
  }

  .services .each-service {
    width: 100%;
  }

  .our-services-wrapper {
    padding: 40px 0;
  }

  section.sec-props .sec-props-wrapper {
    padding: 40px 0;
  }

  .services .each-service .img-ctn img {
    height: 230px;
    width: 100%;
    object-fit: cover;
  }

  .services .each-service .img-ctn {
    height: 230px;
  }

  .services .each-service h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 17px 0 11px;
  }

  .services .each-service p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  .about-us-wrapper {
    margin: 40px 0 0;
  }

  section.about-us .content h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30.88px;
    margin-bottom: 20px;
  }

  section.about-us .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
  }

  section.about-us ul {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 20px;
  }

  section.about-us .content {
    align-items: center;
  }

  section.about-us {
    margin: 20px 0 30px;
  }

  .nos-agences-wrapper {
  }

  .nos-agences-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .in-csd .each-agence h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .in-csd .each-agence .loctn a {
    font-size: 14px;
  }

  .in-csd .each-agence .ctn .cnt-number a {
    font-size: 15px;
  }

  .nos-agences-wrapper .in-csd h3 {
    font-size: 18px;
  }

  .smile-bnk .content .text-ct h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 12px 0;
  }
}
/* Responsive Styling */
@media screen and (max-width: 768px) {
  .loan-simulator .container {
    flex-direction: column;
  }

  .loan-simulator .card {
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  .sticky-sidebar {
    display: flex;
    max-width: 101px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    background: #fff;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 999;
  }

  .sticky-sidebar ul.ss-elm {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }

  .sticky-sidebar ul.ss-elm a {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #000;
    min-height: 60px;
    justify-content: center;
    padding: 10px;
    border-radius: 12px 0 0 12px;
  }

  .sticky-sidebar ul.ss-elm a img {
    width: 17px;
    transition: ease-in-out 0.3s all;
  }

  .sticky-sidebar ul.ss-elm a:hover {
    background: hsla(11, 100%, 52.2%, 1);
  }

  .sticky-sidebar ul.ss-elm a:hover img {
    filter: invert(1);
  }

  .sticky-sidebar ul.ss-elm a:hover span {
    color: #fff;
  }

  .sticky-sidebar ul.ss-elm a span {
    transition: ease-in-out 0.3s all;
  }

  .header-container .content-width {
    padding: 0 20px;
    gap: 20px;
  }

  .header-container .main-navigation .nav-menu a {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }

  .sticky-sidebar {
    max-width: 71px;
  }

  .sticky-sidebar ul.ss-elm a {
    font-size: 10px;
    font-weight: 400;
    line-height: 19.5px;
  }

  .header-container .right-side-navs ul li .text {
    font-size: 12px;
  }

  .header-container .right-side-navs {
    width: 38%;
  }

  .banner-wrapper h1 {
    font-size: 49.06px;
    line-height: 59.57px;
  }

  .banner-wrapper .banner-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
  }

  .banner-wrapper .owl-nav button.owl-prev {
    margin-left: -11px;
  }

  .banner-wrapper .each-item {
    min-height: 450px;
    max-height: 450px;
  }

  .banner-wrapper {
    min-height: 450px;
  }

  section.sec-props .sec-props-wrapper .content .left-sd h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  section.sec-props .sec-props-wrapper .content .left-sd p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  section.sec-props .sec-props-wrapper {
    padding: 40px 0;
  }

  .our-services-wrapper {
    padding: 30px 0;
  }

  .our-services-wrapper h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: 46px;
  }

  .services .each-service .img-ctn img {
    height: 230px;
  }

  .services .each-service .img-ctn {
    height: 230px;
  }

  .services .each-service h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
  }

  .services .each-service p {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
  }

  .cta a {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  section.about-us .content h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 23.88px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 20px;
  }

  section.about-us .content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  section.about-us {
    margin: 20px 0 40px;
  }

  .our-prdcs-wrapper h1 {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 20px 0;
  }

  .our-prdcs .services {
    gap: 42px;
    margin-bottom: 50px;
  }

  .inter-services .img-ctn img {
    padding: 11px;
  }

  .inter-services .img-ctn {
    height: 70px;
  }

  .inter-services .each-service .cta {
    position: absolute;
    top: 10px;
    opacity: 0.9;
  }

  .inter-services .each-service {
    position: relative;
  }

  .nos-agences-wrapper h1 {
    margin: 0;
  }

  .smile-bnk .content .text-ct h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }

  .smile-bnk .content .text-ct p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.5px;
  }
  .figures .data .count,
  .figures .data span p {
    font-size: 21px;
    font-weight: 700;
  }

  .figures .data svg {
    width: 62px;
  }

  .figures .data .label {
    font-size: 15px;
  }
  .about-us-wrapper h1 {
    font-size: 30px;
  }

  .about-us-wrapper {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header-container .right-side-navs {
    display: none;
  }

  .header-container .main-navigation {
    justify-content: flex-end;
  }

  .header-container .content-width {
    margin: 15px 0;
  }

  .banner-wrapper h1 {
    font-size: 39.06px;
    line-height: 49.57px;
    margin: 0 0 20px 0;
  }

  .sticky-sidebar {
    display: none;
  }

  .banner-wrapper .each-item {
    min-height: 400px;
    max-height: 400px;
  }

  .banner-wrapper {
    min-height: 400px;
  }

  section.sec-props .sec-props-wrapper .content .left-sd h1 {
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
  }

  section.sec-props .sec-props-wrapper .content .left-sd p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .services .each-service .img-ctn img {
    height: 160px;
  }

  .services .each-service .img-ctn {
    height: 160px;
  }

  .services .each-service h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
  }

  section.about-us .content h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 23.88px;
  }

  section.about-us .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  section.about-us .content .text-ctn-right li {
    font-size: 15px;
    line-height: 25px;
  }

  section.about-us ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .our-prdcs .services .each-service li {
    font-size: 14px;
  }

  .inter-services .img-ctn img {
    padding: 14px;
  }

  .nos-agences-wrapper h1 {
    font-size: 30px;
  }

  .nos-agences-wrapper .in-csd .ui-accordion-header-active {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }

  .digi-prd {
    flex-direction: column;
  }

  .digi-prd .each-digi-prd {
    width: 100%;
  }

  .smile-bnk .content .text-ct h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
  }

  .smile-bnk .content {
    padding: 40px 0 0;
  }

  .smile-bnk .content .text-ct p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.5px;
  }

  .download-apps img {
    width: 109px;
  }

  .site-footer .site-info {
    padding: 50px 0 10px;
  }

  .site-info .footer-wrapper {
    padding: 20px 0px;
    gap: 50px;
  }

  .site-info .footer-wrapper .links h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 21.94px;
  }

  .site-info .footer-wrapper .links ul li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 9.5px;
  }

  .site-info .footer-wrapper .links {
    display: flex;
    gap: 20px;
  }
  .menu-main-header-container {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    transition: ease-in-out 0.3s all;
    transform: translate(-100%, 0px);
  }

  .header-container .main-navigation .nav-menu a {
    font-size: 16px;
    line-height: 25px;
    text-align: start;
  }

  .header-container .main-navigation ul#primary-menu {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 10px;
  }

  .toggled .menu-main-header-container {
    transform: translate(0, 0px);
    overflow: scroll;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  button.menu-toggle {
    position: relative;
    z-index: 9999999;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
    flex-direction: column;
    padding: 0;
    cursor: pointer;
  }

  span.s-two {
    width: 17px !important;
  }

  span.s-three {
    width: 12px !important;
  }

  button.menu-toggle span {
    width: 25px;
    height: 2px;
    background: #000;
    margin: 0;
    transition: ease-in-out 0.3s all;
  }

  .toggled button.menu-toggle span.s-three {
    transform: rotate(45deg) translate(-10px, -3px);
  }

  .toggled button.menu-toggle span.s-one {
    transform: rotate(-45deg) translate(-8px, -1px);
  }

  .toggled button.menu-toggle span.s-two {
    opacity: 0;
  }
  .site-header {
    height: 64px !important;
  }

  .header-container {
    position: fixed;
    z-index: calc(infinity);
    top: 0;
    box-shadow: -14px 13px 38.1px 0px #00000014;
  }
  .inner-banner-wrapper {
    min-height: 380px;
  }
  .nos-offres-wrapper .content h3.ui-accordion-header {
    font-size: 30px;
    font-weight: 700;
  }

  .nos-offres-wrapper .content .each-job {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    gap: 30px;
  }

  .nos-offres-wrapper .content .each-job .job-content {
    width: 100%;
  }

  .nos-offres-wrapper .content .each-job .application-form {
    width: 100%;
  }

  .nos-offres-wrapper .content .each-job .job-content p,
  .nos-offres-wrapper .content .each-job .job-content li {
    font-size: 15px;
  }

  .nos-offres-wrapper .content .each-job .job-content h2 {
    margin-bottom: 10px;
  }

  .inner-banner-wrapper h1 {
    font-size: 41px;
    margin: 0 auto 10px;
  }

  .inner-banner-wrapper {
    min-height: 250px;
  }
  .main-navigation li.focus {
  }

  .main-navigation li.focus ul.sub-menu {
    position: unset;
    box-shadow: none;
    padding-top: 0;
  }

  .main-navigation li ul.sub-menu a {
    font-size: 14px !important;
    padding: 5px 0;
    line-height: 16px !important;
  }

  .main-navigation li ul.sub-menu {
    box-shadow: none;
  }
  .header-container .main-navigation .nav-menu a::before {
    display: none;
  }
  .ctn-post.content-width {
    grid-template-columns: repeat(2, 1fr);
  }

  .contactez-wrapper.cd-sp-wp .content {
    flex-direction: column-reverse;
    padding: 10px;
  }

  .contactez-wrapper.cd-sp-wp .content .other-contacts {
    width: 100% !important;
  }

  .contactez-wrapper.cd-sp-wp .content .application-form {
    width: 100%;
    padding: 10px;
  }

  .cf7-field.cf7-name,
  .cf7-field.cf7-email,
  .cf7-field.cf7-objet,
  .cf7-field.cf7-telephone {
    width: 100% !important;
  }
  .branch-cards {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .branch-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 22px;
  }

  .branch-content p {
    font-size: 16px;
  }

  .branch-img {
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .site-info .footer-wrapper {
    flex-direction: column;
  }

  .content-width {
    padding: 0 20px;
  }

  .site-info .footer-wrapper .logo {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .socials ul {
    margin: 0;
  }

  .links {
  }

  .site-info .footer-wrapper .links {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .site-info .footer-wrapper .links .each-row-link a {
    font-size: 12px;
    line-height: 0.5;
  }

  .site-info .footer-wrapper .links ul {
    row-gap: 3px;
    column-gap: 10px;
  }

  .site-info .footer-wrapper .links h3 {
    margin-bottom: 6px;
  }

  .smile-bnk .content .text-ct h1 {
    font-size: 20px;
    line-height: 27px;
  }

  .img-ctn {
  }

  .smile-bnk .content .img-ctn {
    width: 100%;
  }

  .nos-chiffres .content h3 {
    font-size: 21px;
    line-height: 1;
  }

  .smile-bnk .content .text-ct {
    width: 100%;
  }

  .smile-bnk .content {
    padding: 40px 0 30px;
    flex-direction: column;
  }

  .digi-prd .each-digi-prd {
    flex-direction: column;
  }

  .each-digi-prd {
  }

  .digi-prd .each-digi-prd .img-ctn {
    width: 100%;
  }

  .digi-prd .each-digi-prd .text {
    width: 100%;
  }

  .smile-bnk {
    margin: 20px 0 0;
  }

  .digital-prd-wrapper h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .inter-services {
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-start;
    row-gap: 0;
  }

  .inter-services .each-service .cta {
    display: none;
  }

  .inter-services .img-ctn {
    height: 50px;
  }

  .inter-services .each-service {
    width: 31%;
    padding-bottom: 0;
  }

  p {
  }

  p {
  }

  .content p {
    font-size: 15px !important;
    line-height: 25px;
  }

  .content h1 {
    font-size: 24px !important;
    line-height: 34px !important;
    margin-bottom: 10px !important;
  }

  .nos-agences-wrapper .in-csd {
    flex-direction: column;
  }

  .nos-agences-wrapper .in-csd #menu {
    width: 100% !important;
  }

  .nos-agences-wrapper .in-csd .ui-accordion-header-active {
    font-size: 18px;
    padding: 10px 20px;
  }

  .in-csd .each-agence {
    padding: 10px 20px;
  }

  .in-csd .each-agence h4 {
    font-size: 14px;
  }

  .in-csd .each-agence .loctn a {
    font-size: 14px;
  }

  .in-csd .each-agence .ctn .cnt-number a {
    font-size: 14px;
  }

  .nos-agences-wrapper .in-csd img {
    width: 18px;
    height: 14px;
    object-fit: contain;
  }

  .nos-agences-wrapper .in-csd h3 {
    font-size: 18px;
    padding: 13px 15px;
  }

  .nos-agences-wrapper .in-csd .img {
    width: 100% !important;
    display: none;
  }

  img#cityImage {
  }

  .nos-agences-wrapper .in-csd .img-ctn img#cityImage {
    width: 100% !important;
    height: 100% !important;
  }

  .trans-inter {
    margin-bottom: 30px;
  }

  .our-prdcs .services {
    flex-direction: column;
  }

  .our-prdcs .services .each-service {
    width: 100%;
    padding: 20px 13px;
  }

  .services .each-service h2 {
  }

  .services .each-service p {
  }

  .our-prdcs .services .each-service li {
    font-size: 12px;
  }

  section.about-us .content {
    flex-direction: column;
    gap: 30px;
  }

  .img-ctn-left {
  }

  section.about-us .content .img-ctn-left {
    width: 100%;
  }

  .text-ctn-right {
  }

  section.about-us .content .text-ctn-right {
    width: 100%;
  }

  section.about-us .content h1 {
  }

  section.about-us .content p {
    font-size: 14px !important;
    line-height: 24px;
  }

  .services {
    flex-direction: column;
  }

  .services .each-service {
    width: 100%;
  }

  section.sec-props .sec-props-wrapper .content {
    flex-direction: column;
    gap: 30px;
  }

  section.sec-props .sec-props-wrapper .content .left-sd {
    width: 100%;
  }

  section.sec-props .sec-props-wrapper .content .right-sd {
    width: 100%;
    text-align: start;
  }

  section.sec-props .sec-props-wrapper {
    padding-bottom: 10px;
  }

  .banner-wrapper h1 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .banner-wrapper .banner-content p {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
  }

  .each-item::before {
    opacity: 0.8;
  }

  .banner-wrapper .each-item {
    min-height: 360px;
    max-height: 360px;
  }

  .banner-wrapper {
    min-height: 360px;
  }

  .banner-wrapper .owl-nav span {
    font-size: 30px;
  }

  .banner-wrapper .banner-content {
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
  }

  .banner-wrapper .banner-content .cta {
    display: inline-flex;
    width: 50%;
  }

  .banner-wrapper .banner-content .cta a {
    padding: 10px 20px;
    display: flex;
    justify-content: c;
    align-items: center;
  }

  .banner-wrapper .owl-dots {
    bottom: 0px;
  }

  .banner-wrapper .owl-dots span {
    width: 8px !important;
    height: 8px !important;
  }
  .banner-wrapper .each-item {
    background-position: 390px !important;
  }
  .figures {
    grid-template-columns: repeat(1, 1fr);
  }

  .inner-banner-wrapper {
    min-height: 240px;
  }

  .inner-banner-wrapper h1 {
    font-size: 34px !important;
    line-height: 44px !important;
    margin-bottom: 10px !important;
  }

  .inner-banner-wrapper p {
    font-size: 17px !important;
    line-height: 27px;
    max-width: 95%;
  }
  .nos-offres-wrapper .content h3.ui-accordion-header {
    font-size: 22px;
    line-height: 1.3;
  }

  .nos-offres-wrapper .content .each-job .job-content h2 {
    font-size: 17px;
  }

  .nos-offres-wrapper .content .each-job .job-content h3 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .nos-offres-wrapper .content .each-job .job-content h4 {
    font-size: 18px;
  }

  .nos-offres-wrapper .content .each-job {
    padding-top: 0px;
  }

  .nos-offres-wrapper .content .each-job .job-content h3 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .nos-offres-wrapper .content .each-job .job-content p,
  .nos-offres-wrapper .content .each-job .job-content li {
    font-size: 14px;
    line-height: 1.6;
  }

  .nos-offres-wrapper .content .each-job .job-content li {
    line-height: 1.7;
  }

  .application-form .form-wrapper {
    gap: 10px;
  }

  .application-form label {
    font-size: 14px;
  }
  .about-us-wrapper h1 {
    font-size: 30px;
  }

  .about-us-wrapper {
    margin: 40px 0 0;
  }

  .invert-l .content .img-ctn-left {
    width: 100% !important;
  }

  .invert-l .content .text-ctn-right {
    width: 100% !important;
  }

  section.about-us {
    margin: 20px 0 20px;
  }

  .equipe-diri-img-ctn {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }

  .equipe-diri-img-ctn .each-ed {
    width: 100%;
  }

  .equipe-diri-img-ctn .each-ed .img-ctn,
  .equipe-diri-img-ctn .each-ed .img-ctn img {
    max-height: 100%;
    object-fit: contain;
  }

  .vis-mis .content h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .vis-mis .content {
    gap: 30px;
  }

  .nos-valeur {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  .site-info .footer-wrapper .links {
    width: 100%;
  }
  .prd-type.prd-credit .nos-valeur {
    grid-template-columns: repeat(1, 1fr);
  }

  .prd-type {
    margin: 40px 0;
  }
  .prd-type.prd-credit .each-v h3 {
    font-size: 20px;
  }
  .product-section .product {
    flex-direction: column-reverse;
    gap: 10px;
    justify-content: space-between;
  }

  .product-section .product img {
    width: 100%;
  }

  .product-section .product h3 {
    font-size: 25px;
    margin-bottom: 9px;
  }
  .loan-simulator .container {
    padding: 0;
    margin-bottom: 50px;
  }

  .loan-simulator label {
    font-size: 12px;
  }

  .loan-simulator input[type="number"],
  .loan-simulator input[type="range"],
  .loan-simulator select {
    padding: 5px 10px;
    margin-bottom: 10px;
  }

  .loan-simulator .card {
    margin: 30px 0 0;
  }

  #simulation-results p {
    margin-bottom: 11px;
  }

  .ctn-post.content-width {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .ctn-post a {
    font-size: 18px;
    line-height: 23px;
  }

  .ctn-post .exerpt {
    font-size: 14px;
    line-height: 19px;
  }

  .cta.post-cta {
    margin: 0;
  }

  .cta.post-cta .text {
    font-size: 13px;
    color: #fff;
    padding: 0;
    line-height: 1;
  }
  .branch-content h3 {
    font-size: 15px;
    line-height: 18px;
  }

  .branch-content p {
    font-size: 13px;
  }
  .contactez-wrapper.cd-sp-wp h1 {
    font-size: 23px;
    line-height: 20px;
    margin: 0 !important;
  }

  .contactez-wrapper.cd-sp-wp .content {
    margin: 40px 0;
  }
  .nos-agences-wrapper .in-csd h3 {
    background: none;
  }

  .nos-agences-wrapper .in-csd h3 span.ui-accordion-header-icon {
    display: none;
  }
}
/* e767  */
@media only screen and (max-width: 500px) {
  .inner-banner-wrapper h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
  }

  .inner-banner-wrapper p {
    font-size: 14px !important;
    line-height: 24px;
    max-width: 100%;
  }

  .inner-banner-wrapper {
    align-items: center;
    justify-content: center;
  }

  .about-us-wrapper h1 {
    font-size: 24px;
    margin: 0 0 20px;
  }

  section.about-us .content {
    gap: 10px;
  }

  section.about-us .content .text-ctn-right li {
    font-size: 14px;
    line-height: 16px;
  }

  section.about-us {
    margin: 20px 0 10px;
  }

  .vis-mis .content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .content p {
    font-size: 14px !important;
    line-height: 24px;
  }

  .nos-valeur {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10px;
    gap: 0;
  }

  .nos-valeur .each-v h2 {
    font-size: 22px;
  }
}
