body {
    font-family: 'Quicksand', sans-serif;
}

.titre-bandeau {
    position: absolute;
    right: 15%;
    top: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
}

.tuile {
    width: 15rem;
    height: 17rem;
    padding: 1rem;
    /* border: 1px solid #333; */
    font-size: .8rem;
    line-height: 1.1rem;
    position: relative;
    color: #333;
    overflow: hidden;
}

.tuile:hover {
    box-shadow: 0px 0px 14px 1px #CCC;
}

.nav-link {
    color: #AA9A9A;
}

.nav-pills .nav-link.active {
    background-color: #AA9A9A;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #AA9A9A;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 75px;
    text-align: right;
}

.ribbon span {
    /* font-family: 'Amazone BT', arial; */
    font-size: 0.8rem;
    color: white;
    /* text-transform: uppercase; */
    text-align: center;
    font-style: normal;
    /* font-weight: bold; */
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #AA9A9A;
    background: linear-gradient(#AA9A9A 0%, #7a6f6f 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #AA9A9A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #AA9A9A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #AA9A9A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #AA9A9A;
}