.banner_text {
    padding-top: 40px;
    padding-bottom: 50px;
}

.financing_banner .banner_image_container {
    padding: 70px 0;
    position: relative;
}

.banner_background_image {
    background-image: url("../../img/finance@small.png");
}

.banner_image_container>* {
    z-index: 1;
}

.banner_image_text .bold {
    color: var(--main-yellow);
}

.banner_image_text {
    text-align: justify;
}

.banner_text .banner_h2 {
    margin-bottom: calc(1vw + 15px);
}

h2.banner_h1 {
    color: var(--main-yellow);
    font-family: var(--cgl);
    line-height: calc(14px + .8vw) !important
}

h2.banner_h1 .bold {
    color: var(--main-yellow);
}

.welcome_contact {
    display: flex;
    justify-content: center;
}

p.banner_image_max_width {
    color: var(--grey-90) !important;
}

.welcome_banner_right {
    background-color: var(--grey-75);
}

.card_item img {
    width: 152px;
    height: 152px;
}

.banner_image_container .banner_background_image {
    background-position-y: bottom;
}



/* Collaboration -----------------------------------------------------------------------------------------------------*/

.work_with {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
}

.work_with img {
    width: 200px;
    height: auto;
    max-width: 100%;
    margin: 10px auto 30px;
    display: block;
}

.collaboration_container {
    padding: 70px 0;
    background-color: var(--verd-filtre);
}

.collaboration_inner {
    padding-bottom: 0 !important;
}

.collaboration_container .section_divider {
    margin-top: 0;
}

.contact_form {
    padding-bottom: 0 !important;
}

.contact_form .little_title {
    font-size: 17pt;
}


/* --------------------------------------------------- Pros --------------------------------------------------------- */

.pros {
    /*background: url(../../img/purple_background_90.svg) center no-repeat;
    background-size: cover;*/
}

.pros_inner_container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pros_inner_container .pros_title {
    width: 100%;
    /*padding: 0 calc(5.5vw + 10px) 0 0;*/
    padding: 0;
    margin-bottom: 50px;
}

.pros_inner_container .pros_description {
    width: 100%;
}

.pros_title h5 {
    font-family: var(--cgb);
    font-size: calc(2vw + 24px);
    line-height: calc(2vw + 1.2rem);
    text-align: center;
}

.pros_description ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
    flex-direction: column;
}

.pros_description ul li {
    width: 100%;
    color: white;
    padding-left: 0;
    justify-content: center;
    font-family: var(--cgb) !important;
}

.pros_description .li_separator {
    width: 142px;
    height: 1px;
    margin: 2.4rem auto;
    background-color: var(--main-yellow);
}

.pros_description ul li::before {
    content: '';
}

#benefits_container .col-md-4:last-child .card_item p {
    margin-bottom: 0;
}

/*
.pros_container{
    padding: 50px 0;
    background-color: var(--verd-p);
    transition: .3s;
}

.pros_container:hover p{
    color: white;
}

.pros_container:hover{
    background-color: rgba(116, 139, 117,.9);
}

.pros_container *{
    color: white;
}

.pros{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
}

.pros .long_page_h2{
    margin-bottom: 5px;
}

.pro{
    border: 4px solid white;
    padding: 15px;
    width: max-content;
    margin: 15px 15px 0 0;
    position: relative;
}

.pro::before{
    content:"";
    position: absolute;
    width:100%;
    height:4px;
    bottom:-4px;
    left:0;
    background-color: var(--verd-filtre);
}

.pro p{
    font-size: 10pt;
    color: var(--verd-filtre);
    transition: .3s;

}*/

/* ------------------------------------------ Financing information ------------------------------------------------- */

.finance_calculator_container {
    padding-bottom: calc(1vw + 35px);
}

.finance_calculator_notes {
    font-size: 80%;
    font-weight: 400;
}



/* --------------------------------------------- Needed information ------------------------------------------------- */


.what_do_we_need_container {
    background-color: var(--grey-topnav);
}

.what_do_we_need_chart .form_row {
    padding-bottom: calc(2vw + 18px);
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.finance_input_value {
    justify-content: flex-start;
}

.finance_input_value ul.styled_ul li {
    font-size: 1.1rem;
}

.what_do_we_need_chart p.all_caps {
    display: flex;
    align-items: center;
    justify-content: center;
}

.finance_buttons {
    display: flex;
    flex-wrap: wrap;
}

.finance_buttons>* {
    flex: 0 0 80%;
    max-width: 80%;
    margin: 0 auto 5px;
    border: 1px solid var(--grey-70);
}

.financing_need_title_container .black_title_medium {
    margin-bottom: 12px;
}

.financing_need_title_container {
    border-bottom: 1px solid var(--grey-70);
    padding-bottom: calc(2vw + 2rem);
    margin-bottom: calc(2vw + 2rem);
}

.finance_input_title {
    margin-right: auto;
}


/* --------------------------------------------- Faqs container && Actions ------------------------------------------ */

.contact_faqs_container {
    padding-bottom: calc(1vw + 15px);
}

.actions_partial {
    padding-bottom: calc(1vw + 25px);
}



/* ------------------------------------------------- Animation ------------------------------------------------------ */

@keyframes arrow-down {
    0% {
        opacity: 100%;
        top: 0;
    }

    20% {
        opacity: 100%;
    }

    40% {}

    75% {}

    80% {
        top: 20px;
        opacity: 0%;
    }

    100% {
        top: 20px;
        opacity: 0%;
    }
}

@media (max-width: 576px) {

    /* Banners */

    .banner_image_container .banner_background_image {
        min-height: 350px;
    }
}

/* Small Devices */
@media (min-width: 576px) {

    /* Banners */

    .banner_image_container .banner_background_image {
        background-size: cover;
        min-height: 400px;
        height: 100%;
    }

    /* Simulator */

    .select_arrow {
        right: 40%;
    }

    .finance_chart {
        width: fit-content;
        margin: 0 auto;
    }

    .contact_form .little_title {
        font-size: 20pt;
    }

    .inner_contact_form .form_body {
        width: fit-content;
        margin: 0 auto;
    }

    /* Needs */
    .needs {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .need_container {
        flex-basis: 50%;
    }

    /* Collaborators */

    .work_with {
        display: flex;
        align-items: stretch;
        flex-direction: row;
    }

    .work_with_col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1.4rem;

        display: flex;
        align-items: center;
    }

    .work_with img {
        margin-top: 0;
        margin-bottom: 0;
    }

    .work_with_col:nth-child(2n) {
        border-left: 1px solid var(--grey-85);
    }
}

/* iPad */
@media (min-width: 768px) {

    /* Banners */

    .banner_ocasionista {
        padding-right: 12px;
    }

    .welcome_banner_right .banner_title_text {
        display: none !important;
    }

    .welcome_banner_right {
        background-color: var(--grey-70);
    }

    .banner_text .banner_h2 {
        margin-bottom: 5px;
    }

    .banner_text>* {
        text-align: left;
    }

    .banner_image_text .p_v1 {
        font-size: calc(10px + .4vw);
    }

    .welcome_banner .banner_buttons {
        margin-top: 35px;
    }

    .welcome_banner {
        padding-top: 0;
    }

    /* Simulator */

    .select_arrow {
        right: 27%;
    }

    /* What do we need */

    .finance_buttons>* {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .what_do_we_need_chart .form_row {
        width: 90%;
    }

    /* Pros */

    .welcome_contact .banner_btn {
        flex-basis: 300px;
    }

    .card_item p:not(.black_title_big) {
        text-align: justify;
    }

    .pros_description ul {
        flex-direction: row;
    }

    .pros_inner_container .pros_title {
        width: 40%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .pros_title .h1 {
        text-align: center;
    }

    .pros_description ul li {
        width: 50%;
        padding: 20px;
        margin-bottom: 15px;
    }

    .pros_description .li_separator {
        display: none;
    }

    .pros_description li {
        border-left: 1px solid var(--main-yellow);
    }

    .pros_description li:nth-child(4n + 1) {
        border-left: 0;
    }

    .pros_description ul {
        justify-content: space-between;
    }

    .pros_title h5 {
        text-align: left;
    }

    /* What do we need */

    .what_do_we_need_container .split_two,
    .finance_calculator_container .split_two {
        flex-direction: column;
    }

    .what_do_we_need_chart .form_row {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    /* Collaboration */

    .work_with_col {
        flex: 0 0 33.333%;
        max-width: 33.3333%;
    }

    .work_with img {
        max-height: unset;
        width: 180px;
    }

    .work_with_col:nth-child(2n) {
        border-left: none;
    }

    .work_with_col:nth-child(3n),
    .work_with_col:nth-child(3n - 1) {
        border-left: 1px solid var(--grey-85);
    }


}

/* iPad Pro / Low screen */
@media (min-width: 992px) {

    /* Banners */

    .banner_image_container .banner_background_image {
        background-image: url(../../img/finance@big.png);
        background-position-y: bottom;
    }

    /** Pros **/

    .pros_container {
        padding: 80px 0 90px;
    }

    /* What do we need */

    #what_do_we_need_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #what_do_we_need_container>* {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 calc(.8vw + 10pt);
    }

    .what_do_we_need_container .split_two,
    .finance_calculator_container .split_two {
        flex-direction: row;
    }

    .what_do_we_need_chart {
        margin-top: 2.5rem;
        display: flex;
    }

    .what_do_we_need_chart>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .finance_buttons>* {
        flex: unset;
        max-width: 100%;
        width: 250px;
        margin: 0 0 10px 0;
        font-size: 13px;
        padding: calc(.3vw + 3px);
    }

    .what_do_we_need_chart p.all_caps {
        justify-content: start;
    }

    .financing_need_title_container {
        border-bottom: none;
        border-right: 1px solid var(--black-text);
        padding-right: 1.2rem;
        margin-right: 1.2rem;
    }

    .what_do_we_need_chart .form_row {
        justify-content: flex-start;
        align-items: start;
        flex-direction: column;
    }

    .finance_input_group>* {
        width: 100%;
    }

    .financing_need_title_container .black_title_medium {
        padding: 0;
        text-align: left;
    }

    .finance_input_value ul.styled_ul li {
        font-size: calc(.4vw + 0.7rem);
    }

    .financing_need_title_container .black_title_medium,
    .finance_input_group .black_title_medium {
        margin-bottom: 8px;
    }

    /* Financing simulation && collaboration */

    .contact_faqs_title {
        margin-bottom: 3rem;
    }

    .collaboration_inner {
        padding-top: 0 !important;
        flex-basis: max-content;
    }

    .work_with img {
        width: 180px;
    }


    .little_title {
        font-size: 20pt;
    }

    .finance_calculator_container>.inner_finance_calculator {
        margin-left: auto;
        margin-right: auto;
        padding: 0 calc(.8vw + 10pt);
        max-width: 1440px;
    }

    .collaboration_inner {

        margin: 50px auto 0 auto;
    }

    .pros_description ul li {
        width: 25%;
        font-size: calc(.9vw + 10px) !important;
    }

    .pros_description li:nth-child(4n + 1) {
        border-left: 1px solid var(--main-yellow);
    }

    .pros_description li:first-child {
        border-left: 0;
    }

    .select_arrow {
        right: 25%;
    }

    .contact_form {
        border-left: 1px solid var(--grey-75);
        padding-top: 0 !important;
    }


}

/* iPad Pro on only portrait */
@media (min-width: 992px) and (orientation: portrait) {}

/* low laptop only landscape */
@media (min-width: 992px) and (orientation: landscape) {}

/* iPad Pro on only portrait */
@media (min-width: 1200px) {

    /* Banner */

    .banner_image_text {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Calculator */

    .select_arrow {
        right: calc(30px + 2.8rem);
    }

}


/* iPad Pro on only portrait */
@media (min-width: 1400px) {

    /* Banners */

    .banner_image_container .banner_background_image {
        min-height: 500px;
    }

    /* Calculator */

    .select_arrow {
        right: calc(20% + 3.2rem);
    }

    /* Form contact */

    .inner_contact_form .form_body {
        width: 80%;
        max-width: 550px;
    }

}
