/**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**/
#agenda {
    height: 500px;
}

.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{
    width: 312px;
    margin-top: 36px;
    margin-bottom: 66px;
    box-shadow: 0 18px 56px -12px rgba(13,29,45,0.25);
    border-radius: 0;
}

.a-la-une-card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/**CARD CATEGORIES**/
.a-la-une-card-categories{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.a-la-une-card-categories span {
    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-content {
    position: relative;
    height: 200px !important;
}

.a-la-une-card-agenda-date {
    width: 60px;
    height: 60px;
    padding: 10px 5px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.a-la-une-card-agenda-date-debut-fin {
    width: 90px;
    height: 60px;
    padding: 10px 5px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


.a-la-une-card-content hr {
    height: 1px;
    background-color: #1b1c1e;
}

.bloc-date-debut-agenda {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 50px;
}

.bloc-date-debut-fin-agenda {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 50px;
}

.bloc-date-debut-fin-agenda > div {
    display: flex;
    flex-direction: column;
}

.bloc-day {
    color: #e94e1b;
    font-weight: bold;
    font-size: 18px;
    line-height: 10px;
}

.bloc-month {
    font-size: 16px;
    color: grey;
    line-height: 25px;
}

.bloc-chevron-agenda {
    color: grey;
    position: absolute;
    bottom: 21px;
    left: 40px;
}

.a-la-une-card-localisation{
    display: flex;
    margin: 10px 0 12px;
    line-height: 23px;
}

.a-la-une-card-content .a-la-une-card-localisation img {
    width: 20px;
    height: 20px;
}

.a-la-une-card-localisation span{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-la-une-card-title h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #0d1d2d;
    font-size: 16px;
    margin-top: 12px;
    letter-spacing: 1px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.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;
}

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;
    justify-content: center;
    align-items: center;
    outline: 0;
    overflow:hidden;
    background: none;
    z-index: 1;
    cursor: pointer;
    margin-top: 50px;
}

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

@media screen and (max-width: 570px){
    .toggle-tabs .button-wrapper{
        justify-content: center;
    }
}

@media (max-width: 768px){
    a.a-la-une-button-page {
        margin-top: 0 !important;
    }
}
