main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

a{
    color: rgb(156, 27, 248);
}

html,
body {
    height: 100%;
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-color: #01020a;
    color: #c9d1c9;


}


h2,h4,h5,h6,p,ul,li{
    color:white;
}

h1 {
    color: rgb(190, 35, 130);
    text-shadow: 2px 2px 2px 4px black;
    font-weight: bold;
    font-family: system-ui;

}
h3 {
    color: rgb(190, 35, 130);
    background-color: rgba(0,0,0,0.6);
    box-shadow: 3px 3px 3px 2px black;
}

.footer {
    background-image: url("../img/motif/pyn.jpg");
    background-repeat: repeat-x;
    background-size: 300px;

    background-color: rgba(0,0,0,0.6);
    font-size: .9em;
    color: white;

}


.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.jumbotron {
    color:white;
    background-color: rgba(47, 133, 87,0.8);
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
    box-shadow: 2px 3px 2px #0a0a0a;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

.bg-black-leger {
    background-color: rgba(0,0,0,0.6);
    border-left: solid 5px mediumvioletred;

}

.nav-breadcrumb{
    background-color:mediumvioletred;
}




.btn-grad {
    background-image: linear-gradient(to right, #DA22FF 0%, #9733EE  51%, #DA22FF  100%);
    margin: 10px;
    padding: 5px 4px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    font-size: large;
    width: 100%;

}
.bg-dark-pas{
    background-color: rgba(0,0,0,0.6);
}
.bg-dark-green{
    background-color: rgba(20, 76, 6, 0.6);
}
.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.xlist-group {
    background-color: rgba(0,0,0,0.6);
}

.xlist-group-item {

    border-left: solid 5px mediumvioletred;
}

.fadeAnim {

    transition: opacity 0.7s ease-in;
}

.fadeOut { opacity: 0; }
.fadeIn { opacity: 1; }