.close_formulaire{
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    opacity: 0.1;
}

.close_formulaire:hover{
    color: #29bdef;
    opacity: 1;
}

html{
    overflow: auto;
}

#why_ban_parent{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

#tel_info{
    display: flex;
    bottom: 10px;
    position: absolute;
}

.why_box{
    width: 45%;
    background-color: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    position: inherit;
    margin: 10px;
    padding: 10px;
}

.why_box_content{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    min-height: 100%;
}

.why_box_content img{
    margin: 0 auto;
}

#why_box_parent{
    flex-grow : 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

#head_banner{
    height: 169px;
    background: url('https://www.bailleurs-energie.com/images/logos/banniere-header.png') center no-repeat;
}

#head_banner_2{
    max-width:600px;
    padding-bottom: 0;
    display: inline !important;
    vertical-align: bottom;
}

#info_demarche_terminee{
    text-align: center;
    padding: 0 13% 2%;
    position: relative
}

#info_demarche_terminee_header{
    background-color: #203059;
    border-radius: 25px 25px 0 0;
}

#info_demarche_terminee_text{
    border: #203059 solid 2px;
    border-radius: 0 0 25px 25px;
}

#submit_form_button{
    text-align: center;
    margin-top: 20px;
}

#submit_form_button button{
    padding: 20px 140px;
    font-size: large;
}

@media (max-width: 1024px) {
    .header--inner>div{
        display: flex;
    }
}

@media (max-width: 1024px) {
    .header--inner>div>div{
        margin: auto;
    }
}

@media (max-width: 768px) {
    #tel_info{
        position: relative;
    }

    #tel_info p{
        margin: auto;
    }

    #why_ban_parent{
        flex-direction: column;
    }

    #info_demarche_terminee{
        padding: 0 5% 6%;
    }
}

#captcha>div{
    margin: auto;
}

@media (max-width: 426px) {
    .why_box{
        margin: 10px auto;
        width: 80%;
    }

    #head_banner{
        background-size: contain;
    }

    #head_banner_2{
        max-width: 100%;
    }
}

@media (max-width: 375px){
    .why_mini--title, .who_mini--title{
        font-size: 29px;
    }

    #submit_form_button button{
        padding: 20px 110px;
    }
}

@media (max-width: 320px){
    .why_mini--title, .who_mini--title{
        font-size: 24px;
    }

    #submit_form_button button{
        padding: 20px 90px;
    }

    #captcha iframe{
        margin-left: -25px;
    }
}
