/* Buttons */
.wp-block-button:hover>.wp-block-button__link{
    background: #ff5000 !important;
    color: white !important;
}
.btn:hover {
    background: #000078 !important;
    color: white !important;
}
.btn:hover a {
    color: white !important;
}
.btn-blue {
    background-color: white;
    color: #000078 !important;
    border: 1px solid #000078 !important;
    transition: all 0.4s ease-in-out;

    a {
        color: inherit !important;
    }
}
.btn-orange {
    background: #ff5000;
    color: white !important;
    border-width: 1px !important;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease-out;

    a {
        color: inherit !important;
    }
}
.btn {
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    border-radius: 30px;
    cursor: pointer;
}
.btn a {
    line-height: 24px;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
    text-decoration: none !important;
    border: 0 !important;
    color: inherit;
}

.navbar-nav {
    align-items: center;
}

/* Lists */

li:not(.wp-block-post, .menu-item) {
    position: relative;
    margin-left: 1rem;
    list-style-image: url('/wp-content/uploads/2026/04/star.svg');
    padding-inline-start: 1ch;
}

/* Carrousel banner */
.absolute {
    position: absolute;
    z-index: 10;
}
.bottom-1\/2 {
    bottom: 40px;
    left: 40px;
}

.relative {
    position: relative;
}

.carousel-banner .cb-slide.swiper-slide.swiper-slide-active::after {
    background: linear-gradient(0deg, #000078, transparent);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.carousel-banner {
    .cb-slide {
        box-sizing: border-box;
        display: flex;
        justify-content: stretch;
        align-items: stretch;
        min-height: 430px;
        overflow: hidden;
        overflow: clip;
        position: relative;

        figure, img {
            height: stretch !important;
            width: 100%;
            object-fit: cover;
        }
    }
}

.cb-carousel-block {
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    	left: 10px !important;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
    	right: 10px !important;
	}
}

/* Accordéon */
.wp-block-accordion {
	.wp-block-accordion-item.is-open .wp-block-accordion-heading,
	.wp-block-accordion-item:hover .wp-block-accordion-heading .wp-block-accordion-heading__toggle
	{
		color: #ff5000 !important;
	}
}


/* Menu */
.navbar {
    background: #f0ebeb !important;
}

/* Footer */
@media screen and (min-width: 48em) {
    .site-footer .widget-columns-3 .widget-column {
        flex: 0 0 calc(100% / 2) !important;
    }
    .site-footer .widget-columns-3 .widget-column:last-of-type {
        flex: 0 0 100% !important;
    }
}

.copyright {
    justify-content: center;

    &>span:first-child {
        flex: 1 !important;
        text-align: left;
        display: flex;
        width: 100%;
        justify-content: space-between
    }
}
