/* =========================
   CONTACT LAYOUT
========================= */

#introContact {
    width: 90%;
    position: relative;
    z-index: 10;

}

#introContactG {
    width: 40%;
    float: left;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: #1e2021;
    font-size: 0.95em;
}

#introContactD {
    width: 70%;
    float: right;
    position: relative;
    color: #000;
    font-size: 0.95em;
}

#introContactG .contactInfos {
    position: relative;
    z-index: 11;
    margin-left: 16.5%;
    padding: 6.5em 0 6em 0;
    color: #fff;
}

#introContactG .contactFond {
    z-index: 10;
}

#introContactDint {
    margin-left: 7.5%;
    padding-top: 6.5em;
    position: relative;
    z-index: 9;
}

/* =========================
   HEADINGS
========================= */

.contactInfos h1,
#introContactD h2 {
    font-size: 2.2em;
    letter-spacing: 0.04em;
    line-height: 1.4em;
    font-weight: 300;
    display: block;
}

.contactInfos h1 {
    color: #fff;
}

#introContactD h2 {
    color: #000;
}

#introContactD h2 .mini {
    font-size: 0.75em;
}

/* =========================
   FORM LAYOUT
========================= */

#formulaire2 {
    width: 90%;
    font-size: 1.1em;
}

#formulaire2 .formgauche,
#formulaire2 .formdroite {
    width: 90%;
    float: none;
    margin: 1.3em 0 0 0;
    display: block;
}

#formulaire2 .fromlong {
    width: 90%;
    margin: 1em 0 0 0;
    padding: 0;
    display: block;
}

/* =========================
   INPUTS
========================= */

#formulaire2 input.text {
    color: #45636d;
    font-size: 1.15em;
    border: none;
    border-bottom: 1px solid #5f5e5e;
    padding: 0.4em 0 0.2em 0;
    font-family: 'OF', sans-serif;
    font-weight: 300;
    background: none;
    border-radius: 0;
    letter-spacing: 0.025em;
}

#formulaire2 input.text:hover {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #386793;
}

#formulaire2 textarea {
    width: 92%;
    height: 13em;
    margin: 1.2em 0 0 0;
    padding: 1em 4% 0.8em 4%;
    border: none;
    border-radius: 20px;
    font-size: 1.1em;
    font-family: 'OF', sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    color: #45636d;
    background-color: #fff;
}

#formulaire2 textarea:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

/* =========================
   CHECKBOXES
========================= */

#formulaire2 .check {
    position: relative;
    width: 90%;
    margin-bottom: 0.2em;
    display: block;
    user-select: none;
}

#formulaire2 .labcheckbox,
#formulaire2 .labcheckbox2 {
    display: block;
    color: #000;
    cursor: pointer;
    float: left;
    line-height: 1.4em;
}

#formulaire2 .labcheckbox {
    font-size: 1.05em;
    font-weight: 400;
    padding-left: 30px;
    padding-top: 0.35em;
}

#formulaire2 .labcheckbox2 {
    font-size: 1em;
    font-weight: 300;
    padding-left: 24px;
    padding-top: 0.3em;
}

#formulaire2 input.box,
#formulaire2 input.box2 {
    position: absolute;
    top: 2px;
    left: 0;
    cursor: pointer;
    accent-color: #000;
}

#formulaire2 input.box {
    width: 18px;
    height: 18px;
}

#formulaire2 input.box2 {
    width: 16px;
    height: 16px;
}

#formulaire2 .labcheckbox:hover,
#formulaire2 .labcheckbox2:hover {
    color: #45636d;
}

/* =========================
   TITLES
========================= */

#formulaire2 .titreformulaire {
    color: #000;
    font-size: 1.25em;
    font-weight: 300;
    padding: 1.8em 0 0 0;
    display: block;
    letter-spacing: 0.04em;
}

#formulaire2 .titreformulaire strong {
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* =========================
   BUTTONS
========================= */

#formulaire2 #envoyer {
    margin: 2.8em 0 1.3em 0;
}

#formulaire2 .envoyerreduit {
    width: 90%;
}

.envoyerAcces {
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 8px;
    border: none;
    padding: 0.9em 4em;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    cursor: pointer;
    font-family: 'OF', sans-serif;
    position: relative;
    margin-bottom: 1.5em;
}

.envoyerAcces i {
    position: absolute;
    top: 50%;
    left: 1.5em;
    width: 1.5em;
    height: 2px;
    background-color: #e77310;
    margin-top: -1px;
}

#envoyer {
    width: 90%;
    padding: 0.9em 0 0.9em 14%;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    cursor: pointer;
    text-align: left;
    font-family: 'OF', sans-serif;
    background-image: url(../images/trait.gif);
    background-repeat: no-repeat;
    background-position: 6% 50%;
    background-size: 5%;
}