@charset "utf-8";
/* CSS Document */

/**
 * HEXA COLORS

    Bleu            50BFD0 // 36AEBA
    ----
    Gris foncé      3E3D40
    Gris            D9DADB
    Gris clair      F6F6F6
    Gris pale       FCFCFC
*/

/*
==================================================
    Table of Contents / Sommaire
==================================================
    // Extra small screen / phone           XS 0
    // Small screen / phone                 SM 576px
    // Medium screen / tablet               MD 768px
    // Large screen / desktop               LG 992px
    // Extra large screen / wide desktop    XL 1200px
    // Special Pixel Ratio
*/


/*
====================================================
    // Extra small screen / phone           XS 0
====================================================
*/


::-webkit-input-placeholder { color:#777 !important; font-style: italic; font-size: 80%; }
::-moz-placeholder { color:#777 !important; font-style: italic; font-size: 80%; } /* firefox 19+ */
:-ms-input-placeholder { color:#777 !important; font-style: italic; font-size: 80%; } /* ie */
input:-moz-placeholder { color:#777 !important; font-style: italic; font-size: 80%; }

label {
    cursor: pointer;
}

label:empty {
    display:none;
}

.mandatory,
label b {
    color: red;
    font-size: 13px;
    font-size: .813rem;
}

.mandatory {
    display: block;
    text-align: right;
    margin-bottom: 1rem;
}

input,
select,
textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BCCBCB;
}

fieldset {
    float: left;
    width: 100%;
}

form fieldset,
form > div {
    margin-bottom: 1rem;
}


/**/
.form-control {
    border-color: #BCCBCB;
    border-radius: 0;
}

.form-control:focus {
    border-color: #BCCBCB!important;
    outline: none !important;
}

/**/
div.form-check label {
    margin: 0 !important;
}

input[type=date],
input[type=checkbox],
input[type=radio] {
    width: auto;
    display:inline;
    margin-right: 5px;
}

.submit,
input[type=submit] {
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    border-radius: .3em;
    font-weight: normal;
    text-align: center;
    white-space: inherit;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    color: #FFF !important;
    background-color: #6DA0F1;
    border-color: #6DA0F1;
    letter-spacing: 1px;
    border-radius: 20px;
    width: auto;
}

/* ERROR */
input.error,
select.error,
textarea.error {
    background: #F7F0F0;
    border-color: #D60F0F;
} 

div.error {
    color: #D60F0F;
    font-size: 13px;
    font-size: .813rem;
}


/*
====================================================
    // Small screen / phone                 SM 576px
====================================================
*/

@media (min-width: 576px) {


}/*@media*/

/*
====================================================
    // Medium screen / tablet               MD 768px
====================================================
*/

@media (min-width: 768px) {

input[type=submit]:hover {
    background: #fff;
    border-color: #6DA0F1;
    color: #6DA0F1 !important;
}
    
}/*@media*/

/*
====================================================
    // Large screen / desktop               LG 992px
====================================================
*/

@media (min-width: 992px) {


}/*@media*/

/*
====================================================
    // Extra large screen / wide desktop    XL 1200px
====================================================
*/

@media (min-width: 1200px) {
    
    
}/*@media*/


@media screen and (-webkit-min-device-pixel-ratio: 0) {

}/*@media*/
