/*
Theme Name:   Thème 2 Custom
Theme URI:    https://nova.city
Description:  
Author:       Inovagora
Author URI:   https://inovagora.net
Version:      1.1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  nova
Template:     novacity-saas
*/

@keyframes shakeY {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
  
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0);
    }
  
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0);
    }
}

.section-footer .btn-down {
    animation-duration: 15s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: shakeY;
    box-shadow: none;
    font-size: 2.5rem;
    line-height: 1;
    padding: 3px;
}

.section-footer .btn-down .ni {
    display: block;
}

@media screen and (max-width: 1199.98px) {

    .section-showcase {
        overflow: visible !important;
    }

    .section-full .section-footer {
        bottom: -42px !important;
    }
}
