.container-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-top-wrapper{
    margin: 25px 0px;
    font-family: 'Roboto';
    width: 60%;
}

.text-top-wrapper p:nth-child(1){
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.container-eligibilite{
    width: 100%;
    font-family: 'Roboto';
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.wrapper-eligibilite{
    width: 60%;
    display: flex;
    flex-direction: column;
}

.wrapper-eligibilite h1{
    font-size: 20px;
    font-weight: 300;
}

.wrapper-eligibilite input{
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    width: 38%;
}


.button-elig {
    margin-left: 30px;
    height: 100%;
    min-width: 150px;
    font-family: 'Roboto';
    background-color: #0F2657;
    color: white;
    font-family: 'Roboto';
    border-radius: 2px;
    border: 1px solid black;
    user-select: none;
    padding: 10px 30px;
    cursor: pointer;
    outline: none;
    transition: 0.2s ease-in-out;
}

.button-elig:hover {
    cursor: pointer;
    background-color: #204bc2;
}

.wrapper-result-elig{
    display: none;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

.wrapper-result-elig i{
    transform: scale(1.5);
}

#not-elig{
    display: none;
    color:red;
}

#progress-elig{
    display: none;
    color:orange;
}

#is-elig{
    display: none;
    color: green;
}

.wrapper-result-elig h1{
    margin: 0px 15px;
}
#btn-devis{
    height: 46px;
    min-width: 176px
}

#btn-devis:hover {
    cursor: pointer;
}

.container-btn-dl-map{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.container-btn-dl-map button{
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
    height: 45px;
    padding-right: 15px;
    background-color: #0F2657;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
    transition: 0.2s ease-in-out;
}

.container-btn-dl-map button:hover {
    cursor: pointer;
    background-color: #204bc2;
}

.container-btn-dl-map i{
    transform: scale(1.3);
    margin: 0px 15px;
}

.container-img-map{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.container-img-map img{
    height: 1000px;
}

.wrapper-all{
    background-color: white;
    z-index: 1;
}

@media (max-width: 1420px) {
    .container-img-map img{
        height: 800px;
    }
    
}

@media (min-width: 1132px) {
    #btn-devis{
        margin-left: 0px;
        margin-top: 10px;
    }

    .wrapper-ico-text{
        display: flex;
        align-items: baseline;
    }

    .wrapper-result-elig {
        flex-direction: column;
        align-items: baseline;
        margin-top: 25px;
    }
    
}


@media (max-width: 1131px) {
    .container-img-map img{
        height: 500px;
    }

    .wrapper-eligibilite {
        width: 70%;
        text-align: center;
    }

    .wrapper-result-elig {
        flex-direction: column;
        margin-top: 45px;
    }

    #btn-devis{
        margin-left: 0px;
        margin-top: 15px;
    }

    .wrapper-ico-text i{
        margin-bottom: 5px;
    }
    
}

@media (max-width: 710px) {
    .container-img-map img{
        height: 350px;
    }
    .container-btn-dl-map a{
        transform: scale(0.8);
    }
    
}

@media (max-width: 630px) {
    .wrapper-eligibilite {
        width: 90%;
    } 
    
    .wrapper-select{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .wrapper-eligibilite input {
        width: 80%;
        height: 40px;
        margin-bottom: 15px;
    }

    #btn-verif-elig{
        width: 150px;
        height: 45px;
        margin-left: 0;
    }

}

@media (max-width: 510px) {
    .container-img-map img{
        height: 225px;
    }
    
}

@media (max-width: 1400px) {

    .text-top-wrapper{
        padding: 0px 20px;
    }

}

@media (max-width: 1200px) {

    .wrapper-map{
        width: 85%;
    }
    
}

@media (max-width: 992px) {

    .wrapper-map{
        width: 90%;
    }

    .text-top-wrapper p:nth-child(1){
        font-size: 22px;

    }    
    .text-top-wrapper p:nth-child(2){
        font-size: 16px;
    }

    .text-top-wrapper{
        width: 85%;
    }

}

@media (max-width: 800px) {

    .wrapper-map{
        width: 97%;
    }
    
}