/*** CONT ***/
input.parsley-error,
select.parsley-error{
    color: #eb6d6b;
    background-color: #f2dede;
    border: 1px #eed3d7 solid;
}

input.parsley-success,
select.parsley-success {
    color: #1f3044;
    text-transform: uppercase;
    padding: 0 10px;
    background: #fff;
    border-radius: 10px;
    border: 1.5px solid #ced4da;
}

textarea.parsley-error {
    color: #eb6d6b;
    background-color: #f2dede;
    border: 1px #eed3d7 solid;
}

textarea.parsley-success {
    color: #1f3044;
    text-transform: uppercase;
    padding: 0 10px;
    background: #fff;
    border-radius: 10px;
    border: 1.5px solid #ced4da;
}

.parsley-error input[type="checkbox"],
.parsley-error input[type="radio"] {
    outline: 2px solid #eb6d6b;
    outline-offset: 1px;
}

.parsley-success input[type="checkbox"],
.parsley-success input[type="radio"] {
    outline: none;
}

.parsley-errors-list {
    font-size: 13px;
    color: #eb6d6b;
    line-height: 1;
    padding: 0;
    margin: 2px 0 3px;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.parsley-errors-list li {
    width: 100%;
    font-size: 12px;
    margin-top: 4px;
    display: inline-block;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/*** WIDG CONT ***/
#widg_cont_form input.parsley-success,
#widg_cont_form select.parsley-success,
#widg_cont_form textarea.parsley-success {
    color: #555 !important;
	background: #f8f8f8 !important;
    border: 1px solid #e5e5e5 !important;
}

/*** LIRE ***/
#lire_form input.parsley-success,
#lire_form select.parsley-success,
#lire_form textarea.parsley-success {
    color: #1f3044 !important;
	background: #fff !important;
    border: 1px solid #ced4da !important;
}


/*** INSC ***/
#insc_form input.parsley-success,
#insc_form select.parsley-success,
#insc_form textarea.parsley-success {
    color: #414141 !important;
	background: rgba(0, 0, 0, 0.035) !important;
    border-bottom: 1px solid #c7c7c7 !important;
}


/*** MEDI QUER ***/
@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (orientation: landscape) {

}

@media (orientation: portrait) {

}

@media (min-width: 1792px) {

}