/* Fichier css pour /contact/index.html, adapté pour ecran de 150px a 750px */

/* header in header.css */

/* Section principal */

.section_principal
{
    width: 100%;
    height: auto;
}

.contact_s1_left
{
    width: calc(100% - 30px);
    height: auto;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact_s1_left_h1
{
    font-size: 40px;
}

.contact_s1_left_h2
{
    font-size: 20px;
    line-height: 25px;
    padding-right: 15px;
}

.contact_s1_right
{
    height: auto;
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
}

.contact_s1_right_img
{
    margin-top: 70px;
    margin-left: 10%;
    width: calc(100% - 20%);
    height: auto;
}

.section_form /* 2eme section */
{
    width: 100%; /* 1/2 = 375 - 355 */
    height: auto;
}   

.contact_form_left
{
    display: inline-block;
    padding-top: 30px;
    width: auto;
    height: auto;
}

.contact_fl_img_p_p_fx
{
    margin-left: 10%;
    width: calc(89% - 10%);
    margin-bottom: 25px;
    background-color: rgb(250, 250, 250);
    padding: 1%;
    border-radius: 10px;
}

.contact_fl_img_and_p_fx
{
    height: 25px;
    width: 100%;
}

.contact_fl_img
{
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
}

.contact_fl_p1
{
    margin-top: 0;
    font-size: 20px;
}

.contact_fl_p2
{
    font-size: 12px;
}

.contact_fl_p2_bis
{
    font-size: 12px;
}

.contact_form_vertical /* Div vertical center */
{
    display: none;
}

.contact_form_right  /* Div Rigth apres section */
{
    width: 100%;
    height: 400px;
    float: left;
}

.contact_form_rigth_div_input_p
{
    height: 370px;
    width: 100%;
    border-radius: 0;
    text-align: center;
}

.contact_form_right_title
{
    font-size: 25px;
}

.contact_form_rigth_div_ONLY_input
{
    display: inline-block;
    width: 315px;
    margin-left: 0px;
}

.contact_form_rigth_input_left,
.contact_form_rigth_input_right,
.contact_form_rigth_input_center,
.contact_form_rigth_input_textarea
{
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.contact_form_rigth_input_left, 
.contact_form_rigth_input_right
{
    width: 135px;
    height: 30px;
}

.contact_form_rigth_input_center
{
    width: calc(100% - 20px);
    height: 30px;
}

.contact_form_rigth_input_textarea
{
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-height: 50px;
    max-height: 70px;
    height: 100px;
}

.contact_form_rigth_input_submit
{
    height: 40px;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
}

.contact_form_rigth_pco
{
    font: 400 10px arial;
}

.container_section_iframe /* Container iframe maps */
{
    padding-top: 50px;
    margin-top: 0;
    background-color: transparent;
}

.section_iframe /* Section iframe maps */
{
    display: inline-block;
    text-align: left;
    transition: all .3s ease-in-out 0s;
    width: 100%;
    height: 400px;
    background-color: rgba(39, 136, 37, 0);
}

.contact_iframe_h1
{
    margin-top: 20px;
    font-size: 22px;
    margin-left: 10%;
}

.contact_iframe
{
    margin-left: 10%;
    width: 80%;
    height: 290px;
    border: 0;
    border-radius: 20px;
}