
/*# sourceMappingURL=custom.css.map */
@media (max-width: 767px) {
    .mb-28rem {
      margin-bottom: 28rem;
    }
  }

.text-decoration-none h4 {
    text-decoration: none;
    color: #fff;
}

.text-white-ateliers {
    color: #fff;
}

.text-white-ateliers:hover {
    color: #0B2545;
}

.text-uppercase {
    text-transform: uppercase;
}

.stroke-heading-custom {
    line-height: 1;
    --bs-stroke-heading-height: 80px;

}

.section-blog-single h2 {
    font-size: 2.2rem !important;
    font-weight: bold !important;
    padding-top: 1rem;
}

.section-blog-single h3 {
    font-size: 1.7rem !important;
    font-weight: bold !important;
    padding-top: 0.5rem;
}

.blog-image {
    width: 100%; /* La div prend toute la largeur disponible */
    height: 250px; /* Hauteur fixe de la div, ajustez selon vos besoins */
    overflow: hidden; /* Cache les parties de l'image qui débordent */
}

.blog-image img {
    width: 100%; /* L'image prend toute la largeur du conteneur */
    height: 100%; /* L'image prend toute la hauteur du conteneur */
    object-fit: cover; /* Remplit la div en couvrant tout l'espace sans déformation */
    object-position: center; /* Centre l'image */
}

.img-bg-call-us {
    background: #0B2545;
    padding: 0.3rem;
}

.img-hero-single-realisation {
    display: flex;
    align-items: center;    /* Centre verticalement */
    justify-content: center; /* Centre horizontalement */
    height: 20rem;          /* Hauteur fixe, ajustez selon vos besoins */
    overflow: hidden;       /* Évite les dépassements si l'image est trop grande */
}

.img-hero-single-realisation img {
    width: 100%;            /* L'image occupe toute la largeur */
    height: 100%;           /* L'image occupe toute la hauteur fixée */
    object-fit: cover;      /* S'assure que l'image garde ses proportions tout en couvrant le conteneur */
}

.display-h1-realisation {
    font-size: 4rem;
}

.fs-8rem {
    font-size: 8rem;
}

.display-h4 {
    font-size: 2.1875rem;
}

.display-h3 {
    font-size: 3.75rem;
}

.display-h5 {
    font-size: 1.5rem;
}

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

@media (max-width: 1200px) and (min-width: 320px) {
    .pb-methodes {
        padding-bottom: 30rem;
    }
}

.display-h3-modal {
    font-size: 2rem;
    font-weight: bold;
    color: #0B2545;
}
