.page-projet h1 {
 font-size: 40px;
}

.page-projet .section {
    padding-top: 0;
    padding-bottom: 30px;
}

.page-projet footer {
    margin-top: 50px;
}

#section1 {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

#section1 .projets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 99;
}

#section1.background-wave .wave-top {
    top: 250px;
}

.background-wave {
    background: linear-gradient(0deg, #ECF5FF 20%, #ECF5FF 30%, rgba(110, 210, 177, 0) 10%, rgba(110, 210, 177, 0) 50%);
}

.section.section-carousel {
    flex-direction: row;
    padding-top: 80px;
}

.section.section-carousel h1 {
    text-align: start;
    align-items: start;
    font-size: 40px;
    margin-bottom: 70px;
}

.section.section-carousel p.client {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 55px;
}

.section h2.title-underline {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.section h2.title-underline svg {
    margin-top: 10px;
}

.client-text-section p, .client-text-section h4 {
    margin: 0;
}

.client-text-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.client-text h1 {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-size: 40px;
    font-weight: 700;
    align-items: start;
    margin-bottom: 50px;
}

.client-text h4 {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    margin-bottom: 10px;
}

.client-text p {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.client-text p span {
    color: #2963A6;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.client-text ul {
    margin-bottom: 40px;
}

.client-text ul li {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.client-text p strong {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
}

.client-video {
    display: flex;
    justify-content: center;
}

@media (min-width: 1800px) {
    #section1.background-wave {
        background: linear-gradient(0deg, #ECF5FF 20%, #ECF5FF 20%, rgba(110, 210, 177, 0) 10%, rgba(110, 210, 177, 0) 50%);
    }

    #section1.background-wave .wave-top {
        height: 500px;
    }
}

@media (max-width: 1024px) {
    #section1.background-wave {
        background: linear-gradient(0deg, #ECF5FF 20%, #ECF5FF 72%, rgba(110, 210, 177, 0) 0%, rgba(110, 210, 177, 0) 30%);
    }
}

@media (max-width: 768px) {
    #section1.background-wave {
        background: linear-gradient(0deg, #ECF5FF 20%, #ECF5FF 82%, rgba(110, 210, 177, 0) 0%, rgba(110, 210, 177, 0) 30%);
    }
    .section.section-carousel {
        flex-direction: column;
        padding-top: 80px;
    }
    #section1 {
        padding-left: 0px;
        padding-right: 0px;
    }
}