﻿/****** PLACE YOUR CUSTOM STYLES HERE ******/
.float-bottom-center {
    background-color: #5C6BC0;
    border-radius: 30px;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
    padding: 10px;
    padding-top: 15px;
    text-align: center;
    width: 55px;
    height: 55px;
    z-index: 3;
    margin: auto;
    margin-bottom: 0;
}


.text-purple {
    color: #673AB7; /* Deep Purple */
}

/* Par défaut : large */
.responsive-info {
    font-size: large;
    padding: 10px;
}

/* Réduction supplémentaire pour les petits écrans (≤ 576px) */
@media (max-width: 576px) {
    .responsive-info {
        font-size: small;
        padding: 5px;
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.16), 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
