.tarif p {
    color: #b1b1b1;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 0;
}

.bg-section {
    background: url(../img/bg.jpg);
    background-size: cover;
}

.footer-top {
    background: #22232b;
    padding: 50px 0 30px 0;
    margin-top: 30px;
    border-bottom: 1px solid #e51515;
    border-top: 1px solid #e51515;
}

.justify-content-center {
    margin: 0 auto;
    float: none;
}

.card-img video {
    width: 100%;
    height: 100%;
}

.terms p,
.terms h1,
.terms h2,
.terms h3,
.terms h4 {
    color: #fff;
}

.terms a {
    color: #e51515
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background: #22232b;
    padding: 10px;
    box-shadow: 10px #eeeeee;
    border-radius: 4px;
    width: 130px;

}

.dropdown-content a {
    display: block;
    line-height: 30px !important;
    width: 120px;
}

.dropdown-content a:hover {
    background-color: #e51515;
    color: #f1f1f1;
    width: 120px;
}

.opening a+.dropdown-content {
    display: none !important;
}

.dropdown.opening a+.dropdown-content {
    display: block !important;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e51515;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

section.hero.hero-panel {
    height: 500px;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (min-width: 992px) {

    .dropdown:hover .dropdown-content {
        display: block;
    }

}

@media (max-width: 990px) {

    .dropdown-content {
        position: relative;
        background-color: #1C1E21;
        width: 130px;

    }

    .dropdown-content a {
        line-height: 15px !important;
        width: 150px !important;

    }

}