#bg-trait{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}


.contact{
    background-color: #1A3C8A;
}

.contact .container{
    padding: 10px 1rem 103px 1rem;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.contact h1{
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
}

.contact .texte{
    text-align: center;
    max-width: 461px;
}

.contact p{
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    margin: 40px 0;
    max-width: 560px;
}

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

.contact .left .infos{
    background: #111F3F66;
    padding: 32px;
    border-radius: 12px;
    max-width: 461px;
}

.contact .infos p{
    font-size: 16px;
    line-height: 25px;
    margin: unset;
    font-weight: 300;
}

.contact .infos div{
    margin-bottom: 24px;
}

.contact .infos div:nth-child(2) p{
    font-weight: 600;
}

.contact .infos div:nth-child(2) p:last-child span{
    color: #E83C40;
}

.contact .infos a{
    padding: 16px 48px;
}

.contact .right{
    margin-top: 2rem;
    z-index: 1;
}

.contact .right textarea,
.contact .right input{
    padding: 20px;
    width: 100%;
    border: none;
    height: 56px;
    font-weight: 300;
    z-index: 1;
}

.contact .right textarea::placeholder,
.contact .right input::placeholder{
    opacity: .5;
}

.contact .right textarea{
    resize: none;
    height: 230px;
}

.contact .right p{
    margin: -22px 0 auto 0;
    text-align: center;
}

.contact .right .wpcf7-submit{
    background: #E83C40;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 28px;
    cursor: pointer;
    height: 60px;
}


@media screen and (min-width : 576px){
    .contact h1{
        font-size: 50px;
    }
}

@media screen and (min-width : 992px){
    #bg-trait {
        display: block;
    }
    

    .contact .container{
        padding: 115px 0 103px 0;
        justify-content: space-around;
        grid-gap: 100px;
        flex-direction: row;
        align-items: inherit;
    }

    .contact h1{
        font-size: 44px;
        line-height: 86px;
        text-align: left;
    }

    .contact .texte{
        text-align: left;
    }

    .contact .left,
    .contact .right{
        width: 50%;
    }

    .contact .left{
        align-items: unset;
    }

    .contact .right{
        margin-top: unset;
        overflow: hidden;
    }

    .contact .right .wpcf7{
        overflow: hidden;
    }
}

@media screen and (min-width : 1200px){
    .contact h1 {
        font-size: 54px;
    }

    .contact p{
        font-size: 24px;
    }
}

@media screen and (min-width : 1600px){
    .contact h1 {
        font-size: 72px;
    }
}
