.breadcrumb-content .title {
    margin-top: 32px;
}

.testimonial-item-wrap-three {
    padding: 50px 80px;
    margin-top: 30px;
}

.project-thumb-four {
    margin-bottom: 5px;
}

.banner-content-two {
    width: 85%;
    background-color: #fff8f5c7;
    padding: 15px 15px 0 15px;
    border-radius: 50px;
}

.banner-content-two .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
.banner-content-two .title {
    font-size: 37px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}
}

.banner-content-two .banner-btn {
    margin-bottom: 40px;
}

.btn {
    align-items: center;
    background: var(--tg-primary-color) none repeat scroll 0 0;
    border: 0;
    border-radius: 30px;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-flex
;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 5px;
    padding: 18px 18px 18px 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
}
.btn {
    margin-bottom: 5px;
}

@media (max-width: 991.98px) {
    .header-style-two .menu-area {
        padding: 0px !important;
    }
}

@media (max-width: 991.8px) {
    .custom-container {
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

.banner-content-two .banner-btn .play-btn {
    margin-bottom: 5px;
}

.navbar-wrap ul li a {
    color: rgb(0 0 0);
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
}

.transparent-header {
    background: #ffffff6b;
}

.transparent-header.sticky-menu {
    background: #ffffff;
}

.overview-img-wrap img:first-child {
    border-radius: 80px;
}

.faq-content .accordion-body p {
    color: #000000;
}

.main>.ck-content div>section, .main>.ck-content>section {
  overflow:visible;
}

@media (max-width: 767.98px) {
    .menu-area {
        padding: 0px 0;
    }
}

.footer-top-two {
    padding: 20px 0 5px;
    background: #f9d4c1;
}

.footer-bottom-two {
    border-top: 5px solid #d8723f;
    padding: 20px 0;
    background: #000000;
}

.footer-style .footer-bottom-two p {
    color: #ffffff;
}

.request-area-two {
    background: var(--tg-secondary-color);
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}


element.style {
    animation-delay: 0.4s;
}
.slider-content .title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    background: #f0dbd1c7;
    padding: 15px;
    border-radius: 15px;
}

@media only screen and (max-width: 767px) {
    .slider-content .title {
        font-size: 28px; /* plus petit pour mobile */
        font-weight: 800;
        line-height: 1.3;
        margin-bottom: 12px;
        background: #f0dbd1c7;
        padding: 12px;
        border-radius: 12px;
    }
}

.slider-content .sub-title {
    color: #d8723e;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: 10px;
    padding: 12px;
    position: relative;
    text-transform: uppercase;
    background: #000000a8;
    border-radius: 5px;
}

body {
  text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

.breadcrumb-content .title {
    text-align: center;
}

.breadcrumb-bg {
    padding: 50px 0 50px;
}

.suma-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes desktop */
    gap: 15px;
    max-width: 1200px; /* largeur max du container */
    margin: 0 auto; /* centrer */
    padding: 10px;
    box-sizing: border-box;
  }

  .suma-image-grid img {
    width: 100%;
    height: 250px; /* hauteur uniforme */
    object-fit: cover; /* recadrage sans déformation */
    border: 3px solid #000;
    border-radius: 3px; /* optionnel */
    display: block;
  }

  /* Tablette (2 colonnes) */
  @media (max-width: 992px) {
    .suma-image-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Mobile (1 colonne) */
  @media (max-width: 600px) {
    .suma-image-grid {
      grid-template-columns: 1fr;
    }
  }

.project-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes par défaut (LG et tablette) */
    gap: 15px;
    max-width: 1000px; /* largeur max container */
    margin: 0 auto; /* centré */
    padding: 10px;
    box-sizing: border-box;
  }

  .project-image-grid img {
    width: 100%;
    height: auto; /* respecte proportions originales */
    object-fit: cover;
    border-radius: 10px;
    display: block;
  }

  /* Mobile (1 colonne) */
  @media (max-width: 600px) {
    .project-image-grid {
      grid-template-columns: 1fr;
    }
  }

.section-title-two p {
    width: 100%;
    text-align: justify;
}

.section-title-two .title {
    text-align: center;
}

.services-item {
    background: #ffe9de;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 0px 10px;
}

.services-thumb {
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.services-thumb img {
    height: auto;
}

.project-area-four {
    padding: 50px 0 50px;
}