.contact_public_container {
    text-align: center;
    line-height: 26px;
    margin: 20px;
    border-radius: 5px;
}

.contact_public_titre {
    font-size: 3vw;
    text-decoration: underline;
    line-height: 3vw;
}

.contact_public_soustitre {
    font-size: 2vw;
    color: grey;
    margin: 0 0 4px 0;
    line-height: 2vw;
}

.contact_public_hr {
    margin: unset;
}

.contact_public_form {
    display: inline-block;
}

.contact_public_info {
    margin-top: 6%;
}

.contact_public_table tr td {
    text-align: right;
    vertical-align: top;
}

.contact_public_table tr td:nth-child(2n) {
    text-align: center;
    width: 300px;
}

.contact_public_table textarea {
    resize: vertical;
}

.contact_public_table input, .contact_public_table textarea {
    width: 100%;
}

.contact_public_btn_send {

background-image: url(../../public/core/images/valider.png);
background-color: unset;
box-shadow: unset;
border: unset;
background-size: 150px 43px;
color: #ed1c24;
cursor: pointer;
width: 150px;
background-repeat: no-repeat;
height: 56px;
font-size: 20px;
text-align: center;
text-transform: uppercase;
text-shadow: -1px 1px 1px #000,1px 1px 1px #000,1px -1px 1px #000,-1px -1px 1px #000;
font-family: co_headline;
background-position: center;
}

@media screen and (max-width: 1080px) {
    .contact_public_container {
        font-size: 3vw;
        padding: 5%;
        line-height: 4.5vw;
    }
    .contact_public_titre {
        font-size: 5vw;
        text-decoration: underline;
        line-height: 5vw;
        text-align: left;
    }
    
    .contact_public_soustitre {
        font-size: 3vw;
        color: grey;
        margin: 0 0 4px 0;
        line-height: 6vw;
    }



}
