.bloc-idees {
    max-width: 40rem;
    padding: 0rem 2.8rem 4.5rem 2.8rem;
}

.titre-idees {
    font-family: "Inknut Antiqua", serif;
    padding-bottom: 1.4rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 0.5rem;
}

.introduction-idees{
    font-size: 0.94rem;
    line-height: 1.4;
    font-weight: 500;
}

.texte-idees {
    height: 0;
    font-size: 0.94rem;
    overflow: hidden;
    line-height: 1.4rem;
}

.open-close-idees {
    text-align: start;
    margin-top: 0.5rem;
    font-weight: 600;
    height: fit-content;
    width: fit-content;
    padding: 0.3rem 0.4rem 0.3rem 0.4rem;
    border: red dashed 1.8px;
}

.all_the_ideas{
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 0rem;
}

/* QUERIES */
@media screen and (min-width: 1600px) {
}

/* @media screen and (min-width: 1024px) and (max-height: 655px) {
} */

@media screen and (max-width: 1080px) {
/* tablet */
.bloc-idees {
    padding: 0rem 2rem 4.5rem 2rem;
  }
}

/* @media screen and (max-width: 992px){
} */

@media screen and (max-width: 650px) {
/* debut du menu hamburger */
.bloc-idees {
    max-width: 40rem;
    padding: 0rem 1rem 4.5rem 1rem;
  }
}

@media screen and (max-width: 600px) {
/* mobile */
}

/* mobile landscape special */
@media screen and (max-width: 992px ) and (max-height: 450px ) {
    
}
    