.contact_group {
    margin-top: 55px;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

pomn {
    color: red;
}

.contact_group {
    display: block;
}

#contact_group h1,
#contact_group p {
    text-align: center;
    font-size: 25px;
    color: #0c1c4f;
    font-family: open sans;
}

#contact_group h1 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 1em;
}

#contact_group p {
    padding-top: 45px;
    padding-bottom: 50px;
}

.formulaire_group {
    background: rgba(239, 240, 241, 0.986);
    display: block;
    font-family: open sans;
}

.formulaire_group h4 {
    color: red;
    font-size: 15px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
}

.form {
    margin: 40px 0;
}

.form-group {
    margin-left: 45px;
    margin-right: 45px;
}
label, option, input {
    display: block;
    position: relative;
    top: -5px;
    font-size: 17px;
    color: #0c1c4f;
    letter-spacing: .5px;
}

select {
    background-color: #FFF;
}

.text-color {
    margin-left: 42px;
    margin-right: 42px;
}

.form-check-label {
    color: #0c1c4f;
    padding-top: 5px;
    padding-left: 12px;
}

.form-check-input {
    color: white;
    margin-top: 5px;
    width: 35px;
    height: 20px;
}

.text-color_two {
    background-color: #0c1c4f;
    margin: 12px 40px 0 40px;
    padding-top: 23px;
    padding-bottom: 12px;
}

.col label {
    color: white;
}

.col .form-check-input {
    margin-top: 5px;
    width: 35px;
    height: 20px;
}

.text-center .btn {
    width: 32vw;
}

.btn {
    background-color: #0c1c4f;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 567px) {

    .text-color {
        margin-left: 0px;
        margin-right: 0px;
    }

    .check--text {
        width: 128%;
        margin-left: -11%;
    }

}

@media (max-width:407px) {

    .text-color_two {
        width: 100%;
        margin-left: 0%;
    }

    .text-color {
        width: 123%;
        margin-left: -12%;
    }

}