.banner {
    margin-top: 90px;
    background-image: url(../img/intelligence-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: center;
}

h2 {
    font-size: 1.7rem !important;
    font-weight: bold;
    color: var(--pastel-green) !important;
}

main {
    background-color: #fff;
}

.banner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.img-banner {
    padding: 20px;
}

.h1-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.h1-container p {
    color: #f1f1f1;
}

.grid-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid-start {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
}

.intro ul {
    color: #363636;
    margin-top: 2rem !important;
    list-style: none;

}

.grid-start .intro h2 {
    margin-bottom: 2rem;
}

p {
    color: #363636;
}

.citation i {
    color: var(--pastel-green);
    font-size: 4rem;
}

.guillement-right {
    width: 100%;
    display: flex;
    justify-content: end;
}

.citation p {
    font-size: 2.2rem !important;
    text-align: center;
    line-height: 40px;
    color: var(--pastel-green);
}

.devis-btn {
    background: #E63E3E;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 3rem;
}

.plus-value {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.plus-value h2 {
    margin-bottom: 2rem;
}

.plus-value p {
    margin-bottom: .7rem !important;
}

.roles {
    width: 100%;
    padding: 3rem 5rem;
    background: var(--pastel-green);
    border-radius: 20px;
    text-align: center;
    margin-top: 5rem;
    position: relative;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    gap: 2rem;
}

.grid-2 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.roles h2 {
    color: #fff !important;
    margin-bottom: 1.5rem;
}

.roles img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.roles p {
    color: #F4F4F4;
}

.types ul {
    list-style: none;
    margin-top: 1rem !important;
}

.types ul li {
    color: #000;
    margin-bottom: 1rem;
}

.types small {
    color: var(--pastel-green);
}

.types {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.temoignage {
    margin-top: 5rem;
}















.carousel-container {
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
}

.carousel-tracks {
    display: flex;
    transition: transform 0.4s ease;
}

.temoin {
    flex: 0 0 calc(50% - 10px);
    /* 2 témoignages par ligne avec marge simulée */
    box-sizing: border-box;
    padding: 2rem;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-left: 20px;
}

.temoin:first-child {
    margin-left: 0;
}

.carousel-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.carousel-buttons button {
    background: #eee;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .temoin {
        flex: 0 0 100%;
        margin-left: 0;
    }

}

.idee {
    width: 100%;
    padding: 4rem;
    background: var(--pastel-green);
    text-align: center;
    margin-top: 5rem;
    border-radius: 20px;
    position: relative;
}

.idee h2 {
    font-size: 2rem;
    color: #fff !important;
    margin-bottom: .5rem;
}

.idee .devis {
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 20px;
    background: #E63E3E;
    margin-top: 1.5rem;
}

.idee p {
    color: #D9D9D9;
}

.idee img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.discover {
    margin-top: 5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.grid-3 div {
    text-align: center;
    width: 100%;
    padding: 3rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-3 div h3 {
    color: #fff;
}

.grid-3 div a {
    color: #000;
    padding: 10px 40px;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
}

.dsc-1 {
    background: #124E61;
}

.dsc-2 {
    background: #566B82;
}

.dsc-3 {
    background: #DB9F34;
}

@media (max-width: 768px) {
    .banner {
        padding: 20px;
    }

    .img-banner {
        display: none;
    }

    .grid-start {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .citation p {
        font-size: 1.5rem !important;
    }

    .citation {
        padding: 0 2rem;
    }

    .grid-2 {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .grid-4,
    .grid-3 {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .grid-banner {
        display: block;
    }

    .roles {
        padding: 3rem 2rem;
    }

    .roles img {
        width: 100%;
    }
}