a, a.btn {
    color: #9C201F !important;
    font-weight: bold;
}

a:hover, a:active {
    text-decoration: none;
    color: #DC605F !important;
}

#home-description {
    color: #fff;
    font-size: 18px;
}

#home-subtitle {
    font-size: 1.25rem;
}

.autocueillette-header {
    background-color: #2e5324;
    padding: 1rem;
}

/*********************
 * NAVBAR
 *********************/
nav.navbar-dark {
    background-color: #fff;
}

nav.navbar-dark .navbar-nav .nav-link {
    font-size: 1.2rem;
}

nav.navbar-dark .navbar-nav .nav-item.locale {
    padding-left: 2rem;
}

nav.navbar-dark .navbar-nav .nav-link.active {
    color: #DC605F !important;
    text-decoration: underline;
}

nav.navbar-dark .navbar-nav .dropdown-item {
    font-weight: bold;
}

nav.navbar-dark .navbar-nav .dropdown-item.active {
    color: #fff !important;
    background-color: #DC605F;
}

.navbar-brand {
    display: none;
}

.navbar-toggler {
    padding: 10px;
}

.navbar-toggler i {
    color: #9C201F;
}

.nav-item.media-menu {
    display: none;
}

nav.navbar-dark .navbar-nav .nav-item.media-menu .nav-link {
    font-size: 1rem;
}

div.media-menu.bg-green {
    padding: 0 1rem;
    margin-bottom: 72px;
}

.top-bar-logo {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}

.top-bar-logo a {
    z-index: 1;
}

/*********************
 * END NAVBAR
 *********************/

.bg-fancy {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    border-radius: 0.25rem;
    color: #fff;
}

.bg-fancy a {
    color: #ffc107 !important;
}

.recettes {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.recettes .bg-fancy {
    background-color: rgba(0, 0, 0, 0.4);
}

.recettes h1 {
    font-size: 1.5rem;
}

.recettes h2 {
    font-size: 1.3rem;
}

.recettes h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.recettes h4 {
    font-size: 1.1rem;
}

.recettes .ingredients {
    padding-bottom: 2rem;
}

.recettes .ingredients > li {
    list-style-type: none;
    margin: 0.25rem 0;
}

.recettes .special-thanks {
    text-align: justify;
}

.recettes .special-thanks a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.hero-title {
    position: absolute;
    margin-top: 5rem;
    width: 100%;
}

#main-slideshow img {
    min-height: 300px;
}

img.masthead {
    object-fit: cover;
    max-height: 60vh;
}

.hero-title h1, .hero-title h2, .hero-title h3, .hero-title p {
    margin: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-sub-sections h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

footer {
    background-color: #333;
}

.copyrights {
    font-size: 0.8rem;
}

.back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    font-size: 1.5rem;
    border-radius: 15px;
}

.bg-green {
    background-color: #2e5324;
    color: #fff;
}

.bg-lightgreen {
    background-color: #bee3b4;
    color: #000;
    font-size: 1.1rem
}

.foot-notes {
    font-size: 0.8rem;
    font-style: italic;
}

.autocueillette h2 {
    background-color: #2e5324;
    padding: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

footer .partner-icons {
    font-size: 3rem;
    margin: 0.5rem;
}

.remerciements {
    font-size: 0.9rem;
    font-style: italic;
}


/***************************
 * CAROUSEL
 **************************/
#slideshow .carousel-item {
    max-height: 300px;
}

#slideshow a {
    color: #ffc107 !important;
}

#slideshow .carousel-indicators li {
    background-color: #ffc107 !important;
    width: 50px;
    height: 8px;
}

#slideshow a:hover {
    color: #bf9100 !important;
}

a.carousel-control-prev, a.carousel-control-next {
    opacity: 1;
}

a.carousel-control-prev i, a.carousel-control-next i {
    font-size: 5rem;
}

/***************************
 * END CAROUSEL
 **************************/

.image-details-overlay img, .apple-variety img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

.image-details-overlay > a {
    color: #fff;
}

.image-details-overlay .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.image-details-overlay .fruit-caracteristics {
    display: none;
}

.image-details-overlay:hover .overlay {
    background-color: #2e5324;
}

.image-details-overlay:hover .fruit-caracteristics {
    display: block;
}

.apple-uses, .fruit-caracteristics {
    margin: 0;
    font-size: 0.8rem;
}

.apple-uses [class*='col-'], .fruit-caracteristics [class*='col-'] {
    color: #fff;
    text-transform: uppercase;
}

.apple-uses .bg-fancy, .fruit-caracteristics .bg-fancy {
    overflow-wrap: break-word;
}

#contact-us input[type="submit"] {
    font-size: 1.25rem;
}

@media (hover: none) {
    .image-details-overlay .overlay {
        position: relative;
        height: auto;
        padding: 1rem;
        display: block;
        bottom: initial;
        background-color: #2e5324;
    }

    .image-details-overlay .fruit-caracteristics {
        display: block;
    }
}

.recette-image img {
    max-height: 400px;
    overflow: hidden;
    object-fit: none; /* Do not scale the image */
    object-position: center;
}

.contact-btns {
    flex-wrap: wrap;
}

.contact-btns .card {
    flex-direction: column;
}

.contact-btns .card:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .5) !important;
}

.contact-btns .card > a {
    min-height: 192px;
    display: flex;
    align-items: center;
}

.contact-btns .card-body p {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content p {
    text-align: justify;
}

.content .special-thanks {
    font-style: italic;
    font-size: 0.95rem;
    margin-top: 3rem;
}

.content .season {
    font-style: italic;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

.page-recette a img {
    max-height: 470px;
}

.bethEllen {
    font-family: 'Beth Ellen', cursive;
}

.anton {
    font-family: 'Anton', Arial, sans-serif;
}

.booth-map {
    overflow: auto;

}

.nos-partenaires-separator {
    line-height: 0.5rem;
    border-radius: 0.25rem;
}

.partner-list-item {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

@media (max-width: 991px) {
    .home-autocueillette {
        margin-top: 3rem;
        padding: 0 3rem;
    }

    #navbarResponsive {
        margin-top: 1.3rem;
    }

    .media-menu {
        display: none;
    }

    .navbar {
        padding: 0 1rem;
    }

    .navbar-brand {
        display: inline-block;
        padding: 0;
        margin-bottom: -1.3rem;
        z-index: 1;
    }

    .navbar-collapse {
        margin-top: 1.3rem;
        padding: 1rem 0;
    }

    .navbar-collapse .nav-link {
        padding: 0.5rem 1.5rem;
    }

    nav.navbar-dark .navbar-nav .nav-item.locale {
        padding-left: 0;
    }

    .nav-item.media-menu {
        display: list-item;
    }
}

@media (max-width: 768px) {
    .home-promoted h2 {
        margin-bottom: 3rem;
    }

    .home-promoted div:last-child h2 {
        margin-bottom: 0.5rem;
    }
}

.home-activities h2 {
    font-size: 2.5rem;
}

.home-activities a {
    font-size: 1.6rem;
}

.home-activities .activity-img {
    justify-content: center;
    display: flex;
}

.home-activities .activity-img div {
    overflow: hidden;
    border-radius: 16rem;
}

.home-activities .activity-img img{
    width: 100%;
}

.home-autocueillette {
    display: flex;
    align-items: center;
    padding-right: 3rem;
}

.home-promoted {
    padding: 6rem 4rem;
}

.top-bar {
    height: 3rem;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.5rem;
}

.top-bar a {
    padding: 0.5rem;
}