/* =Forms
-----------------------------------------------------------------------------*/
form {
    margin-bottom: 24px;
}
select[multiple="multiple"],
textarea {
    width: 100%;
}
input[type="email"],
input[type="text"],
input[type="password"],
textarea,
select {
    font-family: 'latoregular', sans-serif;
    font-size: 22.4px;
    font-size: 1.4rem;
    padding: 14.4px 16px;
    padding: 0.9rem 1rem;
    line-height: 1;
    height: 40px;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
}
input[type="email"][disabled],
input[type="text"][disabled],
input[type="tel"][disabled],
textarea[disabled],
select[disabled] {
    resize: none;
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    cursor: default;
}
input[type="email"],
input[type="text"]
 {
    -webkit-appearance: none;
}

textarea {
    height: auto;
    line-height: 1.5;
}
textarea {
    font-size: 15px;
}
textarea:focus,
select:focus,
input:focus {
    outline: none;
    
    border-bottom: 1px solid #222222;
}
fieldset {
    padding: 31px 32px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
fieldset *:last-child {
    margin-bottom: 0 !important;
}
legend {
    font-weight: 500;
    font-size: 82%;
    text-transform: uppercase;
    padding: 0 1em;
    margin-left: -1em;
    top: -1px;
    position: relative;
    line-height: 0;
}
.forms section {
    display: block;
}
.forms section,
.forms p {
    margin-bottom: 24px;
}
.forms textarea,
.forms select,
.forms input[type="email"],


.forms input[type="text"]
{
    width: 100%;
    display: block;
}
.forms label {
    font-size: 94%;
    display: block;
}
.forms label.checkbox {
    text-transform: none;
    font-weight: normal;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
}
.forms .label-top {
    padding-top: 24px;
}



.blocks-2.blocks-contact{
    margin-top:0
}
form{
    margin-top:3em
}
.envoi{
    margin-top:2em;
    text-align:left
}
.envoyer {
    margin-top: 2.1em;
    display: block;
    background: #080808;
    border: 1px solid #000;
    color: #ddd;
    padding: .7em 1.4em;
    width: 150px;
    font-size: 80%;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition:all .2s linear;
            transition:all .2s linear
}
.envoyer:hover{
    background: #fff;
    color:#000; 
}
