/* Fichier css pour /contact/index.html, adapté pour ecran de 750px a 1000px */

/* header in header.css */

/* Section principal */

.section_principal
{
    width: 750px;
    height: 400px;
}

.contact_s1_left
{
    width: 365px;
    height: 400px;
}

.contact_s1_left_h1
{
    margin-top: 50px;
    font-size: 35px;
}

.contact_s1_left_h2
{
    font-size: 15px;
    line-height: 25px;
}

.contact_s1_right
{
    height: 400px;
    width: 365px;
}

.contact_s1_right_img
{
    margin-top: 50px;
    width: 365px;
    height: auto;
}

.section_form /* 2eme section */
{
    width: 750px; /* 1/2 = 375 - 355 */
    height: 400px;
}   

.contact_form_left
{
    padding-top: 30px;
    width: 380px;
    height: 370px;
}

.contact_fl_img_p_p_fx
{
    width: 360px;
    margin-bottom: 25px;
    padding-left: 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: 16px;
}

.contact_form_vertical /* Div vertical center */
{
    display: none;
}

.contact_form_right  /* Div Rigth apres section 2 */
{
    width: 355px;
    height: 400px;
}

.contact_form_rigth_div_input_p
{
    height: 370px;
}

.contact_form_right_title
{
    font-size: 25px;
}

.contact_form_rigth_div_ONLY_input
{
    width: 315px;
    margin-left: 20px;
}

.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
{
    width: 100%;
    height: 30px;
    border: 0;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
}

.contact_form_rigth_pco
{
    font-size: 10px;
}

.section_iframe /* Section iframe maps */
{
    display: inline-block;
    text-align: left;
    transition: all .3s ease-in-out 0s;
    width: 750px;
    height: 400px;
    background-color: rgba(39, 136, 37, 0);
}

.contact_iframe_h1
{
    margin-top: 20px;
    font-size: 30px;
}

.contact_iframe
{
    width: 100%;
    height: 290px;
    border: 0;
    border-radius: 20px;
}