
* {
    margin:0;
    padding:0;
}
label {
    margin:0;
    padding:0;
}
html, body {
    height:100vh;
    width: 100vw;
    font-family: "Nunito Sans", sans-serif;
    position: relative;
    background-image: url(bg-redirection.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}



.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 140px 40px 140px;
    align-items: center;
}

.header {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
/* background-color: #32C4B1; */
}

.logo {
    height: 4rem;
    width: auto;
}

.content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer {
   
    opacity: 1;
    width:100%;
    height: 100px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 140px;
    position: relative;
}

.calc {
    background: #4F7BD9 0% 0% no-repeat padding-box;
    box-shadow: 0px -9px 59px #00000019;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}


.imgIllus {
    max-height: 350px;
}

.title {
    text-align: left;
    font: normal normal 800 64px/90px Nunito Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.ssTitle {
    color: #fff;
text-align: left;
font: normal normal normal 18px/35px Nunito Sans;
letter-spacing: 0px;
color: #FFFFFF;
}

.actions {
    display: inline-flex;
    margin-top: 30px;
}

.btnAgent {
    width: 210px;
    height: 56px;
    border-radius: 4px;
    color:#fff;
    background-color: #4F7BD9;
    border:none;
    margin-right: 20px;
    font: normal normal 400 18px Nunito Sans;
}

.btnInst {
    width: 210px;
    height: 56px;
    border-radius: 4px;
    color:#fff;
    background-color: #32C4B1;
    border:none;
    font: normal normal 400 18px Nunito Sans;
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 0 10px 0 10px;
}

h1 {
    color: white;
    font-size: 28px;
    font-weight: 600;
}

h2 {
    color: white;
    font-size: 18px;
    font-weight: 100;
}

h3 {
    color: white;
    font-size: 26px;
    font-weight: 600;
}

h4 {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

p {
    color: white;
    font-size: 16px;
    font-weight: 100;
}

hr{
    width: 100px;
    border: 1px solid#FF9A69;
    background-color: #FF9A69;
    border-radius: 5px;
}


.intro {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.intro-textes {
    text-align: center;
}

.column {
    text-align: center;
}

.column div {
    width: 100%;
    height: 120px;
}




.btn {
    font-size: 18px;
    font-weight: 700;
} 


.btn-primary {
    margin-right: 5px;
    background-color: #ff9a69;
    color: white;
    width: 240px;
    height: 80px;
    border: none;
} 

.btn-secondary {
    margin-left: 5px;
    background-color: #ffffff;
    color: #415463;
    width: 240px;
    height: 80px;
    border: none;
} 


.help {
    width: auto;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 0 20px 0 20px;
    font: normal normal 400 16px/11px Nunito Sans;
}

button:hover {
    opacity: 0.8;
}

.help:hover {
    
background: #FFFFFF33 0% 0% no-repeat padding-box;
}



.fa {
    color: white;
}

#feedbacklabel span {
max-width: 150px !important ;
}


@media all and (max-width: 1460px) {
    .imgIllus {
        display: none;
    }
    .title {
        font-size: 50px/30px;
    }
  }

  @media all and (max-width: 1200px) {
    .container {
        padding: 40px 70px 40px 70px;
    }
    .footer {
        padding-right: 70px;
    }
    .title {
        font-size: 35px/25px;
    }
    
  }

  @media all and (max-width: 500px) {
    .container {
        padding: 20px 30px 20px 30px;
    }
    .footer {
        padding-right: 30px;
    }
    .title {
        font-size: 25px/20px;
    }
    
  }