.etape{
    background-color: #FFF;
    margin: 15px;
}

#etape3, #etape2{
    display: none;
}

#simulateur br{
    display: none;
}

.contenu{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.whoare, .why2{
    margin: 10px;
    padding: 10px;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom right, #1fbdf2 0%, #39dfa5 100%);
    border-image-slice: 1;
    border-radius: 5px;
}

.whoare:hover, .why2:hover{
    border-width: 5px;
}

#erreur{
    color: red;
}

/* Etape 1 */

#etape1 > div > div.contenu{
    height: 270px;
}

.whoare{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 200px;
    height: 230px;
}

.whoare > div:nth-child(2){
    text-align: center;
}

.whoare > div:nth-child(2) > input{
    display: none;
}

.etape > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.images-etape{
    width: 180px;
    height: 180px;
}

.images-etape > label > img {
    width: 100%;
    height: 100%;
}


/* Etape 2 */

#etape2 > div > div.contenu{
    flex-direction: column;
}

#etape2 > div > div.contenu > div{
    display: flex;
    justify-content: space-evenly;
    height: 270px;
}

#etape2 > div > div.contenu > div > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    justify-content: space-evenly;
    width: 200px;
    height: 230px;
}

.why2 > div > input{
    display: none;
}

#etape2 > div > div:nth-child(3){
    display: flex;
    width: 300px;
    height: 50px;
    justify-content: center;

}

#etape2 > div > div:nth-child(3)>p{
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    
    
}

#btn-2{
    border-radius: 0 !important;
    background-color: transparent;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to bottom right, #1fbdf2 0%, #39dfa5 100%);
    border-image-slice: 1;
    font-weight: bold;
}

#btn-2:hover{
    background-image:linear-gradient(to bottom right, #1fbdf2 0%, #39dfa5 100%);
    color: #fff;
}

/* Etape 3 */

#etape3 > div > div:nth-child(2){
    display: flex;
    flex-direction: column;
}

#etape3 > div > div:nth-child(2) > div{
    display: flex;
    justify-content: space-between;
}

#etape3 > div > div:nth-child(2) > div > div{
    display: flex;
    flex-direction: column;
    margin: 15px;

}

#etape3 > div > div:nth-child(2) > div:nth-child(3){
    justify-content: center;
}

#etape3 > div > div:nth-child(3){
    display: flex;
    width: 150px;
    height: 50px;
    justify-content: center;

}



#btn-3{
    border-radius: 0 !important;
    background-color: transparent;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to bottom right, #1fbdf2 0%, #39dfa5 100%);
    border-image-slice: 1;
    font-weight: bold;
}

#btn-3:hover{
    background-image:linear-gradient(to bottom right, #1fbdf2 0%, #39dfa5 100%);
    color: #fff;
}
@media (max-width: 1100px){
    .page-id-2585 .container.main-content{
        max-width: unset;
    }
    
    /* Etape 1 */

    .images-etape{
        width: 125px;
        height: 125px;
    }

}

@media (max-width: 770px){

    .contenu{
        flex-direction: column;
        align-items: center;
        
    }

    #etape1 > div > div.contenu, #etape2 > div > div.contenu > div{
        height: auto;
    }

    /* Etape 1 */

    .whoare{
        width: auto;
        height: auto;
    }

    .images-etape{
        width: 200px;
        height: 200px;
    }

    /* Etape 2 */

    #etape2 > div > div.contenu > div > div{
        width: auto;
        height: auto;
    }

    .contenu > div{
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 770px){
    #etape3 > div > div:nth-child(2) > div{
        flex-direction: column;
    }
}