.dz-error-mark svg g g{
    fill: red;
}

.dz-success-mark svg g path{
    fill: #02c702;
}

.box-shadow-infos {
    box-shadow: 0 7px 10px rgba(0, 3, 41, 0.3), 0 0 10px rgba(0, 3, 41, 0.3);
    color: rgba(0, 3, 41, 0.3);
    background-color: white;
}

.table-tpe-types {
    border-collapse: separate;
    border-spacing: 50px 0;
}

.table-tpe-types .td {
    padding: 10px 0;
}

@font-face {
    font-family: "Roboto";
    src : url(../fonts/roboto/RobotoCondensed-Regular.ttf);
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/roboto/Roboto-Black.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/roboto/RobotoCondensed-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

/*TODO: i have to fix this */
.image-parallax-tpe {
    background-image: url(../img/cnep-tpe.webp) !important;
    min-height: 450px !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.image-parallax-buttons {
    background-image: url(../img/back-image-inscription.jpg) !important;
    max-height: 206px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.img-background-keyboard {
    background-image: url(/assets/img/background-dashboard-card.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
