/* BeerMe - Programme de parrainage */

.home-sponsorship {
    background: #32261b !important;
    position: relative;
    color: #ffffff;
    text-align: center;
    padding: 4rem 0;
}

.home-sponsorship-inner {
    top: -100px;
    background: transparent url(../images/beerhands.svg) no-repeat top center;
    background-size: 220px;
    position: absolute;
    height: 200px;
    width: 200px;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-sponsorship:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100px;
}

.home-sponsorship h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 1rem;
    color:#ffffff;
}

.home-sponsorship h3 {
    margin: 1rem;
    color:#ffffff;
}

.home-sponsorship .sponsorship-form {
    margin: 1.5rem;
}

.home-sponsorship .sponsorship-form div,
.home-sponsorship .sponsorship-form p,
.home-sponsorship .sponsorship-form label {
    color: #fff;
}

.home-sponsorship .sponsorship-form .form-control-table {
    padding: 7px;
    background-color: #ffcc00;
    border-color: rgba(22, 19, 17, 0.3);
}
.home-sponsorship .sponsorship-form .form-control-table::placeholder {
    color: #32261b; /* jaune BeerMe */
    opacity: 1;     /* important pour Firefox */
}

.home-sponsorship .alert-success {
    background-color: #73d16b;
    border-color: #d0e9c6;
    color: #3c763d;
}

.home-sponsorship a:hover {
    color: #f2b90c;
    text-decoration: underline;
}

@media (min-width: 991px) {
    .home-sponsorship .h2,.home-sponsorship .h3{
        color:#FFF;
    }
}