/* Fichier css pour /contact/index.html */

/* header in header.css */

/* Section principal */

.body_secure_center
{
    display: block;
    min-height: 200px;
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    background-color: rgba(233, 233, 233, 0);
    /*background-image: linear-gradient(to right, rgb(236, 123, 122), rgb(255, 199, 198));*/
}


.container_section_fx
{
    display: block;
    background-color: rgb(255, 255, 255);
}

.section_principal
{
    display: inline-block;
    text-align: left;
    transition: all .3s ease-in-out 0s;
    width: 1240px;
    height: 500px;
}

.contact_s1_left, .contact_s1_right, .contact_s1_left_h1, .contact_s1_left_h2
{
    background-color: transparent;
}

.contact_s1_left
{
    float: left;
    height: 500px;
    width: 610px;
    color: rgb(0, 0, 0);
    padding-left: 15px;
}

.contact_s1_left_h1
{
    margin-top: 80px;
    margin-bottom: 0;
    font: 600 55px arial;
}

.contact_s1_left_h2
{
    margin-top: 40px;
    font: 400 25px arial;
    line-height: 35px;
    padding-right: 25px;
}

.contact_s1_left_input
{    
    display: inline-block;
    height: 45px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    outline: none;
    margin-top: 10px;
    font: 400 16px arial;
    transition: all .2s ease-in-out 0s;
    color: rgb(0, 0, 0);
    background-color: transparent;
    border: 2px solid rgb(0, 0, 0);
}

.contact_s1_left_input:hover
{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: 2px solid rgb(0, 0, 0);
    font-size: 14px;
    padding-left: 24.7px;
    padding-right: 24.7px;
}

.contact_s1_right
{
    float: right;
    height: 500px;
    width: 600px;
}

.contact_s1_right_img
{
    margin-top: 50px;
    width: 600px;
    height: auto;
}

.container_section_form /* 2eme container */
{
    display: block;
    margin-top: 30px;
}   

.section_form /* 2eme section dans 2ieme container */
{
    display: inline-block;
    text-align: left;
    transition: all .3s ease-in-out 0s;
    width: 1250px;
    height: 500px;
    background-color: rgba(39, 136, 37, 0);
}   

.contact_form_left
{
    float: left;
    height: 450px;
    width: 560px;
    padding-top: 50px;
}

.contact_fl_img_p_p_fx
{
    float: left;
    height: auto;
    width: 500px;
    margin-bottom: 25px;
    padding-left: 10px;
}

.contact_fl_img_and_p_fx
{
    float: left;
    height: 40px;
    width: 100%;
}

.contact_fl_img
{
    float: left;
    height: 30px;
    margin-right: 20px;
    margin-top: 2px;
}

.contact_fl_p1
{
    float: left;
    margin-top: 0;
    font: 400 30px arial;
}

.contact_fl_p2, .contact_fl_p2_bis
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(66, 66, 66);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.contact_fl_p2
{
    font-size: 14px;
}

.contact_fl_p2_bis
{
    font-size: 17px;
}

.contact_a_class:hover
{
    padding-bottom: 3px;
    transition: all .3s ease-in-out 0s;
    border-bottom: 2px solid rgb(66, 66, 66);
}

    /* Display none */

    .contact_form_vertical /* Div vertical center */
    {
        position: absolute;
        width: 502px;
        height: 30px;
        font: 400 30px arial;
        padding-top: 10px;
        padding-bottom: 10px;
        rotate: calc(270deg);
        margin-top: 226px;
        margin-left: 345px;
        margin-bottom: 0;
        text-align: center;
    }

    .contact_form_vertical_hr1
    {
        position: absolute;
        margin-left: 5%;
        margin-top: 0;
        margin-bottom: 0;
        height: 5px;
        width: 90%;
        margin-top: 12px;
        border: 0;
        background-color: rgb(48, 48, 48);
        z-index: -1;
        text-align: center;
        border-radius: 50px;
    }

    .contact_form_vertical_p /* Div vertical center */
    {
        display: inline-block;
        margin-right: 50px;
        margin: 0;
        background-color: rgb(255, 255, 255);
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        height: 30px;
        z-index: 2;
    }

    /* Fin de Display none */

.contact_form_right  /* Div Rigth apres section */
{
    height: 500px;
    width: 600px;
}

.contact_form_rigth_div_input_p
{
    height: 470px;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    border-radius: 15px;
}

.contact_form_right_title
{
    font: 600 35px arial;
    margin-top: 0;
}

.contact_form_rigth_div_ONLY_input
{
    min-height: 200px;
    height: auto;
    width: 400px;
    margin-left: 100px;
    margin-top: 15px;
}

@media screen and (min-width: 750px)
{  
    .contact_form_right  /* Div Rigth apres section */
    {
        float: right;
    }

    .contact_form_rigth_div_input_p
    {
        float: right;
    }

    .contact_form_rigth_div_ONLY_input
    {
        float: left;
    }
}  

.contact_form_rigth_input_left,
.contact_form_rigth_input_right,
.contact_form_rigth_input_center,
.contact_form_rigth_input_textarea
{
    border: 0;
    outline: none;
    background-color: rgb(245, 245, 245);
    color: rgb(0, 0, 0);
    font: 400 16px arial;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact_form_rigth_input_left, 
.contact_form_rigth_input_right
{
    width: 165px;
    height: 40px;
}

.contact_form_rigth_input_left
{
    float: left;
}

.contact_form_rigth_input_right
{
    float: right;
}

.contact_form_rigth_input_center
{
    width: calc(100% - 30px);
    height: 40px;
}

.contact_form_rigth_input_textarea
{
    padding-top: 15px;
    padding-bottom: 15px;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    min-height: 100px;
    max-height: 120px;
    height: 100px;
}

.contact_form_rigth_input_submit
{
    width: 100%;
    height: 40px;
    border: 0;
    outline: none;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    font: 400 16px arial;
    margin-bottom: 10px;
}

.contact_form_rigth_pco
{
    margin: 0;
    text-align: left;
    font: 400 14px arial;
    color: rgb(0, 0, 0);
}

.container_section_iframe /* Container iframe maps */
{
    display: block;
    margin-top: 50px;
}

.section_iframe
{
    display: inline-block;
    text-align: left;
    transition: all .3s ease-in-out 0s;
    width: 1250px;
    height: 500px;
    background-color: rgba(39, 136, 37, 0);
}

.contact_iframe_h1
{
    margin-top: 20px;
    font: 40 30px arial;
}

.contact_iframe
{
    width: 100%;
    height: 390px;
    border: 0;
    border-radius: 25px;
}

/* HTA captcha */

.capchta_contact
{
    z-index: 50;
    position: fixed;
    width: 300px;
    height: 450px;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    left: 50%;
    margin-left: -150px;
    margin-top: 100px;
    text-align: center;
    box-shadow: 0px 3px 3px silver;
}

.captcha_header
{
    display: inline-block;
    margin-top: 20px;
}

.captcha_logo_hta
{
    width: 20px;
    float: left;
    margin-right: 10px;
}

.captcha_h1
{
    float: left;
    margin: 0;
    font: 600 24px arial;
}

.captcha_p1
{
    width: 270px;
    margin-left: 15px;
    margin-top: 20px;
    font: 400 15px arial;
}

.capchta_img
{
    width: 270px;
    margin-left: 15px;
    margin-top: 20px;
    user-select: none;
    pointer-events: none;
}

.capchta_input
{
    height: 25px;
    width: 150px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    height: 30px;
    border-radius: 25px;
    border: 2px solid rgb(187, 187, 187);
    background-color: rgba(192, 192, 192, 0.13);
    margin-top: 15px;
    text-align: center;
}

.capchta_input_sub
{
    height: 25px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    height: 30px;
    border-radius: 25px;
    border: 0px solid rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.13);
    margin-top: 15px;
}

.capchta_input_sub:hover
{
    background-color: rgba(89, 89, 89, 0.13);
}

.captcha_pnv
{
    margin-top: 15px;
    color:red;
}