.contact_choice{
    margin: 70px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 220px;
}
.contact_choice div{
    text-align: center;
    height: 100%;
    width: 30%;
    background-color: #ECECEC;
}
.contact_choice h3{
    color: #FBAF5A;
    font-size: 45px;
    font-family: "Space Grotesk";
    margin: 25px 0 0 0;
}
#divConsent{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}
.contact_choice h4{
    font-family: "Space Grotesk";
    font-size: 18px;
    margin: 10px 0 15px 0;
    font-weight: normal;
    text-transform: uppercase;
}
.contact_choice p, .contact_choice a{
    font-size: 16px;
    color: #A5A5A5;
    margin: 5px 0 0 0;
    text-decoration: none;
}
.contact_choice a:hover{
    text-decoration: underline;
}

.contact_map{
    height: 350px;
    width: 100%;
    margin: 50px 0 0 0;
}
.contact_map iframe{
    height: 100%;
    width: 100%;
}

.serendre{
    text-decoration: none;
    display: block;
    margin: auto;
    height: 40px;
    width: 250px;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #fff;
    font-family: "Space Grotesk";
    background: #D8A280;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
form > div{
    margin: 20px 0;
}
label{
    display: block;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-family: "Space Grotesk";
}
input[type=text], input[type=email]{
    display: block;
    width: 600px;
    height: 40px;
    padding: 0 10px;
}
textarea{
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    min-height: 200px;
    padding: 10px;
}
.contact_rgpd{
    font-size: 14px;
}

form > button{
    display: block;
    width: 150px;
    height: 40px;
    color: #fff;
    background: #53B5F5;
    border: 1px solid #53B5F5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

form > button:hover{
    background: transparent;
    color: #53B5F5;
}
form > div > div > ul {
    padding: 0;
    margin: 0 0 5px 0;
}
form > div > div > ul li{
    list-style-type: none;
    color: red;
    font-weight: bold;
    font-family: 'Varela Round';
}
.contact_consent{
    -ms-flex-line-pack: center;
    align-content: center;
    display: inline-block;
    margin-left: 10px;
}
.contact_consent *{
    cursor: pointer;
}
.contact_consent label{
    margin: 0;
}

.msgSend{
    color: #14a123;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 18px;
}

/*
Responsive
 */
@media screen and (max-width: 950px){

    input[type=text], input[type=email]{
        width: 95%;
    }
}
@media screen and (max-width: 750px) {
    .serendre{
        font-size: 14px;
        height: 30px;
        width: 170px;
    }
    .contact_choice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .contact_choice div {
        width: 100%;
        margin: 10px 0 10px 0;
        padding: 0 0 30px 0;
        height: auto;
    }
}

@media screen and (max-width: 500px){
    .contact_choice p {
        width: 95%;
        margin: auto;
    }
}