.navbar-fixed-top {
    top: auto;
}
#mobiriseBanner .banner {
    min-height: 8rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    opacity: 1;
    -webkit-animation: 4s linear animationBanner;
    -moz-animation: 4s linear animationBanner;
    -o-animation: 4s linear animationBanner;
    animation: 4s linear animationBanner;
    z-index: 1031;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#mobiriseBanner .banner p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    animation: none;
    visibility: visible;
}

#mobiriseBanner .buy-license {
    text-decoration: underline;
}

#mobiriseBanner .banner .btn {
    margin: 0.3rem 0.5rem;
    animation: none;
    visibility: visible;
}

@-webkit-keyframes animationBanner {
    0% {
        opacity: 0;
        top: -8rem;
    }
    75% {
        opacity: 0;
        top: -8rem;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes animationBanner {
    0% {
        opacity: 0;
        top: -8rem;
    }
    75% {
        opacity: 0;
        top: -8rem;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-o-keyframes animationBanner {
    0% {
        opacity: 0;
        top: -8rem;
    }
    75% {
        opacity: 0;
        top: -8rem;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes animationBanner {
    0% {
        opacity: 0;
        top: -8rem;
    }
    75% {
        opacity: 0;
        top: -8rem;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes animationHeight {
    0% {
        height: 0;
    }
    75% {
        height: 0;
    }
    100% {
        height: 8rem;
    }
}

@-moz-keyframes animationHeight {
    0% {
        height: 0;
    }
    75% {
        height: 0;
    }
    100% {
        height: 8rem;
    }
}

@-o-keyframes animationHeight {
    0% {
        height: 0;
    }
    75% {
        height: 0;
    }
    100% {
        height: 8rem;
    }
}

@keyframes animationHeight {
    0% {
        height: 0;
    }
    75% {
        height: 0;
    }
    100% {
        height: 8rem;
    }
}

@-webkit-keyframes animationClosing {
    0% {
        height: 8rem;
        opacity: 1;
    }
    30% {
        height: 8rem;
        opacity: 0.5;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}

@-moz-keyframes animationClosing {
    0% {
        height: 8rem;
        opacity: 1;
    }
    30% {
        height: 8rem;
        opacity: 0.5;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}

@-o-keyframes animationClosing {
    0% {
        height: 8rem;
        opacity: 1;
    }
    30% {
        height: 8rem;
        opacity: 0.5;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}

@keyframes animationClosing {
    0% {
        height: 8rem;
        opacity: 1;
    }
    30% {
        height: 8rem;
        opacity: 0.5;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    #mobiriseBanner.container-banner {
        height: 12rem;
    }
    #mobiriseBanner .banner {
        min-height: 12rem;
    }
    @-webkit-keyframes animationBanner {
        0% {
            opacity: 0;
            top: -12rem;
        }
        75% {
            opacity: 0;
            top: -12rem;
        }
        100% {
            opacity: 1;
            top: 0;
        }
    }
    @-moz-keyframes animationBanner {
        0% {
            opacity: 0;
            top: -12rem;
        }
        75% {
            opacity: 0;
            top: -12rem;
        }
        100% {
            opacity: 1;
            top: 0;
        }
    }
    @-o-keyframes animationBanner {
        0% {
            opacity: 0;
            top: -12rem;
        }
        75% {
            opacity: 0;
            top: -12rem;
        }
        100% {
            opacity: 1;
            top: 0;
        }
    }
    @keyframes animationBanner {
        0% {
            opacity: 0;
            top: -12rem;
        }
        75% {
            opacity: 0;
            top: -12rem;
        }
        100% {
            opacity: 1;
            top: 0;
        }
    }
    @-webkit-keyframes animationHeight {
        0% {
            height: 0;
        }
        75% {
            height: 0;
        }
        100% {
            height: 12rem;
        }
    }
    @-moz-keyframes animationHeight {
        0% {
            height: 0;
        }
        75% {
            height: 0;
        }
        100% {
            height: 12rem;
        }
    }
    @-o-keyframes animationHeight {
        0% {
            height: 0;
        }
        75% {
            height: 0;
        }
        100% {
            height: 12rem;
        }
    }
    @keyframes animationHeight {
        0% {
            height: 0;
        }
        75% {
            height: 0;
        }
        100% {
            height: 12rem;
        }
    }

    @-webkit-keyframes animationClosing {
        0% {
            height: 12rem;
            opacity: 1;
        }
        30% {
            height: 12rem;
            opacity: 0.5;
        }
        100% {
            height: 0;
            opacity: 0;
        }
    }
    @-moz-keyframes animationClosing {
        0% {
            height: 12rem;
            opacity: 1;
        }
        30% {
            height: 12rem;
            opacity: 0.5;
        }
        100% {
            height: 0;
            opacity: 0;
        }
    }
    @-o-keyframes animationClosing {
        0% {
            height: 12rem;
            opacity: 1;
        }
        30% {
            height: 12rem;
            opacity: 0.5;
        }
        100% {
            height: 0;
            opacity: 0;
        }
    }
    @keyframes animationClosing {
        0% {
            height: 12rem;
            opacity: 1;
        }
        30% {
            height: 12rem;
            opacity: 0.5;
        }
        100% {
            height: 0;
            opacity: 0;
        }
    }
}



.commentaire {
    position: relative;
}

.initiales {
    border-radius: 50%;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 2px solid #676b81;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.star-rating {
    font-size: 24px;
    color: gold;
}
