.form1 {
    background: #FCFCFC;
    /* background:-moz-linear-gradient(90deg, #ccc, #fff); */
    /* Firefox */
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 0 0 15px #aaa;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 15px #aaa;
    -webkit-box-shadow: 0 0 15px #aaa;
    margin: 20px auto 0;
    padding: 20px;
    font-size: 12px !important;
    width: 100%;

    margin-bottom: 5px;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;


}

#form1 h1 {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: normal;
}

#form1 p {
    margin-bottom: 5px;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    width: 80%;
}

#form1 p:last-child {
    /* Sélecteur avancé pour sélectionner le dernier paragraphe du formulaire */
    margin-bottom: 0;
}

#form1 label {
    vertical-align: bottom !important;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
    width: 300px;
}

#form1 p:hover label {
    color: #0459b7;
}

#form1 p:hover label:after {
    content: " »";
}


input[type=text],
input[type=number],
textarea,
input[type=password],
input[type=email],
input[type=date] {
    /* width: 350px; */
    background: rgba(255, 255, 255, 0.9);
    background: -moz-linear-gradient(90deg, #fff, #eee);
    /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff));
    /* Webkit */
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    padding: 5px;


}

fieldset {
    border: 1px solid #C1C1C1 !important;
    padding: 0px 25px 15px 25px !important;
    border-radius: 5px;
    background-color: #F8F8F8;
}

legend {
    padding: 0px 10px !important;
    width: auto !important;
    text-align: left;
    font-size: 15px !important;
    font-weight: bold;
}


input[type=text]:focus,
input[type=number]:focus,
textarea:focus,
input[type=password]:focus {
    border-color: #093c75;
    -moz-box-shadow: 0 0 5px #0459b7;
    -webkit-box-shadow: 0 0 5px #0459b7;
    background: #FFFCA9 !important;
    background-color: #FFFCA9 !important;
    outline: none;
    /* Pour enlever le contour jaune lorsque l'on sélectionne un input dans Chrome */
}

select {
    cursor: pointer;
    width: auto !important;
    padding: 3px;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    margin-bottom: 10px !important;
}

select:active,
select:focus {
    border: 1px solid #093c75;
    -moz-box-shadow: 0 0 5px #0459b7;
    -webkit-box-shadow: 0 0 5px #0459b7;
    outline: none;
}

input[type=submit],
a.submit {
    background: #ddd;
    background: -moz-linear-gradient(90deg, #0459b7, #08adff);
    /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#08adff), to(#0459b7));
    /* Webkit */
    border: 1px solid #093c75;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 120px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px #333;
    text-transform: uppercase;
}

input[type=submit]:hover,
a.submit:hover {
    background: #eee;
    background: -moz-linear-gradient(90deg, #067cd3, #0bcdff);
    background: -webkit-gradient(linear, left top, left bottom, from(#0bcdff), to(#067cd3));
    border-color: #093c75;
    text-decoration: none;
}

input[type=submit]:active,
input[type=submit]:focus,
a.submit:active,
a.submit:focus {
    background: #ccc;
    background: -moz-linear-gradient(90deg, #0bcdff, #067cd3);
    background: -webkit-gradient(linear, left top, left bottom, from(#067cd3), to(#0bcdff));
    border-color: #093c75;
    outline: none;
}



/* =-====================================================================================== */

#container {
    width: 67%;
    margin: 0px auto;
}

#titlee {
    text-align: center;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: bold;
}

.ques {
    color: #09C;
    padding: 10px;
    font-weight: bold;
}

.bluezone {
    color: #C30;
    padding: 10px;
    font-weight: bold;
}

.quesMix {
    padding: 10px;
}

ul {
    padding: 0px !important;
    padding-left: 2em !important;
    margin: 0px !important;
}

.row {
    background: #EAEAEA !important;
    padding: 5px;
    margin-bottom: 2px;
}

.row:hover {
    background: #DDDDDD !important;
}

#imgtxtCaptcha {
    width: 60px !important;
    background-color: #FFFF99 !important;
    text-align: center;
}

#txtCaptchaa {
    width: 50px !important;
    margin-top: 10px;
}

.panel-title {
    font-size: 14px !important;
}

.form-control {
    font-size: 12px !important;
    display: inline !important;
}

.was-validated .form-control:invalid ~ .invalid-feedback {
    display: inline !important;
    font-weight: normal;
}

.invalid-feedback {
    font-style: italic;

}

textarea {
    padding: 5px !important;
}

.full-width {
    width: 100% !important;
}

.head-space {
    margin-top: 7px !important;
}

.labelsm {
    width: 50px !important;
}

@media screen and (max-width: 500px) and (min-width: 300px) {
    #container {
        width: 100% !important;
        margin: 0px auto;
        padding: 0px;
    }

    .form1 {
        padding: 1px !important;
        margin: 0px !important;
        border-radius: 0px !important;
    }

    .secH {
        font-size: 10px !important;
    }

    .full-width {
        width: 100% !important;
    }

    label {
        width: 219px !important;
    }

    input[type=text],
    input[type=number],
    textarea,
    input[type=password],
    input[type=email],
    input[type=date] {
        width: 100% !important;
    }


}

@media screen and (max-width: 960px) and (min-width: 501px) {
    #container {
        width: 95% !important;
        margin: 0px auto !important;
        padding: 0px !important;
    }

    .form1 {
        padding: 1px !important;
        margin: 0px !important;
    }

    .full-width {
        width: 100% !important;
    }

    label {
        width: 210px !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 961px) {
    #container {
        width: 90% !important;
        margin: 0px auto !important;
        padding: 0px !important;
    }

    .full-width {
        width: 100% !important;
    }
}

.g-recaptcha {
    margin-top: 10px;
}

/*#formSubmit{margin-top:10px; }*/
/*#formSubmit span{padding:5px 7px; background-color:#999; color:#fff; cursor:pointer; }
#formSubmit span:hover{padding:5px 7px; background-color:#666; color:#fff; cursor:pointer; }*/
#loader {
    background-color: rgba(0, 0, 0, .9);
    padding: 0px;
    margin: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    position: fixed;
}

.secA,
.secB,
.secC,
.secD,
.secE,
.secF {
    cursor: pointer;
}

.userInput {
    width: 90% !important;
}

.grad {
    background: rgba(227, 227, 227, 1);
    background: -moz-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(235, 235, 235, 1) 53%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227, 227, 227, 1)), color-stop(53%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
    background: -webkit-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(235, 235, 235, 1) 53%, rgba(245, 245, 245, 1) 100%);
    background: -o-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(235, 235, 235, 1) 53%, rgba(245, 245, 245, 1) 100%);
    background: -ms-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(235, 235, 235, 1) 53%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(227, 227, 227, 1) 0%, rgba(235, 235, 235, 1) 53%, rgba(245, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f5f5f5', GradientType=0);
}

.userInput1 {
    width: 90% !important;
}

.userInput2 {
    width: 90% !important;
}

.userInput3 {
    width: 40px !important;
}

.userInput31 {
    width: 40px !important;
}

.userInput4 {
    width: 90% !important;
}

.userInput5 {
    width: 97% !important;
}

#titlee > .row{ margin:0px !important; padding:0px; }
