header .navbar-right {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
}

@media (max-width: 767px) {
  header .navbar-right.collapse:not(.in) {
    pointer-events: none;
  }
}

header .navbar-default .navbar-collapse .navbar-nav > li > a {
  padding: 15px 15px;
}

.carousel-container {
  display: block;
}

.bloc-text .unit > div {
  padding: 45px 28px;
}

footer .coordonnee .glyphicon {
  margin-right: 5px;
}

footer .social .icon {
  color: #FFF;
  background: none;
  border: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  #moteur #simple-search #formSearch {
    padding: 10px 5px;
  }
  #moteur #simple-search #formSearch form .form-group {
    margin-bottom: 0;
  }
  #moteur #advanced-search #formSearch {
    padding: 10px 5px 0px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse, .carousel-container, .navbar-right {
    opacity: 0;
    transition: opacity 1s;
  }
  .navbar-collapse[aria-expanded="true"], .carousel-container[aria-expanded="true"], .navbar-right[aria-expanded="true"] {
    opacity: 1;
  }
  header {
    background: none;
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0;
    left: 0;
    right: 0;
  }
  header .navbar-default .navbar-collapse {
    background: #FFF;
  }
  header .navbar-default .navbar-right {
    margin: 0;
    position: absolute;
    overflow: hidden;
    padding: 15px;
    top: 100%;
    display: block;
  }
  header .navbar-default .navbar-right form {
    margin-bottom: 10px;
  }
  header .navbar-default .navbar-header {
    margin: 0;
    background-color: #0069A6;
  }
  header .navbar-default .navbar-header .navbar-toggle {
    margin-top: 15px;
  }
  header .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #FFF;
  }
  header .navbar-default .navbar-header .navbar-toggle .glyphicon {
    color: #FFF;
  }
  header .navbar-default .navbar-header .navbar-toggle:hover {
    background-color: #FFF;
    border-color: #FFF;
  }
  header .navbar-default .navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #0069A6;
  }
  header .navbar-default .navbar-header .navbar-toggle:hover .glyphicon {
    color: #0069A6;
  }
  header .navbar-default .navbar-header .navbar-brand {
    border: none;
    padding: 10px;
    margin-top: 0;
    width: 60%;
  }
  .carousel-container {
    height: 100vh;
    background: #0069A6;
    overflow: hidden;
    position: sticky;
    top: 59px;
    z-index: 999;
    left: 0;
    right: 0;
    display: none;
  }
  .carousel-container[aria-expanded="false"] {
    margin-bottom: 100px;
  }
  .carousel-container #moteur {
    position: static;
  }
  .carousel-container #carousel-banner .carousel-inner .item {
    height: 150px;
    min-height: 0;
  }
  .carousel-container #carousel-banner .carousel-inner .item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .bloc-text .unit > div .btn {
    right: 28px;
  }
  #page-index header {
    position: static;
  }
  #page-index .carousel-container {
    position: static;
    height: auto;
  }
  .recherche .titre-section {
    margin-bottom: 0;
  }
  .filters {
    margin-bottom: 0;
  }
  .filters #formClassement .form-group {
    margin-bottom: 0;
    padding: 0;
  }
  .contact, .agence, .estimation {
    margin-top: 0;
  }
  .contact .media, .agence .media, .estimation .media {
    padding: 0 0 15px;
    height: 200px;
  }
  .contact .media img, .agence .media img, .estimation .media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  form .form-group > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .contact .mainContent .titre-section {
    text-align: center;
    margin-top: 30px;
  }
  .contact .mainContent .colLeft {
    text-align: center;
  }
  footer .coordonnee {
    text-align: center;
  }
  footer .coordonnee .btn {
    margin-top: 15px;
  }
}

.row-alert {
  margin-top: 1rem;
}

.video-responsive {
  padding-top: 56.25%;
  position: relative;
}

.video-responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .flex-switch {
    display: flex;
    flex-direction: column-reverse;
  }
}

.swiper-partenaires .swiper-wrapper {
  align-items: center;
}

.texte-perso ul {
  margin: 10px 15px;
}

.texte-perso li {
  padding: 2px 0;
  list-style-type: circle;
}

.equipe {
  margin-bottom: 30px;
  padding: 30px;
}

.equipe .membre {
  display: flex;
  flex-wrap: nowrap;
  flex-basis: 33%;
}

.equipe .membre .unit {
  padding: 20px 70px;
}

.equipe .membre .unit img {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .equipe .membre {
    flex-wrap: wrap;
    flex-basis: 100%;
  }
}



/* new styles */

.mobile-view {
    display: none;
}
.site-header {
    background: #343A50;
    height: 108px;
    display: flex;
    align-items: center;
}
.header-section {
    display: flex;
    align-items: center;
}
.header-section nav {
    margin-left: auto;
}
.header-section .nav-links {
    display: flex;
    align-items: center;
    margin-top: revert;
    list-style: none;
    gap: 39px;
}
.nav-links li a {
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.home-page .banner-section {
    height: 585px;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.banner-info {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}
.banner-title {
    color: #ffffff;
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 85px;
    line-height: 95px;
    letter-spacing: 0px;
}
.banner-short-info {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #FFFFFF;
    width: 604px;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.view-more-btn {
    width: 205px;
    height: 60px;
    background: rgba(0, 194, 221, 1);
    display: flex;
    align-items: center;
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
}
.view-more-btn img {
    padding-left: 25px;
}
a {
    text-decoration: none;
}
.search-container {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    width: 100%;
    margin: auto;
    margin-top: -70px;
    padding-left: 8rem;
    padding-right: 8rem;
}

.banner-filter-section select, .banner-filter-section input {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #343A50;
    border-radius: 4px;
    min-width: 150px;
    background-color: #fff;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: uppercase;
    height: 50px;
}
.banner-filter-section input::placeholder {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #343A5080;
}

.dropdown-bold {
    font-weight: bold;
}

.search-button {
    background-color: #00c2df;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 50px;
}

.search-button:hover {
    background-color: #00aac2;
}

.search-button i {
    font-style: normal;
}
.banner-filter-section {
    padding-left: 3rem;
    padding-right: 3rem;
}


.team-wrapper {
    position: relative;
    width: 300px;
    height: 450px;
}

.member {
    position: absolute;
    background: #fff;
    text-align: center;
}

.member img {
    width: 280px;
    height: 350px;
    display: block;
}

.name {
    margin-top: 8px;
    font-family: Poppins;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #343A50;
}

.bg-pattern {
    position: absolute;
    width: 318px;
    height: 470px;
    /* background-image: repeating-linear-gradient(
    45deg,
    #ddd,
    #ddd 2px,
    transparent 2px,
    transparent 6px
    ); */
    opacity: 0.2;
    z-index: 0;
}


/* First Member */
.member1 {
    top: 0;
    left: 0;
    z-index: 2;
}
.member1 .name {
    text-align: left;
    position: absolute;
}
.bg1 {
    top: 90px;
    left: 161px;
    background: url(../images/img/bg-pattern.png);
    /* z-index: 3; */
}

/* Second Member */
.member2 {
    bottom: 0;
    right: 0;
    z-index: 3;
    left: 80%;
    top: 60%;
    width: 100%;
}
.member2 .name {
    margin-top: 0px;
    padding-right: 11px;
    font-family: Poppins;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: right;
    color: #343A50;
}

.bg2 {
    bottom: 90px;
    right: 100px;
}
.container-space {
    padding-left: 3rem;
    padding-right: 3rem;
}
.member-info-section {
    margin-top: 8rem;
}
.batim-society {
    width: 593px;
    max-width: 100%;
    margin-left: auto;
}
.society-title {
    font-family: Lora;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0px;
    color: #161A28;
}
.spl-text {
    color: #00C2DD;
}
.society-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 2rem;
    color: #161A28;
    padding-bottom: 3rem;
    border-bottom: 1px solid #161A28;
}
.vente-section {
    margin-top: 6rem;
    margin-bottom: 6rem
}
.vente-title {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    line-height: 55px;
    letter-spacing: 0px;
    text-align: center;
    color: #343A50;
}
.vente-desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #343A50;
    width: 533px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 4rem;
}
.product-image {
    display: flex;
}
.product-image .bg-line {
    margin-top: 9%;
    position: absolute;
    margin-left: 10%;
}
.product-image img {
    /* width: 450px;
    height: 330px; */
    width: 400px;
    height: 280px;
}
.product-image .prod-img {
    z-index: 1;
}
.product-image .bg-line img {
    /* height: 232px; */
    height: 181px;
    width: 289px;
}
.product-desc {
    margin-top: 12%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 400px;
    max-width: 100%;
}
.limit-one-line {
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limit-two-line {
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limit-four-line {
    margin-top: 4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-name {
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    color: #102039;

}
.product-price {
    color: #00C2DD;
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 21px;
}
.divide-line {
    border-bottom: 1.5px solid #00C2DD;
    padding-top: 20px;
    width: 203px;
    margin-left: auto;
    margin-right: auto;
}
.view-more-prod {
    border: 1.5px solid #00C2DD;
    width: 496px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #343A50;
    margin-top: 4rem;
}
.section-space {
    padding-left: 4rem;
    padding-right: 4rem;
}
.contacter-form {
    width: 650px;
    margin-left: auto;
    max-width: 100%;
    background: #ffffff;
    height: 614px;
    padding: 40px 60px;
    box-shadow: 0px 0px 45px 0px #0000001A;
}
.contacter-section {
    background: url(../images/img/contacter_bg.png);
    height: 614px;
}
.contacter-title {
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px 6px;
    margin-bottom: 2rem;
}
.contacter-form input {
    height: 52px;
    margin-bottom: 1rem;
    border: 1.5px solid #6C6C6CA6;
    border-radius: 0;
}
.contacter-form textarea {
    border: 1.5px solid #6C6C6CA6;
    border-radius: 0;
}
.contacter-form input::placeholder {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #6C6C6C;
}
.contacter-form textarea::placeholder {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #6C6C6C;
}
.send-btn {
    width: 100%;
    height: 58px;
    background: #00C2DD;
    border: none;
    margin-top: 2rem;
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}
footer {
    background: #343A50;
    color: #ffffff;
}
.footer-section {
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.shedule-title {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
}
.days-list {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-top: 1.5rem;
}
.footer-location {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    /* justify-content: center; */
    width: 300px;
    max-width: 100%;
    padding-left: 14px;
}
.footer-address {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.facebook {
    width: 42px;
    height: 42px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #00C2DD;
}
.instagram {
    width: 42px;
    height: 42px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #00C2DD;
    border: 1px solid #00C2DD;
}
.linkedin {
    width: 42px;
    height: 42px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #00C2DD;
    border: 1px solid #535353;
}
.contact-title {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 4rem;
}
.member-view {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-top: 1rem;
}
.member-image img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    margin-right: 1.5rem;
}
.member-phone {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.mebmer-name {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}
.member-divid-line {
    border-bottom: 1px solid #DDDDDD33;
    padding-right: 2rem;
}
.footer-view {
    border-bottom: 1px solid #DDDDDD26;
}
.copyright-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.logo-view-section {
    /* border-right: 1px solid #DDDDDD26; */
    /* border-left: 1px solid #DDDDDD26; */
    /* text-align: center; */
}
.shedule-section {
    padding-left: 2rem;
}
.footer-contact-section {
    padding-left: 3rem;
    border-left: 1px solid #DDDDDD26;
	padding-right: 3rem;
}
.pin-view {
    padding-right: 1rem;
}
.copyright-section .col-12 {
    padding: 0;
}
.copyright-text, .legal-text {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}
.legal-text {
    text-align: right;
}
.middle-banner {
    display: flex;
    margin-top: 7rem;
}
.left-banner {
    width: 58%;
    background-color: #343A50;
    clip-path: polygon(0 0, 100% 0, 87.5% 100%, 0% 100%);
    margin-right: -5rem;
    justify-content: center;
    display: flex;
    align-items: center;
}
.right-banner {
    width: 58%;
    clip-path: polygon(12.5% 0px, 100% 0, 100% 100%, 0% 100%);
}
.right-banner img {
    width: 100%;
    max-width: 100%;
}
.left-view {
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.left-image {
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    text-align: center;
    display: flex;
    border-radius: 8px;
    margin-right: 1rem;
}
.left-title {
    font-family: Poppins;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #00C2DD;
    padding-bottom: 2px;
}
.left-content {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0px;
}

/* equipe page */
.equipe-section {
    padding-left: 5rem;
    padding-right: 5rem;
}
.equipe-title {
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 55px;
    letter-spacing: 0px;
    text-align: center;
    color: #343A50;
}
.equipe-name {
    width: 90%;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
    color: #000000;
    font-family: Lora;
    font-weight: 500;
    font-style: Medium;
	overflow: hidden;
	text-indent: -5000px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
}
.equipe-detail-section {
    padding-left: 45px;
    padding-right: 6px;
    width: 86%;
}
.equipe-detail-section .detail-desc {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0%;
    margin-bottom: 2rem;
}
.equipe-detail-section .detail-info {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #161A28;
    border-bottom: 1px solid #161A28;
}
.equipe-detail-section .detail-info p {
    margin-bottom: 2rem;
}
.nos-section {
    width: 100%;
    height: 500px;
    margin-top: 5rem;
}
.nos-top-title {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #00C2DD;
    margin-top: 3rem;
    padding-left: 2rem;
}
.nos-title {
    color: #FFFFFF;
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    line-height: 55px;
    letter-spacing: 0px;
    margin-top: 0.5rem;
    padding-left: 2rem;
}
.nos-section .row .col-lg-6:nth-child(even) {
    padding-left: 3rem;
}
.nos-options {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.option-logo {
    background: #ffffff;
    width: 53.97px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 2rem;
}
.option-desc {
    font-family: Lora;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.option-desc span {
    color: #00C2DD;
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
}
.estate-family-section {
    width: 65%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.estate-info {
    margin-left: 9rem;
    border-bottom: 1px solid #161A28;
}
.estate-member-img {
    width: 250px;
    height: 320px;
    z-index: 2;
    position: relative;
}
.estate-member-bg {
    position: absolute;
    height: 280px;
    margin-top: 53px;
    margin-left: -246px;
    width: 280px;
}
.estate-title {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0px;
    color: #343A50;
}
.estate-desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #161A28;
    margin-top: 4rem;
}
.estate-desc p {
    padding-bottom: 2rem;
}
.estate-desc .fa-quote-left {
    font-size: 44px;
    color: #00C2DD;
    margin-left: -3.5rem;
    padding-right: 14px;
}
.estate-member-name {
    margin-top: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #343A50;
}
.estate-member {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #343A50;
    text-align: end;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}
.second-member {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #D9D9D9;
    height: 500px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}
.second-name {
    font-family: Lora;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}
.tarif-section {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.tarif-title {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    line-height: 55px;
    letter-spacing: 0px;
    text-align: center;
    color: #343A50;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.fee-title {
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #00C2DD;
}
.fee-info {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #102039;
    margin-top: 15px;
}
.part-title {
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #102039;
}
.part-options {
    /* display: flex; */
    display: -webkit-inline-box;
    align-items: baseline;
    margin-bottom: 10px;
}
.part-info {
    color: #161A28;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-left: 8px;
}
.part-info strong {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #161A28;
}
.progress-bar {
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 9px;
  margin-bottom: 9px;
}

.progress-fill {
  width: 85%;
  height: 100%;
  background-color: #00C2DD;
  border-radius: 3px;
}
.part-desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #161A28;
}
.tarif-transation tr th:nth-child(even), .tarif-transation tr td:nth-child(even) {
    padding-left: 2rem;
}
.tarif-transation tr th {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #161A28;
}
.tarif-transation tr td {
    color: #161A28;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0px;
}
.tarif-transation tr td strong {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #161A28;
}
.tarif-transation tr td:nth-child(even) {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #161A28;
}
.tarif-transation tr td:nth-child(odd) {
    padding-left: 10px;
}
.tarif-section .row {
    margin-top: 3rem;
}
.fee-view {
    height: 67px;
    margin-bottom: 2rem;
}
.tarif-section .row .col-lg-6 {
    margin-bottom: 6rem;
}
.tarif-transation {
    margin-top: 2rem;
}
.tarif-transation li {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: disc;
    background: none;
}
.tarif-bottom-info {
    margin-top: 3rem;
}
.tarif-contact {
    margin-top: 3rem;
    margin-bottom: -25px;
}
.product-list-view {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.product-list-image img {
    width: 450px;
    height: 330px;
    max-width: 100%;
    max-height: 100%;
}
/* .product-list-content {
    margin-left: 3rem;
} */
.product-list-title {
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #102039;
}
.product-short-info, .product-list-desc, .product-list-desc a {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    color: #102039;
    margin-top: 1.5rem;
    text-decoration: none;
}
.limit-six {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limit-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-divide {
    border-bottom: 1.5px solid #00C2DD;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 200px;
    max-width: 100%;
}
.product-list-price {
    color: #00C2DD;
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0px;
}
.product-list-content {
    padding-left: 2.5rem;
}
.product-detail-image {
    padding-left: 4rem;
    padding-right: 2rem;
}
.owl-thumbs {
    margin-top: 2rem;
}
.thumbs-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0000008C;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.overlay-text img {
    width: 25px;
    height: 25px;
}
.thumbs-wrap:hover::before {
    opacity: 1;
    cursor: pointer;
}

.thumbs-wrap:hover .overlay-text {
    opacity: 1;
}
.product-detail-content {
    padding-right: 11rem;
}
.prod-detail-title {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #102039;
    margin-bottom: 2.5rem;
}
.prod-detail-price {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #00C2DD;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}
.prod-detail-desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #161A28;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.prod-detail-short {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.prod-detail-info td, .prod-detail-info td p {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #102039;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.prod-detail-info tr {
    border-bottom: 1px solid #D9D9D980;
}
.product-contact-view {
    background: #343A50;
    display: flex;
    align-items: center;
    height: 89px;
    padding-left: 20px;
}
.product-contact-info {
    padding-left: 20px;
}
.product-contact-title {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
}
.product-contact-text {
    font-family: Poppins;
    font-weight: 700;
    font-style: Medium;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
}
.product-contact-section {
    padding-right: 8rem;
}
.file-view-text {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #343A50;
}
.file-contact-section {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.file-view-text {
    margin-bottom: 1rem;
    cursor: pointer;
}
.additional-section {
    width: 90%;
}
.additional-info-section {
    box-shadow: 0px 2px 2px 0px #00000026;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    border-radius: 4px 0px 0px 4px;
    border-left: 4px solid #00C2DD;
}
.additional-title {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #00C2DD;
    margin-bottom: 1rem;
}
.additional-content {
    font-family: Poppins;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #161A28;
}
.contact-form-section {
    padding-left: 10rem;
    padding-right: 10rem;
}
.contact-form-section .form-bloc-view {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 35px 0px #0000001A;
    padding: 5rem;
    text-align: center;
}
.contact-form-section form .col-12 {
    margin-bottom: 1.5rem;
}

.contact-form-section form input {
    background: #F4F4F4;
    border: 1px solid #CFCFCF99;
    border-radius: 3px;
    height: 42.79px;
}
.contact-form-section form ::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #343A50;
}
.contact-form-section form textarea {
    background: #F4F4F4;
    border: 1px solid #CFCFCF99;
    border-radius: 3px;
    height: 155px;
}
.contact-form-section form .error,  .contacter-form form .error {
    border: 1px solid #EA1826;
    color: #EA1826;
}
.contact-form-section form .error::placeholder, .contacter-form form .error::placeholder{
    color: #EA1826;
}
.contact-file-view {
    text-align: left;
}
.contact-file-view input {
    height: auto !important;
    background: none !important;
}
.contact-form-section .send-btn {
    width: 200px;
}
.contact-form-section .send-btn i {
    padding-left: 2rem;
    font-size: 15px;
}
.form-bloc-view .titre {
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    color: #102039;
    margin-bottom: 1.5rem;
}
.map-view-section {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 6rem;
}
.map-view, .map-content {
    width: 50%;
}
.map-view img {
    width: 100%;
}
.map-content-desc p {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #102039;
}
.map-content-desc p:first-of-type {
    font-family: Lora;
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #102039;
}
.map-content-contact {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #102039;
}
.file-view-text a {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #343A50;
    text-decoration: none;
}
.banner-filter-section.product-page .search-container{
    padding-left: 30px;
    padding-right: 30px;
}
.order-filter-section {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.filter-view-title {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #343A50;
}
.filter-view-icon {
    height: 32px;
    margin-left: 5px;
}
.buy-sale-option::after {
  content: url('../images/img/filter.svg');   /* Your custom icon (SVG or image) */
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}
.product-detail-image .owl-main img {
    height: 500px;
    object-fit: cover;
}
.product-detail-image .owl-thumbs .thumb-image {
    height: 155.99px;
    object-fit: cover;
}

.home-page .banner-section.page-banner {
    height: 430px;
}
/* .banner-section {
    position: relative;
    top: 80px;
} */
.contact-form-section {
    margin-top: -9rem;
}
section {
    z-index: 2 !important;
}
.content {
    overflow: visible;
}
a:focus {
    outline: none;
}
.nav-links a:hover {
    color: #00C2DD;
}
.nav-links a.actif {
    color: #00C2DD;
}
.page-banner .banner-info {
    margin-top: 3rem;
}
.contacter-form .form-group {
    position: relative;
    display: inline-block;
}
.contacter-form .form-group img {
    position: absolute;
    right: 24px;
    top: 37%;
    transform: translateY(-50%);
    pointer-events: none;
}
.contacter-form input {
    padding-right: 39px;
}
.select-drop-down {
    position: relative;
    display: inline-block;
}
.select-drop-down img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.select-drop-down .icon-view {
    color: #00C2DD;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.product-page select, .product-page input, .product-page input::placeholder, .product-page .filter-view-title {
    font-size: 14px;
}
.members-list .member-divid-line:last-of-type {
    border-bottom: none;
}
.success-msg {
    color: #28a745;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    background-color: unset;
}
.navbar-collapse {
  margin-left: auto !important;
}
/* .product-image .bg-line {
    margin-top: 27%;
    position: absolute;
    margin-left: 30%;
} */
.home-prods-list {
  margin-top: 5rem;
  background: #D9D9D926;
}
.home-prods-list .vente-section {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.footer-section .logo-section {
  float: right;
  padding-right: 5rem;
}
.banner-section {
  text-align: left;
}
.carousel-caption {
  left: 12%;
  top: 15%;
}
#carousel-banner img {
  /* height: 638px; */
}
#moteur {
  bottom: -7%;
  position: relative;
}
.banner-filter-section select, .banner-filter-section input {
  -webkit-appearance: none;
}
.contact-form-section .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.product-detail-view {
  margin-bottom: 6rem;
  margin-top: 4rem;
}
/* #moteur.home-filter-view {
  bottom: -66%;
} */
.home-prods-list {
  margin-top: 5rem;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.home-prods-list .vente-section {
  margin-top: 3rem;
  margin-bottom: 0rem;
}
.contact-form-section .titre-section {
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 45px;
    leading-trim: NONE;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    color: #102039;
}
.contact-form-section .form-bloc-view {
    padding-top: 2rem;
}
.alert.alert-danger.fade.in, .alert-success.alert.fade.in {
    opacity: 1;
}
.prod-detail-short {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #161A28;
}
.contacter-form input, .contacter-form textarea, .contact-form-section input, .contact-form-section textarea
{
    border-radius: 3px;
}
.special-offer {
    color: #FFFFFF;
    text-align: center;
    height: 78px;
    background: #00C2DD;
    font-family: Lora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -79px;
    z-index: 2;
    position: relative;
}
.product-list-view {
    margin-top: 0rem;
    margin-bottom: 5rem;
}
.product-list-section .row:last-child {
    display: none;
}
@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }
    .vente-section {
        margin-top: 10rem;
        margin-bottom: 6rem;
    }
}
/* customize section */
html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow: visible;
}
section
{
    top: 15px;
    bottom: 36px;
    left: 0;
    width: 100%;
    min-height: 300px;
    z-index: 1;
    position: relative;
}
.header-section nav {
    top: 0;
    margin-left: auto;
    display: block;
    background: none;
    background-image: none;
}
.header-section nav li {
    background-image: none;
}
.header-section .nav-links {
    margin-top: auto;
    gap: 0px;
	justify-content: right;
}
.header-section .nav-links li {
    padding-left: 0px;
}
.header-section .nav-links a {
    padding: 15px 20px;
}
footer {
    position: relative;
}

.product-page .search-container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.mobile-view {
    display: none;
}
.dpe-section {
    padding-left: 4rem;
    margin-top: 3rem;
}
@media (max-width: 820px) {
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    #page-index header {
        position: static;
    }
    .site-header {
        height: 85px;
    }
    .header-section .logo {
        width: 80%;
    }
    .header-section .logo img {
        width: 100%;
    }
    .banner-title {
        font-size: 75px;
        line-height: 85px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .banner-filter-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .search-container {
        display: block;
        gap: 10px;
        margin-top: -70px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .bg1 {
        top: 16px;
        left: 0px;
    }
    .member img {
        max-width: 100%;
        height: 270px;
    }
    .member2 {
        left: 0%;
        top: 73%;
        width: 100%;
    }
    .batim-society {
        margin-top: 70%;
    }
    .vente-desc {
        max-width: 100%;
    }
    .view-more-prod {
        max-width: 100%;
    }
    .product-image img {
        width: 400px;
        height: 200px;
        max-width: 100%;
    }
    .footer-contact-section {
        padding-left: 0rem;
        border-left: none;
    }
    .vente-title {
        font-size: 40px;
        line-height: 38px;
    }
    .team-wrapper {
        max-width: 100%;
    }
    .product-image .bg-line {
        margin-top: 12%;
        position: absolute;
        margin-left: -9%;
    }
    .home-page .banner-section {
        background-size: 100% 100% !important;
    }
    .select-drop-down {
        position: relative;
        display: flex;
    }
    .banner-filter-section select, .banner-filter-section input {
        max-width: 100%;
        width: 100%;
        margin-bottom: 1rem;
    }
    .search-button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .order-filter-section {
        margin-bottom: 1rem;
        justify-content: center;
    }
    .footer-section .logo-section {
        float: none;
        padding-right: 0;
    }
    .container-space {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    footer {
        padding: 0;
    }
    footer .container-space {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    footer .contact-title {
        margin-bottom: 1rem;
    }
    .copyright-section, .legal-text {
        text-align: center;
    }
    .member-info-section {
        margin-top: 4rem;
    }
    .member1 .name , .member2 .name{
        text-align: center;
        position: relative;
    }
    .society-title {
        font-size: 35px;
        line-height: 45px;
    }
    .section-space {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .header-section {
        display: flex;
        align-items: center;
        padding-top: 10px;
    }
    .menu-btn-section {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        cursor: pointer;
    }
    .menu-btn-section i {
        color: #00C2DD;
        font-size: 41px;
    }
    .menu-view-mobile {
        background: #343A50;
        height: 100%;
        width: 100%;
        position: relative;
        padding: 16px;
        height: 185px;
    }
    .contact-form-section {
        padding-left: 1.5rem;
        padding-right: 0rem;
    }
    .contact-form-section .form-bloc-view {
        padding: 1rem;
    }
    .contact-form-section .titre-section {
        font-size: 35px;
        leading-trim: NONE;
        line-height: 45px;
    }
    .map-view-section {
        width: 100%;
        display: block;
        padding-left: 1.5rem;
        margin-bottom: 3rem;
    }
    .map-view, .map-content {
        width: 100%;
    }
    .map-view, .map-content {
        margin-top: 1rem;
    }
    .tarif-title {
        font-size: 54px;
        line-height: 45px;
    }
    .tarif-section {
        width: 80%;
    }
    .tarif-section .row {
        margin-top: 2rem;
    }
    .tarif-section .row .col-lg-6 {
        margin-bottom: 3rem;
    }
    .fee-view {
        height: auto;
    }
    .fee-title {
        font-size: 40px;
        line-height: 37px;
    }
    .contacter-form {
        padding: 20px 20px;
        height: 685px;
    }
    .tarif-contact {
        margin-top: 3rem;
        margin-bottom: 13rem;
    }
    .product-detail-image {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .product-detail-image .owl-main img {
        height: 250px;
    }
    .product-detail-image .owl-thumbs .thumb-image {
        height: 100px;
        object-fit: cover;
    }
    .product-detail-content {
        padding-right: 0rem;
    }
    .prod-detail-title {
        margin-top: 1.5rem;
    }
    .product-contact-section {
        padding-right: 0rem;
    }
    .additional-section {
        width: 100%;
    }
    footer .footer-logo img {
        width: 100%;
    }
    .product-page .search-container {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .select-drop-down img {
        top: 40%;
    }
    .product-list-content {
        padding-left: 1.5rem;
    }
    .product-list-title {
        margin-top: 1rem;
    }
    .product-list-view {
        margin-top: 0rem;
        margin-bottom: 2rem;
        padding-right: 0;
        padding-left: 1.5rem;
    }
    .ID-13 .banner-title, .ID-14 .banner-title {
        font-size: 55px;
        line-height: 59px;
    }
    .ID-13.page-banner .banner-info {
        margin-top: 0rem;
    }
    .home-page .banner-section {
        align-items: flex-start;
        padding-top: 10%;
    }
    .prod-detail-title {
        font-size: 25px;
        line-height: 35px;
    }
    .product-contact-view {
        padding-left: 11px;
    }
    .product-contact-section .col-12 {
        border-bottom: 4px solid #ffffff;
    }
    .equipe-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .nos-section {
        height: 100%;
    }
    .estate-info {
        margin-left: 0rem;
    }
    .estate-family-section {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .estate-desc .fa-quote-left {
        margin-left: 0rem;
    }
    .estate-title {
        font-size: 35px;
        line-height: 45px;
    }
    .equipe-name {
        width: 100%;
        height: 260px;
    }
    .equipe-detail-section {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .equipe-detail-section .detail-desc {
        font-size: 35px;
        line-height: 40px;
        margin-top: 1rem;
    }
    .nos-section .row .col-lg-6:nth-child(even) {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .nos-options {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .option-logo {
        margin-right: 1rem;
    }
    .second-member {
        width: 90%;
        height: 300px;
        margin-bottom: 4rem;
    }
    .additional-content {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .product-image .bg-line img {
        height: 180px;
        width: 270px;
    }
    .product-image .bg-line {
        margin-left: 4%;
    }
    .product-list-view {
        padding-left: 0rem;
    }
    .special-offer {
        line-height: 30px;
    }
	.member {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.member img {
        margin-left: auto;
        margin-right: auto;
    }
	.team-wrapper {
        width: 100%;
    }
	.dpe-section {
        padding-left: 0rem;
        margin-top: 1rem;
    }


}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .header-section .logo img {
        width: auto;
    }
    .batim-society {
        margin-top: 0%;
    }
    .product-image .bg-line img {
        height: 124px;
        width: 222px;
    }
    .product-image .bg-line {
        margin-top: 12%;
        position: absolute;
        margin-left: 2%;
    }
    .contact-members {
        margin-top: 2rem;
        padding-left: 3rem;
    }
    .estate-family-section {
        display: flex;
    }
    .estate-info {
        margin-left: 7rem;
    }
    .product-list-image img {
        height: 200px;
    }
    .contacter-form {
        width: 100%;
        height: 500px
    }
    .contacter-section {
        height: 500px;
        background: none;
    }
    .tarif-contact {
        margin-top: 3rem;
        margin-bottom: 0rem;
    }

}
.title-page {
    font-family: Lora !important;
    font-weight: 600 !important;
    font-style: SemiBold !important;
    font-size: 23px !important;
    line-height: 23px !important;
    letter-spacing: 0px !important;
    color: #102039 !important;
}
.page-desc {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #102039;
    margin-top: 1.5rem;
    text-decoration: none;
}
.product-no-result {
    text-align: center;
    font-size: 18px;
    font-family: Lora;
    font-weight: 600;
    color: #102039;
}
.home-presentation-block {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.member-info-section {
    margin-top: 0rem;
    padding-top: 0rem;
}
.home-prods-list {
    margin-top: -3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.share-contact-form {
    margin-left: -10px;
    margin-right: -10px;
}