.footer {
    background: #102A51;
    display: flex;
}

.downDown {
    padding: 15px 0;
}

.over h4 {
    text-transform: uppercase;
}

.over,
.john {
    display: flex;
}

.footer .bloc-2 {
    margin: 1.3em 0;
}

.over .bloc-5 {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.over .bloc-5 a {
    display: flex;
    align-items: center;
}

.over a {
    text-transform: capitalize;
}


.under hr {
    height: 2px;
    width: 100%;
    background: #fff;
}

.under {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.downUnder {
    flex-direction: column;
    align-items: center;
}

.under a {
    text-transform: uppercase;
}

/* A DEPLACER STYLE */
#gform_1 {
    position: relative;
}

#gform_submit_button_1,
#gform_submit_button_2{
    background: #e40c4f;
    color: #fff;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    font-size: 1.2em;
    padding: 0.7em 2em;
    font-style: italic;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
#gform_submit_button_1:hover {
    background: #102A51;

}
#input_1_1 {
    border: none;
    text-align: center;
    font-style: italic;
    color: #102A51;
    padding-top: 0;
    margin-top: 0;
}
.gform_wrapper .gfield_required{
    display:none;
}
.yell {
    color: rgb(238, 196, 0);
}

.red {
    color: #e40c4f;
}

.blue {
    color: #102A51;
}

.ita {
    font-style: italic;
    font-weight: bold;
}

.last {
    flex-direction: column;
}

.last img {
    min-width: 38px;
}

#news p {
    text-align: center;
}

.hrNews {
    height: 2px;
    width: 90%;
    background: #102A51;
    margin: 0 auto 50px;
}


.from-right,
.from-left,
.from-top,
.from-down {
    opacity: 0;
    transition: transform 0.6s ease-in-out, opacity 0.5s ease-in-out;
}

.from-now {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.from-top {
    transform: translateY(150px);
}

.from-down {
    transform: translateY(-350px);
}

.from-right {
    transform: translateX(-500px);
}

.from-left {
    transform: translateX(500px);
}

#flow h2 {
    color: #e40c4f;
}

#news h2 {
    color: #102A51;
}

#news h2,
#flow h2 {
    font-weight: 700;
    margin-bottom: 0.5em;
}

.form {
    padding-bottom: 50px;
}

/* @media (min-width: 500px) {
    #butt {
        margin: 30px;
    }
} */

/* A DEPLACER STYLE */
@media screen and (max-width: 767px) {

    .under,
    .downUnder {
        display: flex;
    }

    div.bloc-2:nth-child(2) {
        margin: 1.3em 0 1.3em 1em;
    }

    div.john:nth-child(1) {
        flex: 0 0 75%;
        max-width: 75%;
    }

    div.john:nth-child(2) {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /*PICTO INSTA */
    .last>a:nth-child(2) {
        margin-top: 10px;
    }
    .john .bloc-2{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 768px) {

    .over,
    .over .bloc-3-5 {
        display: flex;
    }

    .over .bloc-2-5 {
        align-items: initial;
    }

    .last {
        flex-direction: row;

    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    /* PICTO INSTAGTAM*/
    .last>a:nth-child(2) {
        margin-left: 20px;
    }

}

@media screen and (min-width: 1024px) {
    #gform_1 {
        display: flex;
        align-items: center;

    }
    
#gform_submit_button_1 {
    position: absolute;
    right: 5%;
    top: 0;
}

}