/*Feuille de style pour les formulaires du site */
.form_style-radius_right {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form_style-radius_left {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
}

.form_style-radius_all {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.form_style2 {
    font-size: 1em;
    letter-spacing: 0.01em;
    padding: .6em;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    outline: none;
}
.form_style {
    font-size: 1em;
    letter-spacing: 0.01em;
    padding: .6em;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    outline: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2f215a;
    opacity: 1;
    /* Firefox */;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2f215a;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2f215a;
}

input {
    /*box-shadow: inset 1px 2px 8px rgba(0, 43, 122, 1);
    */;
}

/* style-color par defaut*/
.form_style-color {
    color: #093B64 !important;
}
textarea {
    font-family: inherit;
    font-size: inherit;
 }
 
.form_style-bgcolor {
    //   background-color: rgba(255,0,212,0.2);
    background-color: rgba(255, 255, 255,0);
    // background-color: rgba(170, 69, 248, 0.3);
    transition: background-color .5s;
}

.form_style-bgcolor2 {
    //   background-color: rgba(255,0,212,0.2);
    background-color: rgba(255, 255, 255,0.2);
    // background-color: rgba(170, 69, 248, 0.3);
    transition: background-color .5s;
} 


.form_style-bordercolor {
    /*   border-color: rgba(235, 69, 115,0);
    */
 /*border-color: rgba(0, 43, 122, 0);*/
    border-color:#CB506F;
}

/*style au suvorl*/
.form_style-bordercolor:hover {
    /*    border-color: rgb(235, 69, 115,0);
    */
border-color: #2F79CE
}

/*style au focus*/
.form_style-bgcolor:focus {
    background-color: rgb(200 216 223);
}

.form_style-color:focus {
    color:#093B64;
}

.form_style-bordercolor:focus {
    border-color: none;
}

.form_style-lst-bgcolor {
    background-color: rgb(255, 255, 255);
}

.form_style-combolist_bgcolor {
    background-color: rgb(84, 174, 219, 0.1);
}

.form_style-combolist_color {
    color: #093B64
}

.form_style-combolist_bgcolor:hover {
    background-color: #093B64
}

.form_style-combolist_color:hover {
    color: white;
}

/*style signalement*/
.form_style-alert_bgcolor {
    background-color: rgb(200 216 223);
    !important;
}

.form_style-alert_bordercolor {
    border-color: white !important;
}

/*style label*/
.form_style-label {
    color: #093b64;
    padding-top: .6em;
    padding-bottom: .6em;
}

.form_style-label2 {
    color: rgb(84, 174, 219);
}

/*style label*/
.form_progress_upload_bgcolor {
    background-color: #093b64;
}

/*couleur de l'asterisque */
.form_style-label_required:after {
    content: "*";
    color: red;
}

.form_style-submit_button input {
    outline: none !important;
    margin-top: 40px;
    padding-right: 8%;
    padding-left: 8%;
    font-size: 18px;
    cursor: pointer;
}

.form_style-button {
    outline: none;
    font-size: 18px;
    cursor: pointer;
}

.form_style-submit_button-bgcolor {
    background-color: rgba(255,0,212,0.3);
}

.form_style-submit_button-color {
    color: rgb(255, 255, 255);
}

.form_style-submit_button-bordercolor {
    border-color: rgba(84, 174, 219,0);
}

.form_style-submit_button-bgcolor:hover {
    background-color: rgb(235, 69, 115);
}

.form_style-submit_button-color:hover {
    color: white;
}

.form_style-submit_button-bordercolor:hover {
    border-color: rgba(235, 69, 115,0);
}

.form_style-submit_button:hover {
    cursor: pointer;
    //border-color: none;
    color: white;
}

.form_style-submit_button:focus {
    outline: none !important;
    background-color: rgb(235, 69, 115);
}

.htCore th {
    background-color: rgb(242,197,190);
    text-align: left;
    color: black;
}

.htCore > tbody > tr:nth-child(even) > td {
    background-color: rgba(135,193,251,0.1);
}

.htCore > tbody > tr:nth-child(odd) > td {
    background-color: rgba(255,255,255,0.5);
}

/*----------style coches et bt radio --surcharge systemcss.css ----*/
input {
    font-family: Montserrat;
}

input[type=text]:disabled {
    //color: white;
    color: #2F79CE;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;
    min-height: 30px;
    //padding-top: 5px;
}

input[type="checkbox"] + label::before {
    //content: '\a0';
    display: inline-block;
    margin: 0px 0px;
    width: 30px;
    height: 30px;
    content: " ";
    vertical-align: middle;
    background-size: 60px 30px;
    background: transparent url(./../css/img/coche-x.svg) 0 0px no-repeat;
}

input[type="radio"] + label::before {
    //content: '\a0';
    display: inline-block;
    margin: 0px 0px;
    width: 30px;
    height: 30px;
    content: " ";
    vertical-align: middle;
    background: transparent url(./../css/img/sprite.svg) 0 0px no-repeat;
}

input[type="checkbox"]:checked + label::before {
    vertical-align: middle;
    background-position: -30px 0px;
}

input[type="radio"]:checked + label::before {
    vertical-align: middle;
    background-position: -30px 0px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:  #d5452a;
    /* Firefox */;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(84, 174, 219,0.5);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color:rgba(84, 174, 219,0.5);
}

/* Change Autocomplete styles in Chrome
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: Opx solid green;
    -webkit-text-fill-color: #97E3EB;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}

