@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');
body,html{
    width: 100%;
   
    background: linear-gradient(101.89deg, #009892 0%, #002238 100%) no-repeat;
    background-size: contain;
    background-repeat: repeat-y;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
}
.espace8{
    width: 100%;
    height: 8px;
    display: block;
}
.espace16{
    width: 100%;
    height: 16px;
    display: block;
}
.espace24{
    width: 100%;
    height: 24px;
    display: block;
}
.espace32{
    width: 100%;
    height: 32px;
    display: block;
}
.espace40{
    width: 100%;
    height: 40px;
    display: block;
}
.espace48{
    width: 100%;
    height: 48px;
    display: block;
}
.espace56{
    width: 100%;
    height: 56px;
    display: block;
}
.espace64{
    width: 100%;
    height: 64px;
    display: block;
}
.espace72{
    width: 100%;
    height: 72px;
    display: block;
}
.espace80{

    width: 100%;
    height: 80px;
    display: block;
}
.next-back{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;

}
.stepy-next{
    float: right;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #002238;
    margin-top: 40px;
    margin-bottom: 40px;
}
.stepy-back{
    float: left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #002238;
    margin-top: 40px;
    margin-bottom: 40px;
}