#reserver-payer {
    background-color: #19317B;
    text-align: center;
    margin: 80px 0;
    padding: 65px 0 120px 0;
}

#reserver-payer h2 {
    color: #fff;
    font-family: 'uniform';
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
#reserver-payer h2 span {
    color: #23A638;
}

#reserver-payer .roue-paiement {
    margin: 20px 0 30px 0;
}
#reserver-payer .roue-paiement figure {
    position: relative;
    display: inline-block;
}
#reserver-payer .roue-paiement figure::before {
    content:"";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/roue-magiclub-paiement.svg');
    background-repeat: no-repeat;
    background-position: center;

    backface-visibility: hidden;
    perspective: 1000;
    transform-origin: 50%;
    animation-name: rotate360;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-play-state: running;
}
#reserver-payer .roue-paiement .roue-img {
    height: auto;
    position: relative;
    margin: 25px 10px 10px 25px;
    width: 195px;
}



@media(max-width: 991px) {
    #reserver-payer .action + .action {
        margin-top: 30px;
    }
}

#reserver-payer .action img.agrement-img {
    padding: 10px 10px 0;
    background-color: #3B56A7;
}
#reserver-payer .action .col {
    background-color: #3B56A7;
    padding: 20px 40px 40px;
    position: relative;
    margin: 0 auto;
    max-width: 390px;
}
#reserver-payer .action h3 {
    color: #fff;
    font-family: 'uniform';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
#reserver-payer .action a {
    color: #fff;
    background-color: #19317B;
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
    max-width: 280px;
    transition: all ease .3s;
}
#reserver-payer .action a:hover {
    background-color: #23a638;
}
#reserver-payer .action a img {
    height: auto;
    margin-right: 10px;
    width: 36px;
}





@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}






















.footer-push-contact {
    padding: 30px 0 105px 0;
}
.footer-push-contact h3 {
    color: #19317B;
    font-family: 'uniform';
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.footer-push-contact h3 strong {
    color: #23a638;
    display: block;
}
.footer-push-contact .footer-col strong {
    display: block;
    font-family: 'uniform';
    color: #19317B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
.footer-push-contact .footer-col p {
    color: #666;
    font-family: 'uniform';
    font-size: 13px;
    font-weight: 500;
}
.footer-push-contact .footer-col img {
    margin: 0 auto;
}

.footer-push-contact .footer-col a figure {
    position: relative;
}
.footer-push-contact .footer-col a img.img-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.6s ease;
    opacity: 0;
}
.footer-push-contact .footer-col a:hover img.img-hover {
    opacity: 1;
}