/**TOGGLE TABS**/
.toggle-tabs .button-wrapper{
    display: flex;
}
.toggle-tabs button{
    display: flex;
    align-items: center;
    border-left: none;
    border-top: 3px solid #ffffff;
    border-right: none;
    border-bottom: 3px solid #ffffff;
    padding: 10px 34px;
    background-color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .1s;
}
.tab-button-a-la-une{
    position: relative;
    transition: .2s ease-in;
}
.tab-button-a-la-une:hover {
    font-weight: 500;
}
.tab-button-a-la-une:after{
    content: '';
    position: absolute;
    background-color: #0d1d2d;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    transition: left .2s ease-in;
}
.tab-button-a-la-une:hover:after{
    background-color: #e94e1b;
}
.tab-button-a-la-une.active:after{
    background-color: #e94e1b;
}
.tab-button-a-la-une:click:after{
    background-color: #e94e1b;
}
.toggle-tabs>.content-wrapper>.button-wrapper>button img{
    padding-right: 16px;
}
.toggle-tabs .button-wrapper button:hover {
    border-bottom: 3px solid #e94e1b;
    transition: .1s;
}
.toggle-tabs .button-wrapper button.active {
    border-bottom: 3px solid #e94e1b;
    font-weight: 500;
}
/**OWL CAROUSEL**/
.owl-carousel-a-la-une .owl-carousel.hidden{
    display: none;
    padding: 0;
    margin: 0;
}
/**OWL CAROUSEL NAV**/
.owl-carousel-a-la-une .owl-nav{
    position: absolute;
    top: -50px;
    right: 0;
}
.owl-carousel-a-la-une .owl-carousel .owl-nav button.owl-next{
    margin-right: 0;
}
.owl-carousel-a-la-une .owl-carousel .owl-nav button.owl-prev{
    margin-right: 10px !important;
}
.owl-carousel-a-la-une .owl-carousel .owl-nav button.owl-next{
    margin-left: 10px !important;
}
/**CARD**/
.a-la-une-card-item{
    margin-top: 36px;
    margin-bottom: 66px;
    padding: 16px;
    padding-bottom: 8px;
    box-shadow: 0px 18px 56px -12px rgba(13,29,45,0.25);
}
/**CARD CATEGORIES**/
.a-la-une-card-categories{
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
}
.a-la-une-card-categories span{
    height: max-content;
    width: max-content;
    display: flex;
    align-items: center;
    padding: 4px 6px 3px 6px;
    margin: 0 4px 4px 0;
    border: 1px solid #0d1d2d;
    border-radius: 2px;
    background-size: cover;
    font-family: Barlow Condensed;
    font-size: 14px;
    font-weight: 500;
    color: #0d1d2d;
    text-decoration: rgb(13, 29, 45);
    line-height: 14px;
    letter-spacing: 1px;   
}
.a-la-une-card-categories span i{
    margin-right: 4px;
    font-size: 12px;
}
/**CARD CONTENT**/
.a-la-une-card-agenda-date{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0d1d2d;
    padding-bottom: 12px;
}
.a-la-une-card-agenda-date img{
    width: 18px !important;
    height: 18px;
    margin-right: 4px;
}
.a-la-une-card-agenda-date span{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    font-weight: 600;
}
.a-la-une-card-localisation{
    margin: 10px 0 12px;
    line-height: 23px;
}
.a-la-une-card-localisation span{
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 13px;
}
.a-la-une-card-title h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #0d1d2d;
    font-size: 19px;
    padding: 0 0 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.a-la-une-card-excerpt p{
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 26px;
}
.a-la-une-card-date span{
    color: #0d1d2d;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}
.a-la-une-not-found{
    margin-top: 66px;
}
.a-la-une-not-found h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #e94e1b;
    text-align: center;
}
.a-la-une-not-found p{
    text-align: center;
}
@media screen and (max-width: 570px){
    .toggle-tabs .button-wrapper{
        justify-content: center;
    }
}

a.a-la-une-button-page {
    color: #0d1d2d;
    border: 1px solid #0d1d2d;
    height: 47px;
    width: 220px;
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    overflow:hidden;
    background: none;
    z-index: 1;
    cursor: pointer;

}

a.a-la-une-button-page:hover {
    color: #e94e1b;
    border: 1px solid #e94e1b;
}

