section.pyramique-olfactive {
    background-color: #d19166;
    display: flex;
    justify-content: space-between;
    gap: 88px;
    align-items: center;
}

section.pyramique-olfactive * {
    font-size: clamp(14px, calc(14px + ((18 - 14) * ((100vw - 400px) / (1500 - 400)))), 18px);
}

section.pyramique-olfactive h2 {
    font-size: clamp(30px, calc(30px + ((50 - 30) * ((100vw - 400px) / (1500 - 400)))), 50px) !important;
    margin-bottom: 25px;
}

section.pyramique-olfactive h3,
section.pyramique-olfactive h4,
section.pyramique-olfactive h5,
section.pyramique-olfactive h6 {
    margin-bottom: 25px;
    font-family: var(--police-worksans-bold);
}

section.pyramique-olfactive .gauche * {
    color: white !important;
}

section.pyramique-olfactive .gauche .text {
    font-family: var(--police-worksans-regular);
}

section.pyramique-olfactive .gauche .text a {
    text-decoration: underline;
}

section.pyramique-olfactive .gauche,
section.pyramique-olfactive .droite {
    width: calc(50% - 44px);
}

section.pyramique-olfactive .droite .sous-bloc-droite {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 35px;
    gap: 40px;
}

section.pyramique-olfactive .droite .sous-bloc-droite .pyramide_texts,
section.pyramique-olfactive .droite .sous-bloc-droite img {
    width: calc(50% - 20px);
    max-width: 300px;
}

section.pyramique-olfactive .droite .sous-bloc-droite .pyramide_texts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


section.pyramique-olfactive .droite .sous-bloc-droite .pyramide_texts .titre_sous {
    font-family: var(--police-worksans-bold);
}


/* no-text */
section.pyramique-olfactive.no-text {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
}

section.pyramique-olfactive.no-text .gauche,
section.pyramique-olfactive.no-text .droite {
    width: 100%;
    max-width: 800px;
}

section.pyramique-olfactive .texte_lire_plus_wordpress {
	text-decoration: underline;
}


/***** MEDIA *****/
@media screen and (max-width: 1200px) {
    section.pyramique-olfactive .gauche,
    section.pyramique-olfactive .droite {
        width: 100%;
    }

    section.pyramique-olfactive:not(.no-text) {
        flex-direction: column;
        gap: 25px;
    }
    section.pyramique-olfactive .gauche{
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    section.pyramique-olfactive .droite .sous-bloc-droite .pyramide_texts{
        gap: 15px;
    }
}

@media screen and (max-width: 450px) {
    section.pyramique-olfactive .droite .sous-bloc-droite {
        gap: 20px;
        flex-direction: column;
        padding: 30px;
    }

    section.pyramique-olfactive .droite .sous-bloc-droite .pyramide_texts,
    section.pyramique-olfactive .droite .sous-bloc-droite img {
        width: 70%;
        text-align: center;
    }
}