body {
    background: url() repeat-y center 0 !important;
    font: normal 12px/17px Arial, Helvetica, sans-serif;
}
.text-unique{
    color:#9f105c;
}
.text-bleue{
    color: #0d47a1 !important;
}
.carousel-caption {
    position: absolute;
    right: 30%;
    bottom: 20px;
    left: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(250,250,250,0.5);
}

a {
    color: #0d47a1 !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0rem 0rem 0rem 1rem !important;
    background-color: transparent !important;
    border: 0px solid rgba(0,0,0,.0) !important;
}