@import url('https://fonts.googleapis.com/css2?family=News+Cycle&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
* {
    font-family: "News Cycle", Georgia, sans-serif;
    scroll-behavior: smooth;
}

iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

a {
    text-decoration: none;
}

#about,
#presta,
#horaires,
#contact {
    border-top: 130px solid transparent;
    margin-top: -130px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

#logo {
    max-height: 128px;
}

.blockquote1 {
    color: #fff200;
    border-left: 4px solid #fff200;
    padding-left: 16px;
}

.blockquote2 {
    color: black;
    border-left: 4px solid #8d1758;
    padding-left: 16px;
}

.navbar-collapse {
    justify-content: flex-end;
}

.nav-link {
    border: transparent;
    border-width: thin;
}

.nav-link:hover {
    border-bottom: 1px solid black;
}


/* .nav-link.active,
.nav-link:hover {
    border: solid;
    border-width: thin;
    border-color: black;
} */

.text-primary {
    color: #8d1758 !important;
}

.bg-primary,
.btn-primary {
    background-color: #8d1758 !important;
}

.text-secondary,
a {
    color: #fff200 !important;
}

.bg-secondary {
    background-color: #fff200 !important;
}

.bg-grey {
    background-color: #e6e7e9;
}

.text-justify {
    text-align: justify;
}

@media (max-width: 992px) {
    #logo {
        max-height: 50px;
    }
    .nav-link.active {
        border: transparent;
        border-width: thin;
    }
}