:root {
  --font-inter: "Inter", sans-serif;
  --font-urbanist: "Urbanist", sans-serif;
  --Primary-default: #2740FC;
  --Primary-light: #BFD8FF;
  --Primary-darker: #22318D;
  --Primary-darkest: #141B52;
  --Primary-lightest: #ECF4FF;
  --Primary-ligther: #DBEBFF;
  --Primary-dark: #1F30B4;
  --Primary-darker: #22318D;
  --Neutral-default: #778596;
  --Neutral-lightest: #F6FAFE;
  --Secondary-Secondary-comptable:#FF2289;
  --Secondary-Secondary-plombier: #F60;
  --Secondary-Secondary-agenceimmo: #46D49B;
  --Neutral-ligther: #E8EFF8;
  --Neutral-darker: #435167;
  --Secondary-Secondary: #F6B220;
  --border-neutral: #E2E8F0;
  --Neutral-white: #fff;
  --spacing-2xs: 8px;
  --spacing-sm: 12px;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?2oqbgl");
  src: url("../fonts/icomoon.eot?2oqbgl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2oqbgl") format("truetype"), url("../fonts/icomoon.woff?2oqbgl") format("woff"), url("../fonts/icomoon.svg?2oqbgl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-grid:before {
  content: "\e90f";
  color: #2740fc;
}

.icon-phone2:before {
  content: "\e90d";
  color: #2740fc;
}

.icon-badge:before {
  content: "\e90e";
  color: #2740fc;
}

.icon-close:before {
  content: "\e90c";
}

.icon-arrow:before {
  content: "\e907";
  color: #fff;
}

.icon-checkbox:before {
  content: "\e90b";
  color: #2740fc;
}

.icon-star:before {
  content: "\e900";
  color: #f5c74d;
}

.icon-safe:before {
  content: "\e901";
  color: #2740fc;
}

.icon-phone:before {
  content: "\e902";
  color: #435167;
}

.icon-mail:before {
  content: "\e903";
  color: #435167;
}

.icon-calendar:before {
  content: "\e904";
  color: #435167;
}

.icon-user:before {
  content: "\e905";
  color: #435167;
}

.icon-sparkling:before {
  content: "\e906";
  color: #435167;
}

.icon-arrow:before {
  content: "\e907";
  color: var(--Neutral-white);
}

.icon-faq:before {
  content: "\e908";
  color: #2740fc;
}

.icon-note:before {
  content: "\e909";
  color: #2740fc;
}

.icon-plus:before {
  content: "\e90a";
  color: #2740fc;
}

body {
  color: var(--Neutral-darker);
  margin: 0;
  font-family: var(--font-inter);
}

.container {
  max-width: 1120px;
  padding-inline: 15px;
  margin-inline: auto;
}

#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .logo img {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .elementor-heading-title br {
    display: none;
  }
}

#header {
  padding-block: 10px;
  position: relative;
  z-index: 99;
  transition: all 0.4s;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  #header .wrap-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 20px 30px;
    height: calc(100vh - 74px);
    margin: 0;
    z-index: 99;
    background-color: var(--Neutral-white);
    box-sizing: border-box;
  }
  .open-menu #header .wrap-menu {
    display: block;
  }
}
#header .menu {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  #header .menu {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
@media screen and (max-width: 991px) {
  #header .menu li {
    margin-bottom: 15px;
  }
}
#header .menu li.current-menu-item a {
  color: var(--Primary-default);
}
@media screen and (min-width: 992px) {
  #header .menu li.current-menu-item a {
    color: var(--Neutral-white);
    background-color: var(--Primary-default);
  }
}
#header .menu a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  color: var(--Neutral-darker);
  display: block;
}
@media screen and (min-width: 992px) {
  #header .menu a {
    padding: 8px 12px;
    color: var(--Neutral-default);
    border-radius: 8px;
  }
}
#header .menu a:hover {
  background-color: var(--Primary-ligther);
}
#header .menu-toggle {
  height: 20px;
  width: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  #header .menu-toggle {
    display: none;
  }
}
.open-menu #header .menu-toggle span:first-child {
  rotate: 45deg;
  top: 11px;
}
.open-menu #header .menu-toggle span:nth-child(2) {
  display: none;
}
.open-menu #header .menu-toggle span:last-child {
  rotate: -45deg;
  top: 11px;
}
#header .menu-toggle span {
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  background-color: var(--Neutral-darker);
  transition: all 0.4s;
}
#header .menu-toggle span:first-child {
  top: 0;
}
#header .menu-toggle span:nth-child(2) {
  top: 9px;
}
#header .menu-toggle span:last-child {
  top: 18px;
}
#header .btn {
  color: var(--Primary-default);
  background-color: transparent !important;
  border: 1px solid var(--Primary-default);
}
@media screen and (max-width: 991px) {
  #header .btn.btn-desktop {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #header .btn.btn-mobile {
    display: none;
  }
}
#header .btn:hover {
  border-color: var(--Primary-default) !important;
  background-color: var(--Primary-ligther) !important;
}
.open-menu {
  overflow: hidden;
}

.btn {
  padding: 12px !important;
  background-color: var(--Primary-default) !important;
  color: var(--Neutral-white);
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  line-height: 18px !important;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all 0.4s;
}
.btn:hover {
  border-color: var(--Primary-darker) !important;
  background-color: var(--Primary-darker) !important;
}

.elementor-button-link.elementor-size-sm:hover svg {
  filter: brightness(10);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 991px) {
  .title-image p {
    margin-top: 0;
  }
}
.title-image strong {
  padding: 0 67px 0 15px;
  border-radius: 100px;
  background-color: var(--Neutral-ligther);
  line-height: 1;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (max-width: 991px) {
  .title-image strong {
    padding: 0 46px 0 10px;
    background-size: 30px;
  }
}
.title-image strong em {
  font-size: 0;
}
.title-image strong em:before {
  content: "";
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  position: absolute;
  background-size: 24px;
  top: 19px;
  right: 11px;
  z-index: 1;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 991px) {
  .title-image strong em:before {
    background-size: 14px;
    top: 10px;
    right: 7px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title-image strong em:before {
    top: 7px;
  }
}
.title-image strong em:after {
  content: "";
  height: 48px;
  width: 48px;
  background-image: url(../images/icon-tick.svg);
  position: absolute;
  top: 12px;
  right: 9px;
  animation: spin 10s linear infinite;
  will-change: transform;
  transform-origin: center;
}
@media screen and (max-width: 991px) {
  .title-image strong em:after {
    height: 30px;
    width: 30px;
    top: 6px;
    background-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title-image strong em:after {
    top: 3px;
  }
}
.title-image strong:after {
  content: "";
  width: 100px;
  height: 64px;
  background-image: url(../images/splash.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  position: absolute;
  top: -26px;
  right: -74px;
}
@media screen and (max-width: 991px) {
  .title-image strong:after {
    width: 62px;
    height: 40px;
    background-position: calc(100% - 15px) center;
    top: -17px;
    right: -46px;
  }
}

.elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-name {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: var(--Primary-darkest) !important;
}
.elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-job {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: var(--Neutral-default) !important;
}
.elementor-testimonial-meta .elementor-testimonial-image img {
  width: 54px !important;
  height: 54px !important;
}

.elementor-button-link svg {
  font-size: 13px;
}

#footer {
  padding-top: 50px;
  background-color: var(--Primary-darkest);
}
@media screen and (min-width: 768px) {
  #footer {
    padding-top: 100px;
  }
}
#footer .logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #footer .logo {
    margin-bottom: 50px;
  }
}
#footer .title {
  max-width: 719px;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  font-weight: 0;
  color: var(--Neutral-white);
  margin: 0 0 30px;
  font-family: var(--font-urbanist);
}
@media screen and (min-width: 768px) {
  #footer .title {
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 50px;
  }
}
#footer .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #footer .content {
    margin-bottom: 40px;
  }
}
#footer .content .description {
  max-width: 503px;
  color: var(--Primary-light);
  line-height: 24px;
}
#footer .content .description p {
  margin: 0;
}
#footer .content .btn {
  flex-shrink: 0;
  box-shadow: 0 1px 2px 0 rgba(16, 26, 77, 0.2);
}
#footer .copyright {
  padding-block: 15px;
  font-size: 18px;
  line-height: 28px;
  color: var(--Neutral-white);
  border-top: 1px solid var(--Primary-dark);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .copyright {
    padding-block: 25px;
  }
}

.header-form {
  padding-block: 15px;
  background-color: var(--Neutral-white);
}
.header-form .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-form .btn {
  background-color: transparent !important;
  color: var(--Primary-default) !important;
  display: flex;
  gap: 10px;
  align-items: center;
}
.header-form .btn:hover {
  background-color: var(--Primary-default) !important;
  color: var(--Neutral-white) !important;
}
.header-form .btn:before {
  content: "\e906";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  flex-shrink: 0;
}

.elementor-testimonial-name {
  color: var(--Primary-darkest) !important;
  font-family: var(--font-inter) !important;
}

.elementor-testimonial-job {
  font-family: var(--font-inter) !important;
}

.elementor-button-link:hover svg path {
  fill: var(--Primary-default);
}

.elementor-testimonial-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.elementor-testimonial-wrapper .elementor-testimonial-content {
  margin: 0 !important;
}

.e-n-accordion .e-n-accordion-item {
  margin-bottom: 5px !important;
  border-radius: 10px !important;
  background-color: var(--Neutral-white) !important;
  border: 0 !important;
}
.e-n-accordion .e-n-accordion-item > .e-child {
  padding: 0 20px 20px !important;
  border: 0 !important;
}
.e-n-accordion .e-n-accordion-item > .e-child .e-child {
  padding: 0 !important;
}
.e-n-accordion .e-n-accordion-item > .e-child .e-con-inner {
  padding: 0 !important;
}
.e-n-accordion .e-n-accordion-item > .e-child p {
  margin: 0 !important;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
  display: none !important;
}
.e-n-accordion .e-n-accordion-item-title {
  padding: 20px 57px 20px 20px !important;
  border: 0 !important;
  color: var(--Neutral-dark) !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .e-n-accordion .e-n-accordion-item-title:hover .e-n-accordion-item-title-header:before {
    width: 60px;
  }
}
.e-n-accordion .e-n-accordion-item-title[aria-expanded=true]:before {
  background-color: var(--Primary-default) !important;
}
.e-n-accordion .e-n-accordion-item-title[aria-expanded=true]:after {
  rotate: 45deg;
  color: #fff;
}
.e-n-accordion .e-n-accordion-item-title::before {
  content: "";
  background: var(--Primary-lightest);
  flex-shrink: 0;
  position: absolute;
  top: 19px;
  right: 20px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border-radius: 50%;
}
.e-n-accordion .e-n-accordion-item-title:after {
  content: "\e90a";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  flex-shrink: 0;
  color: var(--Primary-default);
  position: absolute;
  top: 19px;
  right: 20px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header {
  display: flex;
  align-items: center;
  gap: 20px !important;
}
.e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
  content: "";
  width: 44px;
  height: 3px;
  background: #F6B220;
  flex-shrink: 0;
  transition: all 0.3s;
}
.e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: 20px !important;
}

.title-large {
  text-align: center;
  font-family: var(--font-urbanist);
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  letter-spacing: -0.96px;
  color: var(--Primary-darkest);
}
@media screen and (min-width: 768px) {
  .title-large {
    font-size: 48px;
    line-height: 54px;
  }
}

.list-news {
  display: grid;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .list-news {
    grid-template-columns: repeat(3, calc(33.33% - 21.33px));
    gap: 32px;
  }
}
.list-news > .elementor-element {
  position: relative;
  overflow: hidden !important;
}
.list-news > .elementor-element:before {
  z-index: 1;
}
.list-news > .elementor-element:hover img {
  scale: 1.1;
}
.list-news > .elementor-element .elementor-element {
  position: static;
}
.list-news > .elementor-element .elementor-heading-title a {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 24px;
  z-index: 9;
  display: flex;
  align-items: flex-end;
}
.list-news > .elementor-element img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.list-news .item {
  position: relative;
  height: 380px;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  align-items: flex-end;
}
.list-news .item:hover:before {
  opacity: 0.8;
}
.list-news .item:hover .info {
  transform: translateY(0);
}
.list-news .item:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #141B52;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.list-news .item .link-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.list-news .item .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.list-news .item .info {
  transform: translateY(58px);
  transition: all 0.4s;
  position: relative;
  z-index: 9;
}
.list-news .item .title {
  font-family: "Urbanist", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  margin: 0;
}
.list-news .item .btn {
  position: relative;
  z-index: 9;
  background-color: var(--Primary-default);
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  border: 0 !important;
  padding: 8px 12px !important;
}
.list-news .item .btn:hover {
  background-color: var(--Primary-darker) !important;
}

.link-readmore {
  text-align: center;
  margin-bottom: 60px;
}
.link-readmore .load-more .icon-plus {
  position: relative;
  top: 1px;
}
.link-readmore .load-more .icon-plus:before {
  color: #fff;
}

.detail {
  padding: 30px 0;
  background-color: var(--Neutral-lightest);
}
@media screen and (min-width: 768px) {
  .detail {
    padding: 60px 0;
  }
}
.detail .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.detail .top .btn {
  color: var(--Primary-default);
  background-color: transparent !important;
  border: 1px solid var(--Primary-default);
  display: inline-flex;
  padding: 8px 10px !important;
  font-size: 12px;
  align-items: center;
  gap: 10px;
}
.detail .top .btn:hover {
  border-color: var(--Primary-default) !important;
  background-color: var(--Primary-ligther) !important;
}
.detail .top .list-button {
  display: flex;
  align-items: center;
  gap: 16px;
}
.detail .top .list-button .btn-circle {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: var(--Primary-default);
  box-shadow: 0 1px 2px 0 rgba(16, 26, 77, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-decoration: none;
  transition: all 0.4s;
}
.detail .top .list-button .btn-circle:hover {
  background-color: var(--Primary-darker);
}
.detail .top .list-button .btn-circle.prev:after {
  rotate: 180deg;
}
.detail .top .list-button .btn-circle:after {
  content: "\e907";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  color: #fff;
}
.detail .info {
  padding: 20px 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .detail .info {
    padding: 32px;
  }
}
.detail .info .title-large {
  text-align: left;
  margin: 0 0 16px;
}
.detail .info .excerpt {
  font-size: 18px;
  line-height: 28px;
}
.detail img {
  max-width: 100%;
}
.detail .image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.detail .editor {
  padding: 20px 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .detail .editor {
    padding: 32px 32px 20px;
  }
}
.detail .editor p,
.detail .editor li {
  line-height: 24px;
}
.detail .editor .wp-block-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: var(--font-urbanist);
  color: var(--Primary-darkest);
  padding-bottom: 19px;
  margin: 0 0 16px;
  position: relative;
}
.detail .editor .wp-block-heading:after {
  content: "";
  height: 3px;
  width: 44px;
  border-radius: 4px;
  background: var(--Secondary-Secondary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.detail .editor ul,
.detail .editor ol {
  padding-left: 25px;
}
.detail .editor ul li::marker,
.detail .editor ol li::marker {
  color: var(--Primary-default);
}
.detail .editor .wp-block-separator {
  border-top: 1px solid var(--border-neutral);
  margin: 20px -15px;
}
@media screen and (min-width: 768px) {
  .detail .editor .wp-block-separator {
    margin: 32px -32px;
  }
}

.form-contact {
  border-radius: 16px;
  background: var(--Primary-lightest);
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .form-contact {
    max-width: 384px;
  }
}
.form-contact p {
  margin: 0;
}
.form-contact br {
  display: none;
}
.form-contact input:not([type=radio]):not([type=checkbox]) {
  padding: 16px 16px 16px 36px;
  border-radius: 8px;
  border: 1px solid var(--Primary-light);
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  transition: all 0.3s;
}
.form-contact input:not([type=radio]):not([type=checkbox])::placeholder {
  color: var(--Neutral-default);
}
.form-contact input:not([type=radio]):not([type=checkbox]):hover {
  border-color: var(--Primary-default);
}
.form-contact input:not([type=radio]):not([type=checkbox]):focus {
  border-color: var(--Primary-default);
  outline: 2px solid var(--Primary-default);
  outline-offset: 1px;
}
.form-contact .text-code {
  position: relative;
  margin-bottom: 12px;
}
.form-contact .text-code:before {
  content: "\e90e";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 17px;
  color: var(--Primary-default);
}
.form-contact .text-code .check {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 12px;
  color: var(--Primary-default);
  border: 1px solid var(--Primary-default);
  border-radius: 50px;
  padding: 5px 10px;
  transition: all 0.4s;
  display: none;
}
.form-contact .text-code .check:hover {
  background-color: var(--Primary-default);
  color: #fff;
}
.form-contact .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 12px;
}
.form-contact .wpcf7-form-control-wrap[data-name=text-nom]:before, .form-contact .wpcf7-form-control-wrap[data-name=text-prenom]:before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.form-contact .wpcf7-form-control-wrap[data-name=email-87]:before {
  content: "\e903";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.form-contact .wpcf7-form-control-wrap[data-name=tel-361]:before {
  content: "\e90d";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  top: 15px;
}
.form-contact .wpcf7-form-control-wrap:before {
  position: absolute;
  top: 17px;
  left: 10px;
  color: var(--Primary-default);
}
.form-contact .wpcf7-list-item {
  position: relative;
  margin: 0 16px 0 0;
}
.form-contact .wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.form-contact .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: var(--Primary-default);
}
.form-contact .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  border-color: var(--Primary-default);
}
.form-contact .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  height: 12px;
  width: 12px;
  left: 4px;
  opacity: 1;
}
.form-contact .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
}
.form-contact .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--Neutral-default);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.form-contact .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  height: 0;
  width: 0;
  transition: all 0.5s;
  border-radius: 50%;
  background-color: var(--Primary-default);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  opacity: 0;
}
.form-contact .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
}
.form-contact .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.form-contact .wpcf7-submit {
  border: 1px solid var(--Primary-default) !important;
  border-radius: 50px !important;
  background-color: var(--Primary-default);
  height: 44px;
  color: #fff;
  font-family: var(--font-Urbanist);
  font-weight: 700;
  padding: 0 !important;
  cursor: pointer;
  transition: all 0.4s;
  box-shadow: 0 1px 2px 0 rgba(16, 26, 77, 0.2);
}
.form-contact .wpcf7-submit:hover {
  border-color: var(--Primary-darker) !important;
  transition: all 0.4s;
  background-color: var(--Primary-darker) !important;
}

.wpcf7-response-output {
  border: 0 !important;
  margin: 15px 0 !important;
  max-width: 384px;
}

.elementor-widget-text-editor ul {
  padding-left: 30px;
}

.popup-contact {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-contact.active {
  display: block;
}
.popup-contact .info {
  border-radius: 16px;
  background: #fff;
  padding: 20px 15px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .popup-contact .info {
    width: 700px;
    padding: 30px;
  }
}
.popup-contact .info p {
  margin-bottom: 10px;
}
.popup-contact .info p strong {
  color: var(--Primary-darkest);
}
.popup-contact .icon-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 26px;
  color: var(--Primary-darkest);
}

.item-hover {
  transition: all 0.3s;
  cursor: pointer;
}
.item-hover:hover {
  transform: translateY(-10px) !important;
}

.item-box {
  transition: all 0.3s;
  cursor: pointer;
}
.item-box:hover .elementor-widget-image {
  background-color: var(--Primary-ligther) !important;
}
.item-box:hover .elementor-widget-icon {
  background-color: #2740FC !important;
}
.item-box:hover .elementor-widget-icon svg path {
  fill: #fff !important;
}

.theme-plombier .title-image strong em:after {
  background-image: url(../images/icon-tick-orange.svg);
}
.theme-plombier .detail .editor .wp-block-heading:after {
  background: var(--Secondary-Secondary-plombier);
}
.theme-plombier .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
  background: var(--Secondary-Secondary-plombier);
}

.theme-agent-immo .title-image strong em:after {
  background-image: url(../images/icon-tick-green.svg);
}
.theme-agent-immo .detail .editor .wp-block-heading:after {
  background: var(--Secondary-Secondary-agenceimmo);
}
.theme-agent-immo .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
  background: var(--Secondary-Secondary-agenceimmo);
}

.theme-arrete-comptable .title-image strong em:after {
  background-image: url(../images/icon-tick-pink.svg);
}
.theme-arrete-comptable .detail .editor .wp-block-heading:after {
  background: var(--Secondary-Secondary-comptable);
}
.theme-arrete-comptable .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header:before {
  background: var(--Secondary-Secondary-comptable);
}

:target {
  scroll-margin-top: 88px;
}

/*# sourceMappingURL=main.css.map */
