
.formulaire h1 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 100.12%;
    /* identical to box height, or 96px */

    text-transform: uppercase;

    color: #2B2B2B;
    margin-bottom:30px;
}
.formulaire p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 100%;
    width:50%;
    min-width: 500px;
    color: #727272;
    margin-bottom:30px;
}

.formulaire label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    /* identical to box height */

    display: flex;
    align-items: center;

    color: #333333;
}


.formulaire input.forminput {
    font-family: Roboto;

    font-style: normal;
    font-weight: 500;
    border: 1px solid #4F4F4F;
    box-sizing: border-box;
    border-radius: 5px;
    height:45px;
    width:80%;
    color: #000000;
    background: #F9F9F9;
}



.formulaire textarea.formtext {
    font-family: Roboto;

    font-style: normal;
    font-weight: 500;
    border: 1px solid #4F4F4F;
    box-sizing: border-box;
    border-radius: 5px;
    height:100px;
    width:90%;
    color: #000000;
    background: #F9F9F9;
}


.formulaire select {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    border: 1px solid #4F4F4F;
    box-sizing: border-box;
    border-radius: 5px;
    height:45px;
    width:80%;
    color: #000000;
    background: #F9F9F9;
}

.formulaire select.formdate {
    width:27%;
    float: left;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;

    color: #BDBDBD;
}

.formulaire select.formdate:first-of-type {
    border-radius: 5px 0 0 5px;
}
.formulaire select.formdate:nth-of-type(2) {
    border-radius: 0;
    border-width: 1px 0 1px 0;
}
.formulaire select.formdate:nth-of-type(3) {
    border-radius: 0 5px 5px 0 ;
    width:26%;
}


.formulaire span.notabene {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #7A7A7A;
    margin-top:30px;
}



.formulaire .formfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.formulaire .formfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;

}

.formulaire label.formfilebutton {
    background: #828282;
    border: 1px solid #828282;
    box-sizing: border-box;
    /* Shadow button */
    color: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 80%;
    height:40px;
    line-height:39px;
    text-align: center;
    display: block;
    cursor: pointer;
}


.formulaire input.formsubmit {
    background: #FCC917;
    border: 1px solid #FCC917;
    box-sizing: border-box;
    /* Shadow button */

    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;


    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    height:40px;
    line-height:39px;
    text-align: center;
    display: block;
    padding: 0;

    color: #FFFFFF;
    width: 80%;
}

.panel-body .text-danger {
    font-weight: bold;
}
