@import url('experimentations.css');
@import url('experimentation.css');
@import url('experimentation-bandeau.css');

.pistes{
margin-top: 3rem;
}

.piste{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100%;
    margin-top: 1.5rem;
    gap:0.5rem;
}

.piste__content{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 2rem;
}

.piste__content__left-col {
    width: 40%;
}

.piste__content__right-col {
    width: 60%;
}

.piste__etsi {
    font-size: 1.8rem;
    color: var(--emeraude);
    padding-bottom: 1rem;
    line-height: 1.1;
}

.piste__faq{
    margin-top: 1rem;
}

.hr{
    padding-top: 3rem;
}

p{
    padding-bottom: 1rem;
}