@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.grid-container {
  width: 100%;
  max-width: 1356px;
  padding-inline: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .grid-container {
    padding-inline: 20px;
  }
}

.btn, .quform-submit {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: #003572;
  border: 1px solid #0AA5D9;
  border-radius: 39px;
  padding: 19px 60px 20px 33px;
  display: inline-block;
  position: relative;
}
.btn::after, .quform-submit::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  right: 30px;
  background: url("../assets/images/blue-arrw.svg") no-repeat right center;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.btn:hover, .quform-submit:hover {
  background-color: #0AA5D9;
}
.btn.fill, .quform-submit.fill {
  background-color: #0AA5D9;
  color: #ffffff;
}
.btn.fill::after, .quform-submit.fill::after {
  background: url("../assets/images/white-arrow.svg") no-repeat right center;
  background-size: contain;
}
.btn.fill:hover, .quform-submit.fill:hover {
  background-color: #003572;
  border-color: #003572;
}
@media (max-width: 767px) {
  .btn, .quform-submit {
    font-size: 13px;
    line-height: 20px;
    padding: 11px 36px 10px 18px;
  }
  .btn::after, .quform-submit::after {
    width: 15px;
    height: 15px;
    background-size: cover;
    right: 14px;
  }
}

.quform-submit {
  background-color: #0AA5D9;
  color: #ffffff;
  padding: 19px 60px 20px 33px !important;
}
.quform-submit::after {
  background: url("../assets/images/white-arrow.svg") no-repeat right center;
  background-size: contain;
}
.quform-submit:hover {
  background-color: #003572;
  border-color: #003572;
}
@media (max-width: 767px) {
  .quform-submit {
    padding: 11px 36px 10px 18px !important;
  }
}

p + .btn {
  margin-top: 15px;
}

.adabvantage-info .attractive-data {
  border-radius: 20px;
  background-color: rgba(10, 165, 216, 0.1215686275);
  padding: 24px 26px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 22px;
}
.adabvantage-info .attractive-data .picto_avantage {
  flex-shrink: 0;
}
.adabvantage-info .attractive-data .picto_avantage img {
  width: 77px;
}
.adabvantage-info .attractive-data .picto-data h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}
.adabvantage-info .attractive-data .picto-data p {
  font-weight: 400;
  margin-bottom: 0;
}
.adabvantage-info .advatages-list {
  padding-top: 47px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 35px;
}
.adabvantage-info .advatages-list .listin-data {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 18px;
}
.adabvantage-info .advatages-list .listin-data .list-icon {
  width: 54px;
  flex-shrink: 0;
}
.adabvantage-info .advatages-list .listin-data p {
  margin-bottom: 0;
  max-width: 233px;
}
@media (max-width: 767px) {
  .adabvantage-info .attractive-data {
    border-radius: 15px;
    padding: 17px 12px;
  }
  .adabvantage-info .attractive-data .picto_avantage img {
    width: 39px;
  }
  .adabvantage-info .attractive-data .picto-data {
    max-width: 550px;
  }
  .adabvantage-info .attractive-data .picto-data h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .adabvantage-info .advatages-list {
    padding-top: 23px;
    grid-template-columns: 1fr;
    padding-left: 12px;
    row-gap: 10px;
  }
  .adabvantage-info .advatages-list .listin-data {
    gap: 21px;
  }
  .adabvantage-info .advatages-list .listin-data .list-icon {
    width: 39px;
  }
  .adabvantage-info .advatages-list .listin-data .listin-data p {
    max-width: 100%;
  }
}

.custom-slider-arrows {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.custom-slider-arrows .slick-arrow, .custom-slider-arrows button {
  cursor: pointer;
}

.formulaire-contact-item {
  padding: 30px 0 50px;
}
.formulaire-contact-item .grid-x {
  row-gap: 17px;
}
.formulaire-contact-item .grid-x .contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 11px;
}
.formulaire-contact-item .grid-x .contact-info img {
  width: 49px;
  border-radius: 50%;
}
.formulaire-contact-item .grid-x .contact-info .contact-details p {
  font-weight: 700;
  margin-bottom: 0;
  color: #0AA5D9;
}
.formulaire-contact-item .grid-x .contact-info .contact-details a {
  color: #003572;
}
.formulaire-contact-item .grid-x .contact-info .contact-details a:hover {
  color: #0AA5D9;
}
@media (max-width: 1023px) {
  .formulaire-contact-item {
    padding-block: 40px;
    border-bottom: 1px solid rgba(0, 53, 114, 0.2);
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .formulaire-contact-item {
    padding-block: 0px;
    border: 0;
  }
  .formulaire-contact-item .grid-x .contact-info {
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 53, 114, 0.2);
    justify-content: space-between;
  }
  .formulaire-contact-item .grid-x .contact-info img {
    width: 29px;
    order: 1;
  }
  .formulaire-contact-item .grid-x .contact-info .contact-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .formulaire-contact-item .grid-x .contact-info .contact-details p {
    width: 100%;
    text-align: left;
  }
  .formulaire-contact-item .grid-x .contact-info .contact-details a {
    align-self: flex-start;
  }
}

.video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  border: none;
  border-radius: 50%;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><polygon points="25,18 25,46 47,32" fill="black"/></svg>') center/40px 40px no-repeat;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .play-btn {
    width: 65px;
    height: 65px;
  }
}

.play-btn:hover {
  opacity: 1;
}

.value-card .icon-white {
  display: none;
}

.slick-dots-container {
  width: 5.5rem;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0.625rem auto;
  height: 0.875rem;
  position: relative;
  margin-top: 30px;
}
.slick-dots-container > ul {
  padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}
.slick-dots-container > ul li {
  width: 0.425rem;
  height: 0.425rem;
  margin: 0 0.25rem;
  background-color: rgba(0, 53, 114, 0.2);
  opacity: 0.45;
  border: none;
  border-radius: 50%;
}
.slick-dots-container > ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots-container > ul li.p-small-1, .slick-dots-container > ul li.n-small-1 {
  transform: scale(0.6);
}
.slick-dots-container > ul li.n-small-2 {
  transform: scale(0.5);
}
.slick-dots-container > ul li.slick-active {
  transform: scale(1.1);
  transform-origin: center;
  background: #003572;
  opacity: 1;
}
.slick-dots-container > ul li::before {
  display: none;
}

.slick-dots li button:before {
  display: none;
}

.astuces_lists {
  row-gap: 32px;
}
.astuces_lists .astuces-card {
  padding: 15px 20px 22px;
  background-color: #ffffff;
  height: 100%;
  border-radius: 15px;
}
.astuces_lists .astuces-card .astuces-conseils-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 28px;
  height: 100%;
}
.astuces_lists .astuces-card .astuces-conseils-item-inner .astuces-conseils-image img {
  border-radius: 15px;
}
.astuces_lists .astuces-card .astuces-conseils-item-inner .astuces-conseils-content .title {
  margin: 9px 0 0 0;
  font-weight: 400;
  max-width: 345px;
}
@media (max-width: 1023px) {
  .astuces_lists {
    row-gap: 35px;
  }
  .astuces_lists .astuces-card {
    padding: 20px 20px 23px;
  }
  .astuces_lists .astuces-card .astuces-conseils-item-inner .astuces-conseils-content .c-label a {
    padding: 10px 16px;
    font-size: 15px;
  }
  .astuces_lists .astuces-card .astuces-conseils-item-inner .astuces-conseils-content .title {
    margin: 9px 0 35px;
    font-weight: 400;
    max-width: 100%;
    text-wrap: balance;
  }
  .astuces_lists .astuces-card .astuces-conseils-item-inner .astuces-conseils-image {
    width: 100%;
  }
  .astuces_lists .astuces-card .astuces-conseils-item-inner .astuces-conseils-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .astuces_lists {
    row-gap: 20px;
  }
  .astuces_lists .astuces-card {
    padding: 14px 14px 17px;
    border-radius: 15px;
    margin-top: 0px;
  }
  .astuces_lists .astuces-card .astuces-conseils-item-inner .astuces-conseils-content .c-label a {
    padding: 6px 11px;
    font-size: 12px;
  }
  .astuces_lists .astuces-card .astuces-conseils-item-inner .astuces-conseils-content .title {
    margin: 20px 0;
    font-weight: 400;
    max-width: 100%;
  }
  .astuces_lists .astuces-card .astuces-conseils-item-inner .astuces-conseils-image img {
    border-radius: 15px;
  }
}
.astuces_lists .astuces-cards {
  position: relative;
}
.astuces_lists .astuces-cards .card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cta-card {
  padding: 50px 37px;
  border-radius: 15px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cta-card h2, .cta-card h4 {
  color: #ffffff;
}
.cta-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.cta-card .cta-content .cta-intro h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.cta-card .cta-social_lists {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.cta-card .cta-social_lists .social_item a {
  display: block;
  border-radius: 100px;
}
.cta-card .cta-social_lists .social_item a:hover {
  background-color: #0AA5D9;
}
.cta-card::after {
  position: absolute;
  top: -93px;
  right: -70px;
  content: "";
  width: 1049px;
  height: 2031px;
  background: url("../assets/images/drop_bg.svg") no-repeat right -5px top -1210px/cover;
  rotate: 38deg;
  z-index: -1;
  background-color: #056DA6;
}
@media (max-width: 1140px) {
  .cta-card {
    padding: 40px 25px;
  }
  .cta-card h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .cta-card .cta-social_lists {
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  .cta-card {
    padding: 50px 57px;
  }
  .cta-card h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .cta-card .cta-social_lists {
    gap: 24px;
  }
  .cta-card::after {
    top: -350px;
    right: -201px;
    width: 1708px;
    height: 2495px;
    background-position: right -5px top -1357px;
  }
}
@media (max-width: 767px) {
  .cta-card {
    row-gap: 15px;
    padding: 24px 32px 28px 27px;
    min-height: 244px;
  }
  .cta-card h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .cta-card .cta-content .cta-intro h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  .cta-card .cta-social_lists {
    gap: 16px;
  }
  .cta-card .cta-social_lists .social_item {
    width: 44px;
  }
  .cta-card::after {
    top: -168px;
    right: -105px;
    width: 1358px;
    height: 2036px;
    background-position: right -5px top -1261px;
  }
}

.custom-pagination {
  margin-top: 50px;
}
.custom-pagination .pagination-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.custom-pagination .pagination-wrapper .ast-pagi_item a {
  color: #003572;
}
.custom-pagination .pagination-wrapper .ast-pagi_item a:hover {
  font-weight: 700;
}
.custom-pagination .pagination-wrapper .ast-pagi_item.active a {
  font-weight: 700;
}
.custom-pagination .pagination-wrapper .arrw {
  margin-inline: 15px;
}
@media (max-width: 767px) {
  .custom-pagination {
    margin-top: 45px;
  }
  .custom-pagination .pagination-wrapper {
    column-gap: 28px;
  }
  .custom-pagination .pagination-wrapper .arrw {
    margin-inline: 12px;
  }
  .custom-pagination .pagination-wrapper .arrw img {
    width: 57px;
  }
}

.custom-date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}

.batit-default_banner-sec {
  padding: 195px 0 50px;
  background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
}
.batit-default_banner-sec .banner-area {
  text-align: center;
}
.batit-default_banner-sec .banner-area p, .batit-default_banner-sec .banner-area h1 {
  color: #ffffff;
}
.batit-default_banner-sec .banner-area .page-tag {
  background-color: #0AA5D9;
  border-radius: 15px;
  padding: 11px 16px;
  display: inline-flex;
  margin-bottom: 18px;
}
.batit-default_banner-sec .banner-area .page-tag p {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}
.batit-default_banner-sec .banner-area .default_title {
  max-width: 905px;
  margin-inline: auto;
}
.batit-default_banner-sec .banner-area .default_title h1 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .batit-default_banner-sec {
    padding: 178px 0 30px;
  }
}
@media (max-width: 767px) {
  .batit-default_banner-sec {
    padding: 116px 0 20px;
  }
  .batit-default_banner-sec .banner-area .default_title h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.custom_banner_cont {
  padding: 45px 0 200px;
}
.custom_banner_cont .def_banner_cont .ban-content h3 {
  margin-top: 60px;
}
.custom_banner_cont .def_banner_cont .ban-content h3:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .custom_banner_cont {
    padding: 40px 0 100px;
  }
  .custom_banner_cont .def_banner_cont .ban-content h3 {
    margin-top: 50px;
  }
  .custom_banner_cont .def_banner_cont .ban-content h3:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .custom_banner_cont {
    padding: 40px 0 80px;
  }
  .custom_banner_cont .def_banner_cont .ban-content h3 {
    margin-top: 30px;
  }
  .custom_banner_cont .def_banner_cont .ban-content h3:first-child {
    margin-top: 0;
  }
}

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #003572;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}

h1 {
  font-size: 75px;
  line-height: 82px;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 49px;
  }
}

h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}
h2 span {
  color: #0AA5D9;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}

h3 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 18px;
}
h3 span {
  color: #0AA5D9;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 27px;
  }
}

h4 {
  font-size: 27px;
  line-height: 35px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

strong {
  font-weight: 700;
}

a {
  font-size: 17px;
  line-height: 26px;
  color: #0AA5D9;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  a {
    font-size: 13px;
    line-height: 20px;
  }
}

a:hover, a:focus, a:active, a:visited {
  color: #003572;
}

a:focus, input:focus {
  outline: none;
}

p {
  margin-bottom: 20px;
}
p:empty {
  display: none;
  margin: 0;
  padding: 0;
}

p, ul li, ol li {
  font-size: 15px;
  line-height: 23px;
  color: #003572;
}
p a, ul li a, ol li a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
@media (max-width: 767px) {
  p, ul li, ol li {
    font-size: 13px;
    line-height: 20px;
  }
}

.big p {
  font-size: 20px;
  line-height: 30px;
  font-family: 500;
}
@media (max-width: 767px) {
  .big p {
    font-size: 14px;
    line-height: 20px;
  }
}

label {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.07px;
  font-weight: 700;
}

ol, ul {
  margin: 0;
}
ol li::marker, ul li::marker {
  color: #003572;
}

ul {
  margin: 0;
  list-style-type: none;
}
ul li {
  position: relative;
  margin: 0 0 10px 19px;
}
ul li::before {
  position: absolute;
  top: 8px;
  left: -19px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #0AA5D9;
  border-radius: 50%;
}
@media (max-width: 767px) {
  ul li {
    margin: 0 0 10px 15px;
  }
  ul li::before {
    width: 6px;
    height: 6px;
    left: -14px;
  }
}

.subhead {
  font-weight: 700;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .subhead {
    font-size: 11px;
    line-height: 22px;
  }
}

.white {
  color: #ffffff;
}

.green {
  color: #52C691;
}

.sky {
  color: #0AA5D9;
}

.subtitle {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #0AA5D9;
  background-color: rgba(10, 165, 216, 0.1215686275);
  border-radius: 15px;
  padding: 7px 9px;
  width: auto;
  margin-bottom: 9px;
  display: inline-block;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 12px;
  }
}

.c-label a {
  display: inline-flex;
  border: 1px solid #0AA5D9;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #0AA5D9;
  padding: 6px 11px;
}

.site-footer {
  padding: 0px 0 32px;
  background-color: #ffffff;
  position: relative;
}
.site-footer .reg-footer-bottom {
  border-top: 1px solid #d6d6d6;
  padding: 15px 0 0px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.site-footer .reg-footer-bottom .cell {
  margin: 0;
}
.site-footer .reg-footer-bottom .menu-footer-jobs-container ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}
.site-footer .reg-footer-bottom .menu-footer-jobs-container ul li {
  margin-left: 0;
  margin-bottom: 0;
}
.site-footer .reg-footer-bottom .menu-footer-jobs-container ul li a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #003572;
}
.site-footer .reg-footer-bottom .menu-footer-jobs-container ul li a:hover {
  color: #0AA5D9;
}
.site-footer .reg-footer-bottom .menu-footer-jobs-container ul li::before {
  display: none;
}
.site-footer .reg-footer-bottom .reg-madeby-area {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .site-footer {
    background-color: #F5F5F5;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 19px;
  }
  .site-footer .reg-footer-bottom .menu-footer-jobs-container ul {
    column-gap: 10px;
    row-gap: 2px;
  }
  .site-footer .reg-footer-bottom .menu-footer-jobs-container ul li a {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (max-width: 360px) {
  .site-footer .reg-footer-bottom .menu-footer-jobs-container ul {
    column-gap: 6px;
  }
  .site-footer .reg-footer-bottom .menu-footer-jobs-container ul li a {
    font-size: 9px;
  }
}
.site-footer.batit-batch2-footer {
  padding-top: 60px;
  background-color: #003572;
}
.site-footer.batit-batch2-footer .footer-items-wrapper {
  padding-top: 6px;
}
.site-footer.batit-batch2-footer .footer-items-wrapper .right-items .formulaire-contact-item {
  max-width: 622px;
  margin-left: auto;
  padding: 0 0 30px;
  position: relative;
  z-index: 10;
}
.site-footer.batit-batch2-footer .footer-items-wrapper .right-items .formulaire-contact-item .contact-details a {
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos {
  max-width: 622px;
  margin-left: auto;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos .headquarter-block p {
  color: #ffffff;
  margin: 6px;
}
.site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos .headquarter-block .headquarter-title p {
  color: #0AA5D9;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #0AA5D9;
}
.site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos .headquarter-block .headquarter-info {
  max-width: 240px;
}
.site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos .headquarter-block .headquarter-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.site-footer.batit-batch2-footer .footer-items-wrapper .left-items .left-item-info {
  max-width: 513px;
}
.site-footer.batit-batch2-footer .footer-items-wrapper .left-items .left-item-info h4 {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 45px;
}
.site-footer.batit-batch2-footer .footer-social-wrapper {
  padding-block: 28px;
}
.site-footer.batit-batch2-footer .footer-social-wrapper > .grid-x {
  align-items: flex-end;
}
.site-footer.batit-batch2-footer .footer-social-wrapper ul li::before {
  display: none;
}
.site-footer.batit-batch2-footer .footer-social-wrapper ul li {
  margin: 0;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .left-social .page-link-list {
  max-width: 513px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 22px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .left-social .page-link-list li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing {
  max-width: 513px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 42px;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing .social-heading-left .social-text {
  color: rgba(255, 255, 255, 0.35);
}
.site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing .social-heading-left .social-title h4 {
  color: #ffffff;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing .social-share-list-right ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing .social-share-list-right ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 67px;
  height: 67px;
  border-radius: 100%;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing .social-share-list-right ul li a {
  display: block;
  border-radius: 100%;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing .social-share-list-right ul li a:hover {
  background-color: #0AA5D9;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .right-appels {
  position: relative;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .right-appels .appels-info-wrapper {
  background-color: #52C691;
  border-radius: 15px;
  padding: 15px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .right-appels .appels-info-wrapper .appels-left-text h5 {
  color: #ffffff;
  margin-bottom: 0;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .right-appels .appels-info-wrapper .appels-right-contact {
  padding: 9px 15px;
  background-color: #ffffff;
  border-radius: 25px;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .right-appels .appels-info-wrapper .appels-right-contact a {
  font-weight: 700;
  color: #52C691;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .right-appels .appels-info-wrapper .appels-right-contact a img {
  width: 21px;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .right-appels .box-click {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-footer.batit-batch2-footer .footer-social-wrapper .right-appels .appels-info-wrapper {
  position: relative;
  z-index: 2;
}
.site-footer.batit-batch2-footer .reg-footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.35);
}
.site-footer.batit-batch2-footer .reg-footer-bottom .menu-footer-jobs-container ul li a {
  color: #ffffff;
}
.site-footer.batit-batch2-footer a {
  color: #ffffff;
}
.site-footer.batit-batch2-footer a:hover {
  color: #0AA5D9 !important;
}
@media (max-width: 1023px) {
  .site-footer.batit-batch2-footer {
    /* Ancien espace pour CTA fixe bas : le CTA est dans le header */
    padding-bottom: 40px;
  }
  .site-footer.batit-batch2-footer .footer-items-wrapper .right-items .formulaire-contact-item {
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
    padding-block: 30px;
  }
  .site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos {
    max-width: 100%;
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(250px, 296px));
    gap: 61px;
  }
  .site-footer.batit-batch2-footer .footer-items-wrapper .left-items .left-item-info h4 {
    margin-bottom: 27px;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .left-social .page-link-list {
    max-width: 100%;
    margin-bottom: 28px;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing {
    max-width: 100%;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing .social-share-list-right ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .right-appels {
    order: -1;
    padding-block: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer.batit-batch2-footer {
    padding: 35px 0 35px;
  }
  .site-footer.batit-batch2-footer .footer-items-wrapper {
    padding-bottom: 0;
  }
  .site-footer.batit-batch2-footer .footer-items-wrapper .right-items .formulaire-contact-item {
    margin: 0;
  }
  .site-footer.batit-batch2-footer .footer-items-wrapper .right-items .formulaire-contact-item .grid-x .contact-info {
    border-color: rgba(255, 255, 255, 0.35);
  }
  .site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 30px;
  }
  .site-footer.batit-batch2-footer .footer-items-wrapper .left-items .left-item-info h4 {
    margin-bottom: 0px;
  }
  .site-footer.batit-batch2-footer .footer-items-wrapper .left-items .left-item-button {
    display: none;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .left-social .page-link-list {
    max-width: 100%;
    margin-bottom: 18px;
    padding-bottom: 18px;
    gap: 38px;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing {
    max-width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing .social-share-list-right ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .left-social .social-listing .social-share-list-right ul li {
    width: 44px;
    height: 44px;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .right-appels .appels-info-wrapper {
    padding: 11px 15px;
    gap: 12px;
  }
  .site-footer.batit-batch2-footer .footer-social-wrapper .right-appels .appels-info-wrapper .appels-left-text h5 {
    font-size: 13px;
    line-height: 20px;
  }
}

.page-template-jobs-home .site-footer {
  background-color: #F5F5F5;
}

.page-template-contact .site-footer.batit-batch2-footer .footer-items-wrapper .right-items .formulaire-contact-item {
  display: none;
}
.page-template-contact .site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .page-template-contact .site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-contact .site-footer.batit-batch2-footer .footer-items-wrapper .right-items .seige-infos {
    padding-top: 30px;
  }
}

/* ≤1140px : nav desktop masquée — !important nécessaire car la règle de base .header-menu-nav{display:flex}
 * est déclarée plus bas dans le fichier et gagne sinon par cascade (même spécificité, ordre source). */
@media (max-width: 1140px) {
  .batit-header .batit-header-wrapper .header-menu-nav {
    display: none !important;
  }
}
/* =====================================================================
 * Inner pages — header CLAIR — ≤1023px
 * Position fixée directement en CSS : pas de dépendance JS au premier rendu.
 * Avant : position:absolute + translateY(100%) sur le CTA, mais sans
 * positioned-ancestor (header sans .fixed avant JS), le CTA atterrissait
 * en bas de body (hors viewport) et n’était visible qu’après le 1er scroll.
 * Maintenant : le header est toujours position:fixed en CSS ; le CTA
 * reste dans le flux normal du header fixé.
 * ===================================================================== */
@media (max-width: 1140px) {
  body.batit-cta-overlap .batit-header:not(.dark-header) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
  }
  body.batit-cta-overlap .batit-header:not(.dark-header) > .grid-container {
    background-color: #ffffff;
  }
  body.batit-cta-overlap .batit-header:not(.dark-header) .batit-header-mobile-cta {
    position: static !important;
    transform: none !important;
    display: block !important;
    width: 100%;
  }
}

/* Spacer header (header fixed) : pseudo sur le 1er bloc après le header pour réserver la hauteur sans bande body ; le fond de la section recouvre cette zone (contrairement au div.iwt-header-placeholder) */
.batch-2 .iwt-header-placeholder {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0;
}
.batch-2 {
  /* Accueil : spacer sur .batit-accueil-sec (padding-top JS). Inner light : .custom-banner.img garde une hauteur pleine — jamais de ::before dans la section sinon l’image « rétrécit » au scroll. */
}
.batch-2 > header.batit-header:not(.dark-header) + *:not(.batit-accueil-sec):not(.custom-banner.img)::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--batit-header-spacer, 0);
}

.site-header {
  padding: 16px 0 0;
  position: fixed;
  top: 0;
  bottom: nul;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}
.site-header .header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: 15px;
}
.site-header .header-wrapper .right-btn a {
  background-color: #FFBB22;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 19px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  display: flex;
}
.site-header .header-wrapper .right-btn a span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
  background-color: #ffffff;
  color: #FFBB22;
  margin-left: 8px;
}
.site-header .header-wrapper .right-btn a:hover {
  background-color: #003572;
}
.site-header .header-wrapper .right-btn a:hover span {
  color: #003572;
}
.site-header.fixed {
  padding: 0;
}
.site-header.fixed .header-wrapper .logo img {
  display: none;
}
.site-header.fixed .header-wrapper .right-btn a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 1140px) {
  .site-header {
    padding-top: 23px;
  }
  .site-header .header-wrapper {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .site-header {
    padding-top: 17px;
  }
  .site-header .header-wrapper {
    border-bottom: 1px solid rgba(206, 206, 206, 0.4);
    padding-bottom: 17px;
  }
  .site-header .header-wrapper .right-btn a {
    padding: 7px 13px;
    font-size: 13px;
    line-height: 23px;
  }
  .site-header .header-wrapper .right-btn a span {
    width: 21px;
    height: 21px;
  }
  .site-header .header-wrapper .right-btn a:hover {
    background-color: #FFBB22;
    color: #ffffff;
  }
  .site-header .header-wrapper .right-btn a:hover span {
    color: #FFBB22;
  }
  .site-header .header-wrapper .logo img {
    width: 113px;
  }
  .site-header.fixed .header-wrapper {
    border-bottom: 0;
  }
}

.batit-header {
  /* Fond de la barre haute uniquement (pas la ligne CTA mobile sous le grid) */
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  /* z-index nécessaire pour que les dropdowns passent AU-DESSUS du contenu page
   * même en état non-fixé (sans .fixed le header n'a plus z-index:9999). */
  position: relative;
  z-index: 100;
}
.batit-header > .grid-container {
  position: relative;
  z-index: 0;
}
.batit-header > .grid-container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #ffffff;
  z-index: -1;
  pointer-events: none;
}
.batit-header .batit-header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.batit-header .batit-header-wrapper .top-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.batit-header .batit-header-wrapper .top-header .left-custom-logo {
  padding-top: 20px;
}
.batit-header .batit-header-wrapper .top-header .left-custom-logo img.light-logo {
  display: none;
}
.batit-header .batit-header-wrapper .top-header .right-top-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 8px;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-garantie-45 img.light-45 {
  display: none;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews {
  width: 50px;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews .ti-header {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews .ti-header .ti-rating, .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews .ti-header .ti-verified-by {
  display: none;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews .ti-header .ti-stars img {
  width: 9px !important;
  height: 9px !important;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews .ti-header .ti-profile-details {
  padding: 0 !important;
  border: 0 !important;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews .ti-header .ti-platform-icon {
  margin: 0 !important;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews .ti-widget-container {
  margin-bottom: 0 !important;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec {
  padding: 8px 12px 14px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 18px;
  border: 1px solid #52C691;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-text-left p {
  color: #003572;
  font-weight: 700;
  margin-bottom: 0;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-text-left span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #52C691;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right img {
  display: flex;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right img#phoneicon {
  display: none;
}
.batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right .link-appels-number {
  display: none;
}
@media (max-width: 1279px) {
  .batit-header .batit-header-wrapper .top-header .right-top-items {
    gap: 15px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper {
    gap: 12px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec {
    padding-inline: 10px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-text-left p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1140px) {
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper {
    gap: 20px;
    padding-top: 0;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec {
    padding: 0;
    gap: 0;
    border: 0;
    border-top: 0;
    border-radius: 0;
    margin-right: 0px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-text-left {
    display: none;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right {
    padding: 9px 15px;
    background-color: #52C691;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    border-radius: 25px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right img {
    display: none;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right img#phoneicon {
    display: flex;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right .link-appels-number {
    display: flex;
    color: #ffffff;
    font-weight: 700;
  }
}
.batit-header .batit-header-wrapper .top-cta-sec {
  padding: 10px;
  background-color: #FFBB22;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.batit-header .batit-header-wrapper .top-cta-sec .top-cta-profile {
  width: 37px;
  height: 37px;
}
.batit-header .batit-header-wrapper .top-cta-sec .top-cta-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.batit-header .batit-header-wrapper .top-cta-sec .top-cta-text p {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .batit-header .batit-header-wrapper .top-cta-sec {
    gap: 8px;
  }
  .batit-header .batit-header-wrapper .top-cta-sec .top-cta-text p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1140px) {
  .batit-header .batit-header-wrapper .top-cta-sec {
    display: none;
  }
}
.batit-header .batit-header-wrapper .header-menu-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(206, 206, 206, 0.5);
  width: 100%;
  padding-left: 0px;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li {
  margin: 0;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li a {
  font-size: 14px;
  line-height: 21px;
  color: #003572;
  font-weight: 700;
  text-decoration: none;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li::before {
  display: none;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.home-menu a {
  font-size: 0;
  background: url("../assets/images/home-icon.svg") center center/cover;
  width: 16px;
  height: 16px;
  display: block;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children {
  padding-right: 15px;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children::before {
  position: absolute;
  top: 9px;
  right: 0;
  left: unset;
  width: 8px;
  height: 8px;
  content: "";
  background: url("../assets/images/down-icon.svg") no-repeat center center/cover;
  display: block;
  transition: all 0.5s ease-in-out;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 0px;
  min-width: 260px;
  padding: 9px 17px 9px;
  background-color: #ffffff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
  margin: 10px 0 0 0;
  transform: translateX(-50%);
  z-index: 9;
  border: 1px solid rgba(206, 206, 206, 0.5);
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children .sub-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  z-index: 10;
  margin-left: -4px;
  display: block;
  height: 9px;
  width: 9px;
  border: 1px solid rgba(206, 206, 206, 0.5);
  rotate: 45deg;
  background-color: #ffffff;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children:hover::before {
  transform: rotate(180deg);
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children:hover .sub-menu {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  opacity: 1;
  visibility: visible;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children:hover .sub-menu::after {
  margin-top: 0px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid rgba(206, 206, 206, 0.5);
  border-left: 1px solid rgba(206, 206, 206, 0.5);
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher {
  width: 28px;
  height: 20px;
  margin-top: -4px;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper {
  position: relative;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper .sources {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #003572;
  z-index: 1;
  width: 34px;
  height: 20px;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper .sources .custom-select-trigger .text {
  color: #003572;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper .sources .custom-options {
  margin: 0px 0px 0px;
  opacity: 0;
  visibility: hidden;
  border: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 8px 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #ffffff;
  width: 100%;
  max-width: 40px;
  position: absolute;
  right: 0;
  left: -5px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper .sources::after {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 8px;
  height: 8px;
  content: "";
  background: url("../assets/images/down-icon.svg") no-repeat center center/cover;
  display: block;
  transition: all 0.5s ease-in-out;
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper .sources:hover .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper .sources:hover::after {
  rotate: 180deg;
  top: 10px;
}
@media (max-width: 1279px) {
  .batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul {
    column-gap: 15px;
  }
  .batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1140px) {
  .batit-header .batit-header-wrapper .header-menu-nav .batch-2-header-menu {
    display: none;
  }
}
.batit-header .batit-header-wrapper .header-menu-nav .top-cta-sec {
  display: none;
  margin-left: auto;
}
@media (max-width: 1140px) {
  .batit-header .batit-header-wrapper {
    padding-block: 26px;
    border-bottom: 1px solid rgba(0, 53, 114, 0.15);
  }
  .batit-header .batit-header-wrapper .top-header {
    align-items: center;
  }
  .batit-header .batit-header-wrapper .top-header .left-custom-logo {
    padding-top: 0;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items {
    gap: 0px;
    align-items: center;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper {
    gap: 20px;
    margin-right: 22px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-garantie-45 img {
    width: 44px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .mobile-menu-toggle {
    display: block !important;
    margin-left: 34px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .mobile-nav-wrapper {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .batit-header .batit-header-wrapper {
    padding-block: 16px;
  }
  .batit-header .batit-header-wrapper .top-header .left-custom-logo {
    width: 120px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper {
    gap: 10px;
    margin-right: 11px;
    align-items: center;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-garantie-45 img {
    width: 33px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews {
    width: 42px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews .ti-header .ti-stars img {
    width: 7px !important;
    height: 7px !important;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews .ti-header .ti-platform-icon {
    width: 23px !important;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec {
    padding: 0;
    gap: 0;
    border: 0;
    border-top: 0;
    border-radius: 0;
    margin-right: 0px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-text-left {
    display: none;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right {
    padding: 0;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
    border-radius: 0px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right img {
    display: block;
    width: 42px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right img#phoneicon {
    display: none;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right .link-appels-number {
    display: none;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .mobile-menu-toggle {
    width: 42px;
    margin-left: 8px;
  }
}
@media (max-width: 360px) {
  .batit-header .batit-header-wrapper .top-header {
    gap: 8px;
  }
  .batit-header .batit-header-wrapper .top-header .left-custom-logo {
    width: 115px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper {
    gap: 6px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-garantie-45 img {
    width: 28px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-google-reviews {
    width: 30px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-icon-right img {
    width: 35px;
  }
  .batit-header .batit-header-wrapper .top-header .right-top-items .mobile-menu-toggle {
    width: 35px;
  }
}
.batit-header {
  /* CTA tablet/mobile : taille d’origine (max-width), fond orange uniquement sur la pastille ; lien transparent */
}
.batit-header .batit-header-mobile-cta {
  width: 100%;
  display: block;
  text-decoration: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.batit-header .batit-header-mobile-cta .top-cta-sec-info {
  margin: 0 auto;
  max-width: 442px;
  padding: 10px;
  background-color: #FFBB22;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
}
.batit-header .batit-header-mobile-cta .top-cta-sec-info .top-cta-profile {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
}
.batit-header .batit-header-mobile-cta .top-cta-sec-info .top-cta-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.batit-header .batit-header-mobile-cta .top-cta-sec-info .top-cta-text p {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.batit-header .batit-header-mobile-cta .top-cta-sec-info .top-cta-icon {
  flex-shrink: 0;
  width: 25px;
}
.batit-header .batit-header-mobile-cta .top-cta-sec-info .top-cta-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .batit-header .batit-header-mobile-cta .top-cta-sec-info {
    max-width: 350px;
    gap: 10px;
  }
}
@media (max-width: 360px) {
  .batit-header .batit-header-mobile-cta .top-cta-sec-info {
    max-width: 320px;
  }
}
.batit-header.dark-header {
  position: fixed;
  top: 0;
  z-index: 9;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  left: 0;
  right: 0;
  width: 100%;
}
.batit-header.dark-header > .grid-container::before {
  background-color: transparent;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-garantie-45 img.light-45 {
  display: block;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .top-header .right-top-items .review-wrapper .top-garantie-45 img.dark-45 {
  display: none;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-text-left p {
  color: #ffffff;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .top-header .right-top-items .top-link-phone-sec .link-phone-text-left span {
  color: #52C691;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .top-header .left-custom-logo {
  padding-top: 20px;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .top-header .left-custom-logo img.light-logo {
  display: block;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .top-header .left-custom-logo img.dark-logo {
  display: none;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li a {
  color: #ffffff;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.home-menu a {
  background: url("../assets/images/home-icon-white.svg") center center/cover;
  font-size: 0;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children {
  padding-right: 15px;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children::before {
  background: url("../assets/images/down-icon-white.svg") no-repeat center center/cover;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li.menu-item-has-children .sub-menu li a {
  color: #003572;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper .sources {
  color: #003572;
  z-index: 1;
  width: 34px;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper .sources .custom-select-trigger .text {
  color: #ffffff;
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .for-language-switcher .custom-select-wrapper .sources::after {
  background: url("../assets/images/down-icon-white.svg") no-repeat center center/cover;
}
@media (max-width: 1440px) {
  .batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu {
    padding-left: 0px;
    gap: 15px;
  }
  .batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul {
    gap: 15px;
  }
}
@media (max-width: 1279px) {
  .batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul {
    column-gap: 15px;
  }
  .batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1140px) {
  .batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .batch-2-header-menu {
    display: none;
  }
}
.batit-header.dark-header:not(.fixed) .batit-header-wrapper .header-menu-nav .top-cta-sec {
  display: none;
  margin-left: auto;
}
@media (max-width: 1140px) {
  .batit-header.dark-header .batit-header-wrapper {
    border-bottom-color: rgba(10, 165, 216, 0.1215686275);
  }
  .batit-header.dark-header .batit-header-wrapper .top-header .left-custom-logo {
    padding-top: 0 !important;
  }
  .batit-header.dark-header.fixed {
    background-color: transparent;
  }
  .batit-header.dark-header.fixed > .grid-container::before {
    background-color: #ffffff;
  }
  .batit-header.dark-header.fixed .batit-header-wrapper {
    border-bottom-color: rgba(0, 53, 114, 0.15);
  }
}
@media (max-width: 1140px) {
  .batit-header.dark-header:not(.fixed) > .grid-container::before {
    background-color: #003572;
  }
}
.batit-header.dark-header {
  /* Desktop ≥1141px : header en position:absolute (défile avec la page) plutôt que fixed (toujours collé en haut).
   * L'overlay transparent sur le hero est préservé ; le header disparaît en scrollant normalement.
   * En dessous de 1141px : comportement mobile/tablet (position:fixed CSS). */
}
@media (min-width: 1141px) {
  .batit-header.dark-header {
    position: absolute;
    z-index: 100;
  }
}
.batit-header.fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  margin: 0 auto;
  /* Pas de transition en état fixe : elle conflicte avec l'animation slideDown
   * (transition: all tente d'animer top/z-index/etc. pendant que slideDown joue) → flash.
   * L'animation slideDown gère seule l'entrée du sticky sur desktop. */
  transition: none !important;
  background-color: transparent;
  left: 0;
  right: 0;
  width: 100%;
  animation: slideDown 0.35s ease-in-out;
  /* Mobile/tablette + minilaptop (≤1140px) : pas d'animation non plus */
}
@media (max-width: 1140px) {
  .batit-header.fixed {
    animation: none;
  }
}
.batit-header.fixed {
  /* En .fixed, le fond blanc du grid-container::before (top:0→bottom:0) couvrirait aussi
   * la zone CTA sous le fil gris. On le rend transparent : le fond blanc vient uniquement
   * de .menu-header-batch-2-container::after (hauteur = nav links seulement). */
}
.batit-header.fixed > .grid-container::before {
  background-color: transparent;
}
.batit-header.fixed .batit-header-wrapper .top-header {
  display: none;
}
.batit-header.fixed .header-menu-nav .batch-2-header-menu {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  padding: 0;
}
.batit-header.fixed .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container {
  padding-block: 20px;
  position: relative;
  background-color: #ffffff;
}
.batit-header.fixed .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul {
  gap: 24px;
}
.batit-header.fixed .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container {
  background-color: #ffffff;
}
.batit-header.fixed .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: auto;
  left: -9999px;
  right: -999px;
  background-color: #ffffff;
  z-index: -1;
  height: 100%;
}
.batit-header.fixed .header-menu-nav .fixed_cta {
  margin-left: auto;
}
.batit-header.fixed .header-menu-nav .top-cta-sec {
  display: flex;
  position: relative;
  margin-top: -1px;
}
@media (max-width: 1440px) {
  .batit-header.fixed .header-menu-nav .batch-2-header-menu {
    gap: 12px;
  }
  .batit-header.fixed .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul {
    gap: 15px;
  }
}
@media (max-width: 1279px) {
  .batit-header.fixed .header-menu-nav .batch-2-header-menu {
    gap: 15px;
  }
  .batit-header.fixed .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul {
    gap: 15px;
  }
}
@media (max-width: 1140px) {
  .batit-header.fixed .header-menu-nav .batch-2-header-menu .menu-header-batch-2-container ul {
    gap: 22px;
  }
}
@media (max-width: 1140px) {
  .batit-header.fixed .header-menu-nav .fixed_cta {
    display: none !important;
  }
  .batit-header.fixed .header-menu-nav .top-cta-sec {
    display: none !important;
  }
}
@media (max-width: 1140px) {
  .batit-header.fixed {
    background-color: transparent;
    /* Fond blanc sur le grid-container pour toutes les pages light en fixed ≤1140px,
     * y compris les pages sans .batit-cta-overlap (ex : page Contact). */
  }
  .batit-header.fixed:not(.dark-header) > .grid-container {
    background-color: #ffffff;
  }
  .batit-header.fixed .batit-header-wrapper .top-header {
    display: flex;
  }
}
.batit-header .humberger-menu {
  position: fixed;
  height: 100vh;
  z-index: 9;
  transition: right 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  visibility: hidden;
  right: -100%;
  top: 0;
}
.batit-header .humberger-menu .parent-menu_wrapper, .batit-header .humberger-menu .child-menu_wrapper {
  right: -100%;
  visibility: hidden;
  top: 0;
  background-color: #ffffff;
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-inline: 40px;
  transition: right 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
.batit-header .humberger-menu .parent-menu_wrapper.is-active, .batit-header .humberger-menu .child-menu_wrapper.is-active {
  visibility: visible;
  right: 0;
}
@media (max-width: 767px) {
  .batit-header .humberger-menu .parent-menu_wrapper, .batit-header .humberger-menu .child-menu_wrapper {
    padding-inline: 20px;
  }
}
.batit-header .humberger-menu .batit-menu-header {
  padding: 26px 0;
  border-bottom: 1px solid rgba(0, 53, 114, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
  height: 120px;
}
.batit-header .humberger-menu .batit-menu-header .batit-menu-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.batit-header .humberger-menu .batit-menu-header .batit-menu-left .language-switcher .lang-pill {
  background-color: #FFBB22;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 19px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  display: flex;
}
.batit-header .humberger-menu .batit-menu-header .batit-menu-left .batit-menu-close {
  width: 42px;
  height: 42px;
  background-color: #003572;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.batit-header .humberger-menu .batit-menu-header .batit-menu-left .batit-menu-close a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.batit-header .humberger-menu .batit-menu-header .batit-menu-right h4 {
  margin-bottom: 0;
}
.batit-header .humberger-menu .batit-menu-header .batit-menu-left .batit-menu-back {
  rotate: 180deg;
}
@media (max-width: 1140px) {
  .batit-header .humberger-menu .batit-menu-header {
    height: 127px;
  }
}
@media (max-width: 767px) {
  .batit-header .humberger-menu .batit-menu-header {
    height: 75px;
    padding-block: 16px;
  }
  .batit-header .humberger-menu .batit-menu-header .left-custom-logo {
    width: 120px;
  }
  .batit-header .humberger-menu .batit-menu-header .batit-menu-left .language-switcher .lang-pill {
    padding: 9px 16px;
    font-size: 13px;
    line-height: 20px;
  }
}
.batit-header .humberger-menu .batit-menu-content {
  flex-grow: 1;
  overflow-y: auto;
  padding-block: 14px;
}
.batit-header .humberger-menu .batit-menu-content .menu-wrapper ul li {
  margin: 0;
  padding: 14px 0 10px;
  border-bottom: 1px solid rgba(0, 53, 114, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}
.batit-header .humberger-menu .batit-menu-content .menu-wrapper ul li::before {
  display: none;
}
.batit-header .humberger-menu .batit-menu-content .menu-wrapper ul li a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #003572;
}
.batit-header .humberger-menu .batit-menu-content .menu-wrapper .menu-parent ul li .child-menu {
  margin-right: 0px;
  width: 30px;
  cursor: pointer;
  flex-shrink: 0;
  transform: rotate(-90deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.batit-header .humberger-menu .batit-menu-content .menu-wrapper .menu-parent ul li .child-menu img {
  width: 14px;
}
.batit-header .humberger-menu .batit-menu-content .menu-wrapper .menu-child ul li {
  border-color: rgba(255, 255, 255, 0.35);
}
.batit-header .humberger-menu .batit-menu-content .menu-wrapper .menu-child ul li a {
  color: #ffffff;
}
.batit-header .humberger-menu .batit-menu-content .batit-links {
  padding-top: 33px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.batit-header .humberger-menu .batit-menu-content .batit-links .link-phone-icon-right a {
  padding: 9px 15px;
  background-color: #52C691;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 700;
}
.batit-header .humberger-menu .batit-menu-content .batit-links .link-phone-icon-right a img {
  width: 18px;
}
.batit-header .humberger-menu .batit-menu-content .batit-links .top-cta-btn {
  padding: 9px 15px;
  background-color: #FFBB22;
  border-radius: 25px;
  color: #ffffff;
}
.batit-header .humberger-menu .batit-menu-content .batit-links .top-cta-btn .top-cta-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.batit-header .humberger-menu .batit-menu-content .batit-links .top-cta-btn .top-cta-sec .top-cta-text p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.batit-header .humberger-menu .batit-menu-content .batit-links .top-cta-btn .top-cta-sec .top-cta-icon img {
  width: 21px;
}
@media (max-width: 1140px) {
  .batit-header .humberger-menu .batit-menu-content .menu-wrapper .menu-parent ul li .child-menu {
    width: 40px;
    height: 30px;
  }
}
.batit-header .humberger-menu .batit-footer-bottom {
  padding: 15px 0 19px;
  border-top: 1px solid rgba(0, 53, 114, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.batit-header .humberger-menu .batit-footer-bottom .batit-footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.batit-header .humberger-menu .batit-footer-bottom .batit-footer-menu .footer-links {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.batit-header .humberger-menu .batit-footer-bottom .batit-footer-menu .footer-links li {
  margin: 0;
}
.batit-header .humberger-menu .batit-footer-bottom .batit-footer-menu .footer-links li::before {
  display: none;
}
.batit-header .humberger-menu .batit-footer-bottom .batit-footer-menu .footer-links li a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.batit-header .humberger-menu .batit-footer-bottom .batit-madeby-area {
  text-align: right;
}
@media (max-width: 767px) {
  .batit-header .humberger-menu .batit-footer-bottom .batit-footer-menu .footer-links li a {
    font-size: 10px;
  }
  .batit-header .humberger-menu .batit-footer-bottom .batit-madeby-area {
    width: 60px;
  }
}
@media (max-width: 360px) {
  .batit-header .humberger-menu .batit-footer-bottom {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .batit-header .humberger-menu .batit-footer-bottom .batit-footer-menu .footer-links {
    gap: 10px;
    row-gap: 0;
  }
}
.batit-header .humberger-menu .child-menu_wrapper .batit-menu-content {
  margin-inline: -40px;
  background-color: #003572;
  padding-inline: 40px;
}
.batit-header .humberger-menu .child-menu_wrapper .batit-menu-content .menu-parent, .batit-header .humberger-menu .child-menu_wrapper .batit-menu-content .batit-links {
  display: none;
}
.batit-header .humberger-menu .child-menu_wrapper .batit-footer-bottom {
  margin-inline: -40px;
  background-color: #003572;
  padding-inline: 40px;
  border-color: rgba(255, 255, 255, 0.35);
}
.batit-header .humberger-menu .child-menu_wrapper .batit-footer-bottom .batit-footer-menu .footer-links li a {
  color: #ffffff;
}

/* Page Contact : pas de bandeau CTA mobile.
 * Plusieurs sélecteurs pour couvrir tous les cas :
 *   - batit-page-contact   : classe PHP custom (template-functions.php)
 *   - page-template-*      : classes WordPress auto-générées selon le template assigné
 * Le markup est aussi retiré côté PHP (header-batch2.php) quand la détection fonctionne. */
body.batit-page-contact .batit-header-mobile-cta,
body.page-template-templates-contact .batit-header-mobile-cta,
body.page-template-contact .batit-header-mobile-cta,
body.page-id-4711 .batit-header-mobile-cta,
body.page-id-1047 .batit-header-mobile-cta {
  display: none !important;
}

/* Desktop ≥1141px : bandeau CTA mobile masqué — le fixed_cta dans la nav gère le bouton. */
@media (min-width: 1141px) {
  .batit-header .batit-header-mobile-cta {
    display: none !important;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.responsive-menu_open .humberger-menu {
  right: 0;
  visibility: visible;
}
.responsive-menu_open .humberger-menu a {
  text-decoration: none;
}

@keyframes slideIn {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
.batit-banner_section {
  text-align: center;
  padding-block: 60px;
}
.batit-banner_section .banner-content-wrapper {
  max-width: 100%;
  margin-inline: auto;
}
.batit-banner_section .banner-content-wrapper p {
  padding-block: 10px;
}
.batit-banner_section .banner-content-wrapper p:empty {
  display: none;
  padding: 0;
  margin: 0;
}
.batit-banner_section .banner-content-wrapper + .banner-sec-icons, .batit-banner_section .banner-content-wrapper + .bat-banner_link {
  margin-top: 40px;
}
.batit-banner_section .banner-sec-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
.batit-banner_section .banner-sec-icons .img-wrapper {
  border: 1px solid rgba(10, 165, 217, 0.3);
  width: 116px;
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 15px;
}
.batit-banner_section .banner-sec-icons .img-wrapper img {
  width: 90px;
}
.batit-banner_section .banner-sec-icons + .bat-banner_link {
  margin-top: 40px;
}
.batit-banner_section.no-icons .banner-content-wrapper + .bat-banner_link {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .batit-banner_section .banner-content-wrapper p {
    padding-block: 0px;
  }
  .batit-banner_section .banner-sec-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 26px;
  }
  .batit-banner_section .banner-sec-icons .img-wrapper img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .batit-banner_section .banner-content-wrapper h2 {
    padding-inline: 12px;
  }
  .batit-banner_section {
    padding-block: 30px;
  }
  .batit-banner_section .banner-sec-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }
  .batit-banner_section .banner-sec-icons .img-wrapper {
    border: 1px solid rgba(10, 165, 217, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }
  .batit-banner_section .banner-sec-icons .img-wrapper img {
    width: 40px;
  }
}

.site-note {
  margin-top: 12px;
}

.site-note--white {
  color: #ffffff;
}

.repeater-de-tuiles {
  padding-block: 60px;
}
.repeater-de-tuiles .tuiles-container .tuiles {
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}
.repeater-de-tuiles .tiles-lists {
  padding-top: 15px;
}
.repeater-de-tuiles .tiles-lists .reg-cartes_list {
  row-gap: 30px;
}
.repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item {
  padding: 50px;
  background-color: #F5F5F5;
  border-radius: 15px;
}
.repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item .reg-cartes_img {
  margin-bottom: 30px;
  position: relative;
}
.repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item .reg-cartes_img img {
  border-radius: 15px;
}
.repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item .reg-cartes_img img.tiles-badge {
  position: absolute;
  top: 15px;
  right: 25px;
}
.repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item .reg-cartes_content .reg-box_illu_btn .btn {
  font-size: 13px;
  line-height: 20px;
  padding: 11px 60px 11px 33px;
}
@media (max-width: 1023px) {
  .repeater-de-tuiles .tuiles-container .tuiles {
    max-width: 100%;
  }
  .repeater-de-tuiles .tuiles-container .tuiles .tiles-intro {
    max-width: 548px;
    margin: 0 auto;
  }
  .repeater-de-tuiles .tuiles-container .tuiles .tiles-subtitle {
    max-width: 688px;
    margin: 0 auto;
  }
  .repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .repeater-de-tuiles {
    padding-block: 30px;
  }
  .repeater-de-tuiles .tuiles-container .tuiles {
    max-width: 100%;
  }
  .repeater-de-tuiles .tiles-lists .reg-cartes_list {
    row-gap: 20px;
  }
  .repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item {
    padding: 20px;
  }
  .repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item .reg-cartes_img {
    margin-bottom: 15px;
  }
  .repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item .reg-cartes_img img.tiles-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 45px;
  }
  .repeater-de-tuiles .tiles-lists .reg-cartes_list .reg-cartes_item .reg-cartes_content h3 {
    margin-bottom: 8px;
  }
}

.liste-dicones-section {
  padding-block: 60px;
  background-color: #F5F5F5;
}
.liste-dicones-section .liste-container .cell .content-wrapper {
  max-width: 513px;
}
.liste-dicones-section .liste-container .cell .icons-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 604px;
}
.liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 32px;
  width: 100%;
}
.liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item .icon-title {
  border-bottom: 1px solid rgba(0, 53, 114, 0.2);
  padding-bottom: 10px;
  width: 100%;
}
.liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item .icon-title p {
  margin-bottom: 0;
}
.liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item .icon-title strong, .liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item .icon-title b {
  font-weight: 700;
}
.liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item .icon-img {
  flex-shrink: 0;
  margin-top: 5px;
}
.liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item .icon-img img {
  width: 60px;
}
.liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item:last-child {
  align-items: flex-start;
}
.liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item:last-child .icon-title {
  padding: 12px 0 15px;
}
.liste-dicones-section.dark-mode {
  background-color: #003572;
}
.liste-dicones-section.dark-mode .liste-container .cell p, .liste-dicones-section.dark-mode .liste-container .cell h5, .liste-dicones-section.dark-mode .liste-container .cell h3, .liste-dicones-section.dark-mode .liste-container .cell h2 {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .liste-dicones-section .liste-container .cell .content-wrapper {
    max-width: 688px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .liste-dicones-section .liste-container .cell .icons-text-wrapper {
    max-width: 100%;
    margin: 20px 0 50px;
  }
}
@media (max-width: 767px) {
  .liste-dicones-section {
    padding-block: 30px;
  }
  .liste-dicones-section .liste-container .cell .content-wrapper {
    margin-bottom: 20px;
  }
  .liste-dicones-section .liste-container .cell .icons-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item .icon-title p {
    margin-bottom: 0;
  }
  .liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item .icon-img {
    margin-top: 3px;
  }
  .liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item .icon-img img {
    width: 66px;
  }
  .liste-dicones-section .liste-container .cell .icons-text-wrapper .liste-icon-item:last-child .icon-title {
    padding: 5px 0 15px;
  }
}

.etapes-section .icon-title h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .etapes-section .icon-title h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

.batit-cta-sec {
  padding-block: 60px;
  background-color: #F5F5F5;
}
.batit-cta-sec .cta-box {
  background-color: #0AA5D9;
  border-radius: 15px;
  padding: 19px 27px 19px 19px;
}
.batit-cta-sec .cta-box .cta-media {
  max-width: 572px;
  border-radius: 15px;
}
.batit-cta-sec .cta-box .cta-media img {
  border-radius: 15px;
}
.batit-cta-sec .cta-box .cta-content {
  max-width: 595px;
  margin-left: auto;
  padding-top: 15px;
}
.batit-cta-sec .cta-box .cta-content .cta-header-right h2 {
  font-weight: 300;
  color: #ffffff;
}
.batit-cta-sec .cta-box .cta-content .cta-intro-right p {
  color: #ffffff;
}
.batit-cta-sec .cta-box .cta-content .ctn-button-right {
  padding-top: 10px;
}
.batit-cta-sec .cta-box .cta-content .ctn-button-right .fill {
  background-color: #003572;
  border-color: #003572;
}
@media (max-width: 1023px) {
  .batit-cta-sec .cta-box {
    padding: 22px 22px 35px;
  }
  .batit-cta-sec .cta-box .cta-media, .batit-cta-sec .cta-box .cta-content {
    max-width: 100%;
  }
  .batit-cta-sec .cta-box .cta-content {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .batit-cta-sec {
    padding-block: 30px;
  }
  .batit-cta-sec .cta-box {
    padding: 14px 14px 30px;
  }
  .batit-cta-sec .cta-box .cta-content {
    padding-top: 15px;
  }
  .batit-cta-sec .cta-box .cta-content .ctn-button-right {
    padding-top: 0;
  }
}
.batit-cta-sec.mix-bg {
  background: linear-gradient(0deg, #003572 50%, #F5F5F5 50%);
}
@media (max-width: 767px) {
  .batit-cta-sec.mix-bg {
    background: #F5F5F5;
    padding: 45px 0 76px;
  }
}

.img-text {
  padding-block: 60px;
}
.img-text .text-data .img-text-btn {
  margin-top: 20px;
}
.img-text .text-data h3 {
  font-weight: 300;
}
.img-text .text-data h5 {
  color: #0AA5D9;
  margin-bottom: 15px;
}
.img-text .text-img-wrapper .img-box img {
  max-width: 513px;
  margin-left: auto;
  border-radius: 15px;
  display: block;
}
.img-text .img-text-wrapper .img-box img {
  margin-right: auto;
  max-width: 513px;
  border-radius: 15px;
  display: block;
}
@media (max-width: 1140px) {
  .img-text .text-img-wrapper .img-box img, .img-text .img-text-wrapper .img-box img {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .img-text {
    padding-block: 40px;
  }
  .img-text .text-img-wrapper .text-data, .img-text .img-text-wrapper .text-data {
    order: 2;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .img-text {
    padding-block: 30px;
  }
  .img-text .text-data {
    padding-top: 16px;
  }
  .img-text .text-data h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .img-text .text-data h5 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .img-text .text-img-wrapper .img-box img, .img-text .img-text-wrapper .img-box img {
    border-radius: 15px;
  }
}

.grille-dicones-sec {
  padding-block: 60px;
}
.grille-dicones-sec .grille-title {
  max-width: 731px;
  padding-bottom: 30px;
}
.grille-dicones-sec .grille-listing {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 356px));
  gap: 60px;
}
.grille-dicones-sec .grille-listing .grille-item {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 53, 114, 0.2);
  width: 100%;
}
.grille-dicones-sec .grille-listing .grille-item .grille-items-inner .grille-icon {
  margin-bottom: 20px;
}
.grille-dicones-sec .grille-listing .grille-item .grille-items-inner h3 {
  margin-bottom: 14px;
  font-size: 27px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .grille-dicones-sec .grille-listing .grille-item .grille-items-inner h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1140px) {
  .grille-dicones-sec .grille-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .grille-dicones-sec .grille-listing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .grille-dicones-sec .grille-listing .grille-item .grille-items-inner .grille-icon {
    width: 61px;
  }
}
@media (max-width: 767px) {
  .grille-dicones-sec {
    padding-block: 30px;
  }
  .grille-dicones-sec .grille-listing {
    gap: 22px;
  }
  .grille-dicones-sec .grille-listing .grille-item {
    padding-bottom: 15px;
  }
  .grille-dicones-sec .grille-listing .grille-item .grille-items-inner .grille-icon {
    width: 40px;
    margin-bottom: 12px;
  }
  .grille-dicones-sec .grille-listing .grille-item .grille-items-inner h2 {
    margin-bottom: 12px;
  }
  .grille-dicones-sec .grille-listing .grille-item .grille-items-inner p {
    margin-bottom: 0;
  }
}

.grille-dimages-sec {
  padding-block: 60px;
}
.grille-dimages-sec .grille-title {
  max-width: 731px;
  padding-bottom: 30px;
}
.grille-dimages-sec .grille-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.grille-dimages-sec .grille-listing .grille-item {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.grille-dimages-sec .grille-listing .grille-item .grille-items-inner .grille-image {
  margin-bottom: 16px;
}
.grille-dimages-sec .grille-listing .grille-item .grille-items-inner .grille-image img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.grille-dimages-sec .grille-listing .grille-item .grille-items-inner h3 {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .grille-dimages-sec .grille-listing .grille-item .grille-items-inner h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.grille-dimages-sec .grille-listing .grille-item .grille-items-inner .grille-btn {
  margin-top: 15px;
}
.grille-dimages-sec .grille-listing .grille-item .grille-items-inner .grille-btn .btn {
  font-size: 13px;
  line-height: 20px;
  padding: 11px 60px 11px 33px;
}
@media (max-width: 1140px) {
  .grille-dimages-sec .grille-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .grille-dimages-sec .grille-listing {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .grille-dimages-sec {
    padding-block: 30px;
  }
  .grille-dimages-sec .grid-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grille-dimages-sec .grille-listing {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.tables-global-sec {
  padding-block: 60px;
}
.tables-global-sec .tables-global-title {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.tables-global-sec .tables-global-title h2 {
  color: #003572;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 0;
}
.tables-global-sec .tables-global-wrapper .tables-global-empty {
  color: #003572;
  opacity: 0.8;
  font-size: 15px;
  margin-bottom: 0;
}
.tables-global-sec .tables-global-wrapper .tables-global-item {
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 15px;
  border: 1px solid rgba(0, 53, 114, 0.15);
  box-shadow: 0 2px 8px rgba(0, 53, 114, 0.06);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #0AA5D9 #F5F5F5;
}
.tables-global-sec .tables-global-wrapper .tables-global-item::-webkit-scrollbar {
  height: 10px;
}
.tables-global-sec .tables-global-wrapper .tables-global-item::-webkit-scrollbar-track {
  background: #F5F5F5;
  border-radius: 0 0 15px 15px;
}
.tables-global-sec .tables-global-wrapper .tables-global-item::-webkit-scrollbar-thumb {
  background: #0AA5D9;
  border-radius: 5px;
}
.tables-global-sec .tables-global-wrapper .tables-global-item::-webkit-scrollbar-thumb:hover {
  background: #003572;
}
.tables-global-sec .tables-global-wrapper .tables-global-item:last-child {
  margin-bottom: 0;
}
.tables-global-sec .tables-global-wrapper table,
.tables-global-sec .tables-global-wrapper .acf-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1100px;
  font-size: 15px;
  line-height: 1.5;
  background: #ffffff;
}
.tables-global-sec .tables-global-wrapper table th,
.tables-global-sec .tables-global-wrapper table td,
.tables-global-sec .tables-global-wrapper .acf-table th,
.tables-global-sec .tables-global-wrapper .acf-table td {
  padding: 14px 18px;
  border: 1px solid #d6d6d6;
  text-align: left;
  vertical-align: top;
}
.tables-global-sec .tables-global-wrapper table thead,
.tables-global-sec .tables-global-wrapper .acf-table thead {
  display: table-header-group;
}
.tables-global-sec .tables-global-wrapper table thead tr th,
.tables-global-sec .tables-global-wrapper .acf-table thead tr th {
  background: #003572 !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  border-color: #003572 !important;
}
.tables-global-sec .tables-global-wrapper table tbody tr:nth-child(even) td,
.tables-global-sec .tables-global-wrapper .acf-table tbody tr:nth-child(even) td {
  background: #F5F5F5;
}
.tables-global-sec .tables-global-wrapper table tbody tr:nth-child(odd) td,
.tables-global-sec .tables-global-wrapper .acf-table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.tables-global-sec .tables-global-wrapper table td,
.tables-global-sec .tables-global-wrapper .acf-table td {
  color: #003572;
}
.tables-global-sec .tables-global-wrapper table th:first-child,
.tables-global-sec .tables-global-wrapper table td:first-child,
.tables-global-sec .tables-global-wrapper .acf-table th:first-child,
.tables-global-sec .tables-global-wrapper .acf-table td:first-child {
  background: #e8f4f8 !important;
  font-weight: 700 !important;
  min-width: 200px;
  position: sticky;
  left: 0;
  z-index: 1;
  box-shadow: 2px 0 6px rgba(0, 53, 114, 0.08);
}
.tables-global-sec .tables-global-wrapper table tbody tr:nth-child(even) td:first-child,
.tables-global-sec .tables-global-wrapper .acf-table tbody tr:nth-child(even) td:first-child {
  background: #ddeef4 !important;
}
.tables-global-sec .tables-global-wrapper table thead tr th:first-child,
.tables-global-sec .tables-global-wrapper .acf-table thead tr th:first-child {
  background: #003572 !important;
  z-index: 2;
  box-shadow: 2px 0 6px rgba(0, 53, 114, 0.15);
}
.tables-global-sec .tables-global-wrapper table th:nth-child(2),
.tables-global-sec .tables-global-wrapper table td:nth-child(2),
.tables-global-sec .tables-global-wrapper .acf-table th:nth-child(2),
.tables-global-sec .tables-global-wrapper .acf-table td:nth-child(2) {
  min-width: 160px;
}
.tables-global-sec .tables-global-wrapper table th:nth-child(9),
.tables-global-sec .tables-global-wrapper table td:nth-child(9),
.tables-global-sec .tables-global-wrapper table th:nth-child(8),
.tables-global-sec .tables-global-wrapper table td:nth-child(8),
.tables-global-sec .tables-global-wrapper .acf-table th:nth-child(9),
.tables-global-sec .tables-global-wrapper .acf-table td:nth-child(9),
.tables-global-sec .tables-global-wrapper .acf-table th:nth-child(8),
.tables-global-sec .tables-global-wrapper .acf-table td:nth-child(8) {
  min-width: 140px;
}
.tables-global-sec .tables-global-wrapper table th:last-child,
.tables-global-sec .tables-global-wrapper table td:last-child,
.tables-global-sec .tables-global-wrapper .acf-table th:last-child,
.tables-global-sec .tables-global-wrapper .acf-table td:last-child {
  min-width: 160px;
  white-space: nowrap;
}
.tables-global-sec .tables-global-wrapper table .tables-icon,
.tables-global-sec .tables-global-wrapper .acf-table .tables-icon {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.25em;
  vertical-align: -0.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tables-global-sec .tables-global-wrapper table .tables-icon--check,
.tables-global-sec .tables-global-wrapper .acf-table .tables-icon--check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2352C691' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}
.tables-global-sec .tables-global-wrapper table .tables-icon--cross,
.tables-global-sec .tables-global-wrapper .acf-table .tables-icon--cross {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23003572' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .tables-global-sec {
    padding-block: 30px;
  }
  .tables-global-sec .tables-global-title h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .tables-global-sec .tables-global-wrapper .tables-global-item {
    margin-bottom: 30px;
  }
  .tables-global-sec .tables-global-wrapper table,
  .tables-global-sec .tables-global-wrapper .acf-table {
    font-size: 14px;
    min-width: 1000px;
  }
  .tables-global-sec .tables-global-wrapper table th,
  .tables-global-sec .tables-global-wrapper table td,
  .tables-global-sec .tables-global-wrapper .acf-table th,
  .tables-global-sec .tables-global-wrapper .acf-table td {
    padding: 12px 14px;
  }
  .tables-global-sec .tables-global-wrapper table th:first-child,
  .tables-global-sec .tables-global-wrapper table td:first-child,
  .tables-global-sec .tables-global-wrapper .acf-table th:first-child,
  .tables-global-sec .tables-global-wrapper .acf-table td:first-child {
    min-width: 160px;
  }
}

.formulaire-section {
  padding-block: 60px;
}
.formulaire-section .formulaire-title a {
  font-size: 20px;
  font-weight: 700;
  color: #003572;
}
.formulaire-section .formulaire-title a:hover {
  color: #0AA5D9;
}
.formulaire-section .formulaire-title {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 53, 114, 0.2);
}
.formulaire-section .social-icons-wrapper .social-icons-list {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.formulaire-section .social-icons-wrapper .social-icons-list li {
  margin: 0;
  width: 67px;
  height: 67px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.formulaire-section .social-icons-wrapper .social-icons-list li a {
  display: flex;
  border-radius: 100px;
}
.formulaire-section .social-icons-wrapper .social-icons-list li a:hover {
  background-color: #003572;
}
.formulaire-section .social-icons-wrapper .social-icons-list li::before {
  display: none;
}
@media (max-width: 1023px) {
  .formulaire-section .social-icons-wrapper {
    margin-bottom: 40px;
  }
}
.formulaire-section .contact-info--with-image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: flex-start !important;
}
.formulaire-section .contact-info--with-image .contact-info__image {
  flex-shrink: 0;
  align-self: flex-start;
}
.formulaire-section .contact-info--with-image .contact-info__image img {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  object-fit: cover;
}
.formulaire-section .contact-info--with-image .contact-details p.contact-details__address {
  color: #003572 !important;
  font-weight: normal;
  margin: 5px 0;
}
.formulaire-section .contact-info--with-image .contact-details a.contact-details__phone {
  font-weight: 700 !important;
}
@media (max-width: 1023px) {
  .formulaire-section {
    padding-block: 30px;
  }
  .formulaire-section .grid-container > .grid-x,
  .formulaire-section .container-wrapper > .grid-x {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
  }
  .formulaire-section .grid-container > .grid-x > .cell,
  .formulaire-section .container-wrapper > .grid-x > .cell {
    display: contents;
  }
  .formulaire-section .formulaire-title {
    order: 1;
  }
  .formulaire-section .formulaire-iframe {
    order: 2;
    margin-bottom: 40px;
  }
  .formulaire-section .formulaire-contact-item {
    order: 3;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .formulaire-section .formulaire-contact-item .contat-list .grid-x {
    margin-left: 0;
    margin-right: 0;
  }
  .formulaire-section .social-icons-wrapper {
    order: 4;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .formulaire-section .contact-info--with-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .formulaire-section .contact-info--with-image .contact-info__image {
    margin-bottom: 10px;
  }
  .formulaire-section .contact-info--with-image .contact-details {
    width: 100%;
  }
  .formulaire-section .contact-info--with-image .contact-details p, .formulaire-section .contact-info--with-image .contact-details .contact-details__address, .formulaire-section .contact-info--with-image .contact-details a {
    text-align: left;
    width: 100%;
  }
  .formulaire-section .formulaire-title {
    border-bottom: 0;
  }
  .formulaire-section .social-icons-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .formulaire-section .social-icons-wrapper .social-icons-list {
    gap: 14px;
  }
  .formulaire-section .social-icons-wrapper .social-icons-list li {
    width: 52px;
    height: 52px;
  }
}

.for-faq {
  background-color: #F5F5F5;
  padding-block: 60px;
}
.for-faq .faq-lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.for-faq .faq-lists h2 {
  margin-bottom: 0;
}
.for-faq .faq-wrapper .faq-text-item .faq-title {
  padding: 20px 0 12px;
  border-bottom: 1px solid #d6d6d6;
}
.for-faq .faq-wrapper .faq-text-item .faq-title .faq-question {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #003572;
  cursor: pointer;
}
.for-faq .faq-wrapper .faq-text-item .faq-title .faq-icon {
  flex-shrink: 0;
  margin-right: 14px;
}
.for-faq .faq-wrapper .faq-text-item .faq-title .faq-icon img {
  width: 56px;
}
.for-faq .faq-wrapper .faq-text {
  padding-top: 20px;
}
@media (max-width: 1023px) {
  .for-faq .faq-lists {
    padding-bottom: 60px;
  }
  .for-faq .faq-lists h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .for-faq {
    padding-block: 30px;
  }
  .for-faq .faq-lists {
    padding-bottom: 30px;
  }
  .for-faq .faq-lists h2 {
    margin-bottom: 20px;
  }
  .for-faq .faq-wrapper .faq-text-item .faq-title h4 {
    gap: 26px;
  }
  .for-faq .faq-wrapper .faq-text-item .faq-title .faq-icon img {
    width: 46px;
  }
  .for-faq .faq-wrapper .faq-text {
    padding-top: 15px;
  }
}

.astuces-conseils-sec {
  padding-block: 60px;
  background-color: #F5F5F5;
}
.astuces-conseils-sec .conseils-intro .astuces-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.astuces-conseils-sec .conseils-intro .astuces-title h2 {
  margin-bottom: 0;
  font-weight: 300;
}
.astuces-conseils-sec .conseils-intro .astuces-title h2 b {
  display: block;
}
.astuces-conseils-sec .conseils-intro .astuces-title .custom-slider-arrows {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.astuces-conseils-sec .astuces-conseils-container {
  max-width: 100% !important;
  padding-left: calc(50% - 638px) !important;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide {
  margin-right: 32px;
  background-color: #ffffff;
  padding: 15px 20px 22px;
  border-radius: 15px;
  max-width: 404px;
  display: flex;
  height: inherit;
  position: relative;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .conseils-card-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .astuces-conseils-image {
  margin-bottom: 28px;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .astuces-conseils-image a {
  width: 100%;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .astuces-conseils-image img {
  border-radius: 15px;
  width: 100%;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .astuces-conseils-content .custom-date .c-label a {
  font-size: 15px;
  font-weight: 700;
  color: #0AA5D9;
  padding: 10px;
  border: 1px solid #0AA5D9;
  border-radius: 15px;
  padding: 4px 10px;
  display: inline-flex;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .astuces-conseils-content .astuces-link {
  margin-top: 38px;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .title {
  font-weight: 400;
  max-width: 90%;
  margin: 10px 0 0;
}
.astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner h3.title {
  font-size: 27px;
  line-height: 35px;
}
@media (max-width: 1440px) {
  .astuces-conseils-sec .astuces-conseils-container {
    padding-left: 4% !important;
  }
}
@media (max-width: 1023px) {
  .astuces-conseils-sec .astuces-conseils-container {
    padding-left: 40px !important;
  }
  .astuces-conseils-sec .astuces-conseils-container .slick-list {
    overflow: visible;
  }
  .astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide {
    margin-right: 26px;
    max-width: 682px;
  }
}
@media (max-width: 767px) {
  .astuces-conseils-sec .astuces-conseils-container {
    padding-left: 20px !important;
  }
  .astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide {
    margin-right: 8px;
    padding: 14px 13px 17px 13px;
    max-width: 100%;
  }
  .astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .astuces-conseils-image {
    margin-bottom: 20px;
  }
  .astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .astuces-conseils-content .custom-date .c-label a {
    font-size: 12px;
    font-weight: 700;
    color: #0AA5D9;
    padding: 10px;
    border: 1px solid #0AA5D9;
    border-radius: 15px;
    padding: 2px 10px;
    display: inline-flex;
  }
  .astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .astuces-conseils-content .astuces-link {
    margin-top: 15px;
  }
  .astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner .title {
    font-weight: 400;
    max-width: 90%;
    margin: 10px 0 0;
  }
  .astuces-conseils-sec .astuces-conseils-container .slick-list .slick-track .slick-slide .astuces-conseils-item-inner h3.title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .astuces-conseils-sec .conseils-intro .astuces-title {
    padding-bottom: 25px;
  }
  .astuces-conseils-sec .conseils-intro .astuces-title .custom-slider-arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .astuces-conseils-sec {
    padding-block: 30px;
  }
}

@media (max-width: 767px) {
  .bati-box_title_sec.jobs {
    padding: 0 0 30px;
  }
}

.google-reviews-section {
  padding-block: 60px;
  background-color: #F5F5F5;
}
.google-reviews-section .google-review-wrapper {
  max-width: 100% !important;
  padding-left: calc(50% - 635px);
}
.google-reviews-section .google-review-wrapper .grid-margin-x {
  display: grid;
  margin: 0;
  grid-template-columns: 1.2fr 3fr;
  gap: 77px;
}
.google-reviews-section .google-review-wrapper .grid-margin-x .cell {
  width: 100%;
  margin: 0;
}
.google-reviews-section .google-review-wrapper .review-title h2 {
  margin-bottom: 30px;
}
.google-reviews-section .google-review-wrapper .review-slider {
  position: relative;
}
.google-reviews-section .google-review-wrapper .review-slider::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 160px;
  height: 100%;
  z-index: 1;
  background: transparent linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%) 0% 0% no-repeat padding-box;
}
.google-reviews-section .google-review-wrapper .review-slider .ti-controls {
  opacity: 0;
}
.google-reviews-section .google-review-wrapper .review-slider .ti-widget.ti-goog .ti-reviews-container-wrapper {
  margin: 0 !important;
}
.google-reviews-section .google-review-wrapper .review-slider {
  /* SLICK OVERRIDES ARCHIVED — Slick removed, Trustindex native slider used
  .ti-widget.ti-goog .ti-reviews-container-wrapper {
      .slick-track { display: flex; justify-content: flex-start; }
      .slick-slide { display: flex; height: inherit; margin-right: 36px; width: 402px; }
      .slick-slide > div { width: 100%; }
      .ti-review-item { max-width: 100% !important; height: 100%; }
      // Visual overrides (padding, bg, border-radius, typo) also removed —
      // all card styling now handled via trustindex.io configurator
  }
  END SLICK OVERRIDES ARCHIVED */
}
@media (max-width: 1440px) {
  .google-reviews-section .google-review-wrapper {
    padding-left: 4%;
  }
  .google-reviews-section .google-review-wrapper .grid-margin-x {
    grid-template-columns: 1.5fr 3fr;
    gap: 65px;
  }
}
@media (max-width: 1279px) {
  .google-reviews-section .google-review-wrapper .grid-margin-x {
    gap: 58px;
  }
}
@media (max-width: 1140px) {
  .google-reviews-section .google-review-wrapper .grid-margin-x {
    gap: 46px;
    grid-template-columns: 1.8fr 3fr;
  }
}
@media (max-width: 1023px) {
  .google-reviews-section .google-review-wrapper {
    padding-left: 40px;
    position: relative;
  }
  .google-reviews-section .google-review-wrapper .grid-margin-x {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .google-reviews-section .google-review-wrapper .review-title h2 {
    margin-bottom: 0;
  }
  .google-reviews-section .google-review-wrapper .review-title h2 span {
    display: block;
  }
  .google-reviews-section .google-review-wrapper .obs-exp_btn {
    position: absolute;
    bottom: -110px;
  }
  .google-reviews-section .google-review-wrapper .review-slider {
    transition: all 0.5s ease-in-out;
  }
  .google-reviews-section .google-review-wrapper .review-slider:after {
    display: none;
  }
  .google-reviews-section .google-review-wrapper .slick-dots-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .google-reviews-section .google-review-wrapper {
    padding-left: 20px;
  }
  .google-reviews-section .google-review-wrapper .review-title h2 {
    text-align: center;
  }
  .google-reviews-section .google-review-wrapper .review-slider .ti-controls-line {
    display: none !important;
  }
  .google-reviews-section .google-review-wrapper .obs-exp_btn {
    display: none;
  }
  .google-reviews-section .google-review-wrapper .slick-dots-container {
    display: block;
  }
}
@media (max-width: 1023px) {
  .google-reviews-section {
    padding-bottom: 138px;
  }
}
@media (max-width: 767px) {
  .google-reviews-section {
    padding: 30px 0 40px;
  }
}

.custom-banner.img {
  position: relative;
  /* Hauteur figée (min = max) : pas de resize / saut au scroll ou au chargement image */
  height: 608px;
  min-height: 608px;
  max-height: 608px;
  overflow: hidden;
  z-index: 0;
}
.custom-banner.img .banner-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 0;
}
.custom-banner.img .banner-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.custom-banner.img .nos-content-wrapper h1, .custom-banner.img .nos-content-wrapper p {
  color: #ffffff;
}
.custom-banner.img .nos-content-wrapper .nos-titre {
  padding-bottom: 26px;
}
.custom-banner.img .nos-content-wrapper .nos-titre h1 {
  font-size: 65px;
  line-height: 75px;
}
.custom-banner.img .nos-content-wrapper .item-texte {
  padding-right: 12px;
}
.custom-banner.img .nos-content-wrapper .item-texte p {
  margin: 12px 0 0 0;
  font-size: 15px;
  line-height: 23px;
  text-wrap: balance;
}
.custom-banner.img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 361px;
  content: "";
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.69;
  z-index: 1;
  pointer-events: none;
}
.custom-banner.img .grid-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 66px;
  width: 100%;
  max-width: 1356px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .custom-banner.img {
    height: 707px;
    min-height: 707px;
    max-height: 707px;
    text-align: center;
  }
  .custom-banner.img::after {
    height: 489px;
    opacity: 0.8;
  }
  .custom-banner.img .nos-content-wrapper .cell:nth-child(2) {
    order: 2;
  }
  .custom-banner.img .nos-content-wrapper .nos-titre {
    padding-bottom: 26px;
  }
  .custom-banner.img .nos-content-wrapper .item-texte {
    padding-right: 0px;
    max-width: 175px;
    margin-inline: auto;
  }
  .custom-banner.img .nos-content-wrapper .item-texte p {
    margin: 19px 0 0 0;
    text-wrap: unset;
  }
  .custom-banner.img .grid-container {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .custom-banner.img {
    height: 574px;
    min-height: 574px;
    max-height: 574px;
    text-align: left;
  }
  .custom-banner.img .nos-content-wrapper .grid-x {
    margin: 0;
  }
  .custom-banner.img .nos-content-wrapper .cell {
    width: 100%;
    margin: 0;
  }
  .custom-banner.img .nos-content-wrapper .nos-titre {
    padding-bottom: 0px;
  }
  .custom-banner.img .nos-content-wrapper .nos-titre h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .custom-banner.img .nos-content-wrapper .item-img svg {
    width: 36px;
    height: 36px;
  }
  .custom-banner.img .nos-content-wrapper .item-texte {
    padding: 0 0 5px;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    width: calc(100% - 64px);
    margin-inline: 0;
  }
  .custom-banner.img .nos-content-wrapper .item-texte p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    max-width: 276px;
  }
  .custom-banner.img .grid-container {
    bottom: 20px;
  }
  .custom-banner.img .grid-container .banner-items {
    row-gap: 18px;
    margin: 0;
  }
  .custom-banner.img .grid-container .banner-items .nos-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
  }
}

.contact-form {
  background-color: rgba(10, 165, 217, 0.1);
  border-radius: 20px;
  padding: 43px 40px 12px;
}
.contact-form .quform a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.contact-form .quform .quform-label label {
  color: #003572;
  font-size: 13px;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.contact-form .quform .quform-field {
  border: 0;
  padding-left: 19px;
  height: 45px;
  font-size: 17px;
  line-height: 500;
  border-radius: 23px;
  box-shadow: none;
}
.contact-form .quform .quform-spacer {
  margin-bottom: 0;
}
.contact-form .quform .quform-spacer p {
  margin-bottom: 0;
}
.contact-form .quform .quform-spacer strong {
  font-size: 13px;
  color: #003572;
}
.contact-form .quform .quform-inner-checkbox .quform-option input[type=checkbox] {
  height: auto;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  padding: 0;
  background-color: #ffffff;
  -webkit-appearance: none;
  min-width: auto;
  border: 0;
  cursor: pointer;
}
.contact-form .quform .quform-inner-checkbox .quform-option input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #003572;
  margin: 3px;
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 3px;
  transition: all 0.5s ease-in-out;
}
.contact-form .quform .quform-inner-checkbox .quform-option-label {
  font-weight: 300;
  color: #003572;
  font-size: 13px;
  padding-left: 15px;
}
.contact-form .quform .quform-element-submit {
  margin: 0 0 12px 0;
}
@media (max-width: 1140px) {
  .contact-form {
    padding-inline: 25px;
  }
}
@media (max-width: 1023px) {
  .contact-form {
    padding: 18px 45px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding: 30px 15px 8px;
  }
  .contact-form .quform .quform-label label {
    font-size: 12px;
    padding-bottom: 8px;
  }
  .contact-form .quform .quform-field {
    padding-left: 23px;
    height: 40px;
    font-size: 13px;
  }
  .contact-form .quform .quform-element-submit {
    margin: 0 0 10px 0;
  }
  .contact-form .quform .quform-element-submit .quform-submit::after {
    right: 25px;
  }
  .contact-form .quform .quform-spacer {
    padding-bottom: 8px;
  }
}

.batit-accueil-sec .contact-form {
  background-color: #F5F5F5;
}

.custom-banner .header-bg-image {
  position: relative;
  height: 649px;
}
.custom-banner .header-bg-image img, .custom-banner .header-bg-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}
.custom-banner .header-bg-image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
}
.custom-banner .header-bg-image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 334px;
  background: linear-gradient(180deg, rgba(20, 60, 23, 0) 0%, rgba(0, 0, 0, 0.5294117647) 90%);
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .custom-banner .header-bg-image {
    height: 772px;
  }
  .custom-banner .header-bg-image::after {
    background: linear-gradient(180deg, rgba(20, 60, 23, 0) 0%, rgba(0, 0, 0, 0.8901960784) 90%);
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .custom-banner .header-bg-image {
    height: 570px;
  }
  .custom-banner .header-bg-image::before {
    height: 135px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(255, 255, 255, 0));
  }
  .custom-banner .header-bg-image::after {
    background: linear-gradient(180deg, rgba(20, 60, 23, 0) 0%, rgba(0, 0, 0, 0.8901960784) 90%);
    height: 286px;
  }
}
.custom-banner .grid-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 70px;
}
.custom-banner .grid-container .banner-wrapper .text-wrapper {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.custom-banner .grid-container .banner-wrapper .text-wrapper .banner-data {
  padding-top: 10px;
}
.custom-banner .grid-container .banner-wrapper .text-wrapper .banner-data p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .custom-banner .grid-container {
    bottom: 40px;
  }
  .custom-banner .grid-container .banner-wrapper .text-wrapper .banner-data {
    padding-top: 0;
    max-width: 292px;
    margin: 0 auto;
  }
  .custom-banner .grid-container .banner-wrapper .text-wrapper .banner-data p {
    font-size: 14px;
    line-height: 20px;
  }
}
.custom-banner .scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: -124px;
  text-align: center;
}
.custom-banner .scroll-down a {
  display: block;
}
@media (max-width: 767px) {
  .custom-banner .scroll-down {
    width: 77px;
    bottom: -80px;
  }
}

.bati-box_title_sec {
  background-color: #F5F5F5;
  padding: 80px 0 64px;
}
.bati-box_title_sec .reg-temoignages_titre h3 span {
  font-weight: 400;
  color: #003572;
}
.bati-box_title_sec .jobs-text {
  padding: 48px 0 36px;
}
.bati-box_title_sec .jobs-text .job-wrapper {
  row-gap: 30px;
}
.bati-box_title_sec .jobs-text .job-wrapper .job-box {
  background-color: #ffffff;
  border-radius: 15px;
  min-height: 237px;
}
.bati-box_title_sec .jobs-text .job-wrapper .job-box > a {
  height: 100%;
}
.bati-box_title_sec .jobs-text .job-wrapper .job-box .box-inner {
  height: 100%;
  padding: 20px 28px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: 0;
}
.bati-box_title_sec .jobs-text .job-wrapper .job-box .box-inner .top-text h4 {
  font-weight: 500;
}
.bati-box_title_sec .jobs-text .job-wrapper .job-box .box-inner .bottom-text span {
  font-size: 13px;
  font-weight: 700;
  color: #0AA5D9;
}
.bati-box_title_sec .jobs-text .job-wrapper .job-box.fill-box {
  background-color: #0AA5D9;
  position: relative;
}
.bati-box_title_sec .jobs-text .job-wrapper .job-box.fill-box .top-text {
  max-width: 258px;
}
.bati-box_title_sec .jobs-text .job-wrapper .job-box.fill-box .bottom-text img {
  width: 33px;
}
.bati-box_title_sec .jobs-text .job-wrapper .job-box.fill-box::after {
  position: absolute;
  right: 23px;
  bottom: 22px;
  background-image: url("../assets/images/white_dop.svg");
  content: "";
  width: 103px;
  height: 129px;
  background-repeat: no-repeat;
  background-size: right;
}
.bati-box_title_sec .bati-video {
  padding: 36px 0 40px;
}
.bati-box_title_sec .bati-video .video-wrapper {
  border-radius: 15px;
  overflow: hidden;
}
.bati-box_title_sec .left-right-text {
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .bati-box_title_sec {
    padding: 89px 0 53px;
  }
  .bati-box_title_sec .jobs-text {
    padding: 40px 0 56px;
  }
  .bati-box_title_sec .jobs-text .job-wrapper {
    row-gap: 21px;
  }
  .bati-box_title_sec .jobs-text .job-wrapper .job-box {
    min-height: 215px;
  }
  .bati-box_title_sec .bati-video {
    margin-inline: -40px;
    padding-bottom: 15px;
  }
  .bati-box_title_sec .bati-video .video-wrapper {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .bati-box_title_sec {
    padding: 65px 0 50px;
  }
  .bati-box_title_sec .jobs-text {
    padding: 30px 0 56px;
  }
  .bati-box_title_sec .jobs-text .job-wrapper {
    row-gap: 18px;
  }
  .bati-box_title_sec .jobs-text .job-wrapper .job-box {
    min-height: 175px;
    border-radius: 15px;
  }
  .bati-box_title_sec .jobs-text .job-wrapper .job-box .box-inner {
    padding: 17px 16px 17px;
  }
  .bati-box_title_sec .jobs-text .job-wrapper .job-box .box-inner .top-text h4 {
    padding-top: 5px;
  }
  .bati-box_title_sec .jobs-text .job-wrapper .job-box.fill-box .top-text {
    max-width: 230px;
  }
  .bati-box_title_sec .jobs-text .job-wrapper .job-box.fill-box::after {
    background-size: contain;
    width: 88px;
    height: 109px;
  }
  .bati-box_title_sec .bati-video {
    margin-inline: -40px;
    padding-bottom: 15px;
  }
  .bati-box_title_sec .bati-video .video-wrapper {
    border-radius: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .bati-box_title_sec .bati-video .video-wrapper .play-btn {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .bati-box_title_sec .left-right-text {
    padding-top: 30px;
  }
  .bati-box_title_sec .left-right-text .left-text {
    padding-bottom: 8px;
  }
}

.raisons {
  padding: 55px 0 119px;
}
.raisons .raisons-content {
  max-width: 837px;
  margin: 0 auto;
}
.raisons .img-text-loop {
  padding-top: 35px;
  max-width: 1167px;
  margin: 0 auto;
  display: grid;
  row-gap: 47px;
}
.raisons .img-text-loop .img-text-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  -moz-column-gap: 140px;
  column-gap: 140px;
}
.raisons .img-text-loop .img-text-wrapper .raison_img img {
  border-radius: 15px;
}
.raisons .img-text-loop .img-text-wrapper .raison_data {
  padding-top: 25px;
  border-top: 1px solid #d6d6d6;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 64px;
}
.raisons .img-text-loop .img-text-wrapper .raison_data .raison_no {
  width: 45px;
  height: 45px;
  background-color: #FFBB22;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.raisons .img-text-loop .img-text-wrapper .raison_data .raison_no span {
  font-size: 23px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
}
.raisons .img-text-loop .img-text-wrapper .raison_data .raison_text h3 {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .raisons {
    padding: 85px 0 90px;
  }
  .raisons .raisons-content {
    max-width: 100%;
  }
  .raisons .img-text-loop {
    padding-top: 35px;
    max-width: 100%;
    row-gap: 40px;
  }
  .raisons .img-text-loop .img-text-wrapper {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 40px;
  }
  .raisons .img-text-loop .img-text-wrapper .raison_img img {
    border-radius: 15px;
  }
  .raisons .img-text-loop .img-text-wrapper .raison_data {
    padding-top: 0px;
    border-top: 0;
    padding-left: 23px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 46px;
  }
  .raisons .img-text-loop .img-text-wrapper .raison_data .raison_no {
    width: 51px;
    height: 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-shrink: 0;
  }
  .raisons .img-text-loop .img-text-wrapper .raison_data .raison_text h3 {
    margin-bottom: 10px;
    max-width: 513px;
  }
}
@media (max-width: 767px) {
  .raisons {
    padding: 37px 0 40px;
  }
  .raisons .img-text-loop {
    padding-top: 22px;
    row-gap: 26px;
  }
  .raisons .img-text-loop .img-text-wrapper {
    row-gap: 26px;
  }
  .raisons .img-text-loop .img-text-wrapper .raison_data {
    padding-left: 9px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .raisons .img-text-loop .img-text-wrapper .raison_data .raison_no {
    width: 33px;
    height: 33px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-shrink: 0;
  }
  .raisons .img-text-loop .img-text-wrapper .raison_data .raison_no span {
    font-size: 16px;
  }
  .raisons .img-text-loop .img-text-wrapper .raison_data .raison_text h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 13px;
  }
}

.bati-avantages-sec {
  padding: 63px 0 40px;
  background-color: #F5F5F5;
}
.bati-avantages-sec h2 {
  margin-bottom: 30px;
}
.bati-avantages-sec .advantage-wrapper {
  border-radius: 20px;
  background-color: #ffffff;
}
.bati-avantages-sec .advantage-wrapper .adavantage-img img {
  border-top-left-radius: 20px;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}
.bati-avantages-sec .advantage-wrapper .advantage-data {
  padding: 42px 49px 62px 140px;
}
@media (max-width: 1023px) {
  .bati-avantages-sec .advantage-wrapper .adavantage-img {
    display: none;
  }
  .bati-avantages-sec .advantage-wrapper .advantage-data {
    padding: 42px 27px 62px 27px;
  }
}
@media (max-width: 767px) {
  .bati-avantages-sec {
    padding: 48px 0 27px;
  }
  .bati-avantages-sec h2 {
    margin-bottom: 26px;
  }
  .bati-avantages-sec .advantage-wrapper {
    border-radius: 15px;
  }
  .bati-avantages-sec .advantage-wrapper .advantage-data {
    padding: 14px 17px 40px;
  }
}

.bati-nos-valeurs-sec {
  padding: 40px 0 55px;
  background-color: #F5F5F5;
}
.bati-nos-valeurs-sec .valeurs-content {
  max-width: 840px;
  margin: 0 auto;
}
.bati-nos-valeurs-sec .value-slider {
  padding-inline: 20px;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 30px;
}
.bati-nos-valeurs-sec .value-slider .slick-arrow {
  font-size: 0;
  width: 77px;
  background-image: url("../assets/images/slick-arw.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 77px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31.3%;
  cursor: pointer;
  z-index: 1;
}
.bati-nos-valeurs-sec .value-slider .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 31.4%;
  right: unset;
}
@media (max-width: 1440px) {
  .bati-nos-valeurs-sec .value-slider .slick-arrow {
    right: 30.8%;
  }
  .bati-nos-valeurs-sec .value-slider .slick-arrow.slick-prev {
    left: 30.8%;
    right: unset;
  }
}
@media (max-width: 1140px) {
  .bati-nos-valeurs-sec .value-slider .slick-arrow {
    right: 31.7%;
    width: 48px;
    height: 48px;
  }
  .bati-nos-valeurs-sec .value-slider .slick-arrow.slick-prev {
    left: 31.7%;
    right: unset;
  }
}
@media (max-width: 1023px) {
  .bati-nos-valeurs-sec .value-slider .slick-arrow {
    display: none !important;
  }
}
.bati-nos-valeurs-sec .value-slider .slick-track {
  display: flex;
  justify-content: flex-start;
}
.bati-nos-valeurs-sec .value-slider .slick-track .slick-slide {
  margin-inline: 70px;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 66px 60px 42px 60px;
  text-align: center;
  display: flex;
  height: inherit;
  width: 404px !important;
  transition: all 0.5s ease-in-out;
}
.bati-nos-valeurs-sec .value-slider .slick-track .slick-slide .value-card img {
  margin: 0 auto;
}
.bati-nos-valeurs-sec .value-slider .slick-track .slick-slide .value-card h3 {
  font-size: 27px;
  line-height: 35px;
  margin: 40px 0 29px;
}
.bati-nos-valeurs-sec .value-slider .slick-track .slick-slide .value-card p {
  color: #D3D3D3;
  max-width: 263px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .bati-nos-valeurs-sec .value-slider .slick-track .slick-slide .value-card p {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .bati-nos-valeurs-sec .value-slider .slick-track .slick-slide .value-card p {
    max-width: 309px;
    margin: 0 auto;
  }
}
.bati-nos-valeurs-sec .value-slider .slick-track .slick-slide.slick-center {
  background-color: #0AA5D9;
  color: #ffffff;
}
.bati-nos-valeurs-sec .value-slider .slick-track .slick-slide.slick-center .value-card h3 {
  color: rgba(255, 255, 255, 0.35);
}
.bati-nos-valeurs-sec .value-slider .slick-track .slick-slide.slick-center .value-card p {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1440px) {
  .bati-nos-valeurs-sec .value-slider .slick-track .slick-slide {
    margin-inline: 45px;
    padding-inline: 25px;
  }
}
@media (max-width: 1140px) {
  .bati-nos-valeurs-sec .value-slider .slick-track .slick-slide {
    margin-inline: 30px;
    padding-inline: 13px;
  }
}
@media (max-width: 1023px) {
  .bati-nos-valeurs-sec .value-slider .slick-track .slick-slide {
    margin: 0 44px 0 0;
    padding-inline: 13px;
  }
  .bati-nos-valeurs-sec .value-slider .slick-track .slick-slide > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bati-nos-valeurs-sec .value-slider .slick-track .slick-slide {
    margin: 0 24px 0 0;
    padding: 33px 18px 25px 18px;
    max-width: 246px !important;
  }
  .bati-nos-valeurs-sec .value-slider .slick-track .slick-slide .value-card h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 10px;
  }
}
@media (max-width: 1023px) {
  .bati-nos-valeurs-sec .value-slider {
    max-width: 100%;
    padding-inline: 0;
  }
  .bati-nos-valeurs-sec .value-slider .slick-list {
    overflow: visible;
  }
  .bati-nos-valeurs-sec .value-slider .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
  }
  .bati-nos-valeurs-sec .value-slider .slick-dots li {
    margin: 0;
    width: 15px;
    cursor: pointer;
  }
  .bati-nos-valeurs-sec .value-slider .slick-dots li::before {
    width: 15px;
    height: 15px;
    opacity: 0.3;
    left: 0px;
    top: 0;
  }
  .bati-nos-valeurs-sec .value-slider .slick-dots li button {
    font-size: 0;
  }
  .bati-nos-valeurs-sec .value-slider .slick-dots li button:focus-visible {
    outline: none;
  }
  .bati-nos-valeurs-sec .value-slider .slick-dots li.slick-active::before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .bati-nos-valeurs-sec .value-slider .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 21px;
  }
  .bati-nos-valeurs-sec .value-slider .slick-dots li {
    width: 9px;
  }
  .bati-nos-valeurs-sec .value-slider .slick-dots li::before {
    width: 9px;
    height: 9px;
  }
}

.bati-footer-section {
  padding: 55px 0;
  background-color: #F5F5F5;
}
.bati-footer-section .bati-footer-wrapper h2 {
  margin-top: 34px;
}
.bati-footer-section .bati-footer-wrapper p {
  max-width: 621px;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  .bati-footer-section {
    padding: 23px 0 68px;
  }
  .bati-footer-section .bati-footer-wrapper img {
    width: 72px;
  }
  .bati-footer-section .bati-footer-wrapper h2 {
    margin-block: 13px;
  }
  .bati-footer-section .bati-footer-wrapper p {
    margin-bottom: 8px;
  }
}

.common-banner {
  position: relative;
}
.common-banner .header-bg-image {
  height: 541px;
}
.common-banner .header-bg-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  background-position: top;
}
@media (max-width: 1023px) {
  .common-banner .header-bg-image {
    height: 514px;
  }
}
@media (max-width: 767px) {
  .common-banner .header-bg-image {
    height: 477px;
  }
}
.common-banner .grid-container {
  position: absolute;
  top: 212px;
  right: 0;
  left: 0;
  z-index: 1;
}
.common-banner .grid-container .box-inner {
  max-width: 597px;
  margin-left: 15px;
}
.common-banner .grid-container .box-inner .top-text h2 {
  color: #ffffff;
  margin: 8px 0 19px;
}
.common-banner .grid-container .box-inner .top-text .subtitle {
  background-color: #0AA5D9;
  color: #ffffff;
  padding: 11px 16px;
}
.common-banner .grid-container .box-inner .bottom-text span {
  font-size: 15px;
  font-weight: 700;
  color: #0AA5D9;
}
@media (max-width: 1023px) {
  .common-banner .grid-container {
    top: 209px;
  }
  .common-banner .grid-container .box-inner .bottom-text span {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .common-banner .grid-container {
    top: 238px;
  }
  .common-banner .grid-container .box-inner {
    margin-left: 10px;
  }
  .common-banner .grid-container .box-inner .top-text .subtitle {
    padding: 7px 16px;
  }
  .common-banner .grid-container .box-inner .top-text h2 {
    margin: 0 0 8px 0;
  }
  .common-banner .grid-container .box-inner .bottom-text span {
    font-size: 11px;
  }
}
.common-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 72%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 53, 114, 0) 0%, rgb(0, 53, 114) 100%);
}
@media (max-width: 767px) {
  .common-banner::after {
    width: 85%;
    background: linear-gradient(270deg, rgba(0, 53, 114, 0) 0%, rgba(0, 53, 114, 0.8196078431) 100%);
  }
}

.bati-features {
  padding: 51px 0 0px;
}
.bati-features .features_left-column {
  position: relative;
}
.bati-features .features_left-column::after {
  content: "";
  position: absolute;
  bottom: -71px;
  width: 405px;
  height: 300px;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%) 0% 0% no-repeat padding-box;
}
.bati-features .features_left-column .features-wrapper {
  background-color: rgba(10, 165, 216, 0.1215686275);
  border-radius: 15px;
  padding: 27px 33px 35px;
  width: 405px;
}
.bati-features .features_left-column .features-wrapper .list-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 17px;
  margin-bottom: 15px;
}
.bati-features .features_left-column .features-wrapper .list-icon p {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 53, 114, 0.2);
  padding-bottom: 16px;
  width: 100%;
}
.bati-features .features_left-column .features-wrapper .list-icon:last-child p {
  padding-bottom: 24px;
  border: 0;
}
.bati-features .features_left-column .features-wrapper.features-fixed {
  position: fixed;
  top: 50px;
  width: 405px;
}
@media (max-width: 1023px) {
  .bati-features .features_left-column .features-wrapper {
    width: 100%;
  }
  .bati-features .features_left-column .features-wrapper.features-fixed {
    position: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bati-features .features_left-column .features-wrapper {
    margin-bottom: 56px;
  }
}
@media (max-width: 1023px) {
  .bati-features .features_left-column::after {
    display: none;
  }
}
.bati-features .right-column .features_box_title_right {
  padding-left: 110px;
}
.bati-features .right-column .features_box_title_right .features-box_title_text .listdata {
  padding-top: 16px;
  border-top: 1px solid rgba(10, 165, 217, 0.3);
  padding-bottom: 26px;
}
.bati-features .right-column .features_box_title_right .adabvantage-info {
  padding-top: 14px;
  border-top: 1px solid rgba(10, 165, 217, 0.3);
  padding-bottom: 60px;
}
.bati-features .right-column .features_box_title_right .adabvantage-info > h3 {
  margin-bottom: 24px;
}
.bati-features .right-column .features_box_title_right .adabvantage-info .advatages-list {
  row-gap: 18px;
}
@media (max-width: 1023px) {
  .bati-features .right-column {
    margin-top: 44px;
  }
  .bati-features .right-column .features_box_title_right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .bati-features .right-column {
    margin-top: 0px;
  }
  .bati-features .right-column .features_box_title_right .features_box_title_right .adabvantage-info {
    padding-bottom: 52px;
  }
  .bati-features .right-column .features_box_title_right .features_box_title_right .adabvantage-info .advatages-list {
    row-gap: 10px;
  }
}
@media (max-width: 1023px) {
  .bati-features {
    padding-top: 37px;
  }
  .bati-features .features_left-column .features-wrapper {
    border-radius: 15px;
    padding: 22px 26px 20px;
  }
  .bati-features .features_left-column .features-wrapper .list-icon img {
    width: 18px;
    margin-top: 2px;
  }
  .bati-features .features_left-column .features-wrapper .list-icon {
    margin-bottom: 10px;
  }
  .bati-features .features_left-column .features-wrapper .list-icon p {
    padding-bottom: 10px;
  }
  .bati-features .features_left-column .features-wrapper .list-icon:last-child p {
    padding-bottom: 20px;
    border: 0;
  }
}

.interested {
  padding: 46px 48px 42px;
  background-color: rgba(10, 165, 216, 0.1215686275);
  border-radius: 15px;
}
.interested .qform-content {
  max-width: 532px;
}
.interested .form-data label {
  font-size: 13px;
  line-height: 35px;
  color: #003572;
  font-weight: 700;
}
.interested .form-data .quform-element .quform-field, .interested .form-data .quform-element .quform-input-file {
  box-shadow: none;
  border-radius: 23px;
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 53, 114, 0.2);
  font-size: inherit;
  color: inherit;
  opacity: 1;
  padding: 9px 23px;
  border: 0;
  resize: none;
  width: 100%;
  background-color: #ffffff;
}
.interested .form-data .quform-element .quform-spacer {
  padding-bottom: 0;
}
.interested .form-data .quform-element .quform-input-file {
  padding: 7px 23px 7px 9px;
}
.interested .form-data .quform-element .quform-input-file .quform-upload-button {
  background: url("../assets/images/plus_icon.svg") no-repeat left center;
  background-size: 30px;
  background-size: 30px;
  border: 0;
  padding: 0;
  height: 30px;
}
.interested .form-data .quform-element .quform-input-file .quform-upload-button .quform-field {
  opacity: 0;
}
.interested .form-data .quform-element .quform-input-file .quform-upload-button .quform-upload-button-text {
  font-size: 17px;
  font-weight: 500;
  color: rgba(0, 53, 114, 0.2);
  padding-left: 42px;
  line-height: 30px;
}
.interested .form-data .quform-element .quform-input-file .quform-upload-button .quform-upload-button-icon {
  display: none;
}
.interested .form-data .quform-element.quform-element-submit {
  margin-top: 58px;
}
@media (max-width: 1023px) {
  .interested .form-data .quform-element.quform-element-row .quform-element-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .interested {
    padding: 25px 16px 12px;
    border-radius: 15px;
  }
  .interested .form-data label {
    font-size: 12px;
    line-height: 35px;
  }
  .interested .form-data .quform-element .quform-field, .interested .form-data .quform-element .quform-input-file {
    font-size: 13px;
  }
  .interested .form-data .quform-element .quform-input-file {
    padding: 5px 23px 5px 9px;
  }
  .interested .form-data .quform-element .quform-input-file .quform-upload-button {
    background-size: 27px;
    border: 0;
    padding: 0;
    height: 27px;
  }
  .interested .form-data .quform-element .quform-input-file .quform-upload-button .quform-upload-button-text {
    font-size: 13px;
    padding-left: 36px;
    line-height: 27px;
  }
  .interested .form-data .quform-element.quform-element-submit {
    margin-top: 32px;
  }
  .interested .form-data .quform-element.quform-element-submit button {
    width: auto;
  }
}

.bottom-banner {
  padding: 70px 0;
  background-color: #ffffff;
}
.bottom-banner .bottom-img {
  position: relative;
}
.bottom-banner .bottom-img .banner-data img {
  border-radius: 15px;
  height: 549px;
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
}
.bottom-banner .bottom-img .banner-wrapper {
  position: absolute;
  top: 60px;
  left: 82px;
}
.bottom-banner .bottom-img .banner-wrapper .banner-content {
  border-radius: 15px;
  background-color: #ffffff;
  padding: 45px 80px 45px 45px;
  max-width: 494px;
}
@media (max-width: 1023px) {
  .bottom-banner {
    padding: 0 0 124px 0;
    margin: 90px 0 0 0;
    background-color: #F5F5F5;
  }
  .bottom-banner .bottom-img {
    margin-inline: -40px;
  }
  .bottom-banner .bottom-img .banner-data img {
    border-radius: 0px;
    height: auto;
  }
  .bottom-banner .bottom-img .banner-wrapper {
    top: unset;
    bottom: -72px;
    padding-inline: 40px;
    left: unset;
    width: 100%;
  }
  .bottom-banner .bottom-img .banner-wrapper .banner-content {
    max-width: 100%;
  }
  .bottom-banner .bottom-img .banner-wrapper .banner-content h3 {
    max-width: 597px;
  }
  .bottom-banner .bottom-img .banner-wrapper .banner-content p {
    max-width: 498px;
  }
}
@media (max-width: 767px) {
  .bottom-banner {
    padding: 0 0 32px 0;
    margin: 43px 0 0 0;
  }
  .bottom-banner .bottom-img {
    margin-inline: -20px;
    z-index: 0;
  }
  .bottom-banner .bottom-img .banner-data {
    position: relative;
    z-index: -1;
  }
  .bottom-banner .bottom-img .banner-wrapper {
    padding-inline: 20px;
    left: unset;
    width: 100%;
    position: static;
    margin-top: -118px;
    top: unset;
  }
  .bottom-banner .bottom-img .banner-wrapper .banner-content {
    max-width: 100%;
    padding: 26px 31px 26px 31px;
  }
  .bottom-banner .bottom-img .banner-wrapper .banner-content h3 {
    font-size: 30px;
    line-height: 38px;
  }
}

.batit-accueil-sec {
  background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
  padding: 170px 0 48px;
}
.batit-accueil-sec .banner-titre {
  max-width: 574px;
}
.batit-accueil-sec .banner-titre .banner-label {
  background-color: #FFBB22;
  border-radius: 25px;
  padding: 9px 18px;
  margin-top: 14px;
  width: auto;
  display: inline-block;
  margin-right: 5px;
}
.batit-accueil-sec .banner-titre .banner-label p {
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.batit-accueil-sec .banner-titre h1, .batit-accueil-sec .banner-titre h2 {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
  display: inline;
}
.batit-accueil-sec .banner-sous-titre {
  margin-block: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.batit-accueil-sec .banner-sous-titre h2, .batit-accueil-sec .banner-sous-titre h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  background-color: #2d69ac;
  border-radius: 25px;
  padding: 12px 24px;
}
.batit-accueil-sec .banner-items {
  row-gap: 20px;
}
.batit-accueil-sec .banner-items .cell {
  padding: 14px;
  border-radius: 15px;
  background-color: #003572;
}
.batit-accueil-sec .banner-items .cell:nth-child(2) {
  position: relative;
  overflow: hidden;
}
.batit-accueil-sec .banner-items .cell > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.batit-accueil-sec .banner-items .cell > div .item-texte p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 22px;
}
.batit-accueil-sec .banner-items .cell > div.banner-item-2 {
  position: relative;
  overflow: visible;
}
.batit-accueil-sec .banner-items .cell > div.banner-item-2 .item-label {
  background-color: #FFBB22;
  position: absolute;
  top: 3px;
  right: -110px;
  rotate: 40deg;
  padding: 5px 100px;
  text-align: center;
  white-space: nowrap;
  z-index: 10;
  min-width: 220px;
}
.batit-accueil-sec .banner-items .cell > div.banner-item-2 .item-label p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
.batit-accueil-sec .banner-items .cell > div.banner-item-2 .item-titre {
  margin-top: 20px;
}
.batit-accueil-sec .banner-items .cell > div.banner-item-2 .item-titre p {
  font-size: 43px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .batit-accueil-sec .banner-items .cell > div.banner-item-2 {
    display: flex;
    flex-direction: column;
  }
  .batit-accueil-sec .banner-items .cell > div.banner-item-2 .item-label {
    position: static;
    rotate: 0deg;
    background-color: transparent;
    padding: 0;
    margin-top: 5px;
    order: 10;
  }
  .batit-accueil-sec .banner-items .cell > div.banner-item-2 .item-label p {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  .batit-accueil-sec .banner-items .cell > div.banner-item-2 .item-titre {
    margin-top: 0;
    order: 1;
  }
  .batit-accueil-sec .banner-items .cell > div.banner-item-2 .item-texte {
    order: 2;
  }
  .batit-accueil-sec .banner-items .cell > div.banner-item-2 .google-review-mobile {
    order: 3;
  }
}
.batit-accueil-sec .banner-items .ti-widget .ti-widget-container {
  margin-bottom: 0 !important;
}
.batit-accueil-sec .banner-items .ti-widget .ti-widget-container .ti-profile-details {
  padding: 0 !important;
  border: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  display: flex;
  flex-direction: row;
  row-gap: 5px !important;
}
.batit-accueil-sec .banner-items .ti-widget .ti-widget-container .ti-profile-details .ti-platform-icon {
  width: 28px !important;
  height: 28px !important;
}
.batit-accueil-sec .banner-items .ti-widget .ti-widget-container .ti-profile-details .ti-stars .ti-star {
  width: 13px !important;
  height: 13px !important;
}
.batit-accueil-sec .banner-items .ti-widget .ti-widget-container .ti-rating, .batit-accueil-sec .banner-items .ti-widget .ti-widget-container .ti-verified-by {
  display: none;
}
.batit-accueil-sec .banner-items .ti-widget .ti-widget-container .ti-header {
  padding: 0 !important;
  border: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .batit-accueil-sec .banner-items .ti-widget .ti-widget-container .ti-header {
    background-color: #003572 !important;
  }
  .batit-accueil-sec .banner-items .ti-widget .ti-widget-container .ti-profile-details {
    padding: 6px 12px !important;
    border: 23px !important;
  }
}
.batit-accueil-sec .avantages-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 22px;
}
.batit-accueil-sec .avantages-wrapper .repeater-item .avantage-content .avantage-titre h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
}
.batit-accueil-sec .avantages-wrapper .repeater-item .avantage-content .avantage-titre p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  max-width: 540px;
}
@media (max-width: 1140px) {
  .batit-accueil-sec .banner-items .cell > div .item-texte p {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .batit-accueil-sec {
    background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
    background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
    padding: 155px 0 54px;
  }
  .batit-accueil-sec .avantages-wrapper {
    margin-bottom: 30px;
  }
  .batit-accueil-sec .banner-items {
    margin-bottom: 40px;
  }
  .batit-accueil-sec .banner-items .cell {
    padding: 17px 10px 32px;
  }
  .batit-accueil-sec .banner-items .cell > div .item-texte p {
    font-size: 17px;
    line-height: 22px;
  }
  .batit-accueil-sec .banner-sous-titre {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .batit-accueil-sec {
    padding: 100px 0 35px;
    background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
    background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
  }
  .batit-accueil-sec .banner-titre {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .batit-accueil-sec .banner-titre .banner-label {
    background-color: #FFBB22;
    border-radius: 23px;
    padding: 7px 15px;
    margin: 0 8px 0 0;
    display: inline-block;
  }
  .batit-accueil-sec .banner-titre .banner-label p {
    font-size: 20px;
  }
  .batit-accueil-sec .banner-titre h1 {
    font-size: 30px;
    line-height: 35px;
    display: inline;
  }
  .batit-accueil-sec .banner-titre h2 {
    font-size: 30px;
    line-height: 35px;
    display: inline;
  }
  .batit-accueil-sec .banner-sous-titre {
    margin-block: 21px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .batit-accueil-sec .banner-sous-titre h2 {
    font-size: 20px;
    padding: 10px 35px;
  }
  .batit-accueil-sec .banner-sous-titre h1 {
    font-weight: 700;
  }
  .batit-accueil-sec .banner-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    margin-bottom: 30px;
    row-gap: 22px;
  }
  .batit-accueil-sec .banner-items .cell {
    padding: 13px 11px 14px;
    margin: 0;
    width: 100%;
  }
  .batit-accueil-sec .banner-items .cell > div .item-texte p {
    font-size: 13px;
    line-height: 20px;
  }
  .batit-accueil-sec .banner-items .cell > div .item-img {
    width: 84px;
  }
  .batit-accueil-sec .banner-items .cell:nth-child(2) {
    order: 3;
    grid-column: 1/-1;
    justify-self: center;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
  .batit-accueil-sec .banner-items .cell:nth-child(2) > div.banner-item-2 {
    gap: 4px;
  }
  .batit-accueil-sec .banner-items .cell:nth-child(2) > div.banner-item-2 .item-titre {
    display: none;
  }
  .batit-accueil-sec .banner-items .cell:nth-child(2) > div.banner-item-2 .item-texte p {
    font-weight: 700;
    margin-bottom: 0;
  }
  .batit-accueil-sec .banner-items .cell:nth-child(2) > div.banner-item-2 .ti-widget {
    margin-top: 0;
  }
}

/* Accueil + bandeau CTA mobile/minilaptop (≤1140px) : même padding-top que le verrou JS (dès le 1er rendu, pas d’attente). */
@media (max-width: 1140px) {
  body.batit-cta-home .batit-accueil-sec:not(.batit-accueil-sec--flexible) {
    padding-top: 170px;
  }
}

.batit-accueil-sec--flexible {
  padding: 48px 0 48px;
}
@media (max-width: 1023px) {
  .batit-accueil-sec--flexible {
    padding: 54px 0 54px;
  }
}
@media (max-width: 767px) {
  .batit-accueil-sec--flexible {
    padding: 35px 0 35px;
  }
}

.batit-nos-garanties-sec {
  padding: 168px 0 32px;
  background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
}
.batit-nos-garanties-sec .top-banner-left .nos-surtitre {
  border: 1px solid #0AA5D9;
  border-radius: 15px;
  padding: 8px 16px;
  display: inline-block;
}
.batit-nos-garanties-sec .top-banner-left .nos-surtitre p {
  margin-bottom: 0;
  color: #0AA5D9;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}
.batit-nos-garanties-sec .top-banner-left .nos-surtitre {
  margin-bottom: 9px;
}
.batit-nos-garanties-sec .top-banner-left .nos-titre h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
}
.batit-nos-garanties-sec .top-banner-left .banner-items {
  padding-top: 15px;
}
.batit-nos-garanties-sec .top-banner-left .banner-items .item-texte {
  margin-top: 18px;
  max-width: 176px;
  text-wrap: balance;
}
.batit-nos-garanties-sec .top-banner-left .banner-items .item-texte p {
  color: #ffffff;
  font-size: 15px;
  line-height: 23px;
}
.batit-nos-garanties-sec .top-banner-right .video-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.batit-nos-garanties-sec .top-banner-right .video-wrapper .video-thumbnail {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.batit-nos-garanties-sec .top-banner-right .bati-image img {
  border-radius: 15px;
}
.batit-nos-garanties-sec {
  /* ≤1023px : espace supplémentaire sous le header sticky / bandeau CTA */
}
@media (max-width: 1023px) {
  .batit-nos-garanties-sec .top-banner-left {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .batit-nos-garanties-sec {
    padding: 165px 0 34px;
  }
  .batit-nos-garanties-sec .top-banner-left {
    text-align: center;
  }
  .batit-nos-garanties-sec .top-banner-left .nos-surtitre {
    margin-bottom: 0px;
  }
  .batit-nos-garanties-sec .top-banner-left .nos-titre h1 {
    margin-block: 20px;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .item-texte {
    margin-top: 18px;
    max-width: 211px;
    text-wrap: auto;
    margin-inline: auto;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .item-texte p {
    color: #ffffff;
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .batit-nos-garanties-sec {
    padding: 100px 0 30px;
  }
  .batit-nos-garanties-sec .top-banner-left {
    text-align: left;
  }
  .batit-nos-garanties-sec .top-banner-left .nos-surtitre {
    margin-bottom: 0px;
  }
  .batit-nos-garanties-sec .top-banner-left .nos-surtitre p {
    font-size: 12px;
  }
  .batit-nos-garanties-sec .top-banner-left .nos-titre h1 {
    margin-block: 10px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    row-gap: 8px;
    padding-top: 0;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .cell {
    margin: 0;
    width: 100%;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .cell:nth-child(2) {
    order: 2;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .banner-item, .batit-nos-garanties-sec .top-banner-left .banner-items .banner-item-2, .batit-nos-garanties-sec .top-banner-left .banner-items .banner-item-3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .item-texte {
    margin-top: 0px;
    max-width: 90%;
    text-wrap: auto;
    margin-inline: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    flex-grow: 1;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .item-texte p {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .item-texte p b {
    display: block;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .item-img {
    width: 36px;
  }
  .batit-nos-garanties-sec .top-banner-left .banner-items .banner-item-2 .item-texte {
    border-bottom: 0;
  }
  .batit-nos-garanties-sec .top-banner-right {
    padding-top: 28px;
  }
  .batit-nos-garanties-sec .top-banner-right .video-wrapper {
    border-radius: 15px;
  }
  .batit-nos-garanties-sec .top-banner-right .video-wrapper .video-thumbnail {
    border-radius: 15px;
  }
}

.anchor-sec {
  padding-block: 50px;
}
.anchor-sec .anchors-tab .anchor-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.anchor-sec .anchors-tab .anchor-links li {
  margin-bottom: 0;
}
.anchor-sec .anchors-tab .anchor-links li::before {
  background-color: transparent;
  border: 2px solid #0AA5D9;
  transform: rotate(315deg);
  border-top: 0;
  border-left: 0;
  top: 9px;
  border-radius: 0;
  left: -22px;
}
.anchor-sec .anchors-tab .anchor-links li a {
  color: #003572;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .anchor-sec .anchors-tab .anchor-links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .anchor-sec {
    padding-block: 30px;
  }
}

.batit-banner-sec {
  padding: 180px 0 32px;
  background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #155DAF 0%, #003572 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 0;
}
.batit-banner-sec::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: auto;
  left: -999px;
  right: -999px;
  height: 170px;
  background-color: #F5F5F5;
  z-index: -1;
}
.batit-banner-sec .batit-banner_title h1 {
  color: #ffffff;
}
.batit-banner-sec .batit-banner_title h1 span {
  color: #0AA5D9;
}
.batit-banner-sec .batit-last_post {
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 15px;
  margin-top: 50px;
}
.batit-banner-sec .batit-last_post .batit-banner_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
.batit-banner-sec .batit-last_post .batit-banner_content .text-block {
  padding-top: 30px;
}
.batit-banner-sec .batit-last_post .batit-banner_content .batit-content_title {
  max-width: 512px;
  margin-top: 22px;
}
.batit-banner-sec .batit-last_post .batit-banner_content .batit-content_title h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
}
.batit-banner-sec .batit-last_post .batit-banner_img img {
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .batit-banner-sec {
    padding: 180px 0 0px;
  }
  .batit-banner-sec .batit-last_post {
    background-color: #ffffff;
    padding: 21px 21px 31px;
    border-radius: 15px;
    margin-top: 62px;
  }
  .batit-banner-sec .batit-last_post .batit-banner_content {
    padding-top: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 38px;
  }
  .batit-banner-sec .batit-last_post .batit-banner_content .batit-content_title h3 {
    margin-bottom: 0;
  }
  .batit-banner-sec::after {
    height: 52%;
  }
}
@media (max-width: 767px) {
  .batit-banner-sec {
    padding: 160px 0 0;
  }
  .batit-banner-sec .batit-last_post {
    background-color: #ffffff;
    padding: 14px 14px 17px;
    border-radius: 15px;
    margin-top: 25px;
  }
  .batit-banner-sec .batit-last_post .batit-banner_content {
    padding-top: 28px;
    row-gap: 28px;
  }
  .batit-banner-sec .batit-last_post .batit-banner_content .batit-content_title {
    margin-top: 20px;
  }
  .batit-banner-sec .batit-last_post .batit-banner_content .batit-content_title h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .batit-banner-sec .batit-last_post .batit-banner_content .text-block {
    padding-top: 0;
  }
  .batit-banner-sec .batit-last_post .batit-banner_img img {
    border-radius: 15px;
  }
  .batit-banner-sec::after {
    height: 30%;
  }
}

.batit-astuces_sec {
  padding: 48px 0 30px;
  background-color: #F5F5F5;
}
@media (max-width: 1023px) {
  .batit-astuces_sec {
    padding: 33px 0 0;
  }
}
@media (max-width: 767px) {
  .batit-astuces_sec {
    padding: 20px 0 0;
  }
}

.for-ast_banner {
  padding: 38px 0 46px;
}
.for-ast_banner .for-back_btn {
  font-weight: 700;
  padding-left: 24px;
  position: relative;
}
.for-ast_banner .for-back_btn::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: url("../assets/images/blue-arrw.svg") no-repeat left center/cover;
  width: 15px;
  height: 15px;
  rotate: 180deg;
}
.for-ast_banner .social-share {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.for-ast_banner .social-share .bat-social_share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  position: fixed;
  top: 249px;
  margin-right: 15px;
}
.for-ast_banner .social-share .bat-social_share p {
  margin-bottom: 0;
  font-weight: 700;
  rotate: -90deg;
  text-transform: capitalize;
  margin-top: 36px;
}
.for-ast_banner .bat-ast-content .custom-date {
  justify-content: center;
}
.for-ast_banner .bat-ast-content .custom-date .c-label a {
  font-size: 15px;
  padding: 11px 21px;
}
.for-ast_banner .bat-ast-content .bat-ast_title h1 {
  margin: 15px 0 30px;
  font-weight: 300;
  text-align: center;
  font-size: 65px;
  line-height: 75px;
}
.for-ast_banner .bat-ast-content .bat-ast_img img {
  width: 100%;
  border-radius: 15px;
}
.for-ast_banner .bat-ast-content .batit-astuces-texte-sec {
  padding-block: 23px;
}
.for-ast_banner .bat-ast-content .batit-astuces-texte-sec .astuces-content p:last-child {
  margin-bottom: 0;
}
.for-ast_banner .bat-ast-content .batit-astuces-texte-sec .astuces-content h2 {
  font-weight: 300;
}
.for-ast_banner .bat-ast-content .batit-astuces-texte-sec .astuces-content .alignnone {
  border-radius: 15px;
}
.for-ast_banner .bat-ast-content .batit-astuces-texte-sec .astuces-content p + h2 {
  padding-top: 20px;
}
.for-ast_banner .bat-ast-content .batit-focus-sec {
  padding-block: 23px;
}
.for-ast_banner .bat-ast-content .batit-focus-sec .focus-wrapper {
  padding: 25px;
  border-radius: 15px;
  background-color: rgba(10, 165, 217, 0.1);
}
.for-ast_banner .bat-ast-content .batit-focus-sec .focus-wrapper .focus-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 13px;
}
.for-ast_banner .bat-ast-content .batit-focus-sec .focus-wrapper .focus-text img {
  margin-top: 4px;
}
.for-ast_banner .bat-ast-content .batit-focus-sec .focus-wrapper .focus-text p {
  color: #0AA5D9;
  margin-bottom: 0;
}
.for-ast_banner .bat-ast-content .batit-ast_cta-sec {
  padding-block: 23px;
}
.for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper {
  padding: 54px 49px;
  border-radius: 15px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper::after {
  position: absolute;
  top: -350px;
  right: -201px;
  content: "";
  background: url("../assets/images/drop_bg.svg") no-repeat right -5px top -1357px/cover;
  width: 1708px;
  height: 2495px;
  z-index: -1;
  rotate: 38deg;
  background-color: #056DA6;
}
.for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper h2 {
  font-weight: 300;
}
.for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper h2, .for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper p {
  color: #ffffff;
}
.for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper .act-cta-intro p {
  max-width: 547px;
  margin-bottom: 50px;
}
.for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper .act-cta-link .btn {
  background-color: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 1023px) {
  .for-ast_banner {
    padding: 46px 0 76px;
  }
  .for-ast_banner .for-back_btn {
    display: none;
  }
  .for-ast_banner .social-share {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .for-ast_banner .social-share .bat-social_share {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    position: unset;
  }
  .for-ast_banner .social-share .bat-social_share p {
    margin-bottom: 0;
    rotate: 0deg;
    margin-top: 0px;
    order: -1;
  }
  .for-ast_banner .bat-ast-content .custom-date {
    justify-content: center;
  }
  .for-ast_banner .bat-ast-content .custom-date .c-label a {
    font-size: 15px;
    padding: 11px 21px;
  }
  .for-ast_banner .bat-ast-content .bat-ast_title h1 {
    margin: 15px 0 30px;
    font-weight: 300;
    text-align: center;
    font-size: 65px;
    line-height: 75px;
  }
  .for-ast_banner .bat-ast-content .bat-ast_img img {
    width: 100%;
    border-radius: 15px;
  }
  .for-ast_banner .bat-ast-content .batit-astuces-texte-sec {
    padding-block: 17px;
  }
  .for-ast_banner .bat-ast-content .batit-astuces-texte-sec .astuces-content p + h2 {
    padding-top: 15px;
  }
  .for-ast_banner .bat-ast-content .batit-astuces-texte-sec .astuces-content h4 {
    color: #0AA5D9;
  }
  .for-ast_banner .bat-ast-content .batit-focus-sec {
    padding-block: 17px;
  }
  .for-ast_banner .bat-ast-content .batit-ast_cta-sec {
    padding-block: 17px;
  }
  .for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper {
    padding: 27px 36px;
  }
  .for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper .act-cta-intro p {
    max-width: 426px;
    margin-bottom: 34px;
  }
  .for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper .act-cta-link .btn {
    font-size: 14px;
    padding: 8px 53px 8px 21px;
  }
  .for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper .act-cta-link .btn::after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .for-ast_banner {
    padding: 160px 0 30px;
  }
  .for-ast_banner .social-share {
    margin-top: 38px;
  }
  .for-ast_banner .social-share .bat-social_share {
    column-gap: 12px;
  }
  .for-ast_banner .social-share .bat-social_share img {
    width: 44px;
  }
  .for-ast_banner .social-share .bat-social_share p {
    margin-right: 8px;
  }
  .for-ast_banner .bat-ast-content .custom-date .c-label a {
    font-size: 12px;
    padding: 8px 12px;
  }
  .for-ast_banner .bat-ast-content .bat-ast_title h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .for-ast_banner .bat-ast-content .bat-ast_img img {
    border-radius: 15px;
  }
  .for-ast_banner .bat-ast-content .batit-astuces-texte-sec {
    padding-block: 10px;
  }
  .for-ast_banner .bat-ast-content .batit-astuces-texte-sec .astuces-content p + h2 {
    padding-top: 10px;
  }
  .for-ast_banner .bat-ast-content .batit-astuces-texte-sec .astuces-content h4 {
    color: #0AA5D9;
  }
  .for-ast_banner .bat-ast-content .batit-focus-sec {
    padding-block: 10px;
  }
  .for-ast_banner .bat-ast-content .batit-focus-sec .focus-wrapper {
    padding: 18px;
    border-radius: 15px;
    background-color: rgba(10, 165, 217, 0.1);
  }
  .for-ast_banner .bat-ast-content .batit-focus-sec .focus-wrapper .focus-text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .for-ast_banner .bat-ast-content .batit-focus-sec .focus-wrapper .focus-text img {
    width: 16px;
  }
  .for-ast_banner .bat-ast-content .batit-focus-sec .focus-wrapper .focus-text p {
    font-size: 14px;
  }
  .for-ast_banner .bat-ast-content .batit-ast_cta-sec {
    padding-block: 10px;
  }
  .for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper {
    padding: 21px 20px 30px;
  }
  .for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper::after {
    position: absolute;
    top: -350px;
    right: -201px;
    content: "";
    background: url("../assets/images/drop_bg.svg") no-repeat right -5px top -1357px/cover;
    width: 1708px;
    height: 2495px;
    z-index: -1;
    rotate: 38deg;
    background-color: #056DA6;
  }
  .for-ast_banner .bat-ast-content .batit-ast_cta-sec .ast-cta-wrapper .act-cta-intro p {
    max-width: 426px;
    margin-bottom: 34px;
  }
}

.batit-404-sec {
  padding-block: 50px;
  text-align: center;
}
.batit-404-sec .banner-data {
  max-width: 500px;
  margin: 0 auto 30px;
}

html, body {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif !important;
  font-weight: normal;
  margin: 0 !important;
  font-optical-sizing: auto;
}

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