:root {
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
    :root {
        font-size: 1.333vw;
    }
}

section>*{
    max-width: 1200px;
}

header p.item::before {
    width: 1.4rem;
    height: 1.4rem;
    background-size: 1.4rem;
    min-width: 1.4rem;
}
header {
    gap: 2rem;
}
header p.item {
    display: flex;
}

.sect1 {
    flex-direction: row;;
}


.sect2 p {
    text-align: center;
    width: 70%;
}
.sect3>div{
    display: flex;
    flex-direction: row;;
}
#illustration {
    flex:1;
}
.cadre {
    flex: 1;
    padding: 3.6rem 3.2rem ;

}

#wide_image {
    width: 60%;
}

.faq>div{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.faq>div>div{
    width: 45%;
}

footer {
    flex-direction: row;
    gap: 30rem;
}


.etape{
    display: flex;
}

.fond{
    background-attachment: fixed;
    background-position: 50% 50%;
}

.animated:hover{
    transform: scale(1.1);
    cursor: pointer;
    background-color: #ff9c00;
    animation: none;
}

.cadre button:hover{
    background-color: #3e9cd5;
}

.carousel{
    max-width: 35rem;
}

.intro-alt {
    display: none;
}
.intro h1 {
    display: block;
}