body
{
    margin: auto;
    background: #eaeaea;
    font-family: 'Open Sans' , sans-serif;
}

.info p
{
    text-align: center;
    color: #999;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    margin-top: 2px;
}

.info i
{
    color: #F6AA93;
}
form h1
{
    font-size: 18px;
    background: #0a6ead none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 22px 25px;
    border-radius: 5px 5px 0px 0px;
    margin: auto;
    text-shadow: none;
    text-align: center;
}

form h2
{
    font-size: 14px;
    background: #F6AA93 none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border-radius: 5px 5px 0px 0px;
    margin: auto;
    text-shadow: none;
    text-align: left;
}




.contentform form h3
{
    font-size: 8px;
    color: rgb(255, 255, 255);
}

form {
    background-color: #ffffff;
    border-radius: 5px;
    height: 135em;
    margin: 2% auto;
    max-width: 700px;
    min-height: 25em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

p span
{
    color: #F00;
}

p
{
    margin: 0px;
    font-weight: 500;
    line-height: 2;
    color: #333;
}

h1
{
    text-align: center;
    color: #666;
    text-shadow: 1px 1px 0px #FFF;
    margin: 10px 0px 0px 0px;
}

h2
{
    text-align: center;
    color: #666;
    text-shadow: 1px 1px 0px #FFF;
    margin: 50px 0px 0px 0px;
}

 .iso
{
    text-align: center;
    color: #666;
    text-shadow: 1px 1px 0px #FFF;
    margin: 50px 0px 0px 0px;
    
}

.contentform h3
{
    font-size: 11px;
    text-align: center;
    color: #b5b5b5;
}

input
{
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    width: 75%;
    height: 40px;
    float: left;
    padding: 0px 15px;
}



a
{
    text-decoration: inherit;
}

textarea
{
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #EEE;
    margin: 0;
    width: 75%;
    height: 130px;
    float: left;
    padding: 0px 15px;
}

.form-group
{
    overflow: hidden;
    clear: both;
}

.icon-case
{
    width: 35px;
    float: left;
    border-radius: 5px 0px 0px 5px;
    background: #eeeeee;
    height: 42px;
    position: relative;
    text-align: center;
    line-height: 40px;
}

hr
{
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
}



i
{
    color: #555;
}

.contentform
{
    padding: 0px 30px;
}


.bouton-contact {
    background-color: #0a6ead;
    border: 0 none;
    border-radius: 0 0 5px 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 92px;
    text-align: center;
    width: 100%;
}

.leftcontact
{
    width: 49.5%;
    float: left;
    border-right: 1px dotted #CCC;
    box-sizing: border-box;
    padding: 0px 15px 0px 0px;
}

.rightcontact
{
    width: 49.5%;
    float: right;
    box-sizing: border-box;
    padding: 0px 0px 0px 15px;
}

.validation
{
    display: none;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 13px;
    color: #DE5959;
}

#sendmessage
{
    border: 1px solid #fff;
    display: none;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;
    background-color: #EBF6E0;
    color: #5F9025;
    border: 1px solid #B3DC82;
    padding: 13px 40px 13px 18px;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

#sendmessage.show, .show
{
    display: block;
}
.clearfix
{
    clear: both;
    content: "";
    display: block;
}
::-webkit-input-placeholder
{
    /* Chrome/Opera/Safari */
    color: #b5b5b5;
}
::-moz-placeholder
{
    /* Firefox 19+ */
    color: #b5b5b5;
}
:-ms-input-placeholder
{
    /* IE 10+ */
    color: #b5b5b5;
}
:-moz-placeholder
{
    /* Firefox 18- */
    color: #b5b5b5;
}

.ddlc
{
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    width: 92%;
    height: 42px;
    float: left;
    padding: 0px 15px;
}

.ddl
{
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    width: 84%;
    height: 42px;
    float: left;
    padding: 0px 15px;
}

.fa
{
    line-height: 2.5 !important;
}
