#bg_header_contact {
    width: 100%;
    max-width: 1492px;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    background-image: url(../../images/img_bg_page_contact.png);
    background-repeat: no-repeat;
    background-position: center;
}

#table_contact {
    float: left;
    width: 70%;
    font-family: "Century Gothic";
    border: 0px none #FFF;
    margin-left: 100px;
}
label {
    text-align: center;
    font-family: "Century Gothic";
    color: #FFF;
    background-color: #6f7e46;
    float: left;
    width: 25%;
    max-width: 200px;
    padding-left: 20px;
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 16px;
}
#dem_info_detail_demande_ {
    float: left;
    width: 100%;
    height: 100px;
    margin-top: 5px;
}
#box_newsletter {
    float: left;
}

input {
    padding-top: 3px;
    padding-bottom: 3px;
    border: thin solid #6f7e46;
}
.lineform {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /*text-align: center;*/
}
#form1 #blocForm {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.input_box {
    background-color: #6f7e46;
    float: left;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 15%;
    margin-top: 5px;
}

#box_newsletter {
    width: 100%;
}
.input_newsletter {
    float: left;
    display: inline;
    text-transform: uppercase;
    width: 70%;
    max-width: 300px;
    background-color: #FFF;
    color: #6f7e46;
    font-size: 18px;
    margin-left: 0px;
}
#bt_envoyer {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5%;
}
.input_envoyer {
    background-color: #c0b944;
    color: #FFF;
    font-family: "Lobster";
    font-size: 20px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    float: left;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 30%;
    text-align: center;
    margin-left: 20%;
}
#top_title {
    float: left;
    width: 100%;
    background-image: url(../../images/icone_contact.png);
    background-repeat: no-repeat;
    background-position: left top;
    /*padding-left: 100px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

#obligatoire {
    float: left;
    width: 75%;
    font-size: 12px;
    padding-left: 25%;
}
.title_contact {
    color: #6f7e46;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6f7e46;
    display: block;
    padding-bottom: 10px;
    margin-left: 120px;
}
.label_demande {
    width: 100%;
    max-width: 500px;
    /*font-family: "Lobster 1.4";*/
    float: left;
}
input, textarea {
    width: 50%;
    background-position: center center;
    padding-top: 3px;
    padding-bottom: 3px;
}
input[type=checkbox] { width: 20px; }

#box_newsletter label { text-align: left; }

/********** Responsive                                                                                     **********/
/********************************************************************************************************************/
@media screen and (max-width: 1200px) {
    label { font-size: 1em; }
}

@media screen and (max-width: 1000px) {
  label { font-size: 0.95em; }
}

@media screen and (max-width: 800px) {
label { font-size: 0.85em; }
}

@media screen and (max-width: 640px) {
label { font-size: 0.75em; }
}
