/* Fichier css pour /contact/index.html, adapté pour ecran de 1000px a 1250px */

/* header in header.css */

/* Section principal */

.section_principal
{
    width: 1000px;
}

.contact_s1_left, .contact_s1_right, .contact_s1_left_h1, .contact_s1_left_h2
{
    background-color: transparent;
}

.contact_s1_left
{
    width: 480px;
}

.contact_s1_left_h1
{
    font-size: 45px;
}

.contact_s1_left_h2
{
    font-size: 20px;
}

.contact_s1_right
{
    width: 480px;
}

.contact_s1_right_img
{
    width: 480px;
}

.contact_form_vertical /* Div vertical center */
{
    display: none;
}

.section_form /* 2eme section */
{
    width: 1000px;
}   

.contact_form_left
{
    width: 460px;
}

.contact_fl_img_p_p_fx
{
    width: 420px;
    margin-bottom: 25px;
    padding-left: 10px;
}

.contact_fl_p2
{
    font-size: 13px;
}

.contact_fl_p2_bis
{
    font-size: 16px;
}

.contact_form_right  /* Div Rigth apres section */
{
    width: 460px;
}

.contact_form_right_title
{
    font-size: 30px;
}

.contact_form_rigth_div_ONLY_input
{
    margin-left: 30px;
}

.section_iframe /* Section iframe maps */
{
    display: inline-block;
    text-align: left;
    transition: all .3s ease-in-out 0s;
    width: 1000px;
    height: 500px;
    background-color: rgba(39, 136, 37, 0);
}

.contact_iframe_h1
{
    margin-top: 20px;
    font-size: 30px;
}

.contact_iframe
{
    width: 100%;
    height: 390px;
    border: 0;
    border-radius: 25px;
}