.last_realisations {
    padding: 4rem 4%;
}
.last_realisations h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--secondary-color);
    font-weight: 600;
}
.last_realisations .grid-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}
.last_realisations .grid-container img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}


.hero-btp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1150px;
    width: 100%;
    margin:  0 auto;
    padding: 4rem 4%;
}
.hero-btp > * {
    flex: 1 1 20rem;
}
.cta-btp2 .text > span,
.hero-btp .left > span {
    color: var(--primary-color);
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
}
.cta-btp2 h2,
.hero-btp .left h2 {
    color: var(--secondary-color);
    font-size: 1.85rem;
    margin-top: 10px;
    margin-bottom: 1rem;
}
.cta-btp2 h2 span,
.hero-btp .left h2 span {
    color: var(--primary-color);
    font-size: inherit;
    text-transform: inherit;
}
.cta-manutention .left p,
.cta-btp2 p,
.hero-btp .right p,
.hero-btp .left p {
    color: #333;
    font-size: .9rem;
    line-height: 1.8;
}
.cta-btp2 a,
.hero-btp .left a {
    display: inline-block;
    margin-top: 1.5rem;
    color: white;
}
.hero-btp .right img {
    height: 400px;
}




.btp-cta {
    position: relative;
    padding: 4rem 4%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url('/ressources/images/services-banner-image.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.btp-cta::before  {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.btp-cta .content {
    width: 400px;
    max-width: 100%;
    padding: 2rem;
    background: white;
    z-index: 10;
    border-bottom: 5px solid var(--primary-color);
}
.btp-cta .content h2 {
    font-size: 1.5rem;
    color: var(--secondary-color);
}
.btp-cta .content h3 {
    font-size: 1.45rem;
    color: black;
}
.btp-cta .content p {
    font-size: .85rem;
    line-height: 1.8;
    margin-top: 1rem;
    color: #444;
}


.cta-btp2 {
    padding: 4rem 4%;
    border-top: 1px solid #eee;
    text-align: center;
}
.cta-btp2 .text {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.cta-manutention {
    padding: 4rem 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    background: var(--primary-color);
}
.cta-manutention .left h2 {
    font-size: 1.85rem;
    color: white;
    margin-bottom: 12px;
}
.cta-manutention .left p {
    color: white;
}
.cta-manutention .links a:first-child {
    background: white;
    color: var(--primary-color);
    position: relative;
    padding: 15px 30px;
    font-weight: 600;
    border: 1px solid transparent;
    font-size: var(--fonts-pa);
    border-radius: 5px;
    text-transform: capitalize;
}
.cta-manutention .links a:last-child {
    background: transparent;
    color:  white;
    position: relative;
    padding: 15px 30px;
    font-weight: 600;
    font-size: var(--fonts-pa);
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid white;
}
.cta-manutention .links {
    justify-content: flex-start !important;
}