/*
Theme Name: Lefetartards
Template: hello-elementor
Author: Mat
Description: Lefetartards is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1777559572
Updated: 2026-04-30 16:32:52

*/


body {
    font-family: "Signika", sans-serif;
}

/*Header*/
header .logobar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

header .logo {
    max-width: 292px;
}


header .naveffet {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
header .naveffet #mainMenu {
    max-width: 900px;
    width: 100%;
    background: white;
}

header .naveffet #mainMenu ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: black;
    list-style: none;
    padding: 0;
    width: 100%;
}

header .naveffet #mainMenu ul li a {
    color: black;
}

#menu-header li a {
  display: inline-block;
  padding: 10px 24px;
  color: black;
  text-decoration: none;
  transition: all 0.15s ease;
  text-transform: uppercase;
}

/* actif */
#menu-header li.current-menu-item > a,
#menu-header li.current_page_item > a,
#menu-header li.current-menu-ancestor > a,
#menu-header li.current-menu-parent > a {
  background: linear-gradient(145deg, #ff8a1f, #ff6a00);
  color: white;

  transform: translateY(-4px);

  box-shadow:
    0 4px 0 #b84d00,
    0 10px 18px rgba(0, 0, 0, 0.35);

  border: 1px solid rgba(255, 255, 255, 0.15);
}

.spectacle-description {
    font-size: 13px;
    color: white;
}

.spectacle-description p {
    margin-bottom: 5px;
}



/*dropdown*/

header .naveffet #mainMenu ul.dropdown-menu {
 display: none;
 margin: 0;
}

header .naveffet #mainMenu ul.dropdown-menu li a {
    width: 100%;
    box-shadow: none;
    border: 0;
    transform: unset;
}


header .naveffet #mainMenu ul.dropdown-menu.show {
 display: block;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.dropdown-item {
    text-transform: uppercase;
    padding: 10px 20px;
}

.dropdown-item:hover {
    background-color: #E46F0B;
    color: white;
}

/*Main*/

.bandeautitle {
    background-color: rgb(228, 111, 11);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
}

.bandeautitle h1 {
    font-weight: 600;
    font-size: 2.5rem;
    color: white;
}

main #principal {
    padding: 40px 0;
}

/* Agenda*/

.section-title {
    text-align: center;
    font-size: 2rem;
    margin: 40px 0 20px;
    color: #E46F0B;
}

/* .section-title.past {
    opacity: 0.7;
} */

.spectacle-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin: auto;
}


.spectacle-list h4 {
    color: #E46F0B!important;
    font-size: 1.8rem;
    margin-bottom: 0;
}

.spectacle-item {
    display: flex;
    gap: 20px;
    background: #272727;
    padding: 15px;
    border-radius: 10px;
    align-items: flex-start;
    transition: transform 0.2s ease;
}


.spectacle-item:hover {
    transform: translateY(-3px);
}

.spectacle-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}
.spectacle-item.past img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.spectacle-content h3 {
    margin: 0;
    font-size: 1.3rem;
}

.spectacle-date {
    color: #E46F0B;
    margin-top: 0px;
    font-weight: bold;
}
.past .spectacle-date {
    margin: 0;
    margin-top: 2px;
}
.pastsimple.spectacle-item {
    display: block;
    gap: 0;
    background: transparent;
    padding: 0px;
    border-radius: 0;
    align-items: center;
    transition: none;
}

.spectacle-list.past {
    gap: 0;
    text-align: center;
}

.spectacle-list.past .year-title {
    color: #E46F0B;
    margin-bottom: 5px;
}

.spectacle-item:hover {
    transform: none;
}
.pastsimple.spectacle-item {
    display: block;
    gap: 0;
    background: transparent;
    padding: 0px;
    border-radius: 0;
    align-items: center;
    transition: none;
}
.pastsimple.spectacle-item h4 {
    margin: 0;
    font-size: 1.1rem;
}


/*Footer*/
footer .bandefooter {
    background: white;
    margin-top: 40px;
    padding: 20px 0;
    color: black;
}

footer .container {
    max-width: 900px;
}

footer .bandefooter .row > div {
    text-align: center;
    border-right: 3px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .bandefooter .row > div:last-child {
    border-right: none;
}

footer .bandefooter h3, footer .bandefooter h3 a {
    font-family: "Signika", sans-serif;
    font-size: 1.2rem;
    margin: 0;
    margin-bottom: 5px;
    color: #E46F0B;
    line-height: 1.2;
}

footer .contactfooter, .contactfooter a {
    color: black!important;
}

footer .lienfacebook {
    display: flex;
    gap: 10px;
    text-align: left;
    align-items: center;
}

footer .bourges img {
    max-width: 110px;
}


footer .lienfacebook img {
    max-width: 50px;
}




@media screen and (min-width:991.99px) {
    .navbar-toggler {
        display: none;
}
}


@media screen and (max-width:992px) {
    header .logobar {
        justify-content: space-around;
    }

    .navbar-toggler {
        border: 0;
        font-size: 1.4rem;
        font-weight: 400;
        padding: 0 10px;
    }

    .navbar-toggler:hover, .navbar-toggler:focus  {
    background-color: #b84d00;
    color: #fff;
    text-decoration: none;
    } 

    header .logobar .logo {
        width: 220px;
    }

    li.nav-item {
        width: 100%;
        text-align: center;
    }

    header .naveffet #mainMenu ul.dropdown-menu{
        box-shadow: none;
        background-color: #ddd;
    }
}

@media screen and (max-width:767px) {
    footer .bandefooter h3 {
        font-size: 1rem;
    }
}

@media screen and (max-width:576px) {
    header .logobar  .logo {
        width: 170px;
    }

    .bandeautitle img {
        max-width: 54px;
    }
    .bandeautitle h1 {
        font-size: 1.6rem;
        margin: 5px 0;
    }
    .bandeautitle {
        padding: 15px;
    }

    footer .bandefooter .row > div {
        align-items: center;
        padding: 10px 0;
        border: 0;
    } 

    footer .lienfacebook {
        align-items: center;
        max-width: 300px;
    }
    footer .lienfacebook img {
        max-width: 40px;
    }

    .spectacle-item img {
        width: 80px;
        height: 80px;
    }
}
