p {
    font-family: "Noto Sans";
    font-size: 16px;
    font-weight: 500;
}

.expertises-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    max-width: 1400px;
}

.expertises-card {
    width: 360px;
    border-radius: 20px;
    background: var(--BLANC, #FFF);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.11);
    padding: 20px 20px;
    transform: scale(1);
    transition: transform 0.1s ease-in-out;
}

.expertises-card:hover {
    transform: scale(1.01);
}

h3 {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.833%;
}

.expertises-card p {
    text-align: start !important;
}

#section3 .confiance-title p {
    color: var(--Bleu-dark-Desydel, #1D3261);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.expertises-card>div {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 89px;
}

.expertises-card-picto {
    width: 48px;
    height: 48px;
}

#section4 {
    background: #ECF5FF;
    padding: 108px 80px;
}

.expertises-text {
    color: var(--Bleu-dark-Desydel, #1D3261);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    max-width: 1000px;
}

#section3 {
    padding: 0px 50px;
    margin-bottom: 80px;
}

.promesse {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    column-gap: 100px;
}

.promesse c-icon-text {
    max-width: 30vw;
}

#section6 {
    padding: 0px 80px;
    margin-top: 100px;
    background: white;
}

#section5>div:not(.valeurs) p {
    text-align: center;
    line-height: 30px;
}

#section6>div h4 {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

#section6>div .lamp p {
    color: var(--Bleu-dark-Desydel, #1D3261);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    /* 187.5% */
    text-align: left;
}

.lamp-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 52px;
    padding: 0px 20px;
}

.lamp-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: var(--BLANC, #FFF);
    box-shadow: -1px 2px 30.9px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 20px;
    max-width: 360px;
    width: 35%;
    align-items: center;
}

.lamp-card h3 {
    text-align: center;
    margin-bottom: 15px;
}

.lamp-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.lamp-card img {
    width: 84px;
    height: 84px;
    margin-bottom: 11px;
}

.exptertise-lamp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exptertise-lamp>img {
    display: flex;
    padding: 30px 80px;
    align-items: center;
    gap: 40px;
}

.valeurs .valeur>div.valeur-img img {
    width: 100%;
    max-height: 400px;
    max-width: unset;
}

.exptertise-lamp > img {
    max-width: 550px;
    margin-bottom: 40px;
    margin-top: 20px;
    box-sizing: border-box;
}

.exptertise-lamp .lamp-card {
    max-width: 450px;
}

.exptertise-lamp>p {
    max-width: 70vw;
}

.filiere-net {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 150px;
}

.filiere-net h4 {
    width: 100%;
}

.filiere-net img {
    max-width: 500px;
    margin-bottom: 70px
}

#section4>p {
    max-width: 800px;
}

#section5 {
    background-color: white;
}

#section6 {
    background: linear-gradient(0deg, #ECF5FF 80%, rgba(110, 210, 177, 0) 20%);
    position: relative;
}

#section6 .wave-top {
    top: 600px;
    height: 400px;
}

.preventive img {
    max-width: 600px !important;
}

.valeurs .valeur {
    gap: 30px;
}

@media (max-width: 4000px) {
    #section6 {
        background: linear-gradient(0deg, #ECF5FF 60%, rgba(110, 210, 177, 0) 40%);
    }

    .wave-top {
        height: 700px !important;
    }
}

@media (max-width: 2800px) {
    #section6 {
        background: linear-gradient(0deg, #ECF5FF 68%, rgba(110, 210, 177, 0) 30%);
    }

    .wave-top {
        height: 700px !important;
    }
}

@media (max-width: 2230px) {
    #section6 {
        background: linear-gradient(0deg, #ECF5FF 75%, rgba(110, 210, 177, 0) 25%);
    }
}

@media (max-width: 1485px) {
    #section6 {
        background: linear-gradient(0deg, #ECF5FF 80%, rgba(110, 210, 177, 0) 20%);
    }

    .wave-top {
        height: 400px !important;
    }
}

@media (max-width: 1040px) {
    .valeurs .valeur {
        padding: 30px 17px;
    }

    #section6 {
        background: linear-gradient(0deg, #ECF5FF 85%, rgba(110, 210, 177, 0) 15%);
        padding: 0px 20px;
        margin-top: 0px;
    }

    #section4 {
        padding: 108px 20px;
    }

    .lamp-card {
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        background: var(--BLANC, #FFF);
        box-shadow: -1px 2px 30.9px 0px rgba(0, 0, 0, 0.10);
        padding: 30px 20px;
        max-width: 360px;
        width: 100%;
        align-items: center;
    }

    .expertises-card {
        width: 100%;
    }

    #section2 {
        margin-top: 0;
        padding-top: 0;
    }

    #section2 .valeur-img {
        margin-bottom: 50px;
    }

    #section4 {
        padding-bottom: 40px;
    }

    .promesse c-icon-text {
        max-width: 35vw;
    }

    .valeurs .valeur>div.valeur-img img {
        max-width: 350px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .preventive {
        padding: 0px !important;
    }
}

@media (max-width: 768px) {
    .valeurs .valeur {
        padding: 30px 0px;
    }

    .exptertise-lamp>img {
        padding: 30px 12px;
        max-width: 450px;
    }

    .valeurs .valeur>div.valeur-img {
        padding: 0px 0px;
    }

    #section6 {
        background: linear-gradient(0deg, #ECF5FF 87%, rgba(110, 210, 177, 0) 13%);
    }

    .exptertise-lamp .lamp-cards {
        padding: 0px 00px;
    }

    .exptertise-lamp .lamp-card {
        max-width: unset;
        width: 100%;
    }

    .promesse c-icon-text {
        max-width: 100vw;
    }

    #section1 {
        align-items: start;
    }

    #section1 h1,
    #section3 h1,
    #section4 h1,
    #section6 h1 {
        text-align: left;
    }

    .title-underline {
        align-items: flex-start !important;
    }

    #section1 p,
    #section3 p,
    #section4 p,
    #section6 p,
    #section5 p {
        text-align: left;
    }

    #section3 .confiance-title p {
        text-align: left;
    }

    #section2 {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    #section5 {
        padding-bottom: 40px;
        margin-bottom: 70px;
    }

    .valeurs .valeur>div.valeur-img img {
        max-width: 300px;
    }

    .lamp-cards {
        padding: 0px 0px;
    }

    .exptertise-lamp>p {
        max-width: 98vw;
    }

    #section5>div:not(.valeurs) p {
        text-align: left;
    }

    #section6 .wave-top {
        top: 1000px;
    }

    #section6 {
        background: linear-gradient(0deg, #ECF5FF 82%, rgba(110, 210, 177, 0) 18%);
    }

    #section1 {
        padding: 20px;
    }

    #section3 {
        padding: 0px 20px;
    }
}