﻿/* %%% TITRE %%% */

/* Mise en forme titre */
.contactDivContainer {
    width: 100%;
    min-width: 1240px;
}

.contactDivTitle {
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    background-color: #06bcfb;
    background-image: linear-gradient(315deg, #06bcfb 0%, #4884ee 74%);
    text-align: center;
    padding-top: 140px;
}

.contactLabelTitle {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 32px;
    font-weight: bold;
}

.contactLabelSubtitle {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 16px;
}

/* %%% CONTACT FORM %%% */

.conctactDivContainer {
    width: 100%;
    min-width: 1240px;
}

.contactDiv {
    margin-left: auto;
    margin-right: auto;
    /*background-image: url(../Images/Contact/Background_Contact_5.jpg);*/
    background-color: white;
    padding-top: 10px;
    height: 930px;
    text-align: center;
}

/* Mise en forme support formulaire de contact */
.contactDivForm {
    padding: 30px 40px 30px 30px;
    background-color: white;
    text-align: center;
    width: 520px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*box-shadow: 0px 0px 20px 0px lightgray;*/
}

/* TEXTBOX */

/* Mise en forme support TextBox + Image formulaire */
.contactDivFormTextBox input[type=text] {
    padding-left: 30px;
}

.contactDivFormTextBox {
    padding-bottom: 24px;
    position: relative;
}

    .contactDivFormTextBox i {
        position: absolute;
        left: 24px;
        top: 0px;
        padding: 8px 16px;
        color: #494949;
        transition: 0.5s;
    }

    .contactDivFormTextBox input[type=text]:focus + i {
        color: #4884ee;
    }

/* DROPDOWNLIST */

/* Mise en forme support DropDown + Image formulaire */
.contactDivFormDropDown select {
    /*padding-left: 26px;*/
    text-indent: 26px; /* For Safari only */
}

.contactDivFormDropDown {
    padding-bottom: 24px;
    position: relative;
}

    .contactDivFormDropDown i {
        position: absolute;
        left: 24px;
        top: 0px;
        padding: 4px 16px;
        color: #494949;
        transition: 0.5s;
    }

    .contactDivFormDropDown select:focus + i {
        color: #4884ee;
    }

/* Mise en forme textbox contact large */
.contactTextbox_Large {
    width: 428px;
    height: 30px;
    outline: none;
    padding-left: 8px;
    margin-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #494949;
    background-color: transparent;
    border: none;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 2px;
    transition: 0.5s;
}

    .contactTextbox_Large:focus {
        color: #4884ee;
        border-bottom-color: #4884ee;
    }

/* Mise en forme dropdownlist contact large */
.contactDropDown_Large {
    width: 458px;
    height: 30px;
    outline: none;
    padding-bottom: 3px;
    margin-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: gray;
    background-color: transparent;
    border: none;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 2px;
    transition: 0.5s;
}

    .contactDropDown_Large:focus {
        color: #4884ee;
        border-bottom-color: #4884ee;
    }

/*%%%%%%%%%%%%%*/

/* Mise en forme bouton */
.contactBtnForm {
    width: 200px;
    height: 45px;
    margin: 10px 7px;
    margin-bottom: 20px;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    color: white;
    border: 3px #38B1C6 solid;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: #38B1C6;
    cursor: pointer;
    transition: .5s ease;
}

    .contactBtnForm:hover {
        color: #38B1C6;
        border: 3px #38B1C6 solid;
        background-color: transparent;
    }

/* Mise en forme label confirmation envoi */
.contactLabelForm {
    font-family: Calibri;
    font-size: 16px;
    font-weight: 100;
    border-radius: 10px;
    padding: 10px;
    background-color: lightgreen;
    color: green;
}

/* Mise en forme TextBox espace message */
.contactTextBoxMessage {
    background-color: transparent;
    margin-left: 10px;
    padding: 10px;
    vertical-align: top;
    height: 150px;
    width: 436px;
    color: gray;
    font-family: Calibri;
    font-size: 16px;
    border: 2px solid #494949;
    transition: .5s;
}

    .contactTextBoxMessage:focus {
        color: #38B1C6;
        border-color: #38B1C6;
    }

/* Mise en forme recaptcha */
#Recaptcha1 {
    text-align: center;
    margin: 0 auto;
}
